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

Markdown issues #162

Closed
RobbinBaauw opened this issue Jul 4, 2019 · 2 comments
Closed

Markdown issues #162

RobbinBaauw opened this issue Jul 4, 2019 · 2 comments
Labels
backend NodeJS stuff bug Something isn't working frontend Vue stuff
Milestone

Comments

@RobbinBaauw
Copy link
Owner

Sometimes when using markdown, it doesn't render properly.

Most of the times this is fixable by re-entering with proper line breaks, but this shouldn't be necessary.

@RobbinBaauw RobbinBaauw added bug Something isn't working frontend Vue stuff backend NodeJS stuff labels Jul 4, 2019
@RobbinBaauw RobbinBaauw added this to the 1.0.0 milestone Jul 4, 2019
@RobbinBaauw
Copy link
Owner Author

This https://github.com/nhn/tui.editor looks awesome, it has a lot of functionality:

  • A viewer (so no crappy rendering on the server anymore), which is light
  • UML / charting / codeblock support
  • Integrated markdown / WYSIWYG switching
  • Nice tables
  • Easy to write extensions

The only thing it doesn't have great support for, is anything concerning realtime editing (which was a big + of quill). This library gives markdown output, we could wrap that output in a quill container and sync everything. Big negative of this is that all content needs to be refreshed upon any character change (so we need to really think about it)

@RobbinBaauw RobbinBaauw mentioned this issue Aug 30, 2019
@RobbinBaauw
Copy link
Owner Author

Closing in favor of #190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend NodeJS stuff bug Something isn't working frontend Vue stuff
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant