mirror of
https://github.com/Steffo99/obsidian-file-index.git
synced 2024-11-21 12:44:18 +00:00
Obsidian plugin to create a metadata file about the files present in the Vault
.github/workflows | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmrc | ||
esbuild.config.mjs | ||
main.ts | ||
manifest.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
styles.css | ||
tsconfig.json | ||
version-bump.mjs | ||
versions.json |
Obsidian File Index
This [Obsidian] plugin creates and keeps updated a steffo-file-index.json
file at the root of your Vault, containing a list of all file paths and a map of all basenames to file paths.
{
"paths": [
"README.md",
"Garas/moto.md",
"Garas/auto.md"
],
"basenames": {
"moto": "Garas/moto.md",
"auto": "Garas/auto.md"
}
}
Useful to externally render Wikilinks with no knowledge of the file structure of the vault, for example in [Obsiview].
[#WARNING]
May have some trouble distinguishing between files with the same basename, but in different folders.