Skip to content

Commit 82a44e2

Browse files
committed
添加flomo状态功能
1 parent 69aab7a commit 82a44e2

File tree

9 files changed

+94
-75
lines changed

9 files changed

+94
-75
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
build
44
seeds
55
.next
6-
pods/service-connections
6+
pods/service-connections
7+
dependencies/localhost/flomo

.obsidian/workspace.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"state": {
1414
"type": "markdown",
1515
"state": {
16-
"file": "notes/临时笔记.版本控制.md",
16+
"file": "flomo/Inbox/笔记.md",
1717
"mode": "source",
1818
"source": false
1919
}
@@ -93,7 +93,7 @@
9393
"state": {
9494
"type": "backlink",
9595
"state": {
96-
"file": "notes/临时笔记.版本控制.md",
96+
"file": "flomo/Inbox/笔记.md",
9797
"collapseAll": false,
9898
"extraContext": false,
9999
"sortOrder": "alphabetical",
@@ -110,7 +110,7 @@
110110
"state": {
111111
"type": "outgoing-link",
112112
"state": {
113-
"file": "notes/临时笔记.版本控制.md",
113+
"file": "flomo/Inbox/笔记.md",
114114
"linksCollapsed": false,
115115
"unlinkedCollapsed": true
116116
}
@@ -133,7 +133,7 @@
133133
"state": {
134134
"type": "outline",
135135
"state": {
136-
"file": "notes/临时笔记.版本控制.md"
136+
"file": "flomo/Inbox/笔记.md"
137137
}
138138
}
139139
},
@@ -187,6 +187,17 @@
187187
},
188188
"active": "e2bda329c9aa88b7",
189189
"lastOpenFiles": [
190+
"notes/临时笔记.图像视觉.md",
191+
"notes/临时笔记.图像视觉.ffmpeg.md",
192+
"notes/临时笔记.版本控制.md",
193+
"dependencies/localhost/flomo/root.schema.yml",
194+
"dependencies/localhost/flomo/root.md",
195+
"dependencies/localhost/flomo/Inbox/笔记.md",
196+
"dependencies/localhost/flomo/Inbox",
197+
"dependencies/localhost/flomo",
198+
"dependencies/localhost",
199+
"dependencies",
200+
"flomo/Inbox/笔记.md",
190201
"notes/临时笔记.编辑器.md",
191202
"notes/临时笔记.ubuntu.zsh.md",
192203
"notes/临时笔记.centos.md",
@@ -203,11 +214,6 @@
203214
"seeds/dendron.dendron-site/scripts/update-deps.sh",
204215
"seeds/dendron.dendron-site/scripts/relink.sh",
205216
"seeds/dendron.dendron-site/scripts/publish.sh",
206-
"seeds/dendron.dendron-site/scripts/release.sh",
207-
"seeds/dendron.dendron-site/scripts/gen-release-notes.js",
208-
"seeds/dendron.dendron-site/scripts/gen-cheatsheet.sh",
209-
"seeds/dendron.dendron-site/scripts/dev.sh",
210-
"seeds/dendron.dendron-site/scripts/check_links.sh",
211217
"seeds/dendron.dendron-site/vault/user.example.username.md",
212218
"seeds/dendron.dendron-site/vault/tutorial.quickstart-with-lock.md",
213219
"seeds/dendron.dendron-site/vault/tutorial.quickstart-v1.md",
@@ -217,12 +223,6 @@
217223
"seeds/dendron.dendron-site/vault/tutorial.original.rich-formatting.md",
218224
"seeds/dendron.dendron-site/vault/tutorial.original.md",
219225
"seeds/dendron.dendron-site/vault/tutorial.original.linking-notes.md",
220-
"seeds/dendron.dendron-site/vault/templates.topic.config.property.md",
221-
"seeds/dendron.dendron-site/vault/templates.topic.config.namespace.md",
222-
"seeds/dendron.dendron-site/vault/templates.tags.scope.md",
223-
"seeds/dendron.dendron-site/vault/templates.tags.feature.md",
224-
"seeds/dendron.dendron-site/vault/templates.release.weekly-team-announcement.md",
225-
"seeds/dendron.dendron-site/vault/templates.release.weekly-public-announcement.md",
226226
"seeds/dendron.dendron-site/vault/assets/images/logo.png",
227227
"seeds/dendron.dendron-site/vault/assets/images/logo-banner.png",
228228
"seeds/dendron.dendron-site/vault/assets/images/2021-06-29-16-56-34.png",

dendron.code-workspace

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"folders": [
3-
{
4-
"path": "notes",
5-
"name": "Note"
2+
"folders": [
3+
{
4+
"path": "notes",
5+
"name": "Note"
6+
},
7+
{
8+
"path": "flomo"
9+
}
10+
],
11+
"settings": {
12+
"dendron.rootDir": ".",
13+
"files.autoSave": "onFocusChange",
14+
"pasteImage.path": "${currentFileDir}/assets/images",
15+
"pasteImage.prefix": "/",
16+
"markdown-preview-enhanced.enableWikiLinkSyntax": true,
17+
"markdown-preview-enhanced.wikiLinkFileExtension": ".md",
18+
"editor.snippetSuggestions": "inline",
19+
"editor.suggest.snippetsPreventQuickSuggestions": false,
20+
"editor.suggest.showSnippets": true,
21+
"editor.tabCompletion": "on",
22+
"dendron.enableSelfContainedVaultWorkspace": true,
23+
"editor.formatOnSave": true,
24+
"files.associations": {
25+
"*.html": "mako"
26+
},
27+
"flomo.publicApiKey": "https://flomoapp.com/iwh/MTI0Mjgx/d2310c2ceaa9582c1f972314ef42d089/",
28+
"obsidian-md-vsc.defaultVault": "Note",
29+
"obsidian-md-vsc.defaultVaultPath": "D:\\Note",
30+
"obsidian-md-vsc.defaultNote": "notes\\root"
631
},
7-
{
8-
"path": "flomo"
32+
"extensions": {
33+
"recommendations": [
34+
"dendron.dendron",
35+
"dendron.dendron-paste-image",
36+
"dendron.dendron-markdown-shortcuts",
37+
"redhat.vscode-yaml"
38+
],
39+
"unwantedRecommendations": [
40+
"dendron.dendron-markdown-links",
41+
"dendron.dendron-markdown-notes",
42+
"dendron.dendron-markdown-preview-enhanced",
43+
"shd101wyy.markdown-preview-enhanced",
44+
"kortina.vscode-markdown-notes",
45+
"mushan.vscode-paste-image"
46+
]
947
}
10-
],
11-
"settings": {
12-
"dendron.rootDir": ".",
13-
"files.autoSave": "onFocusChange",
14-
"pasteImage.path": "${currentFileDir}/assets/images",
15-
"pasteImage.prefix": "/",
16-
"markdown-preview-enhanced.enableWikiLinkSyntax": true,
17-
"markdown-preview-enhanced.wikiLinkFileExtension": ".md",
18-
"editor.snippetSuggestions": "inline",
19-
"editor.suggest.snippetsPreventQuickSuggestions": false,
20-
"editor.suggest.showSnippets": true,
21-
"editor.tabCompletion": "on",
22-
"dendron.enableSelfContainedVaultWorkspace": true,
23-
"editor.formatOnSave": true,
24-
"files.associations": {
25-
"*.html": "mako"
26-
},
27-
"flomo.publicApiKey": "https://flomoapp.com/iwh/MTI0Mjgx/d2310c2ceaa9582c1f972314ef42d089/",
28-
"obsidian-md-vsc.defaultVault": "Note",
29-
"obsidian-md-vsc.defaultVaultPath": "D:\\Note",
30-
"obsidian-md-vsc.defaultNote": "notes\\root"
31-
},
32-
"extensions": {
33-
"recommendations": [
34-
"dendron.dendron",
35-
"dendron.dendron-paste-image",
36-
"dendron.dendron-markdown-shortcuts",
37-
"redhat.vscode-yaml"
38-
],
39-
"unwantedRecommendations": [
40-
"dendron.dendron-markdown-links",
41-
"dendron.dendron-markdown-notes",
42-
"dendron.dendron-markdown-preview-enhanced",
43-
"shd101wyy.markdown-preview-enhanced",
44-
"kortina.vscode-markdown-notes",
45-
"mushan.vscode-paste-image"
46-
]
47-
}
4848
}

flomo/.markdownlint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"MD041":false
3+
}

flomo/.vscode/tag.code-snippets

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,35 @@
2626
"flo done": {
2727
"prefix": "flo-done",
2828
"body": [
29-
"### FLOMO DONE",
29+
" ✔️",
3030
]
3131
},
3232
"flo doing": {
3333
"prefix": "flo-doing",
3434
"body": [
35-
"### FLOMO DOING"
35+
" 🕗"
3636
]
3737
},
3838
"flo wait": {
3939
"prefix": "flo-wait",
4040
"body": [
41-
"### FLOMO WAIT",
41+
"",
4242
]
4343
},
4444
"flo error": {
4545
"prefix": "flo-error",
4646
"body": [
47-
"### FLOMO ERROR",
47+
"",
48+
]
49+
},
50+
"flo header": {
51+
"prefix": "flo-header",
52+
"body": [
53+
"---",
54+
"File: ${TM_FILENAME}",
55+
"Created: ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}",
56+
"Description: ",
57+
"---"
4858
]
4959
}
5060
}
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
2+
File: 笔记.md
3+
Created: 2024-08-28 10:39:13
4+
Description:
5+
---
6+
17
### 2024-08-28 00:39:09
2-
### FLOMO ERROR
38

4-
#Inbox/笔记
9+
# Inbox/笔记
510

6-
bendron作为框架,将笔记分为临时,永久,文献三类。当天修改记入当前时间,当天新增另添加header。
11+
bendron作为框架,将笔记分为临时,永久,文献三类。当天修改记入当前时间,当天新增另添加header。 ✔️

notes/临时笔记.centos.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

notes/临时笔记.centos.ffmpeg.md renamed to notes/临时笔记.图像视觉.ffmpeg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: 7x2dbudmbcj35j80rigrefo
2+
id: 6dm37qksxp52jhrwslema66
33
title: FFmpeg
44
desc: ''
55
updated: 1724651251165

notes/临时笔记.图像视觉.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
id: nlvoe3xbd3hr8rb575npmop
3+
title: 图像视觉
4+
desc: ''
5+
updated: 1724812291667
6+
created: 1724812291667
7+
---

0 commit comments

Comments
 (0)