You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When timers are nested, they are indented in the main display. When copied as a table, sub-entries are not indented.
Since Markdown tables don't support indenting in table cells, non-breaking space HTML entities could be used, or a character like a dash could be used. I tried both and think dashes better communicate the indent level.
I would be happy to implement this as a PR.
The text was updated successfully, but these errors were encountered:
…r sub-entries
Enhanced the `createTableSection` function to include dynamic prefixing based on the indentation level, ensuring the hierarchical structure of sub-entries is preserved. Each sub-entry level now includes an additional `-` prefix, improving readability in both "Copy as Table" and "Copy as CSV" exports.
This feature resolves issue Ellpeck#22.
When timers are nested, they are indented in the main display. When copied as a table, sub-entries are not indented.
Since Markdown tables don't support indenting in table cells, non-breaking space HTML entities could be used, or a character like a dash could be used. I tried both and think dashes better communicate the indent level.
I would be happy to implement this as a PR.
The text was updated successfully, but these errors were encountered: