Live data from Hacker News

Notion – All-in-one workspace for notes, tasks, wikis, and databases

notion.so

441–450 of 489 posts

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#441

I would love to use a product like Notion, but I cannot leave my vim/Emacs keybindings behind! Would be cool if they had the ability to import / export structured text.

https://github.com/tmc/notion/tree/master/cmd I wrote some tools to use notion from vim.

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#442

Does it allow exporting data to human readable form like csv? I am very wary of exposing myself to the risk of losing all this information and history if the company goes under or if I want to change to something else.

https://github.com/tmc/notion/tree/master/cmd Has some tools

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#443
post #228

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…

I used this library for inspiration and extended to write some cli tools for use from vim: https://github.com/tmc/notion/tree/master/cmd

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#446

Used notion for about 6 months, but stopped for two main reasons: 1. It's extremely slow on even a new iPhone - about 6-7 seconds until I can start typing a note. By then I forget what I wanted to write. It's basically a webview of a very heavy web app, so it's not snappy at all. 2. No offline support whatsoever. In addition it feels like they have abandoned development or are busy being acquired (~bi-weekly updates…

I didn't know about Bear. Just had a look on their website and the application and user experience looks pretty stunning. However, I am not quite sure it justifies paying for this service when Apple Notes has got a lot better in the past few years (I also feel confident in the privacy approach of Apple). Out of curiosity, what features make you use Bear and not Notes? I take a lot of notes, and if something can make…

I used Bear too but switched to Agenda recently. Check that out - IMO better organisation than Bear but feature parity is there.

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#447
Having switched from Evernote about 6 months ago, here are some of the biggest positives and negatives to me -

Biggest positive: The variety of formats & integrations. I use “toggles” and tables a ton. This was the main reason I switched and it’s enough of a differentiator to keep me around.

Biggest negative: Notion doesn’t handle a large volume of notes well. There is no easily accessible metadata, no tagging, no way to see a table of notes sorted by create date as far as I can tell.

Other observations:

It’s terrifyingly easy to delete a note and not realize it. Notes show up as a line item in their parent note; a simple press of the delete button and a note is gone with no warning

Sharing is also a little funny. Shared notes show up in a separate workspace and are easy to forget about.

Also, no offline support at all... if you aren’t connected, you can’t do anything on the desktop or iOS app.

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#448
post #273
post #269

Earlier quoted context omitted.

Yikes, they don't have an official API? Hardly interested in making a closed system my "central source of truth"

Official API is on their roadmap: https://www.notion.so/What-s-New-157765353f2c4705bd45474e5ba...

Also, it's easy to export your entire workspace as raw data. Markup files, images, etc.

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#449
post #269
post #228

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"

The data is the "source of truth" and those can be exported, backed up, etc, easily.

Whether there's a programmatic API or not, that's another matter entirely.

Re: Notion – All-in-one workspace for notes, tasks, wikis, and databases

#450

Notion looks great, and I've been hoping to migrate it. There are two big problems. One is the migration path from Evernote. If you look at all the current notetaking apps, none of them seem to have capitalized on the fact that there are lots of unhappy Evernote users out there who would kill for a smooth, painless migration path. Instead, these apps ask you to export your Evernote notes as HTML, something which Ever…

The database is evernotes internal structure, and can change. The HTML at least is their official export and somewhat stable. I bet when you search on github you will find some scripts converting the database into html. But for a company it might be to much hassle to maintain such a tool.

This should be the bread and butter of a company like this, no matter how much hassle the technical implementation details are. In today's world, getting people to bootstrap a completely new app with content is a very hard ask. Want customers? Have great onboarding.
Post reply on HN