diff --git a/editor/src/menu.js b/editor/src/menu.js index 2c1ed91..9b81760 100644 --- a/editor/src/menu.js +++ b/editor/src/menu.js @@ -53,6 +53,25 @@ function connectContextMenu(editor) { }) } } + + // TODO + // - Sort + // - Title (A-Z) + // - Title (Z-A) + // - Date (on item) (new-old) + // - Date (on item) (old-new) + // - Unchecked first + // - Checked first + // - Updated (new to old) + // - Updated (old to new) + // - Created (new to old) + // - Created (old to new) + // - Reverse + // - Zoom in (should work in the same document) + // - Move To + // - Indent + // - Add checkboxes + // - Remove checkboxes } }); } diff --git a/list-editor/index.js b/list-editor/index.js index de2b614..896c8c7 100644 --- a/list-editor/index.js +++ b/list-editor/index.js @@ -43,6 +43,8 @@ function editor(root, inputData, options) { keymap.mapKey('C-S-ArrowUp', 'blockMoveBackward') keymap.mapKey('C-S-ArrowDown', 'blockMoveForward') keymap.mapKey('C-.', 'toggleBlock') + // keymap.mapKey('C-]', 'zoomIn') + // keymap.mapKey('C-[', 'zoomOut') function createStore(inputData) { let data = [