Flatnotes is a self-hosted, database-free, note-taking Web application that is stored in a Markdown folder. In Lazy Cat Micro Service, notes are stored in the Flatnotes directory under each user's home directory. ####Design principles flatnotes is designed to provide an uninterrupted note-taking experience, with a focus on the content of the notes. Its main features include: - Simple and clear user interface. - There is no need for complex structures such as folders and notebooks. All notes are centrally managed and equipped with powerful search and labeling functions. - Quick access to full-text search anytime and anywhere (shortcut key "/"). Another key design principle is ensuring that users have full control over notes. Your notes are just ordinary Markdown files with no database, proprietary format or complex folder structure. You can move the files to other applications for use at any time. flatnotes caches only the search index and incrementally synchronizes it each time it is searched and launched. This means that you can add, edit, and delete Markdown files externally while using flatnotes. ###Features - Mobile responsive web interface. - Original/WYSIWYG Markdown editing mode. - Advanced search function. - Note labeling function. - Customizable home page. - Supports Wikilink to easily link other notes ([[My Other Note]]). - Switch between light and dark themes.







