No description
Find a file
2024-01-28 16:37:47 +00:00
.github/workflows Add permissions to action 2023-12-31 07:38:50 +00:00
src feat: Add reset button to settings 2024-01-28 16:32:07 +00:00
.editorconfig Initial commit 2023-08-19 09:06:12 +01:00
.eslintignore Initial commit 2023-08-19 09:06:12 +01:00
.eslintrc Initial commit 2023-08-19 09:06:12 +01:00
.gitignore Initial commit 2023-08-19 09:06:12 +01:00
.mocharc.json Add testing packages 2023-12-30 20:21:14 +00:00
.npmrc Initial commit 2023-08-19 09:06:12 +01:00
.prettierrc Add prettierrc 2024-01-20 19:03:16 +00:00
esbuild.config.mjs Fix build issues 2023-08-19 17:20:36 +01:00
LICENSE Add license 2023-08-20 17:17:18 +01:00
manifest.json Increase plugin version 2023-12-31 07:28:12 +00:00
package-lock.json refactor: Add test script for non windows 2024-01-20 19:11:00 +00:00
package.json refactor: Add test script for non windows 2024-01-20 19:11:00 +00:00
README.md Update readme 2023-12-30 20:21:32 +00:00
styles.css Initial commit 2023-08-19 09:06:12 +01:00
tsconfig.json Fix build issues 2023-08-19 17:20:36 +01:00
version-bump.mjs Initial commit 2023-08-19 09:06:12 +01:00
versions.json 1.2.0 2023-12-31 07:28:16 +00:00

Potato Indexer

If you've every needed an easy way to generate content indexes for your note or for a sub-section of your note, then you're in luck!

With this super simple plugin all you have to do is open the command palette, Ctrl(on MacOS CMD) + P, and search for indexer.

Two commands will show:

  • Generate index for current note
  • Generate index for selected content. This requires you to select the existing index in case of an update.

Pick whichever suits your needs at that moment.

Improvements

  • When generating the tabs, do it based on how many titles there are. If I select a h2 title and h3 it will have two tabs instead of 1 and 2;