This commit is contained in:
parent
098747ee42
commit
309b757a4c
3 changed files with 149 additions and 48 deletions
|
@ -8,7 +8,7 @@
|
|||
"title": "Formatting elements",
|
||||
"title-img": "background-color:#269;background-image: linear-gradient(white 2px, transparent 2px),linear-gradient(90deg, white 2px, transparent 2px),linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;",
|
||||
"type": "doc",
|
||||
"updated": "20240427231204"
|
||||
"updated": "20240429100058"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3270,36 +3270,67 @@
|
|||
"ID": "20210104091509-d5oimqr",
|
||||
"Type": "NodeCodeBlock",
|
||||
"IsFencedCodeBlock": true,
|
||||
"CodeBlockFenceChar": 96,
|
||||
"CodeBlockFenceLen": 3,
|
||||
"CodeBlockOpenFence": "YGBg",
|
||||
"CodeBlockInfo": "YWJj",
|
||||
"CodeBlockCloseFence": "YGBg",
|
||||
"Properties": {
|
||||
"id": "20210104091509-d5oimqr"
|
||||
"id": "20210104091509-d5oimqr",
|
||||
"updated": "20240429100032"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceOpenMarker",
|
||||
"Data": "```",
|
||||
"CodeBlockFenceLen": 3
|
||||
"Data": "```"
|
||||
},
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceInfoMarker",
|
||||
"CodeBlockInfo": "YWJj"
|
||||
},
|
||||
{
|
||||
"ID": "20220307092214-4r6ipxo",
|
||||
"Type": "NodeCodeBlockCode",
|
||||
"Data": "X: 24\nT: Clouds Thicken\nC: Paul Rosen\nS: Copyright 2005, Paul Rosen\nM: 6/8\nL: 1/8\nQ: 3/8=116\nR: Creepy Jig\nK: Em\n|:\"Em\"EEE E2G|\"C7\"_B2A G2F|\"Em\"EEE E2G|\\\n\"C7\"_B2A \"B7\"=B3|\"Em\"EEE E2G|\n\"C7\"_B2A G2F|\"Em\"GFE \"D (Bm7)\"F2D|\\\n1\"Em\"E3-E3:|2\"Em\"E3-E2B|:\"Em\"e2e gfe|\n\"G\"g2ab3|\"Em\"gfeg2e|\"D\"fedB2A|\"Em\"e2e gfe|\\\n\"G\"g2ab3|\"Em\"gfe\"D\"f2d|\"Em\"e3-e3:|\n",
|
||||
"Properties": {
|
||||
"id": "20220307092214-4r6ipxo"
|
||||
}
|
||||
"Data": "%%params {tablature: [{instrument: \u0026quot;violin\u0026quot;}]}\nX: 24\nT: Clouds Thicken\nC: Paul Rosen\nS: Copyright 2005, Paul Rosen\nM: 6/8\nL: 1/8\nQ: 3/8=116\nR: Creepy Jig\nK: Em\n|:\u0026quot;Em\u0026quot;EEE E2G|\u0026quot;C7\u0026quot;_B2A G2F|\u0026quot;Em\u0026quot;EEE E2G|\\\n\u0026quot;C7\u0026quot;_B2A \u0026quot;B7\u0026quot;=B3|\u0026quot;Em\u0026quot;EEE E2G|\n\u0026quot;C7\u0026quot;_B2A G2F|\u0026quot;Em\u0026quot;GFE \u0026quot;D (Bm7)\u0026quot;F2D|\\\n1\u0026quot;Em\u0026quot;E3-E3:|2\u0026quot;Em\u0026quot;E3-E2B|:\u0026quot;Em\u0026quot;e2e gfe|\n\u0026quot;G\u0026quot;g2ab3|\u0026quot;Em\u0026quot;gfeg2e|\u0026quot;D\u0026quot;fedB2A|\u0026quot;Em\u0026quot;e2e gfe|\\\n\u0026quot;G\u0026quot;g2ab3|\u0026quot;Em\u0026quot;gfe\u0026quot;D\u0026quot;f2d|\u0026quot;Em\u0026quot;e3-e3:|"
|
||||
},
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceCloseMarker",
|
||||
"Data": "```",
|
||||
"CodeBlockFenceLen": 3
|
||||
"Data": "```"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": "20240429100035-0ggzlxi",
|
||||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20240429100035-0ggzlxi",
|
||||
"updated": "20240429100058"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "You can add "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "%%params JSON"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " in the first line to use "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "JSON"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " as a parameter of "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "renderAbc options"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"title": "排版元素",
|
||||
"title-img": "background-color: hsl(2, 57%, 40%);background-image: repeating-linear-gradient(transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(270deg, transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(125deg, transparent, transparent 2px, rgba(0,0,0,.2) 2px, rgba(0,0,0,.2) 3px, transparent 3px, transparent 5px, rgba(0,0,0,.2) 5px);",
|
||||
"type": "doc",
|
||||
"updated": "20240427230913"
|
||||
"updated": "20240429095843"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3268,36 +3268,67 @@
|
|||
"ID": "20210104091228-0oun8c9",
|
||||
"Type": "NodeCodeBlock",
|
||||
"IsFencedCodeBlock": true,
|
||||
"CodeBlockFenceChar": 96,
|
||||
"CodeBlockFenceLen": 3,
|
||||
"CodeBlockOpenFence": "YGBg",
|
||||
"CodeBlockInfo": "YWJj",
|
||||
"CodeBlockCloseFence": "YGBg",
|
||||
"Properties": {
|
||||
"id": "20210104091228-0oun8c9"
|
||||
"id": "20210104091228-0oun8c9",
|
||||
"updated": "20240429095835"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceOpenMarker",
|
||||
"Data": "```",
|
||||
"CodeBlockFenceLen": 3
|
||||
"Data": "```"
|
||||
},
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceInfoMarker",
|
||||
"CodeBlockInfo": "YWJj"
|
||||
},
|
||||
{
|
||||
"ID": "20220307091943-mjfyhoz",
|
||||
"Type": "NodeCodeBlockCode",
|
||||
"Data": "X: 24\nT: Clouds Thicken\nC: Paul Rosen\nS: Copyright 2005, Paul Rosen\nM: 6/8\nL: 1/8\nQ: 3/8=116\nR: Creepy Jig\nK: Em\n|:\"Em\"EEE E2G|\"C7\"_B2A G2F|\"Em\"EEE E2G|\\\n\"C7\"_B2A \"B7\"=B3|\"Em\"EEE E2G|\n\"C7\"_B2A G2F|\"Em\"GFE \"D (Bm7)\"F2D|\\\n1\"Em\"E3-E3:|2\"Em\"E3-E2B|:\"Em\"e2e gfe|\n\"G\"g2ab3|\"Em\"gfeg2e|\"D\"fedB2A|\"Em\"e2e gfe|\\\n\"G\"g2ab3|\"Em\"gfe\"D\"f2d|\"Em\"e3-e3:|\n",
|
||||
"Properties": {
|
||||
"id": "20220307091943-mjfyhoz"
|
||||
}
|
||||
"Data": "%%params {tablature: [{instrument: \u0026quot;violin\u0026quot;}]}\nX: 24\nT: Clouds Thicken\nC: Paul Rosen\nS: Copyright 2005, Paul Rosen\nM: 6/8\nL: 1/8\nQ: 3/8=116\nR: Creepy Jig\nK: Em\n|:\u0026quot;Em\u0026quot;EEE E2G|\u0026quot;C7\u0026quot;_B2A G2F|\u0026quot;Em\u0026quot;EEE E2G|\\\n\u0026quot;C7\u0026quot;_B2A \u0026quot;B7\u0026quot;=B3|\u0026quot;Em\u0026quot;EEE E2G|\n\u0026quot;C7\u0026quot;_B2A G2F|\u0026quot;Em\u0026quot;GFE \u0026quot;D (Bm7)\u0026quot;F2D|\\\n1\u0026quot;Em\u0026quot;E3-E3:|2\u0026quot;Em\u0026quot;E3-E2B|:\u0026quot;Em\u0026quot;e2e gfe|\n\u0026quot;G\u0026quot;g2ab3|\u0026quot;Em\u0026quot;gfeg2e|\u0026quot;D\u0026quot;fedB2A|\u0026quot;Em\u0026quot;e2e gfe|\\\n\u0026quot;G\u0026quot;g2ab3|\u0026quot;Em\u0026quot;gfe\u0026quot;D\u0026quot;f2d|\u0026quot;Em\u0026quot;e3-e3:|"
|
||||
},
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceCloseMarker",
|
||||
"Data": "```",
|
||||
"CodeBlockFenceLen": 3
|
||||
"Data": "```"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": "20240429095203-fhtjw9t",
|
||||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20240429095203-fhtjw9t",
|
||||
"updated": "20240429095843"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "可在首行加入 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "%%params JSON"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " ,使 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "JSON"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 作为 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "renderAbc options"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 的参数。"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -3321,7 +3352,7 @@
|
|||
"HeadingLevel": 2,
|
||||
"Properties": {
|
||||
"id": "20210104091228-ifv0j64",
|
||||
"updated": "20210415200607"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3340,7 +3371,8 @@
|
|||
"CodeBlockInfo": "Z3JhcGh2aXo=",
|
||||
"CodeBlockCloseFence": "YGBg",
|
||||
"Properties": {
|
||||
"id": "20210104091228-ww5nb3p"
|
||||
"id": "20210104091228-ww5nb3p",
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3372,7 +3404,7 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20211213122048-2s8m4r5",
|
||||
"updated": "20211213122133"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3397,7 +3429,7 @@
|
|||
"HeadingLevel": 2,
|
||||
"Properties": {
|
||||
"id": "20210104091228-tw1nmmg",
|
||||
"updated": "20210415200608"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3416,7 +3448,8 @@
|
|||
"CodeBlockInfo": "Zmxvd2NoYXJ0",
|
||||
"CodeBlockCloseFence": "YGBg",
|
||||
"Properties": {
|
||||
"id": "20210104091228-mh7dtd0"
|
||||
"id": "20210104091228-mh7dtd0",
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3448,7 +3481,7 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20211213122136-j3etina",
|
||||
"updated": "20211213122329"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3473,7 +3506,7 @@
|
|||
"HeadingLevel": 2,
|
||||
"Properties": {
|
||||
"id": "20210201202204-gljrabr",
|
||||
"updated": "20210415200621"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3488,7 +3521,7 @@
|
|||
"IsFencedCodeBlock": true,
|
||||
"Properties": {
|
||||
"id": "20210201202302-5lfweuz",
|
||||
"updated": "20210201202302"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3518,7 +3551,7 @@
|
|||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20211213122332-wozw982",
|
||||
"updated": "20211213122432"
|
||||
"updated": "20240429095322"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"title": "排版元素",
|
||||
"title-img": "background-color: hsl(2, 57%, 40%);background-image: repeating-linear-gradient(transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(270deg, transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),repeating-linear-gradient(125deg, transparent, transparent 2px, rgba(0,0,0,.2) 2px, rgba(0,0,0,.2) 3px, transparent 3px, transparent 5px, rgba(0,0,0,.2) 5px);",
|
||||
"type": "doc",
|
||||
"updated": "20240427231052"
|
||||
"updated": "20240429095806"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3250,7 +3250,7 @@
|
|||
"IsFencedCodeBlock": true,
|
||||
"Properties": {
|
||||
"id": "20211226122008-fmtwnmi",
|
||||
"updated": "20211226122008"
|
||||
"updated": "20240429095726"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
|
@ -3262,12 +3262,8 @@
|
|||
"CodeBlockInfo": "YWJj"
|
||||
},
|
||||
{
|
||||
"ID": "20220307092237-j6rx1zq",
|
||||
"Type": "NodeCodeBlockCode",
|
||||
"Data": "X: 24\nT: Clouds Thicken\nC: Paul Rosen\nS: Copyright 2005, Paul Rosen\nM: 6/8\nL: 1/8\nQ: 3/8=116\nR: Creepy Jig\nK: Em\n|:\"Em\"EEE E2G|\"C7\"_B2A G2F|\"Em\"EEE E2G|\\\n\"C7\"_B2A \"B7\"=B3|\"Em\"EEE E2G|\n\"C7\"_B2A G2F|\"Em\"GFE \"D (Bm7)\"F2D|\\\n1\"Em\"E3-E3:|2\"Em\"E3-E2B|:\"Em\"e2e gfe|\n\"G\"g2ab3|\"Em\"gfeg2e|\"D\"fedB2A|\"Em\"e2e gfe|\\\n\"G\"g2ab3|\"Em\"gfe\"D\"f2d|\"Em\"e3-e3:|",
|
||||
"Properties": {
|
||||
"id": "20220307092237-j6rx1zq"
|
||||
}
|
||||
"Data": "%%params {tablature: [{instrument: \u0026quot;violin\u0026quot;}]}\nX: 24\nT: Clouds Thicken\nC: Paul Rosen\nS: Copyright 2005, Paul Rosen\nM: 6/8\nL: 1/8\nQ: 3/8=116\nR: Creepy Jig\nK: Em\n|:\u0026quot;Em\u0026quot;EEE E2G|\u0026quot;C7\u0026quot;_B2A G2F|\u0026quot;Em\u0026quot;EEE E2G|\\\n\u0026quot;C7\u0026quot;_B2A \u0026quot;B7\u0026quot;=B3|\u0026quot;Em\u0026quot;EEE E2G|\n\u0026quot;C7\u0026quot;_B2A G2F|\u0026quot;Em\u0026quot;GFE \u0026quot;D (Bm7)\u0026quot;F2D|\\\n1\u0026quot;Em\u0026quot;E3-E3:|2\u0026quot;Em\u0026quot;E3-E2B|:\u0026quot;Em\u0026quot;e2e gfe|\n\u0026quot;G\u0026quot;g2ab3|\u0026quot;Em\u0026quot;gfeg2e|\u0026quot;D\u0026quot;fedB2A|\u0026quot;Em\u0026quot;e2e gfe|\\\n\u0026quot;G\u0026quot;g2ab3|\u0026quot;Em\u0026quot;gfe\u0026quot;D\u0026quot;f2d|\u0026quot;Em\u0026quot;e3-e3:|"
|
||||
},
|
||||
{
|
||||
"Type": "NodeCodeBlockFenceCloseMarker",
|
||||
|
@ -3275,6 +3271,47 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": "20240429095753-7cen94p",
|
||||
"Type": "NodeParagraph",
|
||||
"Properties": {
|
||||
"id": "20240429095753-7cen94p",
|
||||
"updated": "20240429095806"
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": "可在首行加入 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "%%params JSON"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " ,使 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "JSON"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 作為 "
|
||||
},
|
||||
{
|
||||
"Type": "NodeTextMark",
|
||||
"TextMarkType": "code",
|
||||
"TextMarkTextContent": "renderAbc options"
|
||||
},
|
||||
{
|
||||
"Type": "NodeText",
|
||||
"Data": " 的參數。"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": "20211226122008-nkonel6",
|
||||
"Type": "NodeParagraph",
|
||||
|
|
Loading…
Add table
Reference in a new issue