Skip to main content
The Deno 2 Release Candidate is here
Learn more

sb_diary_opener

This module allows you to open a new Scrapbox page with a date in the default browser.

Usage

You need to run a script with --allow-run permission.

import { open } from "https://deno.land/x/opener/mod.ts";

open("your-scrapbox-project-name", "page title");