diff --git a/data/de.wolfvollprecht.UberWriter.appdata.xml.in.in b/data/de.wolfvollprecht.UberWriter.appdata.xml.in.in index 21a1eac..855d899 100644 --- a/data/de.wolfvollprecht.UberWriter.appdata.xml.in.in +++ b/data/de.wolfvollprecht.UberWriter.appdata.xml.in.in @@ -3,9 +3,9 @@ @app-id@ @app-id@.desktop Apostrophe - An elegant, distraction-free GTK+ markdown editor + An elegant, distraction-free GTK markdown editor -

Apostrophe is a GTK+ based distraction free Markdown editor, mainly developed by Wolf Vollprecht and Manuel Genovés. It uses pandoc as backend for markdown parsing and offers a very clean and sleek user interface.

+

Apostrophe is a GTK based distraction free Markdown editor, originally created by Wolf Vollprecht and maintained by Manuel Genovés. It uses pandoc as backend for markdown parsing and offers a very clean and sleek user interface.

You can install the recommended TexLive extension with the command:

flatpak install flathub de.wolfvollprecht.UberWriter.Plugin.TexLive

or from Gnome-Software

@@ -28,10 +28,30 @@ - + +

UI/UX/Functionality

    -
  • ...
  • +
  • New headerbar design
  • +
  • New preview modes, with the option to sync them to the edit view
  • +
  • New preview mode selector
  • +
  • New theme selector
  • +
  • Rework the autohiding mechanism; now the headerbar fades away when typing, only to reappear when the cursor moves to the top portion of the window
  • +
  • Now the content of the texview goes visually bellow the headerbar
  • +
  • Overall better styling
  • +
  • Added Hemingway mode, which disables the backspace key
  • +
  • Added Github Flavoured Markdow, MultiMarkdown, Pandoc's Markdown and Commonmark support, being CommonMark the default from now on
  • +
  • New stats counter, with the option to show count of characters/words/sentences/paragrafs/reading time
  • +
  • Better handling of DnD events
  • +
  • Export to A4 by default
  • +
+

Technical improvements

+
    +
  • Port of the buildsystem to Meson. Now you can hit the "build" button on Builder and everything works as expected
  • +
  • Port to gspell
  • +
  • Partial port to gresources
  • +
  • Overall refactorization of the codebase
  • +
  • General bugfixes and improvements