Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

addTask

import { addTask } from "https://raw.githubusercontent.com/takker99/takker-scheduler/main/mod.ts";

カーソル行の下にタスクを追加する

カーソル行がタスクだった場合は、そのタスクの日付と予定開始時刻、見積もり時間を引き継ぐ

const addTask: () => Promise<void>;