paperwork
paperwork copied to clipboard
LaTeX support
Hey! At first, I am really happy that you work on this project, looks really promising! Do you plan to implement LaTeX support? This functionality is missing in Evernote and OneNote but is really desired by a huge group of users. Well, you could just use MathJax to render LaTeX in the web interface.
Well, that's a good feature request, and this can be done rather easy, as there mathjax plugin for ckeditor that we're using. But we have lot's of urgent stuff including bugs need to be fixed, so we will add this when we will have time. Also PR is appreciated.
Isn't this already implemented with the 'Insert Symbol' button in the toolbar? Is this complementary or a replacement?
@Liongold insert sumbol is a mere symbol support, while LaTeX is much more.
Best regards, Arseny Lozitsky
On 3 October 2015 at 16:53, Liongold [email protected] wrote:
@Baldrs https://github.com/Baldrs Isn't this already implemented with the 'Insert Symbol' button in the toolbar? Is this complementary or a replacement?
— Reply to this email directly or view it on GitHub https://github.com/twostairs/paperwork/issues/322#issuecomment-145250418 .
@Baldrs So this will replace the Insert Symbol or stay alongside it?
That will require the new content-type, same as for markdown. You cannot truly mix LaTeX and html. So insert symbol will stay for HTML.
Best regards, Arseny Lozitsky
On 7 October 2015 at 19:45, Liongold [email protected] wrote:
@Baldrs https://github.com/Baldrs So this will replace the Insert Symbol or stay alongside it?
— Reply to this email directly or view it on GitHub https://github.com/twostairs/paperwork/issues/322#issuecomment-146258624 .
+1
Will have a look at implementing MathJax into the current markdown editor for the web UI later this week.
Took a look into this topic and it requires a little bit of info from the Markdown renderer that's being used for v2. Hence, I've commented on an existing issue in that project. Waiting for further insights into how an implementation of LaTeX could be done best with ngx-markdown
.
LaTeX support is now live in ngx-markdown! 👍 Here are the details on that.
Will update to the latest version and test integration soon.
Updated dependencies to the latest versions, meaning that ngx-markdown should now include LaTeX support. This is still open for testing though.