Skip to content
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

Closed
8 of 14 tasks
jancborchardt opened this issue Apr 15, 2019 · 3 comments
Closed
8 of 14 tasks

Related solutions #2

jancborchardt opened this issue Apr 15, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@jancborchardt
Copy link
Member

jancborchardt commented Apr 15, 2019

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:

  • Text formating bold/italic/underlined
  • Code blocks
  • Headlines
  • Horizontal ruler
  • Lists (ordered/unordered)
  • Blockquote
  • Links
  • Images

Should be possible:

  • Lists with checkboxes
  • User mentions

Harder to accomplish (due to markdown format):

  • Tables/Columns
  • Text alignment/color/hightlight
  • Dynamic content (videos/files)
  • Inline comments
@juliusknorr
Copy link
Member

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.

@juliusknorr
Copy link
Member

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.

@juliusknorr
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants