@rio@kawane.misskey.online
You already have a domain, Kawane, you don't need kawane.rio.
twilightkiddy@thecle.land
@twilightkiddy@thecle.land
Posts
-
Does anyone know of any freelancer in Rio de Janeiro? -
Look at what I made... I made.. a Kate snippet... but not just any Kate snippet... it's a Kate snippet that can make a href links to selected text using clipboard content....@rio@kawane.misskey.online
JS supports this funny interpolation syntax. As a bonus, you don't need to escape double quotation marks.function hrefwrap() { return `<a href="${editor.clipboardText()}">${view.selectedText()}</a>` }