Apostrophe is a gorgeous Markdown editor (and viewer).

apps.gnome.org/app/org.gnome.g…

#linux #fedoraSilverblue #GNOME #software #apps #markdown

in reply to Aral Balkan

PS. If you want to quickly view markdown files from your terminal in Apostrophe after installing it, you can use xdg-open.

xdg-open &>/dev/null README.md

If you think more like a human being than a robot, you might of course want to create an abbreviation for that. e.g., in your ~/.config/config.fish file for Fish shell:

```fish
if status is-interactive
# Open files in their associated apps from Terminal.
abbr --add --global open 'xdg-open &>/dev/null '
end
```

Then do:

open README.md

in reply to Aral Balkan

I’m really waiting for the GUI’s to integrate/copy the github.com/JeNeSuisPasDave/Mar… mdmerge functionality. Indexes, the inclusion of external source files and more is hard to beat. I often work with the output of mdmerge to tweak in the gui and then run it through pandoc for layout/fonts/exporting. Having these functionalities integrated in one solid gui would be beyond nice.