dnote icon indicating copy to clipboard operation
dnote copied to clipboard

Mathematics Support

Open RyanGreenup opened this issue 5 years ago • 0 comments

  • Please describe the feature you would like to have. An implementation of Mathjax would be really useful (or atleast KaTeX)

  • What alternatives have you considered? WikiJS/WizNote/Leanote/Boostnote/Notable/MediaWiki etc.

  • Any additional context It shouldn't be hard to implement, it really is as simple as putting this into the HTML header and allowing users to run it locally if they desire:

<script type="text/javascript" async
  src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>

RyanGreenup avatar May 30 '20 00:05 RyanGreenup