markdown-here icon indicating copy to clipboard operation
markdown-here copied to clipboard

Support cross-extension messaging

Open vladimyr opened this issue 4 years ago • 0 comments

This enables other extensions to invoke markdown rendering through:

chrome.runtime.sendMessage(MARKDOWN_HERE_ID, { action: 'toggle-markdown' });

It is especially useful when combined with Commander 🎉

vladimyr avatar Feb 21 '20 00:02 vladimyr