Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takker99/scrapjupyter

Execute JS/TS/JSX/TSX on Scrapbox roughly
https://github.com/takker99/scrapjupyter

scrapbox

Last synced: about 11 hours ago
JSON representation

Execute JS/TS/JSX/TSX on Scrapbox roughly

Awesome Lists containing this project

README

        

# ScrapJupyter

Execute JS/TS/JSX/TSX on Scrapbox roughly

## Install script

Copy all text in
[index.min.js](https://raw.githubusercontent.com/takker99/ScrapJupyter/main/dist/index.min.js)
and paste it on your user page.

For more information about Scrapbox UserScirpt, see

For more information about the UserSript, see

## Build script

Run the following command and import `import.json` to your project.

Noto that you must replace `title` and `project` with a favorite page title and
your project name.

```sh
$ deno run -A --unstable https://github.com/takker99/ScrapJupyter/raw/v1.2.0/build.ts -t title -p project > import.json
```

## Credit

- The idea of ScrapJupyter comes from [@miyamonz](https://github.com/miyamonz)
- see