mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
refactor: from @tiddlygit/tiddlywiki to tiddlywiki , because there is no prerelease feature that I need now
This commit is contained in:
parent
fe3a29eff1
commit
0bef181d59
12 changed files with 23 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue