OpenSlides / OpenSlides/openslides-client
Tiptap editor: add indent option
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 52
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 52
Description
Current behavior
Currently it is not possible to indent a text in the tiptap editor with something like a tabstop. This limits the structuring of texts.
Wanted behavior
A tabstop like function should be integrated in the tiptap editor. The editor should support this new function for all editor option except (important!) the motion edit. The motion edit should NOT support indention.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Tiptap editor entry point and the configuration for its editor options, then identify how the motion edit is distinguished from the other modes. Check how existing text-editing features are tested. Done means indentation or a tabstop works in every supported editor option except motion edit, where it remains unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100