Skip to content

A beautiful markdown note-taking app for GNOME (forked from Paper)

License

Notifications You must be signed in to change notification settings

toolstack/Folio

Repository files navigation

Folio

Take notes in markdown

A fork of Paper.

Contributions are appreciated!

Some of Folio's features:

  • Almost WYSIWYG markdown rendering

  • Searchable through GNOME search

  • Highlight and strikethrough text formatting

  • Application theming based on notebook color

  • Trash can

  • Markdown document

Get Folio

The recommended way of installing Folio is through Flatpak

Coming soon!

Libraries Used

License

The source code is GPLv3

Notes Storage

By default, notes are stored in ~/.var/app/com.toolstack.Folio/data, but that can be changed in preferences

Build Instructions

Flatpak build requires flatpak-building installed.

Local builds (NOT RECOMMENDED)

  • change into the top level source directory
  • to configure the build environment (required only once), run meson build
  • change into the build directory
  • to build Folio, run ninja
  • to install Folio, run ninja install

Flatpak builds

  • change into the top level source directory
  • to build the flatpak, run flatpak-builder flatpak com.toolstack.Folio.json
  • to install the flatpak, run flatpak-builder --user --install --force-clean flatpak com.toolstack.Folio.json
  • to launch the flatpak, run flatpak run com.toolstack.Folio

Release instructions

Folio uses a YY.## version format string, where YY is the two digit year (aka 23, 24, 25, etc) and ## is the release number of the year (aka 01 for the first release, 02 for the second release, etc., not the month number).

The release version is located in the main meson.build file, no other files contian the version number.

The changelog is located in data/app.metainfo.xml.in.