mirror of
https://github.com/mariomui/scroll-to-nav-top.git
synced 2026-07-22 13:00:23 +00:00
No description
| .github/workflows | ||
| dist | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| ophidian.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
-
About
- @ Context
- Obsidian note taking
- @ Problem/Value/Solution [PVS]
- I don't use folders to organize notes. This creates situations where I am 300 files deep into my vault--scrolling up to check on some of the folders is arduous. This plugin scrolls to the top of the file explorer.
Reference
=
![#About|Simply scrolls up to the top of the file browser]
- @ For Users
- @ For Developers
- @ # Testing
- 📝 https://github.com/ophidian-lib/build
- [Workflow]
-
10 Set The ENV
- You may have to do this manually.
export $OBSIDIAN_TEST_VAULT="PATH"
-
20 Install Dependencies
pnpm install
-
30 Test
pnpm dev
-
- @ # Testing
---Transient
-
Readme Log
- v0.0.1 2025-05-24
- vscode doesn't support native mac text replacmeents feature. Use "memo" instead of regular heuristics for now.