marksman icon indicating copy to clipboard operation
marksman copied to clipboard

Write Markdown with code assist and intelligence in the comfort of your favourite editor.

Results 104 marksman issues
Sort by recently updated
recently updated
newest added

Obsidian type embedded links of the type `![[mylink]]` are not recognized as standard wikilinks, so `hover`, `go to definition` or `find references` don't work with them. I understand these are...

While I understand that the target of this language server is set pretty explicitly to Markdown, the similarities between it an [Djot](https://djot.net) are many. I suspect that the work required...

enhancement

Release binaries differ from debug ones in that they are trimmed. Trimming can cause certain methods to be removed and reflective calls can fail at runtime. This is related to...

help wanted
good first issue

``` This is a [^footnote]. [^footnote]: Footnote text ``` Footnotes have a bit different syntax, but other than that they should support the same assists as reference links.

enhancement

Typing `[[some_new_note]]` in an existing document, positionning the cursor within the brackets and using a code action to create a new file with that name, opening it in the editor....

Currently, it is possible to use the rename action on a title to have all the links referencing that file updated. However, using the rename action on the link in...

enhancement

Some LSP servers allow moving code around with the `refactor.extract` code action. For example: extracting some functions to a new class file. I believe this would be handy for markdown...

enhancement

e.g $\frac{1}{2}$

enhancement

Doesn't need to be fancy, even shelling out to prettier would be better than nothing.

enhancement