Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Di-ary – a math note-taking app built on Ruby on Rails, React and Redux (github.com/mkalygin)
8 points by mkalygin on June 15, 2016 | hide | past | favorite | 7 comments



Very nice! A bit of flickering as you type, though.


Thanks! I'm using MathJax for LaTeX support. This is how it processes LaTeX (with flickering). I have no idea how to improve this. Any clues?

I would probably try to prerender Markdown+Latex and update with a small throttling. But I haven't found a way to do this with MathJax.


So, my first hypothesis would be to have two divs, one showing the latest result of marked, the other (not visible) showing the current result of marked; in the Typeset callback you could then swap the two divs.


This sounds like a two frame buffers in a rendering pipeline, good idea. I'll try to implement this.


Awesome! Can't wait to try it out in a few months :)


$\pmatrix{1&0\\ 0&1}$ does not work.


Good catch. This works (3 slashes):

$\pmatrix{1&0 \\\ 0&1}$

I'll investigate this bug.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: