Commit graph

131 commits

Author SHA1 Message Date
William Schroeder 9200580a5e feat(editor): added some meta support
I added meta-left, meta-right, and meta-backspace support to mostly
reflect what readline does, minus undo and yank/copy.

Nowadays, meta pretty much means alt.
2024-04-08 09:05:52 -05:00
nadrad 1caa360a53 improved width fix: changing strlen to strwidth 2024-04-08 08:28:53 +02:00
William Schroeder 63ef829129 fix(display): ensure base line length is equal to terminal width even if map line length is shorter 2024-04-07 21:57:21 -05:00
wen huxian 16cd66f3e2 chinese display support 2024-04-04 16:55:44 +08:00
nadrad 533a8b94ae ctrl+q for debugging 2024-03-30 19:06:41 +01:00
nadrad 1fb131ee3d added klipper support 2023-12-04 06:43:00 +01:00
nadrad 2c061c965b switched ${var} to {$var} 2023-12-04 06:24:43 +01:00
nadrad b24f3cf57a potential fix for config 2023-10-20 09:57:33 +02:00
nadrad 1d61a40788 another alternative for "home" and "end" key codes! 2023-07-25 12:00:09 +02:00
nadrad 18d273015f alternative codes for "home" and "end" keys 2023-07-25 09:17:21 +02:00
nadrad 4562afb527 echo-keys switch for troubleshooting 2023-07-25 09:09:07 +02:00
nadrad eb1fec66f0 '(?)' is styled like '???' now. 2023-07-23 16:57:17 +02:00
nadrad aa54cac1c0 auto_save added 2023-07-23 11:22:48 +02:00
nadrad 9e049112f4 pressing '?' shows the key bindings 2023-07-23 11:09:17 +02:00
nadrad 566e292ef8 made key bindings configurable 2023-07-23 10:45:10 +02:00
nadrad 66f4162d65 bullet character behaves like * when pasting 2023-07-02 16:27:30 +02:00
nadrad fa87f13ada fixed line length for aligned parents with multiple children 2023-05-12 05:03:52 +02:00
nadrad 4a8a065b10 fixed highlighting for aligned no-siblings 2023-05-12 05:00:34 +02:00
nadrad 96fc5f9759 styling of active nodes with initial numbers 2023-04-20 11:03:48 +02:00
nadrad bc127bf619 fixed root name when there's no file 2023-04-20 08:50:00 +02:00
nadrad 43b76efaf9 new feature for opening the active node with xdg-open 2023-04-19 17:58:56 +02:00
nadrad 17b9cec51b name fix for non-existing filename as argument 2023-04-19 17:22:49 +02:00
nadrad 44a7ab6b82 fixed small vertical spacing issue 2023-04-12 11:09:46 +02:00
nadrad 2f5c639229 small improvement in parsing multiple arguments 2023-03-26 14:25:36 +02:00
nadrad 86a9b3dda6 fix spacing issue with hidden nodes 2023-03-19 15:46:11 +01:00
nadrad 5d2faa4a36 styling fix for collpased nodes with hidden children 2023-03-19 15:20:27 +01:00
nadrad a95bed5d34 fixed styling for collapsed items without hidden nodes 2023-03-19 08:55:57 +01:00
nadrad c447c06223 text map export 2023-03-18 14:38:26 +01:00
nadrad 3cabf66edf fixed focus move on deleting a sibling of a hidden node 2023-03-18 10:21:18 +01:00
nadrad 820b400315 small fixes for the hiding feature 2023-03-18 08:44:43 +01:00
nadrad 2958450f95 excludes initial flags when sorting 2023-03-18 08:34:00 +01:00
nadrad f81de41fe9 moving is now compatible with hidden nodes 2023-03-18 08:18:11 +01:00
nadrad 2dc9ebdd4c sibling activated when node becomes hidden 2023-03-17 20:24:17 +01:00
nadrad d16214e78d hidden nodes 2023-03-17 20:04:49 +01:00
nadrad 3f6095a8ed customizable symbols 2023-03-15 09:24:48 +01:00
nadrad d3afbd7ac4 align-levels feature 2023-03-15 09:09:17 +01:00
nadrad 8c4c8f8e3a added an extra line break at the end of saved file 2023-02-10 09:53:54 +01:00
nadrad 3430d33aeb removing the window title when quitting 2023-02-07 20:21:56 +01:00
nadrad 80fb6a66ab fixed the default value for save-as 2023-02-07 20:16:39 +01:00
nadrad 40014b2ee0 file name as the window title 2023-02-07 20:12:50 +01:00
nadrad ae3dfd0ee3 fixed the capitalization of the logo 2023-02-05 18:49:45 +01:00
nadrad 34452de519 shows the logo when the application is opened 2023-02-05 18:22:33 +01:00
nadrad 204f3f9d2d txt export basics 2023-02-05 08:23:29 +01:00
nadrad 5e216d6dad fixed the single-child Y alignement issue 2023-01-07 22:46:24 +01:00
nadrad d53c923049 fix - dimming the numbers at the beginning
It wasn't formatting them when they were at the same Y as the
active node. Now they are, but in return, the rest of those
titles are not bold when active.
2023-01-07 12:39:31 +01:00
nadrad 9ce26f65ba padding the numbers 2023-01-07 12:29:42 +01:00
nadrad d06a279450 fix - dimmed numbers at the beginning 2023-01-07 12:23:54 +01:00
nadrad 4e9e12d440 added 'T' for sorting siblings 2023-01-01 11:14:54 +01:00
nadrad cdaf8e5be4 'V' for collapsing the children 2022-12-31 22:48:16 +01:00
nadrad c7f117d21d added the ranking feature 2022-12-22 17:07:30 +01:00