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

Closes #19 1. Double indent links in TOC - otherwise they're not rendered as nested lists at all 2. Enable YAML frontmatter parsing, and propagate it into the document index...

Hello, thank you for creating this project, it looks really useful! My usecase is that I have a Zettelkasten repository containing a lot of interlinked notes with generated filenames. For...

enhancement

Cool language server! :) With marksman `2022-08-19` on Linux and Neovim I create a table of contents. I have [nvim-lightbulb](https://github.com/kosayoda/nvim-lightbulb) installed. Now the lightbulb is constantly lit (wherever my cursor...

bug

This is a non-standard feature https://www.markdownguide.org/extended-syntax/#heading-ids However it can be useful! For instance, docusaurus (docusaurus.io) understands custom heading IDs.

enhancement

Looking at my hakyll blog posts (e.g. [this](https://raw.githubusercontent.com/artempyanykh/blog/master/hakyll/posts/2017-10-02-what-is-a-functor-anyway.md)) I see the following structure ``` --- title: [title] ... --- ## Heading 1 ## Heading 2 ``` Since there's no 1st...

enhancement

Now that #17 is merged, here's how it can be improved: 1. If the document has a **single* level-1 heading (=title), the TOC should be inserted right under it This...

enhancement

Code lenses require custom code for each LSP client. We already have the client functionality in https://github.com/artempyanykh/marksman-vscode but not other editors. So the plan is: 1. [ ] Add the...

enhancement

Currently, we calculate line map from scratch after every update. With incremental text sync we could do better than this. The idea is to implement an incremental recalculation of a...

enhancement
good first issue

Brought up in #9 Description in clangd: https://clangd.llvm.org/extensions.html#utf-8-offsets

enhancement