Skip to content

create note from URL

4www requested to merge feat/create-note-from-url into master

Created by: hugurp

It is now possible to create a new note from URL, with pre loaded content.

/note?content=test

The editor ref is not created, because the constructor is not called when the route is called by navigate().

Still merging, to fix the bug online.

See #21 (closed) for making everything better

Merge request reports