Notebooks #1451
Replies: 4 comments 10 replies
-
I think this is a cool idea :) Something we were talking about is having this integrated with tasks / history, so your notebook would be a combination of any pages you visit and the notes you take on them. Syncing would be good, but probably not through git - it's fairly complicated to set up, you can't easily delete content (if you accidentally put private content in your notebook), and it would make it harder to have shareable notebooks if we ever wanted to do that. Probably better to build a custom sync service (maybe charge a couple $/month per user to run it?) |
Beta Was this translation helpful? Give feedback.
-
Related article: https://sifted.eu/articles/beam/ |
Beta Was this translation helpful? Give feedback.
-
One other possibility (brought up in #1518, and suggested by @blackgwe) is to have an integration with a read-it-later service, like Pocket/Pinboard/Wallabag/others. We could integrate with these services by creating a userscript (so you could install the userscript > right-click "save to "). I think that would work pretty well. In some cases, it may require us to fix web compat issues (such as Hypothes.is, which doesn't work because of issues with our popup window support), but those are things we should fix anyway. We could also build some kind of native integration into the browser. The way I'm imagining that is that when you enable the read-it-later service, your existing local bookmarks in Min get uploaded, and then the bookmarks manager just becomes a view into whatever's saved in the read-it-later service. If we added native annotation features, they would similarly upload to the service. This might have a lower upfront cost, because it lets us re-use someone else's storage/sync infrastructure instead of building our own. However, it introduces a new set of issues:
On the other hand, it appears that we don't have enough users to justify building and running our own sync service. As a final note: do we actually need sync at all? Sync is typically useful for going from mobile <-> desktop, but we don't have a mobile version anyway, so sync would just be limited to people with multiple desktop computers. How many people is that? We also already have client-side full-text history search, so we don't need a server integration to do that. (I suppose if we integrated with a service like Wallabag, it would have mobile clients, so it might be somewhat more useful than our own sync service). |
Beta Was this translation helpful? Give feedback.
-
@PalmerAL It seems that |
Beta Was this translation helpful? Give feedback.
-
Hello! Me and palmer have been talking about Min Notebooks, a way to store information, and well, notes.
The main idea:
A space dedicated for users to put down information / notes on a website / multiple ones. For example, min://notebooks is a GUI allowing you to create / view / search for notebooks. You can take screenshots of pages and paste them in to the notebook. It's fully markdown supported.
Some of my other ideas:
Git hosted. Login with a github account and have it synced on a private repo. You could also make a VSC extension for this, but, these are prototyped ideas :)
Let me know of some thoughts, and we'll see what we can do 🗡️
Beta Was this translation helpful? Give feedback.
All reactions