mirror of
https://github.com/flynx/PortableMag.git
synced 2025-10-31 20:10:13 +00:00
minor updates...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9a49a3c4dc
commit
785bada4a4
17
TODO.otl
17
TODO.otl
@ -5,14 +5,10 @@
|
|||||||
| touchdown point.
|
| touchdown point.
|
||||||
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
|
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
|
||||||
| stalled...
|
| stalled...
|
||||||
[_] 62% general todo
|
[_] 63% general todo
|
||||||
[X] 100% add page sets..
|
[_] 50% move some of the current configuration options to the magazine...
|
||||||
[X] general page navigation
|
[X] page align
|
||||||
[X] serialization
|
[_] resize settings (.no-resize class)
|
||||||
[X] PROBLEM: cover is not found within the page-set
|
|
||||||
[X] PROBLEM: next/prev article navigation is broken
|
|
||||||
[_] move some of the current configuration options to the magazine...
|
|
||||||
| same idea as .no-resize class...
|
|
||||||
[_] add transition-duration editors to config page (a-la PAGES_IN_RIBBON)...
|
[_] add transition-duration editors to config page (a-la PAGES_IN_RIBBON)...
|
||||||
| will help tuning the system,,,
|
| will help tuning the system,,,
|
||||||
[_] Editor: add toggleEditiorMode to all editables in all versions...
|
[_] Editor: add toggleEditiorMode to all editables in all versions...
|
||||||
@ -89,6 +85,11 @@
|
|||||||
[_] BUG: href to existing anchors will mess up layout...
|
[_] BUG: href to existing anchors will mess up layout...
|
||||||
| need to find out how can we disable anchor links from actually
|
| need to find out how can we disable anchor links from actually
|
||||||
| going to the anchor...
|
| going to the anchor...
|
||||||
|
[X] 100% add page sets..
|
||||||
|
[X] general page navigation
|
||||||
|
[X] serialization
|
||||||
|
[X] PROBLEM: cover is not found within the page-set
|
||||||
|
[X] PROBLEM: next/prev article navigation is broken
|
||||||
[X] add option to align page to right or left screen border
|
[X] add option to align page to right or left screen border
|
||||||
| now only centering is possible...
|
| now only centering is possible...
|
||||||
[X] make #URL updates optional...
|
[X] make #URL updates optional...
|
||||||
|
|||||||
@ -1138,6 +1138,7 @@ function buildJSON(export_bookmarks, export_position){
|
|||||||
return res
|
return res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XXX this does not load page attrs correctly...
|
||||||
function loadJSON(data, load_user_data){
|
function loadJSON(data, load_user_data){
|
||||||
function _build(block, elem){
|
function _build(block, elem){
|
||||||
|
|
||||||
@ -1185,6 +1186,8 @@ function loadJSON(data, load_user_data){
|
|||||||
}
|
}
|
||||||
|
|
||||||
// metadata...
|
// metadata...
|
||||||
|
// XXX still might be a bit buggy -- might not be loading some
|
||||||
|
// data correctly...
|
||||||
writeMetadata(elem, res)
|
writeMetadata(elem, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user