You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The webclipper is a very important tool for easy data entry
Is it possibe to create javascript functionality in a bookmarlet to at minimum capture the title and link of a awebpaghe when use on mobile?
I use a bookmarklet for a different system and the js looks like this:
javascript:(function()%7Bvar ptitle=prompt('Title?%27,document.title);if(ptitle!=null)%7Bwindow.open(%27http://cart.curry.com/cgi/in/cartulize?url=%27+encodeURIComponent(location.href)+%27&title=%27+encodeURIComponent(ptitle)+%27&description=%27+encodeURIComponent(document.getSelection()));%7D%7D)();
Is this technically possible for my trilium server running on port 3779 from a mobile browser/bookmarklet?
Beta Was this translation helpful? Give feedback.
All reactions