-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tighter integration with Notes app? #447
Comments
The notes app already has a category system, maybe there could be a hardcoded category "bookmarks" which lists all bookmarks from the bookmarks-app as editable notes? (of course only if both apps are installed) |
@stefan-niedermann thanks for the reply! :) Yeah, linking notes to bookmarks and vice versa could be very useful. We could parse notes for URLs and automatically add bookmarks for those, linking back or even integrating the relevant notes. Vice versa, an existing bookmark could offer adding a note to it in the notes. btw, I saw there's a second notes app in the making. What's the status in this regard, will the current app be replaced, is that a grass-roots-alternative? |
Are there any hooks in the notes app for the CRUD operations? |
The notes app doesn't have any own hooks. But since it's completely based on file operations, you can use those hooks.
Development on the other new notes app has slow down. I don't know if they continue.
|
Very interesting possibilities in integration with the QownnotesAPI and the Qownnotes app, which is already capable of converting URL's to Nextcloud Notes; see this request for integration with bookmarks app. Also, see their Web Companion extension which saves bookmarks in Firefox and Chrome. |
Currently, I'm thinking the most useful integration feature for this app would be extracting bookmarks from notes. |
This might be useful for those of us using Nextcloud Bookmarks to curate a list of bookmarks, e.g. for a newsletter. See #506 (comment) for more details on this use case. A Notes app integration may make a lot more sense for my use case rather than trying to wedge Bookmarks into a use case you folks don't intend it for. For now, I've hacked my version to add the description in the non-grid view, but it's kinda janky. |
@lexelby could you share a screenshot please! ;) The new writing app now officially released is Nextcloud Text, which is not a complete replacement for the Notes app.
Just some thoughts. No worries either way, and I love this app! |
I really like this idea, as just scraping notes for links is not very elegant, is error-prone and usually probably not what people want. |
It's planned to provide an Text API for an easy integration with other App. |
I've implemented projects support and added an additional hook that will add Links from Notes to the bookmarks app and link the bookmark with the Note file (Notes does not support projects, yet.) |
Awesome to know urls in Notes app can be imported into the Bookmarks app. Makes me curious on if...
Just thinking out loud. |
Many apps these days combine bookmarking and note taking, as the two are indeed a way to collect information (either produced by someone else, or created by yourself).
I'm open to suggestions on how this could look like.
cc @nextcloud/notes
The text was updated successfully, but these errors were encountered: