├── .gitignore ├── README.md ├── main.ts ├── manifest.json ├── obsidian-related-notes.gif ├── package.json ├── rollup.config.js ├── styles.css ├── tsconfig.json └── versions.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/README.md -------------------------------------------------------------------------------- /main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/main.ts -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/manifest.json -------------------------------------------------------------------------------- /obsidian-related-notes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/obsidian-related-notes.gif -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/package.json -------------------------------------------------------------------------------- /rollup.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/rollup.config.js -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/styles.css -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/tsconfig.json -------------------------------------------------------------------------------- /versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lifegems/obsidian-related-notes-finder/HEAD/versions.json --------------------------------------------------------------------------------