update: Add obsidian-scroll-to-top plugin

This commit is contained in:
Mathis Gauthey
2024-01-04 10:47:15 +01:00
parent 18e3a41984
commit 7e90bb587f
3 changed files with 663 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-scroll-to-top-plugin",
"name": "Scroll to Top Plugin",
"version": "2.1.3",
"minAppVersion": "0.15.0",
"description": "This is a plugin for Obsidian that adds a button to scroll to the top of the current note.",
"author": "cloudhao1999",
"authorUrl": "https://github.com/cloudhao1999/obsidian-scroll-to-top-plugin",
"isDesktopOnly": false
}