-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start formatting tables with horizontal scroll and fixed-width font #799
base: master
Are you sure you want to change the base?
Conversation
It's no good to check note_content_section_text isn't displayed, as it's not found
@nevenz This works better than I expected. Do you think the ability to edit a table nicely is necessary or could we implement this display enhancement first? |
f538ac2
to
50b066e
Compare
@nevenz I added a very bare-bones edit screen. I tried reusing the |
Followup from discussion on #74
In this approach the note's content is split into alternating table and text (i.e. non-table) content. The tables are then formatted with a fixed-width font, and horizontal scrolling is used to prevent text wrapping (wrapping makes tables basically unusable)
Before merging I'd at least need to address:
test breakageorg-java
library and storing result of the table/text parsing process in the database