Skip to content

Commit ca122a0

Browse files
committed
随想笔记flomo
1 parent 254267c commit ca122a0

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

flomo/.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"editor.fontFamily": "'JetBrainsMono Nerd Font',Consolas, 'Courier New', monospace",
3+
"editor.fontSize": 12
4+
}

flomo/.vscode/tag.code-snippets

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,35 @@
1616
// "description": "Log output to console"
1717
// }
1818
"Generate Tag": {
19-
"prefix": "flo tag",
19+
"prefix": "flo-tag",
2020
"body": [
2121
"#${TM_DIRECTORY/.*[\\\/\\\\](.*)/$1/}/$TM_FILENAME_BASE",
2222
"",
2323
"$0"
2424
]
25+
},
26+
"flo done": {
27+
"prefix": "flo-done",
28+
"body": [
29+
"### FLOMO DONE",
30+
]
31+
},
32+
"flo doing": {
33+
"prefix": "flo-doing",
34+
"body": [
35+
"### FLOMO DOING"
36+
]
37+
},
38+
"flo wait": {
39+
"prefix": "flo-wait",
40+
"body": [
41+
"### FLOMO WAIT",
42+
]
43+
},
44+
"flo error": {
45+
"prefix": "flo-error",
46+
"body": [
47+
"### FLOMO ERROR",
48+
]
2549
}
2650
}

flomo/Inbox/first.mako

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

flomo/Inbox/笔记.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### 2024-08-28 00:39:09
2+
### FLOMO ERROR
3+
4+
#Inbox/笔记
5+
6+
bendron作为框架,将笔记分为临时,永久,文献三类。当天修改记入当前时间,当天新增另添加header。

notes/.vscode/note.code-snippets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"prefix": "cd",
1111
"body": [
1212
"### ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE} ${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}",
13+
"",
14+
"$0"
1315
],
1416
},
1517
"Update Date": {

0 commit comments

Comments
 (0)