Skip to content
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

Closed
marcelklehr opened this issue Mar 2, 2018 · 13 comments
Closed

Tighter integration with Notes app? #447

marcelklehr opened this issue Mar 2, 2018 · 13 comments

Comments

@marcelklehr
Copy link
Member

marcelklehr commented Mar 2, 2018

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

@stefan-niedermann
Copy link
Member

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)

@marcelklehr
Copy link
Member Author

@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?

@marcelklehr
Copy link
Member Author

Are there any hooks in the notes app for the CRUD operations?

@korelstar
Copy link
Member

korelstar commented Mar 9, 2018 via email

@sunjam
Copy link

sunjam commented Apr 29, 2019

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.

@marcelklehr
Copy link
Member Author

Currently, I'm thinking the most useful integration feature for this app would be extracting bookmarks from notes.

@lexelby
Copy link

lexelby commented Jul 1, 2019

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.

@sunjam
Copy link

sunjam commented Sep 12, 2019

@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.

  • I would love to be able to compose and edit descriptions of bookmarks as markdown from within the Notes app or Text app. This could mean those descriptions might show up within a Bookmark Descriptions folder from those apps.
  • Add "Edit in Text App" option next to description field in a bookmark...
    Bookmarks - Disroot Cloud 2019-09-12 10-29-49

Just some thoughts. No worries either way, and I love this app!

@marcelklehr
Copy link
Member Author

I would love to be able to compose and edit descriptions of bookmarks as markdown from within the Notes app or Text app. This could mean those descriptions might show up within a Bookmark Descriptions folder from those apps.

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.

@jakobroehrl
Copy link

It's planned to provide an Text API for an easy integration with other App.

@marcelklehr
Copy link
Member Author

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.)

@sunjam
Copy link

sunjam commented Mar 13, 2022

Awesome to know urls in Notes app can be imported into the Bookmarks app. Makes me curious on if...

Just thinking out loud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

6 participants