Skip to content

Commit 5ed1266

Browse files
committed
updated README with insert markers
1 parent cef7aae commit 5ed1266

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,27 @@ Save your changes and return to the note types editor, this time selecting `Card
100100
Delete all the existing code in the *Front Template* and replace it with the following:
101101
<details>
102102
<summary> <b>Front Template Code</b> </summary>
103+
<!--insert-start: frontTemplate.html-->
103104
https://github.com/99-Knots/PrettyYomitanCards/blob/1dc3dbb85bc81a12d4eabae4c83ce1982da5c558/frontTemplate.html#L1-L152
105+
<!--insert-end-->
104106
</details>
105107
<br/>
106108

107109
Do the same with the *Back Template*:
108110
<details>
109111
<summary> <b>Back Template Code</b> </summary>
112+
<!--insert-start: backTemplate.html-->
110113
https://github.com/99-Knots/PrettyYomitanCards/blob/1dc3dbb85bc81a12d4eabae4c83ce1982da5c558/backTemplate.html#L1-L475
114+
<!--insert-end-->
111115
</details>
112116
<br/>
113117

114118
and for *Styling*:
115119
<details>
116120
<summary> <b>Style Sheet</b> </summary>
121+
<!--insert-start: style.css-->
117122
https://github.com/99-Knots/PrettyYomitanCards/blob/1dc3dbb85bc81a12d4eabae4c83ce1982da5c558/style.css#L1-L306
123+
<!--insert-end-->
118124
</details>
119125

120126

0 commit comments

Comments
 (0)