Releases: superle3/snippet-leaf
Releases · superle3/snippet-leaf
v0.0.5
v0.0.4
New features
- Optimized snippet detection and expansion
- Optimized concealment
Bug fixes
- Bounds are detected correctly for
$$and\begin{...} \end{...}such that you can still type\begin{array}[]{cc}... \end{array}
Breaking changes
- changed id in
manifest.jsonso when installing a new version it doesn't override the previous one. (id was nonsensical at first).
0.0.3
Bug fixes
- Fix OOM bug. The extension kept trying to get the settings and with that causing an update which made it ask settings again.
New features
- Show small message that settings are loaded.
- Debounce the settings listener, such that the storage qoute doesn't get used up.
0.0.2
0.0.1-browser
Partial port of Obsidian-latex-suite.
Release v0.0.1-browser
List of ported features:
- Snippet engine
- snippet config in typescript
- Autofraction
- Math contex adjusted for latex
- Snippet variabls in json5
- Keymaps:
- Matrix shortcuts
- Tabout
- Highlighting and colorizing brackets
- Concealment of math equations with possible delayed reveal
Not ported:
- Math preview (not currently possible for overleaf so skipping)
Difference
- Settings:
- Typescript (es2015) instead of javascript and custom hovertooltip for
jsdoc documentation.
- Typescript (es2015) instead of javascript and custom hovertooltip for
Currently a self signed extension file will be provided. This extension
will hopefully be uploaded later on AMO and the chrome extension store.
CodeMirror Extension v0.0.1-codemirror
Partial port of Obsidian-latex-suite. Release v0.0.1-codemirror List of ported features: - Snippet engine - snippet config in typescript - Autofraction - Math contex adjusted for latex - Snippet variabls in json5 - Keymaps: - Matrix shortcuts - Tabout - Highlighting and colorizing brackets - Concealment of math equations with possible delayed reveal Not ported: - Math preview (not currently possible for overleaf so skipping) Developers using this extension for codemirror editors should use `SETTINGS_EXPLANATIONS` for the descriptions.