feat: update settings and plugins

This commit is contained in:
Ben Hong
2024-01-17 20:40:00 -08:00
parent 1916d57faa
commit c744a6fe89
82 changed files with 157524 additions and 5348 deletions

View File

@@ -0,0 +1,29 @@
{
"snippets_file": "@ : [[@$end$]]\n\n+ : [[+$end$]]\n\niab : 🥞 #i/ate/breakfast $end$\niabr : 🥂 #i/ate/brunch $end$\niad : 🍜 #i/ate/dinner $end$\nial : 🍔 #i/ate/lunch $end$\nias : 🍬 #i/ate/snack $end$\nidw : 💧 #i/drank/water — 8oz\nist : 📖 #i/studied \n\nipc : 🀄 #i/practiced/chinese ($end$)\nipj : 🇯🇵 #i/practiced/japanese ($end$)\nhm : 🧘 #i/practiced/meditation ($end$)\nhr : 📖 #i/practiced/reading $end$ (-)\nhu : 🎸 #i/practiced/ukulele ($end$)\nhw : 📝 #i/practiced/writing $end$ (0)\n\ndv : ```dataview$nl$$end$$nl$```\n\n",
"snippets": [
"@ : [[@$end$]]",
"+ : [[+$end$]]",
"iab : 🥞 #i/ate/breakfast $end$",
"iabr : 🥂 #i/ate/brunch $end$",
"iad : 🍜 #i/ate/dinner $end$",
"ial : 🍔 #i/ate/lunch $end$",
"ias : 🍬 #i/ate/snack $end$",
"idw : 💧 #i/drank/water — 8oz",
"ist : 📖 #i/studied ",
"ipc : 🀄 #i/practiced/chinese ($end$)",
"ipj : 🇯🇵 #i/practiced/japanese ($end$)",
"hm : 🧘 #i/practiced/meditation ($end$)",
"hr : 📖 #i/practiced/reading $end$ (-)",
"hu : 🎸 #i/practiced/ukulele ($end$)",
"hw : 📝 #i/practiced/writing $end$ (0)",
"dv : ```dataview$nl$$end$$nl$```"
],
"endSymbol": "$end$",
"newlineSymbol": "$nl$",
"stopSymbol": "$tb$",
"pasteSymbol": "$pst$",
"useTab": false,
"useSpace": false,
"wordDelimiters": "$()[]{}<>,.!?;:'\"\\/",
"isWYSIWYG": true
}

File diff suppressed because one or more lines are too long

View File

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

View File

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