adjusted date format

This commit is contained in:
Oliver Yu 2023-07-16 05:28:28 +08:00
parent 555e8be85e
commit 5f5da5b2ef
2 changed files with 25376 additions and 1 deletions

View file

@ -12,8 +12,8 @@ export class Flomo {
this.files = {};
}
private loadMemos(memoNodes: Array<HTMLElement>): Record<string, string>[] {
const res: Record<string, string>[] = [];
const extrtactTitle = (item: string) => { return item.replace(/(-|:|\s)/gi, "_") }
const extractContent = (content: string) => {

25375
main.js Normal file

File diff suppressed because one or more lines are too long