news: add formiko entry
This commit is contained in:
parent
9093a3f200
commit
a504aee7d4
1 changed files with 13 additions and 0 deletions
13
modules/misc/news/2025/09/2025-09-17_21-13-27.nix
Normal file
13
modules/misc/news/2025/09/2025-09-17_21-13-27.nix
Normal 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.
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue