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

Thank you for publishing this useful package given this file: ```md This paragraph has [a link](https://a.website) inline. ``` Let there be a code action called "Convert to Reference Link" which...

enhancement

Thank you for publishing this package Let marksman provide a format function which formats GFM tables. It may also format paragraphs, blockquotes, and lists by max line length

Using terminology from the README for relatability. **Issue:** [Release 6c8e995 2023-11-29](https://github.com/artempyanykh/marksman/releases/tag/2023-11-29), broke diagnostics for both _markdown inline links_ and _markdown reference links_. [Semantic Versioning](https://semver.org) has been in use. `marksman --version`...

needs-further-input

(Firstly, thanks for this amazing software!) Problem: I'm using Emacs with Eglot. Say I have a file `another-note.md`, and when referencing it as `[[another-note]]`, marksman will detect it as "ambiguous",...

needs-further-input

After a conversation about adding support for configuring the number of completion candidates in https://github.com/artempyanykh/marksman/issues/315, I decided to try implementing it. It is still work in progress, and I'll update...

Firstly, thank you for an absolutely amazing piece of software! In https://github.com/artempyanykh/marksman/pull/233, @narutohahahaha asked if it would be possible to add support for allowing users to configure the number of...

I have a directory with many markdown files used to take notes. In that directory structure there are symbolic links doing circular paths. For example: /home/adrian/adrianRepo/web/apps/google/programacion -> ../../../programacion/google /home/adrian/adrianRepo/programacion/google/apps ->...

bug

https://github.com/artempyanykh/marksman/blob/6e790e5eacc1c582a86dd1aae338c3728bab9608/LanguageServerProtocol/Server.fs#L656 This functionality is expected to update all of the file's references when a file is renamed/moved to another directory. It will bring us a lot of convenience when refactoring...

How about completing YAML front matter of pandoc? TIA!

For example, I have `main.bib` and `main.md`. I hope it can: ![image](https://user-images.githubusercontent.com/32936898/92688582-26bc9000-f370-11ea-9cc4-42a9dba799b9.png) Pandoc will compile this markdown to a pdf contains the reference. I know some vim plugin can do...