Commit graph

115 commits

Author SHA1 Message Date
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
nadrad 16c5185ba1 fixes the escape code in config values 2022-11-25 14:03:22 +01:00
nadrad 828df2bc5d added --debug-config 2022-11-25 13:38:07 +01:00
nadrad 13114e8a23 printing error if custom config file doesn't exit 2022-11-25 08:41:09 +01:00
nadrad 2b5ee46d63 fixed filename argument when there are settings 2022-11-08 13:44:15 +01:00
nadrad 1ba2615f0d clean up \n in the text pasted in the readline fn 2022-10-29 12:18:55 +02:00
nadrad a663f0b941 won't delete the node when shift+e is cancelled 2022-10-29 11:07:11 +02:00
nadrad 6ec308ad5b remove new node when there's no title 2022-10-24 10:49:26 +02:00
nadrad 70e1c5f875 key binding for adding and removing seq. nums 2022-10-13 12:30:38 +02:00
nadrad be86b68886 fix the problem with opening empty files 2022-10-13 10:45:40 +02:00
nadrad 9ab20b40da check mark and ballot X character toggle
It's a quick way of adding the ✓ and ✗ symbols at the beginning of titles by pressing the 't' key.
2022-10-12 13:25:21 +02:00
nadrad 3a1f2db77d shell command after exporting 2022-09-29 10:14:11 +02:00
nadrad a61e4acfc7 added internal, file, and command clipboard types
* `--clipboard=os` uses xclip and similar applications (default).
* `--clipboard=internal` uses an internal variable as the clipboard without exchanging content with external applications.
* `--clipboard=file` along with `--clipboard-file=/path/filename` uses the file as the clipboard.
* `--clipboard=command` uses `--clipboard-in-command="command %text%"` to send content and `--clipboard-out-command=command` to receive.
2022-09-26 17:09:45 +02:00
nadrad b655e0e928 fixed ctrl+delete in the editor 2022-09-25 09:14:33 +02:00
nadrad 8116d7ad4b fixed ctrl+backspace bug 2022-09-25 08:58:19 +02:00
nadrad c870e3b098 ignore the 'NEW' text when editing nodes 2022-09-24 10:54:08 +02:00
nadrad ff3c6814b5 negative x for some messages! 2022-09-23 11:11:16 +02:00