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 installed marksman-2023-12-09 from nixpkgs. Any attempt to invoke `marksman` results in `Failed to create CoreCLR, HRESULT: 0x8007000C`. I use macOS 14.4.1 (M1 CPU) if that helps.

![image](https://github.com/user-attachments/assets/fdfc6453-40c8-4387-9e17-4189b978d405) As you can see, marksman parses a link-like string, even though it's inside a LaTeX block.

Looks like YAML frontmatter is supported. Site generators such as Hugo support TOML frontmatter with `+++` fence, along with YAML (`---`) and JSON (`{`/`}`). https://gohugo.io/content-management/front-matter/ Would be great if Marksman...

In Logseq you can create a Wiki link like `[[Food/Pizza]]` which creates a file: `Food%2FPizza.md` or `[[Food: Pizza]]` which creates the file `Food%3A Pizza.md`. Would it be possible to support...