Jesse57 downloadsCreate multiple editable file-explorer views that reference the vault's real file tree, without altering it.
Create multiple editable file-explorer views that reference the vault's real file tree, without altering it.
Tree View adds two panes to Obsidian:
Both panes mirror Obsidian's own File Explorer / Tags markup, so your active theme styles them with no extra CSS.
Once approved: Settings → Community plugins → Browse, search for "Tree View", install, and enable.
https://github.com/biehenjia/tv.Download main.js, manifest.json, and styles.css from the
latest release and copy them into
<vault>/.obsidian/plugins/tree-view/, then enable the plugin.
npm install
npm run build
npm run build type-checks with tsc and bundles src/main.ts into main.js
via esbuild. Use npm run dev for a watch build.
MIT — see LICENSE.