Skip to content
RoBoT_095 edited this page Sep 16, 2025 · 8 revisions

This Wiki is a work in progress

Contents:

  1. What Is Print(Notes)?
  2. Supported Devices
  3. Formatting Notes
  4. Adding Metadata to Individual Notes

What Is Print(Notes)?

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.

Supported Devices

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

Formatting Notes

Check out Markdown Syntax page for what formatting the app supports.

Adding Metadata to Individual Notes

Frontmatter Syntax has all the supported tags and how to use them to further customize your notes.

About Sketchpad

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.

Clone this wiki locally