diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 08:13:21 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 08:13:21 +0530 |
| commit | 6e0f7c0a66117ea458c61bf18c4a721d90523448 (patch) | |
| tree | 4577c3d9bf0d70bb0c1b25bd29497cead77daa3e /TODO.norg | |
| parent | af65d13038dcdeaf93c5c718cbc74c20120c6a22 (diff) | |
| download | css-everything-6e0f7c0a66117ea458c61bf18c4a721d90523448.tar.gz css-everything-6e0f7c0a66117ea458c61bf18c4a721d90523448.zip | |
docs: readme
Diffstat (limited to 'TODO.norg')
| -rw-r--r-- | TODO.norg | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -1,16 +1,17 @@ * Now - - (x) Refactor eval to return EvalValue - - ( ) Functions. `--my-func: func(if(get-var(--x), get-var(--y), ""))`. - - ( ) Function calls. `call(get-var(--my-func), --x: 6, --y: 2)` - - ( ) Evaluate `calc` - - ( ) string concatenation + - (x) Documentation + - ( ) string concatenation/interpolation - ( ) analog + digital clock example - -* Later + - ( ) `--cssx-use-properties: --parent-prop;` to trigger nested property update - ( ) Update `--cssx-text` on update - - ( ) `request` error handling + - ( ) FFI interface to declare functions + - ( ) some way to de-quotify values? - ( ) `has-class` - ( ) `add-class` & `remove-class` should use self if id is not specified? + +* Later + - ( ) Evaluate `calc` + - ( ) `request` error handling - ( ) keyboard events - ( ) Code cleanup - ( ) Additional events @@ -19,7 +20,6 @@ - ( ) filter for on update on specific properties * Maybe - - ( ) `list` & `tuple` data structures? - ( ) *server-side css*? Why the fuck not!? * Done @@ -46,4 +46,7 @@ - (x) access child from an instance (update checkbox) - (x) access instance from child (delete task) - (x) focus blur events + - (x) Refactor eval to return EvalValue + - (x) Functions. `--my-func: func(if(get-var(--x), get-var(--y), ""))`. + - (x) Function calls. `call(get-var(--my-func), --x: 6, --y: 2)` |
