get_page_url
Get a direct URL to a specific page in a Cosense/Scrapbox project. Provide the page title and optional project name to retrieve the URL without opening the project.
Instructions
Generate URL for a page in Scrapbox project on cosense (scrapbox). Returns the direct URL to the specified page without opening it in browser. Uses my-cosense-project project as default if projectName is not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page | |
| projectName | No | Target project name. If not specified, defaults to 'my-cosense-project'. |