Plugin allows you to build hierarchy in notes using .
(like in dendron)
Example: aws, aws.ec2, aws.ec2.security-groups
Notice plugin is in early alpha.
- Correct note renames
- Navigate via notes
- Get list of parent notes
- Get list of child notes
- Open parent note
- Create a note
- Create in root directory or in last active file's path
You may store all your notes in one folder or create some filesystem hierarchy with folders.
But flow will be the same.
Create a new note
Run the Structured Plugin: Create a note command.
Note which will place in the same folder as the current note. (if there is no note open, create in root)
Navigate notes
- Open open note
- You may use
-
Structured Plugin: Open parent note- opens parent note.Example:
aws.ec2.security-groupsis opened, after running commandaws.ec2will be opened -
Structured Plugin: Get parent notesExample:
aws.ec2.security-groupsis opened, after running command list withaws.ec2,awswill be displayed -
Structured Plugin: Get children notesExample:
awsis opened, after running command list withaws.ec2.security-groups,aws.ec2.security-groupswill be displayed
-
Rename a note
-
Open some note
-
Run
Structured Plugin: Rename current noteThe note won't move to any new dir.
Add keybinding for plugin actions.
To find all available commands ctrl+p / cmd+p and type structured
- Creating a new note command
- Add default folder for new files
- Alert user when trying to rename or create note where parent note is not created
- Configure this option in settings
- Create a child note near parent note, not current open.