vault backup: 2024-10-02 10:06:55
This commit is contained in:
commit
4039c998cf
24 changed files with 459 additions and 13 deletions
|
@ -1,8 +1,15 @@
|
|||
{
|
||||
<<<<<<< HEAD
|
||||
"display": false,
|
||||
"blockDisplay": false,
|
||||
"blockMenuIcon": false,
|
||||
"blockKeyboardIcon": false,
|
||||
=======
|
||||
"display": true,
|
||||
"blockDisplay": true,
|
||||
"blockMenuIcon": true,
|
||||
"blockKeyboardIcon": true,
|
||||
>>>>>>> origin/main
|
||||
"inlineDisplay": false,
|
||||
"inlineMenuIcon": false,
|
||||
"inlineKeyboardIcon": false
|
||||
|
|
5
.obsidian/plugins/scroll-speed/data.json
vendored
Normal file
5
.obsidian/plugins/scroll-speed/data.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"speed": 5,
|
||||
"altMultiplier": 5,
|
||||
"enableAnimations": true
|
||||
}
|
219
.obsidian/plugins/scroll-speed/main.js
vendored
Normal file
219
.obsidian/plugins/scroll-speed/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/scroll-speed/manifest.json
vendored
Normal file
10
.obsidian/plugins/scroll-speed/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "scroll-speed",
|
||||
"name": "Scroll Speed",
|
||||
"version": "1.4.0",
|
||||
"minAppVersion": "1.0.3",
|
||||
"description": "This plugin allows you to change the scroll speed inside Obsidian notes.",
|
||||
"author": "Florian Ludewig",
|
||||
"authorUrl": "https://flolu.de",
|
||||
"isDesktopOnly": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue