zadam / trilium-web-clipper

Save web clippings to Trilium Notes.
GNU General Public License v3.0
258 stars 53 forks source link

[Feature Request] Option to configure Trilium destination node #20

Closed meichthys closed 4 years ago

meichthys commented 4 years ago

I just recently discovered the Firefox extension and I am very impressed! Great work!

Currently snips are saved to a Calendar node: image

It would be nice to be able to configure a different destination for clips. My idea was to be able to specify a node like 'Inbox' where i could save clips and then file them away to different nodes at a later time.

zadam commented 4 years ago

Yes, as is described in https://github.com/zadam/trilium/wiki/Web-clipper 

Trilium will save these clippings as a new child note under a "clipper inbox" note. Clipper inbox is:

  • if there's a note with label #clipperInbox, then this note is used as parent for the clipped notes
  • otherwise day note is used as a parent
meichthys commented 4 years ago

I just saw that part of the docs. Thanks!