mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
feat(demo): create top-level calendar root
This commit is contained in:
parent
4605f9f38f
commit
743c053584
BIN
db/demo.zip
BIN
db/demo.zip
Binary file not shown.
@ -20,6 +20,52 @@
|
|||||||
"attachments": [],
|
"attachments": [],
|
||||||
"dirFileName": "User Guide",
|
"dirFileName": "User Guide",
|
||||||
"children": [
|
"children": [
|
||||||
|
{
|
||||||
|
"isClone": false,
|
||||||
|
"noteId": "b2Cw0wRZwhGF",
|
||||||
|
"notePath": [
|
||||||
|
"demo",
|
||||||
|
"b2Cw0wRZwhGF"
|
||||||
|
],
|
||||||
|
"title": "Journal",
|
||||||
|
"notePosition": 10,
|
||||||
|
"prefix": null,
|
||||||
|
"isExpanded": true,
|
||||||
|
"type": "book",
|
||||||
|
"mime": "",
|
||||||
|
"attributes": [
|
||||||
|
{
|
||||||
|
"type": "label",
|
||||||
|
"name": "calendarRoot",
|
||||||
|
"value": "",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "label",
|
||||||
|
"name": "iconClass",
|
||||||
|
"value": "bx bx-calendar",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "label",
|
||||||
|
"name": "viewType",
|
||||||
|
"value": "calendar",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 30
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "label",
|
||||||
|
"name": "calendar:view",
|
||||||
|
"value": "dayGridMonth",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 40
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dataFileName": "Journal.dat",
|
||||||
|
"attachments": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"isClone": false,
|
"isClone": false,
|
||||||
"noteId": "a7yCTKQIErXa",
|
"noteId": "a7yCTKQIErXa",
|
||||||
@ -28,9 +74,9 @@
|
|||||||
"a7yCTKQIErXa"
|
"a7yCTKQIErXa"
|
||||||
],
|
],
|
||||||
"title": "Trilium Demo",
|
"title": "Trilium Demo",
|
||||||
"notePosition": 10,
|
"notePosition": 20,
|
||||||
"prefix": null,
|
"prefix": null,
|
||||||
"isExpanded": true,
|
"isExpanded": false,
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"mime": "text/html",
|
"mime": "text/html",
|
||||||
"attributes": [
|
"attributes": [
|
||||||
@ -394,33 +440,26 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"mime": "text/html",
|
"mime": "text/html",
|
||||||
"attributes": [
|
"attributes": [
|
||||||
{
|
|
||||||
"type": "label",
|
|
||||||
"name": "calendarRoot",
|
|
||||||
"value": "",
|
|
||||||
"isInheritable": false,
|
|
||||||
"position": 10
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "label",
|
"type": "label",
|
||||||
"name": "sorted",
|
"name": "sorted",
|
||||||
"value": "",
|
"value": "",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 20
|
"position": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"name": "child:child:child:template",
|
"name": "child:child:child:template",
|
||||||
"value": "5eodYKrtOg6v",
|
"value": "5eodYKrtOg6v",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 30
|
"position": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "label",
|
"type": "label",
|
||||||
"name": "iconClass",
|
"name": "iconClass",
|
||||||
"value": "bx bx-calendar",
|
"value": "bx bx-calendar",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 40
|
"position": 30
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "html",
|
"format": "html",
|
||||||
|
0
demo/User Guide/Journal.dat
Normal file
0
demo/User Guide/Journal.dat
Normal file
19
demo/User Guide/Journal.html
Normal file
19
demo/User Guide/Journal.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="../style.css">
|
||||||
|
<base target="_parent">
|
||||||
|
<title data-trilium-title>Journal</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="content">
|
||||||
|
<h1 data-trilium-h1>Journal</h1>
|
||||||
|
|
||||||
|
<div class="ck-content"></div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -9,6 +9,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="User%20Guide.html" target="detail">User Guide</a>
|
<li><a href="User%20Guide.html" target="detail">User Guide</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="User%20Guide/Journal.dat" target="detail">Journal</a>
|
||||||
|
</li>
|
||||||
<li><a href="User%20Guide/Trilium%20Demo.html" target="detail">Trilium Demo</a>
|
<li><a href="User%20Guide/Trilium%20Demo.html" target="detail">Trilium Demo</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="User%20Guide/Trilium%20Demo/Inbox.html" target="detail">Inbox</a>
|
<li><a href="User%20Guide/Trilium%20Demo/Inbox.html" target="detail">Inbox</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user