update
This commit is contained in:
26114
.obsidian/plugins/calctex/main.js
vendored
Normal file
26114
.obsidian/plugins/calctex/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/calctex/manifest.json
vendored
Normal file
10
.obsidian/plugins/calctex/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "calctex",
|
||||
"name": "Calctex",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Calculate LaTeX formulas inside Obsidian.",
|
||||
"author": "Mike",
|
||||
"authorUrl": "https://developer-mike.vercel.app/",
|
||||
"isDesktopOnly": false
|
||||
}
|
5
.obsidian/plugins/calctex/styles.css
vendored
Normal file
5
.obsidian/plugins/calctex/styles.css
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.result-text {
|
||||
color: var(--text-faint);
|
||||
font-style: oblique;
|
||||
font-size: smaller;
|
||||
}
|
Reference in New Issue
Block a user