No description
Find a file
2025-08-07 07:22:55 -07:00
.github/workflows Add permissions. 2025-05-24 08:54:35 -07:00
dist 1.0.11. 2025-05-24 10:02:34 -07:00
src Change ui text elements to sentence case 2025-08-07 07:20:44 -07:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Git ignore all .archive files 2025-05-24 05:50:51 -07:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
LICENSE Create LICENSE 2025-07-01 06:28:33 -07:00
manifest.json 1.0.13 2025-08-07 07:22:55 -07:00
ophidian.config.mjs Set up the testing apparatus according to ophidian 2025-05-24 06:55:10 -07:00
package.json 1.0.13 2025-08-07 07:22:55 -07:00
pnpm-lock.yaml Add ophidian to help test plugin 2025-05-24 06:31:17 -07:00
README.md Update readme. 2025-05-24 07:41:24 -07:00
tsconfig.json Fix inconsistent indentation 2024-01-19 21:14:58 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json 1.0.13 2025-08-07 07:22:55 -07:00

-

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
    • Open Up Command Pallette and use the Scroll To Nav Top
    • 〽️ Click on the circle-fading-arrow-up
  • @ 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

---Transient