mirror of
https://github.com/jia6y/flomo-to-obsidian.git
synced 2026-07-22 07:40:28 +00:00
adjusted date format
This commit is contained in:
parent
555e8be85e
commit
5f5da5b2ef
2 changed files with 25376 additions and 1 deletions
|
|
@ -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
25375
main.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue