dokuwiki-plugin-prosemirror
dokuwiki-plugin-prosemirror copied to clipboard
TODO List
what to work on next
- [x] our white board has a list of syntax modes with checkmarks for the ones implemented, missing ones need to be added
- [ ] renderer.php contains a bunch of fixmes
- [ ] implement more table features based on new table module
- [x] figure out how the menu bar works (see issue #8)
- [x] figure out how to add our own stuff to the menu bar (see issue #8)
- [x] figure out how to create sublists
- [ ] figure out how to change list types
- [ ] figure out how to add custom attributes (like table alignments)
- [ ] figure out how to implement custom types (see #10)
- [x] make babel/webpack create sourcemaps
- [ ] quotes currently create text-type nodes in doc, which is not allowed and causes errors and unexpected behavior. NodeStack should create a quotes environment or something
- [x] testing-setup
More ToDo items:
- [x] footnotes #20
- [ ] code-blocks created with 4 leading spaces
- [x] interwiki links #12
- [x] internal links #13
- [x] images #14
Issues in here should be checked to see if they still exist, then transferred into their own issues.