Files
obsidian-workflow-template/.obsidian/plugins/obsidian-scroll-to-top-plugin/manifest.json
2024-01-04 10:47:15 +01:00

11 lines
366 B
JSON

{
"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
}