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
docs: translate remaining Japanese text to English
- Translate test data in findMetadata.test.ts
- Translate test strings in spotify.test.ts and youtube.test.ts
- Enhance README.md documentation with clearer structure
- Maintain consistent English terminology across files
Part of PR #215 documentation translation effort.
Copy file name to clipboardExpand all lines: README.md
+54-17Lines changed: 54 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,49 +7,75 @@ 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.
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.
11
11
12
12
### Installation
13
13
14
14
1. Bundler Configuration
15
-
To use this library, you need to configure a bundler. You can set it up using one of the following methods:
15
+
This library is distributed through JSR (JavaScript Registry) and requires a bundler configuration. Follow these steps:
16
16
17
+
a. Configure your bundler to use JSR:
18
+
- For esbuild: Add JSR to your import map
19
+
- For other bundlers: Refer to your bundler's JSR integration documentation
0 commit comments