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

When I make a link to a new file, I can create the file with the LSP with `lua vim.lsp.buf.code_action()` and this works fine. However, upon trying to access the...

I'm using the Helix editor with marksman. I have the following two files. `people.md` ```md # People ## Max ## Judy ``` `note.md` ```md I met [[people#Bob]] ``` Since Bob...

I have an Obsidian markdown vault that has these features: - File `a/b/string.md` exists - Files with headers `# string` or `## string` exist When I turn on `marksman` on...

For example, ```markdown ## #foo #bar Lorem ipsum, [[#foo %23bar]]. ``` should be ```markdown ## #foo #bar Lorem ipsum, [[#%23foo %23bar]]. ``` P.S. Is there a reason hashtags are encoded...

How to build this on Windows? Nmake doesn't work with the Makefiles in the repo.

Curently, there are no Windows on ARM binaries. Mason fails to install marksman.

Given this markdown file ```markdown link 1 [section] link 2 [section] link 3 [section] [section]: asdf ``` if I open it in Kakoune there'll be a code lens sign in...

The LSP_references functionality is not working as expected for tags defined in the YAML frontmatter of a document. While it correctly identifies and processes tags written inline as `#tag`, it...

I have the practise to set the title in the yaml-header and use multiple level one headings in the document. I pretty sure this is the issue, when I reduce...

bad UX

There is an annoying indexing problem on Windows machine running VSCode extension and Marksman binary built from latest `main` branch. The language server is only able to index a file...