robinjia / ream

Ream: A paper manager
4 stars 1 forks source link

Markdown support for notes #29

Open ameyagodbole opened 2 years ago

ameyagodbole commented 2 years ago

Is there a non-trivial way to add MarkDown and Math + MarkDown support to the notes section?

Currently, the notes are ignores newlines in notes. Math is not rendered.

ameyagodbole commented 2 years ago

I was tinkering with a scrollbar (for large notes) and markdown support. Math support seems less trivial.

https://github.com/ameyagodbole/ream/commits/add/note-scrolling

robinjia commented 2 years ago

Markdown is a good idea, feel free to send a PR. Probably want to do something graceful when markdown parsing fails.

Math support would also be nice, maybe something like https://yihui.org/en/2018/07/latex-math-markdown/ ?