add link resolution prompt to quartz create

This commit is contained in:
Jacky Zhao
2023-07-16 10:39:35 -07:00
parent 0c5ca34c4b
commit 0b5fc92b90
4 changed files with 42 additions and 20 deletions

View File

@ -9,7 +9,7 @@ import path from "path"
import { JSResource } from "../../resources"
// @ts-ignore
import calloutScript from "../../components/scripts/callout.inline.ts"
import { FilePath, slugifyFilePath, transformInternalLink } from "../../path"
import { FilePath, slugifyFilePath } from "../../path"
export interface Options {
comments: boolean