Initial commit

This commit is contained in:
Nick 2024-06-28 02:13:12 -05:00
commit bc15d67574
1475 changed files with 1056167 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"enabled": false,
"autoSelect": false,
"autoTrigger": true,
"autoTriggerMinSize": 3,
"triggerLikeVim": false,
"latexProvider": false,
"flowProvider": true,
"flowProviderScanCurrent": true,
"flowProviderTokenizeStrategy": "default",
"flowWordSeparators": {
"default": "~?!@#$%^&*()-=+[{]}|;:' \",.<>/",
"arabic": "~?!@#$%^&*()-=+[{]}|;:' \",.<>/،؛",
"japanese": "~?!@#$%^&*()-=+[{]}|;:' \",.<>/"
}
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-autocomplete-plugin",
"name": "Autocomplete",
"version": "0.8.0",
"minAppVersion": "0.10.0",
"description": "This plugin provides a text autocomplete feature to enhance typing speed.",
"author": "Yeboster",
"authorUrl": "https://github.com/Yeboster/",
"isDesktopOnly": false
}

View file

@ -0,0 +1,17 @@
.no-space-wrap {
white-space: nowrap;
}
.no-border-top {
border-top: 0;
}
.no-suggestions {
text-align: center;
margin: 10pt;
color: var(--text-faint);
}
.text-left {
text-align: left;
}