mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3e5a3d7df7
commit
9489220ec3
@ -47,6 +47,9 @@ var setup = function(){
|
|||||||
- BUG: editor: FF seems to update the style every other key press -- should be live...
|
- BUG: editor: FF seems to update the style every other key press -- should be live...
|
||||||
-
|
-
|
||||||
- ## ToDo:
|
- ## ToDo:
|
||||||
|
- ASAP: unify attr parsing
|
||||||
|
- _now duplicated in `.parse(..)` and `.__code2html__(..)`_
|
||||||
|
- might be a good idea to add a special text parse stage and use in on both branches...
|
||||||
- ASAP: attrs in editor are not parsed correctly (see: [attrs](#attributes))
|
- ASAP: attrs in editor are not parsed correctly (see: [attrs](#attributes))
|
||||||
- ASAP: multiple attrs are not handled correctly (see: [attrs](#attributes))
|
- ASAP: multiple attrs are not handled correctly (see: [attrs](#attributes))
|
||||||
- ASAP: style attrs (see: [attrs](#attributes))
|
- ASAP: style attrs (see: [attrs](#attributes))
|
||||||
@ -92,6 +95,7 @@ var setup = function(){
|
|||||||
- `<editable/>` -- field marker
|
- `<editable/>` -- field marker
|
||||||
- each child node will copy the template and allow editing of only fields
|
- each child node will copy the template and allow editing of only fields
|
||||||
- not clear how to handle template changes...
|
- not clear how to handle template changes...
|
||||||
|
- might be a good idea to split the editor into a generic and dom versions...
|
||||||
- cli
|
- cli
|
||||||
- Q: do we use \\t for indent? (option???)
|
- Q: do we use \\t for indent? (option???)
|
||||||
- Q: persistent empty first/last node (a button to create a new node)?
|
- Q: persistent empty first/last node (a button to create a new node)?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user