aboutsummaryrefslogtreecommitdiff
path: root/WISHLIST.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-08 12:09:10 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-08 12:09:10 +0200
commit8f6da65a680cdd30ec541b3b226137004a1e4681 (patch)
treeda4340c5334c9518756145365e77304f9356353a /WISHLIST.md
parent3cca7e9f25166c995a9b9b7bca5beb20be969ac7 (diff)
Notarize, sign and wishlist
Diffstat (limited to 'WISHLIST.md')
-rw-r--r--WISHLIST.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/WISHLIST.md b/WISHLIST.md
new file mode 100644
index 0000000..5125397
--- /dev/null
+++ b/WISHLIST.md
@@ -0,0 +1,17 @@
+# Wishlist
+
+This file has a list of fixes or features that I'd like to build in the near
+future.
+
+- Smart editor: Turn vertices into tokens so it's easy to rename a vertex
+ in one single operation without having to re-type
+- Make the app scriptable using applescript, custom urls and shortcuts.
+- Allow more customization:
+ - Editor color schemes
+ - Map color schemes (eg. for groups) / Map coloring.
+- More preferences
+ - Toggle smart quotes
+- Architecture updates:
+ - Remove parsing duplication, and parse once into a structure that can be
+ used for all other operations.
+ - Improve memory use and load with many files open.