No description
Find a file
2021-09-12 21:54:53 +10:00
images Implement showing markdown titles in graph view 2021-09-12 21:54:53 +10:00
src Implement showing markdown titles in graph view 2021-09-12 21:54:53 +10:00
.eslintignore build(.eslintrc.js): update eslint config to enable plugin 2021-06-07 13:22:11 +08:00
.eslintrc.js style: fix eslint errors 2021-06-07 14:29:14 +08:00
.gitignore build: add rollup-plugin-import-css, ignore build files 2021-06-03 22:39:06 +08:00
.prettierrc style: code formatting to use tab width of 4 2021-06-05 00:19:05 +08:00
2021-08-13.md August 14, 2021 10:09 AM 2021-08-14 10:09:03 +10:00
2021-08-14.md August 14, 2021 10:09 AM 2021-08-14 10:09:03 +10:00
CHANGELOG.md Clear out changelog 2021-08-09 21:13:55 +10:00
LICENSE Add license 2021-08-09 21:22:00 +10:00
manifest.json Implement showing markdown titles in graph view 2021-09-12 21:54:53 +10:00
package.json Update manifest files 2021-08-09 21:13:55 +10:00
README.md Implement showing markdown titles in graph view 2021-09-12 21:54:53 +10:00
rollup.config.js build: switch from rollup-plugin-polyfill-node to path-browserify 2021-06-09 23:35:01 +08:00
TODO.md Add TODO file 2021-08-15 22:48:47 +10:00
tsconfig.json style: code formatting to use tab width of 4 2021-06-05 00:19:05 +08:00
versions.json Update manifest files 2021-08-09 21:13:55 +10:00

Obsidian File Explorer Markdown Titles

Shows the first markdown header found within a note next to the filename in the sidebar. No settings, just go.

Also replaces the titles in the graphview with the note's markdown title.

Forked from and based heavilly on file-explorer-note-count