vault backup: 2026-05-20 17:30:52
This commit is contained in:
Vendored
+71
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+8
File diff suppressed because one or more lines are too long
+11
@@ -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"
|
||||
}
|
||||
Vendored
+24
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user