Just in case someone might need it: I reverse engineered their API and wrote (an unofficial) client for accessing the data: https://github.com/kjk/notionapi It's for Go but one could easily port it to any other language. It's just HTTP requests and some light processing of JSON responses. I use it so that I can have my blog content in Notion. In a daily cron job I download the data from Notion, convert it to HTML and…
Yikes, they don't have an official API? Hardly interested in making a closed system my "central source of truth"
Notion – All-in-one workspace for notes, tasks, wikis, and databases
341–350 of 489 posts
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#342Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#343I run PageDash [1], a personal web archive service, and that is also the No. 1 ask. While I can understand it, for any startup to focus on self-hosting from Day 1 is probably a shot in the foot, unless I have an open-source model from Day 1.
Just a cautionary note.
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#344This isn't self-hosted? I'm interested in a self-hosted solution that uses local markdown files and directories to manage content.
Gollum also seems to have powerful customisation features like macros and YAML front matter, but I have yet to make use of them. For now, Gollum suits me as a simple, free alternative to Confluence. Notion is obviously a far more powerful product.
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#345Is it that hard to make something in QT that doesn't eat up a gig of RAM?
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#346Earlier quoted context omitted.
Can you link to the Merge software you mention? It's a difficult name to google.
https://www.scootersoftware.com/index.php - (I'm not the OP but I favour Araxis Merge https://www.araxis.com/merge/index.en over Beyond Compare)
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#347The amount of times note taking apps and products appear on the HN front page is quite amusing. Has anyone ever cracked this nut? I've been using Joplin for about a year, it works. Could be better, but does the job
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#348Just in case someone might need it: I reverse engineered their API and wrote (an unofficial) client for accessing the data: https://github.com/kjk/notionapi It's for Go but one could easily port it to any other language. It's just HTTP requests and some light processing of JSON responses. I use it so that I can have my blog content in Notion. In a daily cron job I download the data from Notion, convert it to HTML and…
Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases
#349There is something about Notion that makes it feel very well-made and coherent. It’s one of the few apps I use with this inherent feeling of quality (off the top of my head Sublime Text/Merge, Beyond Compare, Things fall into this category of intangible greatness). Every interaction is delightful, and the app scales really well from basic note-taking to decently complex databases with grouping, filters, relations, te…
Notion's founder here. Thank you for the kind words - we are honored :-) To be honest, nothing we are doing is that new. Most of the ideas came from the 70s-80s (Alan Kay, Doug Engelbart, Ted Nelson...) We are just applying a fresh coat of paint. Of course, there's still a lot more to be done to fully realize these pioneers' dreams of computing as a medium for everyone – not just programmers like us. If you are inter…