1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 04:03:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/katex
lin onetwo 2f817e4293
Update katex to latest 0.15.3 (#6671)
* feat: update snippet fields

https://github.com/Jermolene/TiddlyWiki5/discussions/6670

* chore: upgrade files

* docs: update readme

* fix: usage of mhchem

* fix: add back katex.without-font-face.min.css

https://github.com/Jermolene/TiddlyWiki5/pull/6671#issuecomment-1116287404

* style: format json with 4 space

* style: format json with 1 space

* style: restore old format

* feat: update css by using new one and delete font face

* update developer info

* move implementation notes to plugin

* update TW style tiddler

* update katexdemo edition

* chore: delete unused files

* Update developer.tid

* Update developer.tid

Co-authored-by: pmario <pmariojo@gmail.com>
2022-07-09 08:37:47 +01:00
..
files Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
snippets Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
ui Add custom macro editor for KaTeX plugin (#5933) 2021-09-10 21:28:13 +01:00
config.tid Add custom macro editor for KaTeX plugin (#5933) 2021-09-10 21:28:13 +01:00
developer.tid Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
ImplementationNotes.tid Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
katex-logo.tid KaTeX - EditorToolbar stamp button for wysiwyg katex snippet input (#3131) 2018-03-05 11:05:44 +00:00
latex-parser.js Revert katex plugin to using $$. Use multiline for display mode. 2015-12-24 13:52:19 -03:00
plugin.info Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
readme.tid Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
styles.tid Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
usage.tid Update katex to latest 0.15.3 (#6671) 2022-07-09 08:37:47 +01:00
wrapper.js Add custom macro editor for KaTeX plugin (#5933) 2021-09-10 21:28:13 +01:00

title: $:/plugins/tiddlywiki/katex/readme

This is a TiddlyWiki plugin for mathematical and chemical typesetting based on [ext[KaTeX from Khan Academy|https://katex.org/]] (v0.15.3) and [ext[mhchem|https://github.com/mhchem/MathJax-mhchem]] through a [ext[Katex extension|https://github.com/KaTeX/KaTeX/tree/master/contrib/mhchem]].

It is completely self-contained, and doesn't need an Internet connection in order to work. It works both in the browser and under Node.js.

[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/katex]]