Show HN: Bike – macOS Native Outliner
41–50 of 243 posts
Re: Show HN: Bike – macOS Native Outliner
#42Nice! Do you think you could add support for pandoc to export to other formats and import things? Another option --- possible to set it up so that each node is a text file (or other file format, see pandoc above) and they are grouped using file directories? The nifty Tombo notepad worked thus, and I found it really nice for keeping notes --- for bonus points, multiple files in a directory which have the same name wou…
> Do you think you could add support for pandoc to export to other formats and import things? Maybe, but not likely soon. Bike does already provide read/write support for .bike (html subset), .opml, and .txt. I think best route is to work from those file formats. > Another option --- possible to set it up so that each node is a text file (or other file format, see pandoc above) and they are grouped using file directo…
If you do the Tombo.exe type thing, please let me know --- I'd be delighted to have something like that on MacOS.
Re: Show HN: Bike – macOS Native Outliner
#43Re: Show HN: Bike – macOS Native Outliner
#44Any chance you’ll be releasing this on SetApp too (like TaskPaper)?
Re: Show HN: Bike – macOS Native Outliner
#45Workflowy and Logseq already provide these features. Am I missing something?
They both provide many great features, but Bike provides some unique features too. I think they are pretty well listed on Bike's home page (features), but I'll add some notes here: 1. "Fluid" (smoothly animated) editing. You could argue it's not important, but this is something new and unique to Bike. Bike is a "tool for thought". I think how the app feels is an important aspect. 2. macOS native app, of course this i…
Also, when dragging-dropping, I found it way too easy to make empty nodes which was disconcerting.
Re: Show HN: Bike – macOS Native Outliner
#46Re: Show HN: Bike – macOS Native Outliner
#47Re: Show HN: Bike – macOS Native Outliner
#48This is a great outliner. I'm quite impressed by how fluid it is. Great work! quick question: why you chose to go with HTML instead of making OPML the default file format? I'm not judging, I'm just curious.
I want more structure in the file format. OPML is perfect for plain text outliners. But if you want to support rich text then you need to encode the HTML as plain text. This means it's all of the sudden harder to process with web tools like xpath. Also (not sure this will happen, but I plan to try) I expect to add different node types. For example right now every node is a paragraph. In future might have ... A HEADIN…
Re: Show HN: Bike – macOS Native Outliner
#49Re: Show HN: Bike – macOS Native Outliner
#50I've been refraining myself to upgrade to MacOSX 11 in order to not mess with my dev environment. Are you planning to release it for MaxOSX 10.14 or lower?