seanlowe / obsidian-timelines

Create a timeline view of all notes with the specified combination of tags
https://seanlowe.github.io/obsidian-timelines/
MIT License
54 stars 2 forks source link

[Feature - Horizontal] Text Wrap or Vertical Text #23

Open Fertion opened 9 months ago

Fertion commented 9 months ago

Hi, what's missing is the ability to enable text to be moved to the next line in situations where it doesn't fit width-wise. Or alternatively, give the option to place text vertically Another option: give a setting that will allow to show not the whole note when hovering the mouse over a period, but just display the title. image image

seanlowe commented 9 months ago

Interesting idea. Yeah, I can see how the text cut-off could be annoying, especially in long spanning timelines. I'll look into this and see what I can do. Thanks for bringing it up!

Example from the vis-timeline docs: https://visjs.github.io/vis-timeline/examples/timeline/items/rangeOverflowItem.html

This ticket also covers ticket #27