zadam / trilium-web-clipper

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

(Feature Request) Keep the title when adding notes #51

Closed manto89 closed 1 year ago

manto89 commented 1 year ago

Summary

When using the Save Link with a Note i want to add some custom text while keeping the page title.

Current Behavior

When adding some text to the textarea in Save Link with a Note the page title is lost, the first line of the textarea is used as the note title, the rest as note content. If the textarea is left empty, the note will have the page title as note title and an empty body.

My Proposal

Keep the behavior as is, but add a checkbox under the textarea to keep the page title as note title. In this way all the text in the textarea will be used as the note contet

Screenshot 2023-07-02 at 14 16 36

Additional Note

I already worked on a PR for this, will link it asap