github dullage/flatnotes v5.3.0

23 hours ago

🗒️ Notable Changes:

You can now customise the notes that are shown on the home page! 🎉

The "RECENTLY MODIFIED" section can now be customised to your liking 😎. This is now known as "Quick Access Notes". You are able to configure:

  • The search term used to generate the list of notes (defaults to *, all notes).
  • How the notes are ordered (defaults to lastModified).
  • The limit of how many notes to show (defaults to 4).
  • The title (defaults to RECENTLY MODIFIED).

A couple of examples of how this can be useful:

  • You could now pin notes to the home page by adding a #pinned tag to the relevant notes and configuring the quick access search term to tags:pinned.
  • You could hide certain notes from being shown on the home page. In my case, I wanted to hide work related notes, which I achieved by setting the quick access search term to NOT tags:work.

Additionally, if there are more "Quick Access Notes" than can be shown, there is now a button to view the full results.

This feature was heavily inspired by this PR, so thanks to @michaelkennethdavid for that.

See the wiki for more info.

🚨 Breaking Changes:

The config option FLATNOTES_HIDE_RECENTLY_MODIFIED has been deprecated in favour of a new FLATNOTES_QUICK_ACCESS_HIDE option. The old option will continue to work for now, but may be removed in a future release.

Don't miss a new flatnotes release

NewReleases is sending notifications on new releases.