commit f5d33f82d7cd3389da70b4290987f7c0a7b06607
parent c752f9de8f8ffc29c59a42e8d93144d371ae1ce8
Author: William Casarin <jb55@jb55.com>
Date: Fri, 19 Nov 2021 13:05:21 -0800
move todos
Diffstat:
7 files changed, 7 insertions(+), 54 deletions(-)
diff --git a/TODO b/TODO
@@ -0,0 +1,7 @@
+O open-above
+dd/x should copy. need copy/paste buffer
+unmovable events, cant push them down
+sdl backend
+swap events
+ctrl-h backespace
+ignore selection size when moving up or down
diff --git a/todo/README b/todo/README
@@ -1,34 +0,0 @@
-Issue tracker
-=============
-
-Submit issues by sending a patch with the following format under
-todo/issue-name:
-
-Format
-------
-
-n: name
-d: description
-t: tags
-i: optional email message-id for the issue
-
-You can use In-Reply-To: <message-id> from your email client to comment on
-this issue.
-
-Example
--------
-
-todo/issue-name.txt:
-
-n: Some issue title
-d: some
-t: feature,bug,cli
-i: message-id
-
-Fetching discussions
---------------------
-
-View the discussion online: https://lists.sr.ht/~jb55/public-inbox/<message-id>
-
-curl 'https://lists.sr.ht/~jb55/public-inbox/<message-id>/mbox' to get the
-email thread for this issue
diff --git a/todo/default-calendar b/todo/default-calendar
@@ -1,5 +0,0 @@
-n: default calendar
-d: Right now you have to explicity pass in an existing calendar, we should just create/choose a default calendar if none is provided (timeblock.ics ?)
-t: feature
-i: 1618411345.617872473-jb55@jb55.com
-
diff --git a/todo/drag-pushing b/todo/drag-pushing
@@ -1,3 +0,0 @@
-n: drag pushing
-d: holding control while dragging with mouse should push events around
-t: feature,mouse
diff --git a/todo/light-mode b/todo/light-mode
@@ -1,4 +0,0 @@
-n: Light Mode
-d: The UI is a bit hard to read when it's sunny out. Would be nice if we could toggle between light and dark themes.
-t: ui,feature,theme
-i: 1617129104.022824203-jb55@jb55.com
diff --git a/todo/marks b/todo/marks
@@ -1,4 +0,0 @@
-n: Marks
-d: It would be nice if you could save a location to come back to later. vi, less, etc has marks that you can jump to and from.
-t: feature,marks
-i: 1617200096.233461818-jb55@jb55.com
diff --git a/todo/vdir b/todo/vdir
@@ -1,4 +0,0 @@
-n: vdir support
-d: It would be nice to have vdir support. That way we can use vdirsyncer which is a common way to sync calendars on linux
-t: vdir,feature
-i: 1617128242.069150115-jb55@jb55.com