Jelajahi Sumber

:memo: Stocke les ids

DricomDragon 5 hari lalu
induk
melakukan
0eeaaf0d45
2 mengubah file dengan 11 tambahan dan 0 penghapusan
  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
+```