news: add formiko entry

This commit is contained in:
Aguirre Matteo 2025-09-17 21:15:34 -03:00 committed by Austin Horstman
parent 9093a3f200
commit a504aee7d4

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
time = "2025-09-18T00:13:27+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: `programs.formiko`
Formiko is reStructuredText and MarkDown editor and live previewer.
It is written in Python with Gtk3, GtkSourceView and Webkit2.
Use Docutils and MarkDown to reStructuredText covertor.
'';
}