Nicolas Sindelar264 downloadsCreate and manage lightweight sub-notes embedded in parent notes.
Obsidian plugin for creating and managing lightweight sub-notes inside parent notes.
Current version: 0.3.4
File sub-note:
> [!note]+ My sub-note
> ![[Files/[sub]My sub-note]]
Virtual sub-note:
> [!subnote-virtual-id]+ My virtual sub-note
> Markdown content stays in the parent note.
Build the plugin, then copy these files into:
<Vault>/.obsidian/plugins/subnotes/
Required files:
main.js
manifest.json
styles.css
Reload Obsidian community plugins, then enable Subnotes.
npm install
npm run dev
npm run build
1.7.2GNU GPL v3. See LICENSE.