-
Notifications
You must be signed in to change notification settings - Fork 94
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
Related solutions #2
Comments
I did have a look at most of them (except Apple Notes). While prosemirror would allow us to mirror most of their features, we are kind of limited with using markdown. Especially inline comments, text color/highlighting, text alignment, columns tables or custom content (like videos/files) are something that cannot be represented in markdown. I've added a list of basic features to the OP, so we can further discuss what is needed and possible. |
Another common feature is showing the history of the document and the changes made in the individual steps. This is something we kind of already have with file versions, but we cannot have all editor steps from prosemirror in there, since the document might also be changed outside of the text app. |
@jancborchardt Let's close this, since this was more an overview to get an idea of other solutions. If individual features are missing, we should create separate tickets for that. |
To see what people would expect from the Text app, we should list some widely-used projects in the same space (mainly collaborative):
Working out of the box with prosemirror/markdown:
Should be possible:
Harder to accomplish (due to markdown format):
The text was updated successfully, but these errors were encountered: