mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-06-16 07:25:11 -05:00
Initial commit
This commit is contained in:
commit
bc15d67574
1475 changed files with 1056167 additions and 0 deletions
16
.obsidian/plugins/obsidian-autocomplete-plugin/data.json
vendored
Normal file
16
.obsidian/plugins/obsidian-autocomplete-plugin/data.json
vendored
Normal 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": "~?!@#$%^&*()-=+[{]}|;:' \",.<>/"
|
||||
}
|
||||
}
|
2694
.obsidian/plugins/obsidian-autocomplete-plugin/main.js
vendored
Normal file
2694
.obsidian/plugins/obsidian-autocomplete-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-autocomplete-plugin/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-autocomplete-plugin/manifest.json
vendored
Normal 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
|
||||
}
|
17
.obsidian/plugins/obsidian-autocomplete-plugin/styles.css
vendored
Normal file
17
.obsidian/plugins/obsidian-autocomplete-plugin/styles.css
vendored
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue