aboutsummaryrefslogtreecommitdiff
path: root/TODO.norg
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-25 08:13:21 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-25 08:13:21 +0530
commit6e0f7c0a66117ea458c61bf18c4a721d90523448 (patch)
tree4577c3d9bf0d70bb0c1b25bd29497cead77daa3e /TODO.norg
parentaf65d13038dcdeaf93c5c718cbc74c20120c6a22 (diff)
downloadcss-everything-6e0f7c0a66117ea458c61bf18c4a721d90523448.tar.gz
css-everything-6e0f7c0a66117ea458c61bf18c4a721d90523448.zip
docs: readme
Diffstat (limited to '')
-rw-r--r--TODO.norg21
1 files changed, 12 insertions, 9 deletions
diff --git a/TODO.norg b/TODO.norg
index cc4bcb0..ba5412d 100644
--- a/TODO.norg
+++ b/TODO.norg
@@ -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)`