mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 18:10:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4d3d5e544e
commit
99f1de520f
@ -411,13 +411,14 @@ editor .outline .block:focus {
|
|||||||
|
|
||||||
/*------------------------------------------------ Numbered lists ---*/
|
/*------------------------------------------------ Numbered lists ---*/
|
||||||
|
|
||||||
|
.editor .outline .numbered-list>.children {
|
||||||
|
counter-reset: numbered-list;
|
||||||
|
}
|
||||||
.editor .outline .numbered-list>.children>.block>.view:not(:empty):before {
|
.editor .outline .numbered-list>.children>.block>.view:not(:empty):before {
|
||||||
counter-increment: numbered-list;
|
counter-increment: numbered-list;
|
||||||
content: counter(numbered-list) ".";
|
content: counter(numbered-list) ".";
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* numbered lists... */
|
|
||||||
.editor .outline
|
.editor .outline
|
||||||
.numbered-list>.children
|
.numbered-list>.children
|
||||||
>.numbered-list>.children>.block>.view:not(:empty):before {
|
>.numbered-list>.children>.block>.view:not(:empty):before {
|
||||||
|
|||||||
@ -53,6 +53,8 @@ var setup = function(){
|
|||||||
- ## ToDo:
|
- ## ToDo:
|
||||||
- selection / multiple node selection (via shift+motion)
|
- selection / multiple node selection (via shift+motion)
|
||||||
- copy/paste nodes/trees
|
- copy/paste nodes/trees
|
||||||
|
- numbered lists: add counters to a depth of 6-7...
|
||||||
|
- _or find a way to make them repeat..._
|
||||||
- FEATURE: read-only mode
|
- FEATURE: read-only mode
|
||||||
- auto-shift done blocks to the end of siblings... (option?)
|
- auto-shift done blocks to the end of siblings... (option?)
|
||||||
- ...or should this be `sort:: done` -- i.e. sort children by done status??
|
- ...or should this be `sort:: done` -- i.e. sort children by done status??
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user