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

TipTap editor #99

Closed
literakl opened this issue Sep 28, 2020 · 6 comments
Closed

TipTap editor #99

literakl opened this issue Sep 28, 2020 · 6 comments
Assignees

Comments

@literakl
Copy link
Owner

this layout for blogs/articles: https://tinymce.github.io/tinymce-demos/templates-and-layout/locked-down-template-inline-fixed-toolbar.html

Trouble is an image upload. Is there Open Source pluging? Pictures must be stored on server and referenced via URL in the posts.

May help:
https://www.tiny.cloud/docs-4x/configure/file-image-upload/
https://www.tiny.cloud/docs-4x/general-configuration-guide/upload-images/
https://stackoverflow.com/questions/50146834/how-to-upload-image-using-tinymce-editor
https://github.com/francoisjacquet/tinymce-uploadimage

@kotte-sanya
Copy link
Contributor

kotte-sanya commented Sep 29, 2020

Replaced editor.js to Tiptap editor.
https://github.com/ueberdosis/tiptap

@literakl literakl changed the title TinyMCE TipTap editor Sep 29, 2020
@literakl
Copy link
Owner Author

It looks good. I have fine tuned the menu.
Problems:

  • link button is missing
  • Focus in blog is not displayed https://tiptap.dev/focus
  • comments: integrate close and emoticons buttons into menu, close at right

literakl added a commit that referenced this issue Sep 29, 2020
literakl added a commit that referenced this issue Sep 29, 2020
@kotte-sanya
Copy link
Contributor

Fixed all for issues mentioned above .

@literakl
Copy link
Owner Author

Please add this editor to Create and Edit Page with full page width. There shall be these menu items:

  • undo
  • redo
  • bold
  • italic
  • underline
  • headers h1-h3 (menu, if possible)
  • bullet list
  • numbered list
  • tables
  • link
  • picture (upload)

@kotte-sanya
Copy link
Contributor

Added tiptap editor in Edit page and Create page.
Also have fixed image upload issue too.

@literakl
Copy link
Owner Author

thanks

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

No branches or pull requests

2 participants