Is it possible to render latex inside notes?
+1 this is very important for me. A similar note taking app, Noteable does this through KaTex.
The trouble as I see it is that CKEditor doesn't support such mixed content inside one note yet. Until they get it I might implement it purely as a renderer of code note (so it would be all latex or all text) but that's not an ideal solution ...
May be KaTeX?
@zadam Any updates on this? It would be very helpful even if you could implement your solution of rendering latex code notes
any update on this?
Unfortunately no, still planned at some point, but still not a priority. I'm trying to get basic things right first before expanding into other things like math support.
Was hoping to move away from Roam to Trilium (because this is local). But without latex, a large number of use cases cannot be handled in this. Hope to see this soon!
bumping thread to show support for the idea
I did recently some quick experiments with ckeditor5-math in math branch and the basics seem to work, but there are couple rough edges - so far lazy loading of renderer is not supported, not clear how we'll support latex in read only notes etc.
The experiment has been coming along nicely - you can expect first beta of 0.45 soon.
Can this issue be closed now? https://github.com/zadam/trilium/wiki/Text-notes#math-support
Yes.
Most helpful comment
I did recently some quick experiments with ckeditor5-math in math branch and the basics seem to work, but there are couple rough edges - so far lazy loading of renderer is not supported, not clear how we'll support latex in read only notes etc.