Skip to content

Commit

Permalink
2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyuping committed Jan 29, 2024
1 parent 356c55f commit 44a6d47
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 31 deletions.
20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick Latex for Obsidian
# Quick Latex

**v 2.6.3**
**v 2.6.3 - 2.6.5**
* bug fixes

**v 2.6.1**
Expand Down Expand Up @@ -139,8 +139,9 @@ bi:::\\binom{#cursor}{#tab};

---
## Note:
* The repo depends on the latest Obsidian API (obsidian.d.ts) in Typescript Definition format, which is still in early alpha so might break anytime!
* The repo depends on the latest Obsidian API (obsidian.d.ts) in Typescript Definition format, which is still in early alpha so might break anytime.
* This is my first Obsidian Plugin project, bugs might be present. Please use with caution.
* Pull requests are welcome!
* Compatible with builtin vim-mode.

---
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "quick-latex",
"name": "Quick Latex for Obsidian",
"version": "2.6.4",
"name": "Quick Latex",
"version": "2.6.5",
"minAppVersion": "0.9.12",
"description": "Speedup latex math typing with auto fraction, align block shortcut, matrix shortcut...etc",
"description": "Speedup latex math typing with auto fraction, custom shorthand, align block shortcut, matrix shortcut...etc",
"author": "joeyuping",
"authorUrl": "https://github.com/joeyuping/quick_latex_obsidian",
"isDesktopOnly": false
Expand Down
5 changes: 3 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ if you want to view the source visit the plugins github repository
export default {
input: 'main.ts',
output: {
// dir: 'D:/Obsidian/AI/.obsidian/plugins/quick-latex',
dir: "D:/1 Projects/AI/.obsidian/plugins/quick-latex",
dir: "output",
// 'D:/Obsidian/AI/.obsidian/plugins/quick-latex',
// dir: "D:/1 Projects/AI/.obsidian/plugins/quick-latex",
sourcemap: 'inline',
sourcemapExcludeSources: isProd,
format: 'cjs',
Expand Down

0 comments on commit 44a6d47

Please sign in to comment.