Initial commit
This commit is contained in:
18
.obsidian/plugins/obsidian-smart-typography/data.json
vendored
Normal file
18
.obsidian/plugins/obsidian-smart-typography/data.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"curlyQuotes": true,
|
||||
"emDash": true,
|
||||
"ellipsis": true,
|
||||
"arrows": true,
|
||||
"comparisons": true,
|
||||
"fractions": true,
|
||||
"guillemets": false,
|
||||
"skipEnDash": false,
|
||||
"openSingle": "‘",
|
||||
"closeSingle": "’",
|
||||
"openDouble": "«",
|
||||
"closeDouble": "»",
|
||||
"openGuillemet": "«",
|
||||
"closeGuillemet": "»",
|
||||
"leftArrow": "←",
|
||||
"rightArrow": "→"
|
||||
}
|
||||
1062
.obsidian/plugins/obsidian-smart-typography/main.js
vendored
Normal file
1062
.obsidian/plugins/obsidian-smart-typography/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
.obsidian/plugins/obsidian-smart-typography/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-smart-typography/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "obsidian-smart-typography",
|
||||
"name": "Smart Typography",
|
||||
"version": "1.0.18",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Converts quotes to curly quotes, dashes to em dashes, and periods to ellipses",
|
||||
"author": "mgmeyers",
|
||||
"authorUrl": "https://github.com/mgmeyers/obsidian-smart-typography",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
Reference in New Issue
Block a user