docs: update structure

This commit is contained in:
Hans Pagel
2020-11-30 11:18:05 +01:00
parent 9a18cce546
commit 18959051b4
2 changed files with 43 additions and 34 deletions

View File

@@ -1,9 +1,17 @@
# Create a new toolbar
# Create a toolbar
## toc
TODO
- [ ] commands
- [ ] commands toggle
- [ ] focus
- [ ] isActive
- [ ] isActive node/mark
- [ ] isActive node/mark, attributes
- [ ] isActive attributes
<!-- ## Introduction
In its simplest version tiptap comes very raw. There is no menu, no buttons, no styling. Thats intended. See tiptap as your building blocks to build exactly the editor you would like to have.