animewatcher

u/animewatcher@lemmy.world
3 posts · 4 comments

Recent posts

Recent comments

Sure , thanks for your help . I will try this and let you know the results.

I tried this way , please let me know your thoughts.

--------------------------------------------In List editor -------------------------------

List 
  o1 = option 1
  o2 = option 2
   $output = [this.getPropertyKeys.map(a => `<option value="${this[a]}">${a}</option>`).join('')]
  

--------------------------------------------In HTML editor -------------------------------

<select id="selectEl" onclick = "update(out)">[List]</select>
<p id ="out">[selectEl.value]</p>

Please correct me if I made mistakes, i tried this method because It can be dynamic and much friendly

And second thing is ,it might be dumb but, how do I tell the ai helper to edit the content in list editor instead of html editor. Is it even possible??