Can I create a custom HTML page which uses the Kantu bookmark things as links>?

javascript:(function() {try {var evt = new CustomEvent(‘kantuRunMacro’, {detail: {name: ‘IN’,from: ‘bookmark’,storageMode: ‘browser’,closeKantu: false}});window.dispatchEvent(evt);} catch (e) {alert('Kantu Bookmarklet error: ’ + e.toString());}})();

I want to take that bookmark thing there, and make like my own html page, coz I use a lot of scripts would like to make it easier to see and make a menu thing with categories etc?

How can I get this to work in html, meaning I click the link and it runs the script associated with the bookmark thing above ?

Do you mean a page like this?

<= This page has embedded macros. You can just click the button to start them.

Hi Timo,

yes I do but yikes, that’s a bit zany – I have to dig and delete a ton of code on that page – is there not something that you guys have that is premade and blank where users can just pop in their shortcuts?

Thanks