MacDownApp / MacDownApp/macdown-gistit

Create gist for each code block

Open
#1 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
49
Forks
11
PR merge metrics
No merged PRs in 30d

Description

I will modify the plugin so it creates a gist for each code block in markdown. I also want to anotate the language of the gist so I can do something like this:

``` scala
def someScalaFunction(x: Int) = x + 1
```

it should create a gist with _.scala_ extension so the code gets render with the Scala colors.

I also might one to insert the gist url below the code block. :)

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue targets the MacDown plugin's handling of Markdown code blocks and gist creation. Start by locating those existing entry points and determine how the fenced language is represented, then confirm whether inserting a gist URL is part of the required scope. Done means each block produces a gist with the requested language extension and the agreed URL behavior is covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown, objective-c
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.