So, how do you add a "soft linebreak" - so that I get a line break in a single node (so that I can have e.g. 3 paragraphs on a node).
The things I've tried (enter, shift-enter, etc) all create a new node below - and the manual doesn't give any clue.
191–200 of 243 posts
So, how do you add a "soft linebreak" - so that I get a line break in a single node (so that I can have e.g. 3 paragraphs on a node).
The things I've tried (enter, shift-enter, etc) all create a new node below - and the manual doesn't give any clue.
Congratulations on the release! It’s cool to see more outliners with multi-item text selection. The “fluid” animations look really delightful — I’m jealous! I know you’ve shared some details about the animation implementation, but I’m curious about how much system stuff you take advantage of. Is your view accessible through VoiceOver? What parts of the Cocoa text system do you use (or, what do you use instead for lay…
Thanks! Bike's editor is pretty much: OutlinerLayer RowLayers LineFragmentLayers I use CoreText to line break and render into each LineFragmentLayer. A whole new level of performance is possible if I knew more metal/opengl, but right now rendering text on CPU and sending as line fragments to CoreAnimation. > Do you know of any other outliners with it besides Bike and Notion? It's hard to define "outliner". This has b…
Workflowy and Logseq already provide these features. Am I missing something?
I honestly don't understand comments like this, you know it's ok to competition in this space?
> Text editing should work as you expect. This is a nice feature of Bike. Often outliner apps constrain text editing in various ways. Bike doesn't do that. So, how do you add a "soft linebreak" - so that I get a line break in a single node (so that I can have e.g. 3 paragraphs on a node). The things I've tried (enter, shift-enter, etc) all create a new node below - and the manual doesn't give any clue.
I really like FoldingText that was also your development. Sadly, it's been discontinued. Looking forward to see if Bike feels as great as FoldingText.
FoldingText was an absolute work of art, best outliner I've ever used. It's one of those pieces of software I keep using, long after it has been discontinued, holding my breath with each OS release to see if this is the one that breaks it. That will literally be the only thing that keeps me from using it. I sincerely hope Bike adopts a lot of the same features!
Earlier quoted context omitted.
Thanks! Bike's editor is pretty much: OutlinerLayer RowLayers LineFragmentLayers I use CoreText to line break and render into each LineFragmentLayer. A whole new level of performance is possible if I knew more metal/opengl, but right now rendering text on CPU and sending as line fragments to CoreAnimation. > Do you know of any other outliners with it besides Bike and Notion? It's hard to define "outliner". This has b…
I imagine then you would had to reimplement behaviour for text selection from scratch? Impressive stuff!
I can't believe this guy is writing software that runs on my computer and selling it for money. Feels like the good old days.
I'm a big fan of Workflowy [0] but I've been keeping an eye on a Bike-like outliner called Zavala [1] – written with Swift and already has an iOS app. [0] https://workflowy.com/ [1] https://zavala.vincode.io/
They been working lots of interesting features in but stick to the basics that everything starts as a list. You would be surprised what is possible w/ just a list!
Can someone combine this concept with a task management/todo app? That would be perfect.
That's the plan among other things. Get a license ;)
If I add or move a line does Bike rewrites the whole file and updates the in-mem sorted-dict op mentioned?