karmapa / ketaka-lite

📖 A multifunctional Tibetan text editor
MIT License
3 stars 2 forks source link

simplify pagebreak steps at the last page #62

Closed chiehan1 closed 9 years ago

chiehan1 commented 9 years ago

there are four steps when pagebreak at the last page: 1.add new page first pagebreak2 2.show new page pagebreak3 3.go back to the previous page 4.ctrl + enter to pagebreak pagebreak4

we can simplify the steps to: 1.ctrl + enter to pagebreak pagebreak4 2.show add new page directly pagebreak2 3.press add new page button then the pagebreak text move to new page at the same time pagebreak2 -

kmsheng commented 9 years ago

@chiehan1 You can't guarantee that new page will be exactly be added to the last page. It depends on page name order. If you add another "page name of last page" checking on input will make user confusing somehow.

chiehan1 commented 9 years ago

ok, after discussion with user again, we think it's better to keep the present procedure, doesn't need to simplify it.