this post was submitted on 23 Mar 2024
2 points (100.0% liked)

Markdown users

35 readers
1 users here now

founded 5 months ago
MODERATORS
 

What is your current setup for .md docs?

I am using VS code with the grammarly extension for editing, then have a mkdocs static site generator from the docs and then to create a PDF version, I am using pandoc.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 5 months ago* (last edited 4 months ago)

Vim on desktop using instant markdown plugin to have a preview in a browser tab. It fits my needs. The only thing I would like is markdown to be native in confluence to share my technical documents in markdown at work. Currently, there is only an insert markdown function, but it lacks all the commenting. ~~It also lacks mermaid support which is a blessing for schemas~~ (it seems it was added recently, I'm blessed).

[–] [email protected] 0 points 5 months ago (1 children)

I use vscode to preview and edit md files. Recently, I was working on a project where I used pandoc to generate a pdf of all the markdown files in folder. Worked pretty well, but it took me a minute to configure it right.

[–] [email protected] 1 points 5 months ago

The grammarly extension is great for vscode, highly recommend it!