From 0604818874d28a566ef672d0084ee4bc39e0ab7c Mon Sep 17 00:00:00 2001 From: flolu Date: Wed, 20 Apr 2022 10:53:13 +0200 Subject: [PATCH] add scroll-speed plugin --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index af527a4e92b..44dd6991494 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -3997,5 +3997,12 @@ "author": "twibiral", "description": "Allows to execute code snippets within a note.", "repo": "twibiral/obsidian-execute-code" + }, + { + "id": "scroll-speed", + "name": "Scroll Speed", + "author": "Florian Ludewig", + "description": "This plugin allows you to change the scroll speed inside Obsidian notes.", + "repo": "flolu/obsidian-scroll-speed" } ]