Earlier quoted context omitted.
The local first approach is the primary reason I use Obsidian. I trust that I can _depend_ on Obsidian because of this. On the other hand, this has also caused some headaches around using it on mobile.. but so far this has been a worthwhile tradeoff. Thanks for all the hard work!
Syncthing comes to my mind for that specific need. https://syncthing.net/
Show HN: Obsidian Canvas – An infinite space for your ideas
141–150 of 394 posts
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#142Earlier quoted context omitted.
Great! I love the philosophy around open and clear formats. Like I have said before, a second brain should be as open and reliable as possible.
Trello boards export to JSON, would you consider it open? OneNote notebooks are also an open and well-documented specification, as well as local first and backed by a very reliable company, which makes them just as open as Obsidian by those standards. https://learn.microsoft.com/en-us/openspecs/office_file_form...
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#143As evidenced by a link to AlternativeTo on their own site, this space has a lot (145+) of competition [0]. At some level, I worry about using things much more complex than a text file, because of portability and longevity. It's enough of a pain transitioning between Google and Microsoft (and back) every few years based on various jobs. I have files from the late 1980's that I can still read, but only with Libre Offic…
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#144With the caveat that I'm very far from a power user, I'm struggling to picture how I'd use this. Not as in I think it's a bad idea, but rather it looks cool but I believe I don't quite understand it. I think the following is an example of an intended use case? Can anyone confirm/deny? For my work related notes, there's some hierarchical structure to them even though it's hard to see that at the note level. There's al…
Some of my more visually-inclined friends use a similar program called Miro to keep track of their projects. At the conception stage they collect links to similar projects, scribble notes and draw sketches to create a moodboard. As the design takes form, they create some subsections in the canvas dedicated to certain details of the project and collect related notes there. Images or links of the work-in-progress are also pasted to track progress and to point out what needs to be changed. Each stage and each part of the project gets its own space with its own notes and when you zoom out you get a nice overview of the whole thing.
Miro can also be used collaboratively, so with groups you can also add in a Gantt chart and whatnot to organize.
My friends were in search of offline alternatives to Miro, so I think there is a group of people who will find this new feature very useful.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#145Obsidian Canvas uses a new JSON-based file format that we have open-sourced under MIT license. You can see the spec here: https://github.com/obsidianmd/obsidian-api/blob/master/canva... Just like all other files in Obsidian, canvas files are your own and local to your device. You're still linking to your own Markdown files which are just as future-proof as ever. We decided to create the .canvas format because there w…
The local first approach is the primary reason I use Obsidian. I trust that I can _depend_ on Obsidian because of this. On the other hand, this has also caused some headaches around using it on mobile.. but so far this has been a worthwhile tradeoff. Thanks for all the hard work!
Obsidian sells a first party syncing solution, which I hear works well:
I do git syncing on Android via termux (It works most of the time, except when git decides to shit itself every now and then on my tablet):
https://forum.obsidian.md/t/guide-using-git-to-sync-your-obs...
I can't vouch for it because I don't have any iOS devices new enough to support it, but supposedly you can use Working Copy to sync via git on iOS:
https://forum.obsidian.md/t/mobile-setting-up-ios-git-based-...
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#146One thing that's really missing for me from Obsidian is a view similar to that of Google Keep. Like sometimes I want to drop a small note "my stuff is in locker 2130" or "Look into Open Library WikiData linking percentage" and then easily be able to see it again in a few of all notes most recent. A thread on Reddit give me a small hope this update may do that but I don't think so. PS: I'm aware of the daily notes vie…
There are community-extensions for this. "Vault Changelog"recently edited files, and "Recent Files" recently opened files. Not sure how well they work on mobile. But true, a google keep like tile-view with auto-layout and filters would be a useful enhancement for obsidian.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#147Obsidian Canvas uses a new JSON-based file format that we have open-sourced under MIT license. You can see the spec here: https://github.com/obsidianmd/obsidian-api/blob/master/canva... Just like all other files in Obsidian, canvas files are your own and local to your device. You're still linking to your own Markdown files which are just as future-proof as ever. We decided to create the .canvas format because there w…
The local first approach is the primary reason I use Obsidian. I trust that I can _depend_ on Obsidian because of this. On the other hand, this has also caused some headaches around using it on mobile.. but so far this has been a worthwhile tradeoff. Thanks for all the hard work!
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#148The only real problem I have with markdown is that if I have editor soft-wraps, Vim doesn't work that well (I can't properly navigate soft-wrap lines, because there is a mismatch between what I see and what the editor understands as a line). If I do hard-wraps (new-lines), then the doc loses copy-paste portability to something like Docs.
Anyone know how to solve this?
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#149btw this plugin really reminds me of a piece of software that I had seen here sometime. An infinite zooming/nesting of notes was the main concept of it, does that ring a bell for anyone?
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#150Earlier quoted context omitted.
I'm using both Obsidian and Apple Notes, both on my iPhone and MacBook, and that's also the main thing I'm missing in Obsidian and keeps me partly on Apple Notes: it's faster and easier to create a note in Apple Notes, retrieve it (as they as are sorted from most recent by default, and also I can pin some notes), search, and navigate in folders (especially on mobile, navigating across folders is so much better with A…
Preface: I am a massive Obsidian fan and use it everyday. The problem is they wanted it multi platform on iOS, Android, Mac, Windows and Linux so they made it using electron. Unless they either do native versions for each platform (5 apps!) or rewrite the entire application in something quicker like Tauri it’s never going to be as fast as apple notes, and will only get worse every time you add a new plugin.
Please, we don’t need to have the electron rant every single time an app that uses it is discussed.