A desktop app for creating note with structural data. It is like having a small database inside a text file which you can define schema structure and edit corresponding records. In between the structural records, you can insert note in plain text or markdown format.
Online Demo for note editing functions.
Note
- Don't go the root
index.html
orsetting/index.html
of the demo page directly, they will not work in the demo (or will work but not by it own). Use the link above as the entry point and only navigate around by the UI. - The file-related functions (save, load, export, etc.), window-related functions and shortcut will not work in this web-based demo.
The app create and store the note in a custom format .structnote
. You can share the file to the others and let them open it with Structural Note app.
Open a note in the file system:
Editing Section Definition (Record Schema)
You can set up rules to enable validation: