Bookmarklets for StackEdit?


#1

Hi all

I am wondering if there is a bookmarklet or some way I can easily wrap selected text with a span class in StackEdit.


#2

I’m afraid you’d have to write a custom browser extension or Tampermonkey script…
It’s a fairly simple jQuery code to do the wrapping. One of Google’s sample scripts for Chrome extensions has a context menu example that can be adapted: when right-clicking a selected text it would show one or more classes to wrap the text (using the above JSFiddle example).
Good luck!