Skip to content

Instantly share code, notes, and snippets.

@ongaeshi
Created January 25, 2021 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ongaeshi/62830ebd70f88a9d58ec6f8a7e200f26 to your computer and use it in GitHub Desktop.
Save ongaeshi/62830ebd70f88a9d58ec6f8a7e200f26 to your computer and use it in GitHub Desktop.
add_to_scrapbox_page.js
PROJECT = "name";
title = "title"
url = "sbporter://scrapbox.io/"+PROJECT+"/"+encodeURIComponent(title)+"?body="+encodeURIComponent(T.lines());
T(url,{option:"cutWhole"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment