-
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
This Wiki is a work in progress
Contents:
It is a note-taking app made with the inspiration for the layout from Google Keep and with some of the functionality from Obsidian with the goal of being an open source alternative that comes with cross-platform support, all built using Flutter.
Print(Notes) currently does or will soon support the following platforms:
Android - latest releases
iOS - Apple App Store
macOS - coming later
Windows - coming later
Linux - latest releases
Check out Markdown Syntax page for what formatting the app supports.
Frontmatter Syntax has all the supported tags and how to use them to further customize your notes.
The sketchpad reads and writes data as JSON, but it is translated into BSON (binary version of JSON) to avoid making json files always default to sketchpad instead of text editor as .bson is a much more of an obscure file extension.