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

I’m writing MarkDown notes often also in languages that are not English and include non-ASCII letters. As such I sometimes store files with names that include non-ASCII characters too. Very...

needs-further-input

Is there anything in the markdown spec that would make it easier to link to a person in a document? For example ### NOTES.md ```md # Notes ## Fri Jan...

help wanted
question

Hello, I've problem running Marksman under SublimeText, iow. auto-completion for `[[Wikilink]]` does not work and here is the output in the ST's log panel: ``` :: --> marksman initialize(1): {'rootUri':...

enhancement

I use [Hugo](https://gohugo.io/) to write my blog posts in Markdown. Hugo has [shortcodes](https://gohugo.io/content-management/shortcodes/) which are simply expressions evaluated at compile-time and then injected with the appropriate value. Currently, `marksman` thinks...

enhancement

I've moved to Neovim from VS Code where I previously used [Dendron](https://www.dendron.so). Dendron has a concept of [hierarchies](https://wiki.dendron.so/notes/f3a41725-c5e5-4851-a6ed-5f541054d409/) and [schemas](https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052/) which let you start off with a loose structure and...

bad UX

A non-leading slash (as changed in #162) leads to broken links in vscode hover doesn't work and neither does ctrl/cmd + click to follow the link Example hierarchy: ``` folderA...

bug

I'm using marksman in neovim with mason, it works good on `markdown` filetype, but If I set it to other filetype like ``` filetypes = { "markdown","quarto", "qmd" }, ```...

i use neovim + lsp use config wiki.style = "file-path-stem" here is file structure ![image](https://github.com/artempyanykh/marksman/assets/81607010/90423094-cb61-4066-9215-59fca30a74cd) now i edit mk/an1/wiki1.md and try to refrence mk/anquan/wiki.md and will show this error ![image](https://github.com/artempyanykh/marksman/assets/81607010/4915eef7-17e9-4bc4-915f-8f0019aa569c)...

bug
needs-further-input

At present, the title slug must be defined, after which you can place the cursor on the title slug to locate all references to this page. When employing the file...

Something like [pandocciter](https://marketplace.visualstudio.com/items?itemName=notZaki.pandocciter) would be amazing. Citation syntax: @BibKey or [@bibKey]

enhancement