Print(Notes) App
Print(Notes) is a cross-platform markdown notes app inspired by Google Keep and Obsidian.
Features:
- Supports Markdown... obviously
- Supports LaTeX used for math notation: cheatsheet
- Stores notes locally on device
- Possible to create folders to better organize notes
- Can view images and pdf files found in selected directory and in external folders
- Has many colors to choose from by default
- Changeable layout and sort order
- Toolbar for easy markdown editing (borrowed from simple_markdown_editor)
- Create your own custom color schemes to better personalize it to your liking
What's new in 0.10.0
- Added support for displaying local images within markdown notes.
- Implemented frontmatter support for markdown files, allowing modification of title, description, background color, and text color.
- Added a table maker tool to the toolbar for easier table creation.
- Introduced a folder priority sorting option (folders above or below files).
- Added a CSV parser that converts CSV data into markdown tables.
- Fixed a bug where opening a file without changes would still modify the last modified date.
- Resolved an issue where highlighting and underlining syntax within lists would revert to the default font size.