Is there a way to customize the bookmarklet?

I was trying to modify the bookmarklet of the Bookmarks app so that I can specify the pre-selected folder in the dialog. I tried addig &folder=4 to the URI, and also, based on the API docs, &folders[]=4 too, but none worked.

Hey,

that won’t work by default. The bookmarklet code also needs to know about that parameter, ie. you’ll have to change the app code and recompile the javascript for this to work.

Could this be added to the app itself?

Definitely, seems like a good addition! You can request that feature over here: Sign in to GitHub · GitHub Would of course be awesome if you could also implement it if you feel up for it :slight_smile: But no pressure :slight_smile:

Here it is.

1 Like

This has been implemented back in August.

1 Like