Open duckinator opened 11 months ago
This has been in-progress for a while, but not done, and there's definitely a lot more work to do.
A big part of getting a good system is going to be automating a system to determine how many actions each button presses, and ensuring ${SOME_NUMBER} of the most common words take at most ${SOME_LIMIT} actions, because that'll show me words that are common but hard to access.
The folder IDs I added recently are a good shortcut for that -- get a reference to a button, split the ID on "::"
, count the number of parts, add 1 and that's how many actions it takes.
tabs i'm closing that i believe are from when i was last working on this:
Create a base System that is always included with the software.
There's plenty of existing research and information about what the most common words are. That might be a good starting point.
My current plan is to try to document how I build this System, and make it freely available for everyone to use independently of the software I'm creating it for.