refactor: from @tiddlygit/tiddlywiki to tiddlywiki , because there is no prerelease feature that I need now

This commit is contained in:
lin onetwo 2024-11-24 16:58:42 +08:00
parent fe3a29eff1
commit 0bef181d59
12 changed files with 23 additions and 27 deletions

View file

@ -1,6 +1,6 @@
import { isHtmlWiki } from '@/constants/fileNames';
import { TiddlyWiki } from '@tiddlygit/tiddlywiki';
import { remove } from 'fs-extra';
import { TiddlyWiki } from 'tiddlywiki';
export async function extractWikiHTML(htmlWikiPath: string, saveWikiFolderPath: string, constants: { TIDDLYWIKI_PACKAGE_FOLDER: string }): Promise<void> {
// tiddlywiki --load ./mywiki.html --savewikifolder ./mywikifolder