Florent V.

Results 17 comments of Florent V.

@braykov +1 same things with long names in sidebar, creates the scrollbar -> annoying. But what about when the menu is hidden ? would it not "break" the layout ?

> If you're suggesting introducing word wrap for the sidebar I had nothing particular in mind but anything that can help us reduce scrolling (vertically or horizontally) would be appreciated,...

What about using a uniqid field ? ## Exemple: Tiddler's title: _Test1_ Uniqid tiddler's hidden/system field: _12345678_ 1) Link to: _Test1_ works everywhere because it is modified automatically by the...

We might just use the timestamp which is already created with the new tiddler anyway and surely unique ! And this solution would not impact shadows or system tiddlers since...

@pmario > If I manually create new tiddlers (nodejs version) I use the same created timestamp, because of lazyness :) So you would do the same with uniqid unless it...

@pmario > Creating a UUID is about 20 lines of js code. Right it is no big deal but what bothers me is the need of creating something instead of...