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

WYSIWYG #4

Open
1 of 2 tasks
schradert opened this issue May 13, 2024 · 5 comments
Open
1 of 2 tasks

WYSIWYG #4

schradert opened this issue May 13, 2024 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@schradert
Copy link
Owner

schradert commented May 13, 2024

Decide on and integrate WYSIWYG editor with simple component for rich text fields throughout the application

  • Rich text fields on nodes
  • Process documentation
@schradert
Copy link
Owner Author

Thoughts on TipTap instead of Quill? There's a simple setup guide for tiptip in sveltekit you can start from.

@scaredginger
Copy link
Collaborator

Nice, yeah if I'm being honest, Quill seems a bit janky with stuff like side-effects breaking SSR. Happy to try something else 👍

@scaredginger
Copy link
Collaborator

It's honestly kinda disappointing that such a mature, seemingly well-regarded library has issues like that, but oh well

@schradert schradert added documentation Improvements or additions to documentation enhancement New feature or request labels May 21, 2024
@schradert
Copy link
Owner Author

Currently on my branch a double click on a node will open up the detail view with only that double clicked node selected. This shows a spreadsheet with grouped columns generated from the Node objects selected. The spreadsheet is editable to change parameters and the name of nodes. I think description can be a built-in parameter that is basically a rich text type, and if it is selected to be edited, instead of a small input box, it can open a modal dialog in the screen center.

I think this is my preferred implementation of this. I would just trigger a different input form in EditableCell that opens a Dialog if the column.id === "data.description" (simplifying assumption for now while we don't have a proper field builder)

@scaredginger
Copy link
Collaborator

Sounds like a good plan 👍

@schradert schradert closed this as completed by moving to Done in Sage May 30, 2024
@schradert schradert reopened this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants