vault backup: 2026-05-20 17:30:52

This commit is contained in:
2026-05-20 17:30:52 -04:00
parent 593c687ef6
commit bc48c9cdd4
54 changed files with 476 additions and 32 deletions
+71
View File
@@ -0,0 +1,71 @@
{
"rules": [
{
"tokenMatcher": "strong",
"lookups": [
"**"
],
"jumpAfter": true
},
{
"tokenMatcher": "em",
"lookups": [
"*",
"_"
],
"jumpAfter": true
},
{
"tokenMatcher": "math",
"lookups": [
"$"
],
"jumpAfter": true
},
{
"tokenMatcher": "code",
"lookups": [
"`"
],
"jumpAfter": true
},
{
"lookups": [
"=="
],
"tokenMatcher": "highlight",
"jumpAfter": true
},
{
"lookups": [
"~~"
],
"tokenMatcher": "strikethrough",
"jumpAfter": true
},
{
"tokenMatcher": "hmd-internal-link",
"lookups": [
"]]"
],
"jumpAfter": true
},
{
"tokenMatcher": "link",
"lookups": [
"]",
")"
],
"jumpAfter": true
},
{
"tokenMatcher": "math",
"lookups": [
")",
"]",
"}"
],
"jumpAfter": true
}
]
}
File diff suppressed because one or more lines are too long
+11
View File
@@ -0,0 +1,11 @@
{
"id": "tabout",
"name": "Tabout",
"version": "1.0.1",
"minAppVersion": "0.13.0",
"description": "Easily \"tab out\" of Links or other Markdown Formatting Characters.",
"author": "phibr0",
"authorUrl": "https://phibr0.de",
"isDesktopOnly": true,
"fundingUrl": "https://ko-fi.com/phibr0"
}
+24
View File
@@ -0,0 +1,24 @@
.tabout-kbd {
padding: 3px 6px;
}
.tabout-add-rule-container {
width: 100%;
display: flex;
}
.tabout-add-rule {
margin: auto !important;
min-width: 15%;
margin-top: 2rem;
}
.setting-item.tabout-jump-char {
border: none;
margin: 18px 0 18px 0;
padding: 0 !important;
}
.setting-item.tabout-match-text {
border-bottom: 1px solid var(--background-modifier-border);
}