Rocky 9.x MarkDown Tools

From Notes_Wiki
Revision as of 07:30, 5 December 2025 by Saurabh (talk | contribs) (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x MarkDown Tools ==Rocky 9.x MarkDown Tools== To display markdown in better way on terminal use Install glow via snap <pre> snap install glow </pre> Cat file via glow <pre> glow test.md </pre> =Graphical view and editing= To both display and edit file in a graphical editor use Install ghostwriter via flat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x MarkDown Tools

Rocky 9.x MarkDown Tools

To display markdown in better way on terminal use

Install glow via snap

snap install glow

Cat file via glow

glow test.md


Graphical view and editing

To both display and edit file in a graphical editor use

Install ghostwriter via flatpak

flatpak install flathub org.kde.ghostwriter

Double click the .md file to open with Ghostwriter


HTML view

We can see file as HTML by getting HTML via pandoc using:

pandoc test.md -o test.html

and then open HTML in browser


Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x MarkDown Tools