Earlier quoted context omitted.
I'm also worried by this, which is precisely why I'm considering a move to Obsidian from Notion. I'm pretty much writing everything in Markdown by now, including my personal blog.
How is moving from Obsidian to Notion relevant? They're basically the same thing?
Show HN: Obsidian Canvas – An infinite space for your ideas
221–230 of 394 posts
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#222This kind of feature would obviously not be able to be implemented into a (easily readable) markdown file, so, as Obsidian is willing to go to the proprietary open format route, could someone please consider adding usable tables as a feature? Even simple stuff like multiline cells would greatly increase the usability of the tool. The current table experience even with the community plugins is... not ideal.
But as much as I like markdown for its simplicity, tables are a major PITA, almost to the point of complete uselessness.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#223Earlier quoted context omitted.
I can't use this for work unless I pay $50 per year, is that right? If I sign up for the Sync or Publish plans, do I still need to pay $50 per year to use it at work? Or is that included?
I don't think you would need either sync or publish at work. I haven't used canvas yet, as it's a new feature, but obsidian is a key app at work for me. Up to this point at least, it's been free :) Make a private repo, and git commit / push / pull your obsidian notes and canvases just like you would any other shared repo
That's against their license. You're essentially pirating it.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#224Obsidian 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…
I can't use this for work unless I pay $50 per year, is that right? If I sign up for the Sync or Publish plans, do I still need to pay $50 per year to use it at work? Or is that included?
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#225As 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…
On the other hand, the fact that there are so many Markdown-based editors that can read the files you create in Obsidian gives plain text format more resilience over time. Even if Obsidian were to disappear, your writing and ideas will still be accessible in the future.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#226Earlier quoted context omitted.
I don't think you would need either sync or publish at work. I haven't used canvas yet, as it's a new feature, but obsidian is a key app at work for me. Up to this point at least, it's been free :) Make a private repo, and git commit / push / pull your obsidian notes and canvases just like you would any other shared repo
> but obsidian is a key app at work for me. Up to this point at least, it's been free That's against their license. You're essentially pirating it. https://obsidian.md/eula
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#227Any self-hosted sync options? i.e. Run my own service in docker container, and provide my own database, be it a blob storage like S3, R2, Backblaze or SQLite?
I use Obsidian with my existing Syncthing installation (Syncthing being open-source file-syncing software that you run yourself), and it's great.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#228Earlier quoted context omitted.
On the other hand, the fact that there are so many Markdown-based editors that can read the files you create in Obsidian gives plain text format more resilience over time. Even if Obsidian were to disappear, your writing and ideas will still be accessible in the future.
Also I would argue that you can rather simply write a parser for the basic markdown syntax and convert it to e.g. HTML or plain text if necessary by getting rid of markdown specific syntax.
Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#229Re: Show HN: Obsidian Canvas – An infinite space for your ideas
#230One thing I immediately wanted was key commands and fast clicking to create cards like FigJam https://www.figma.com/figjam/ This is an amazing tool for brainstorming and collaborating during meetings.
It looks like we can't assign key commands for the canvas actions yet. That will make it much faster to work with.
Imagine: - C then click to place a card. This would go into text edit mode inside the card right away. (currently it gets snaggled up with VIM mode requiring me to go into insert) - I then click to place an image, then the asset search dialog opens - N then click to place a Note, then note search dialog opens
When you are brainstorming you want to add cards really quick. Deleting, moving, cloning should all be really immediate. I'm sure this can be easily achieved.
Thank you so much for Obsidian!