Manage your notes within a single folder. Almost.
Warning
Though the plugin should be safe to the data, it's almost impossible to revert the changes to the vault's structure made by this plugin. You should make a backup of the vault before the first use.
It's recommended to read the documentation before installing the plugin. It's hard to describe in a few words why this plugin is even needed and what it does, so a separate usage "book" is needed.
See docs.
This plugin is not available in Community plugins tab in Obsidian yet, because the plugin isn't stable right now. When the plugin's 1.0.0 version releases, I will submit a ticket.
You can install BRAT to install/update the plugin automatically. Add the repository URL in "Beta plugin list" section. It's recommended to not use the "latest version" tag right now, because the plugin is not stable yet. Use a specific version (like 0.7.0).
This repository has automatic GitHub releases, so you can manually install the
plugin in vault/.obsidian/plugins/store by copying main.js and
manifest.json there.
This repository is a Nix flake and contains a package for the plugin. You can either:
- Use package for
obsidianmodule in home-manager. - Manually install the package contents in
vault/.obsidian/plugins/store.
All contributions with the suspicion of AI usage in text/code are immediately declined.
This repository is a Nix flake and contains a devshell, a formatter and some checks.
nix developstarts a shell with pnpm and nodejs available. To then format the project,
run
nix fmtBefore the pull request run
nix flake checkto ensure the package builds successfully and the project is formatted.
On other setups you can just use pnpm directly. To format the project, run
pnpm fmtto build the plugin, run
pnpm build