Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/NOTES b/NOTES
index fadc30f..3c7db7a 100644
--- a/NOTES
+++ b/NOTES
@@ -52,3 +52,26 @@ THOUGHTS ON SELECTION:
* click-drag, dbl click, triple click, shift-click, search, shift-cursor move
+
+THOUGHTS ON HISTORY:
+====================
+
+ * We need single history button, back/forward will complicate things.
+
+ * When we jump on dest link we should add current page and link to the history.
+
+ * When we jump on external link we should just add external link.
+
+ * It's enough to have 7 entries in history, too many entries complicates things.
+
+ * We should avoid duplicate entries in history. If we'll activate entry
+ that already exists (have the same title) we can just move it to the top.
+
+
+
+
+
+
+
+
+