minor updates...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-02-06 23:38:06 +04:00
parent 9a49a3c4dc
commit 785bada4a4
2 changed files with 12 additions and 8 deletions

View File

@ -5,14 +5,10 @@
| touchdown point.
[_] BUG: no drag threshold on excludedElements (TouchSwipe)
| stalled...
[_] 62% general todo
[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
[_] move some of the current configuration options to the magazine...
| same idea as .no-resize class...
[_] 63% general todo
[_] 50% move some of the current configuration options to the magazine...
[X] page align
[_] resize settings (.no-resize class)
[_] add transition-duration editors to config page (a-la PAGES_IN_RIBBON)...
| will help tuning the system,,,
[_] Editor: add toggleEditiorMode to all editables in all versions...
@ -89,6 +85,11 @@
[_] BUG: href to existing anchors will mess up layout...
| need to find out how can we disable anchor links from actually
| 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
| now only centering is possible...
[X] make #URL updates optional...

View File

@ -1138,6 +1138,7 @@ function buildJSON(export_bookmarks, export_position){
return res
}
// XXX this does not load page attrs correctly...
function loadJSON(data, load_user_data){
function _build(block, elem){
@ -1185,6 +1186,8 @@ function loadJSON(data, load_user_data){
}
// metadata...
// XXX still might be a bit buggy -- might not be loading some
// data correctly...
writeMetadata(elem, res)
}