vault backup: 2024-10-15 15:13:42

Affected files:
.obsidian/community-plugins.json
.obsidian/hotkeys.json
.obsidian/plugins/text-snippets-obsidian/data.json
.obsidian/plugins/text-snippets-obsidian/main.js
.obsidian/plugins/text-snippets-obsidian/manifest.json
.obsidian/plugins/text-snippets-obsidian/styles.css
main
Lei OT 9 months ago
parent 9100d61ff6
commit 50b1522fd8

@ -18,5 +18,6 @@
"obsidian-tasks-plugin", "obsidian-tasks-plugin",
"periodic-notes", "periodic-notes",
"advanced-cursors", "advanced-cursors",
"obsidian-excalidraw-plugin" "obsidian-excalidraw-plugin",
"text-snippets-obsidian"
] ]

@ -123,5 +123,13 @@
], ],
"key": "-" "key": "-"
} }
],
"workspace:next-tab": [
{
"modifiers": [
"Ctrl"
],
"key": "PageDown"
}
] ]
} }

@ -0,0 +1,15 @@
{
"snippets_file": "snippets : It is an obsidian plugin, that replaces your selected text.\nsc2 : Sales CRM 2.0",
"snippets": [
"snippets : It is an obsidian plugin, that replaces your selected text.",
"sc2 : Sales CRM 2.0"
],
"endSymbol": "$end$",
"newlineSymbol": "$nl$",
"stopSymbol": "$tb$",
"pasteSymbol": "$pst$",
"useTab": true,
"useSpace": true,
"wordDelimiters": "$()[]{}<>,.!?;:'\"\\/",
"isWYSIWYG": true
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "text-snippets-obsidian",
"name": "Text Snippets",
"description": "Allows you to replace text templates for faster typing, create your own, expand text shortcuts.",
"version": "0.1.2",
"author": "Ariana Khitrova",
"authorUrl": "",
"isDesktopOnly": false,
"minAppVersion": "0.9.16"
}

@ -0,0 +1,23 @@
.text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
height: 30px;
padding-top: 2px;
padding-bottom: 0;
}
.text-snippets-class > * > textarea{
width:40em;
height: 100%;
}
.text-snippets-class > div > div {
}
.text-snippets-class > * {
height: 100%;
width: 60em;
}
.text-snippets-class {
height: 70%;
background-color:
}
Loading…
Cancel
Save