add link resolution prompt to quartz create

This commit is contained in:
Jacky Zhao 2023-07-16 10:39:35 -07:00
parent f82282367e
commit 8e0ba45789
4 changed files with 42 additions and 20 deletions
quartz/plugins/transformers

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