Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takker99/scrapjupyter
- Owner: takker99
- License: mit
- Created: 2021-08-30T07:26:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T01:45:40.000Z (7 months ago)
- Last Synced: 2024-04-12T09:13:22.319Z (7 months ago)
- Topics: scrapbox
- Language: TypeScript
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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