瀏覽代碼

:memo: Stocke les ids

DricomDragon 5 天之前
父節點
當前提交
0eeaaf0d45
共有 2 個文件被更改,包括 11 次插入0 次删除
  1. 3 0
      guide/.gitignore
  2. 8 0
      guide/README.md

+ 3 - 0
guide/.gitignore

@@ -8,3 +8,6 @@
 ## QOwnNotes
 trash/
 notes.sqlite
+
+## Temp
+ids.txt

+ 8 - 0
guide/README.md

@@ -14,3 +14,11 @@ Tutoriel pour développer Raquette fracassante.
 ```sh
 pandoc -o complet.html complet.md --standalone --wrap=none --metadata title="Guide Godot JDLL 2024" --css=https://matcha.mizu.sh/matcha.css --toc --toc-depth=5
 ```
+
+### Ids
+
+Pour s'aider pour faire les liens.
+
+```sh
+grep complet.html -e 'id=' > ids.txt
+```