You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+54-27Lines changed: 54 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,35 @@ UNOFFICIAL standard module for Scrapbox UserScript
7
7
8
8
## Getting Started
9
9
10
-
This library serves as an unofficial standard library for developing Scrapbox userscripts. It provides a comprehensive set of utilities for interacting with Scrapbox's features, including REST API operations, browser interactions, and common utilities.
10
+
This library serves as an unofficial standard library for developing Scrapbox
11
+
userscripts. It provides a comprehensive set of utilities for interacting with
12
+
Scrapbox's features, including REST API operations, browser interactions, and
13
+
common utilities.
11
14
12
15
### Installation
13
16
14
-
1. Bundler Configuration
15
-
This library is distributed through JSR (JavaScript Registry) and requires a bundler configuration. Follow these steps:
17
+
1. Bundler Configuration This library is distributed through JSR (JavaScript
18
+
Registry) and requires a bundler configuration. Follow these steps:
16
19
17
20
a. Configure your bundler to use JSR:
21
+
18
22
- For esbuild: Add JSR to your import map
19
23
- For other bundlers: Refer to your bundler's JSR integration documentation
0 commit comments