Ellpeck / ObsidianSimpleTimeTracker

Multi-purpose time trackers for your notes!
MIT License
132 stars 19 forks source link

Copy as table does not maintain indent #22

Open bagaag opened 1 year ago

bagaag commented 1 year ago

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.