-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
25 lines (25 loc) · 1.13 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"Author": "Jie Hua",
"Email": "[email protected]",
"SelectedCategory": "Experimental log",
"Categories": [
{
"name": "Experimental log",
"content": "[toc]\n\n## To-do list\n\n- [ ] \n\n## Experiments\n\n## Other things\n\n<button style='border-radius: 15px; transition: background-color 0.3s; cursor: pointer'>[:file_folder: File Path](./)</button>"
},
{
"name": "Discussion",
"content": "[toc]\n\n## Content\n\n<button style='border-radius: 15px; transition: background-color 0.3s; cursor: pointer'>[:file_folder: File Path](./)</button>"
},
{
"name": "Reading",
"content": "[toc]\n\n## Basic Information\n\n**Title:**\n\n**DOI:**\n\n**URL:**\n\n**Published:**\n\n**Journal:**\n\n## Notes\n\n<button style='border-radius: 15px; transition: background-color 0.3s; cursor: pointer'>[:file_folder: File Path](./)</button>"
},
{
"name": "Inspiration",
"content": "[toc]\n\n## Content\n\n<button style='border-radius: 15px; transition: background-color 0.3s; cursor: pointer'>[:file_folder: File Path](./)</button>"
}
],
"theme": "auto",
"themeColor": "#8abcd1"
}