mibi88 / MibiMdEditor

MibiMdEditor is a small Markdown editor written in Vala using GTK4
GNU General Public License v2.0
14 stars 3 forks source link
gtk4 markdown vala-applications

MibiMdEditor

Description

A simple Markdown editor written in Vala with GTK 4

See TODO.md for upcoming features.

Screenshots

v.0.4-b1 : GTK4 + shotcuts + HTML generation using a script + preferences

v.0.4-b1

v.0.4-a2 : Syntax highlighting and undo/redo buttons + shotcuts

v.0.4-a2

v.0.4-a1 : First version of MibiMdEditor written in vala

v.0.4-a1

Compiling

This project requires

Compile it using meson :

$ meson setup bin
$ cd bin
$ meson compile
$ meson install

Then just run the binary in bin/src/.

To get the preview working, you should add or write scripts as explained below. If you don't want to write a script yourself, you can try out the example scripts located in the example_script folder.

Writing a script to generate HTML

When you finished your script

Then you're ready to write!