vault backup: 2024-10-02 10:06:55

This commit is contained in:
Marco Realacci 2024-10-02 10:06:55 +02:00
commit 4039c998cf
24 changed files with 459 additions and 13 deletions

View file

@ -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

View file

@ -0,0 +1,5 @@
{
"speed": 5,
"altMultiplier": 5,
"enableAnimations": true
}

219
.obsidian/plugins/scroll-speed/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View 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
}