Skip to content

Releases: superle3/snippet-leaf

v0.0.5

10 Nov 00:30

Choose a tag to compare

Bug fixes

  • Adhere to new manifest.json standard.

v0.0.4

09 Nov 21:09

Choose a tag to compare

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.json so when installing a new version it doesn't override the previous one. (id was nonsensical at first).

0.0.3

10 Sep 23:36

Choose a tag to compare

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

10 Sep 17:42

Choose a tag to compare

Bug fixes

  • Export the objects needed to run this as an codemirror extension

New features

  • Delay the error message given when editing snippets.

0.0.1-browser

26 Aug 01:18

Choose a tag to compare

0.0.1-browser Pre-release
Pre-release

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.

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

24 Aug 00:37

Choose a tag to compare

Pre-release
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.