Commenting within each page for my weweb code

Hi,
I am looking for best practice to do with where I can store my comments within each page of Weweb
?
I used to program in PHP and could add comments anywhere with // but as we are working with elemtents and low code, I see a best practice to store important notes with the code for each page. And I want to keep comments local to weweb and not outside of the platform.
Looking forward to ideas.

Hey,

WeWeb is a frontend builder. So if you want to persist data you’ll always need a backend (like Xano, Supabase, or a custom coded one).

Otherwise, you can persist data in the user’s browser (which won’t save it eternally) by using a localStorage variable:

I actually use an empty JS action with //comments for my workflows i put it at the top of them and call them readme.

6 Likes

Proper commenting, like being able to add notes to specific parts of the page would be a very nice feature!