Replies: 3 comments 2 replies
-
Hi @luben, thanks again for providing all the feedback to this tool. I have a couple of technical designs in mind:
Ultimately I want to support No.3 as it enables infinite customizability, but in the short term, how might No.1 and 2 relate to your goal? |
Beta Was this translation helpful? Give feedback.
-
Yes, flat list or shortcut will solve the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi @luben, I added a bit more flexibility to the template. Now you can inject custom javascript to open all the Create a directory and file <script>
document.querySelectorAll("details").forEach(detail => detail.open = true);
</script> Please consider this a short-term solution. I find ways to support custom html template. |
Beta Was this translation helpful? Give feedback.
-
It would be great if there are buttons to expand/collapse all articles. Also if there is a setting to change the default to "expanded" it would be great.
Beta Was this translation helpful? Give feedback.
All reactions