-
Notifications
You must be signed in to change notification settings - Fork 9
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
plain text #281
plain text #281
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we could easily add editing for TextFile too?
crazy idea: what if we convert additional formats (like txt and csv) into ODF (odt and ods) and display them like that?
the only challenge with editing is how to communicate the diff. the easiest is to pass the whole content of the txt but that's not pretty and wont scale well. the problem with converting files is that you have to infer information like font and size and paragraphs. later when you want to save the changes into the original format you have to convert backwards and therefore double the chance of breaking something in the document |
8b45311
to
ad67cc8
Compare
holding back because it breaks iOS builds |
…Document.core into feature/plain-text
…e into feature/plain-text
Fix