Zen Monk Alain M. Lafon
Zen Monk Alain M. Lafon
List of things to document after merging: - [ ] General functionality and awesomeness of this change - [ ] Add to documentation that results are limited to 200 headers...
Add automated crash-reports to learn about all the things going wrong for the community. Use [Errbit](https://github.com/errbit/errbit). At 200ok, we have used this successfully in the past on a wide range...
"It renders" for some input data is already huge.
RMS himself asked if I would consider doing so in a mail conversation. But first: Make sure organice validates against all criteria. Known list of todos for that: - [x]...
https://gitlab.200ok.ch/200ok/org-parser
organice uses the `font-family` Courier in many places. @branch14 found out that Android does not have this font-family, so it falls back to a 'random' font (not even mono-space). To...
This adds working test for the recent fix from @tarnung (https://github.com/200ok-ch/organice/pull/746). Unfortunately, adding the tests uncovered a problem with the test setup. Adding one more top headline into various_todos.org leads...
Ok, so we have a three year old bug that's inherited from org-web. Here's the broken code: https://github.com/200ok-ch/organice/blob/master/src/actions/org.js#L185 The problem: - When a user makes rapid successive changes to her...
In a big file, after some work, there might be many open threads. But at some point, you might want to work from the baseline and see everything. Right now,...
As a user, when editing a wide table, I want the 'table modification' actions to always be visible
At this point, the 'table modification' actions are aligned left:  Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore: ...