diff --git a/FUTURE.md b/FUTURE.md index 88e0013..8c823a2 100644 --- a/FUTURE.md +++ b/FUTURE.md @@ -44,9 +44,6 @@ Some notes on this 3) Way to receive data from the page - This is one way but not ideal - https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebContext.html#webkit-web-context-register-uri-scheme and seems most all here https://blogs.igalia.com/carlosgc/2013/09/10/webkit2gtk-web-process-extensions/ -- clog-data (partial - clog-presentations allows linking list objects and clog objects) - - binding html controls directly to fields for database use - - clog-auth - tiered authorization, user profiles, etc diff --git a/README.md b/README.md index cce2ac9..78ea825 100644 --- a/README.md +++ b/README.md @@ -278,4 +278,10 @@ High Order Extensions to CLOG - clog-jquery - DOM queries +- clog-data - Move data between lists and plists and groups of controls + SQL writer helpers for basic SQL + CLOG-Database - Database control for CLOG Builder + CLOG-One-Row - One row at a time table access auto + binds to controls in CLOG Builder + (See FUTURE.md for future plans)