fix: move #+PROPERTY: STUDY_DECK_02 to top of file

Org-mode requires global file properties before the first headline.
Moved PROPERTY line above the * TODO heading in all 199 note files
and updated scaffold-notes.mjs template.
This commit is contained in:
2026-06-01 17:12:10 +08:00
parent d674451070
commit e798e449bd
200 changed files with 201 additions and 201 deletions
@@ -1,5 +1,5 @@
* TODO 0208. Implement Trie Prefix Tree :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0208. Implement Trie Prefix Tree :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0208. Implement Trie Prefix Tree][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0211. Design Add And Search Words Data Structure :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0211. Design Add And Search Words Data Structure :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0211. Design Add And Search Words Data Structure][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0212. Word Search II :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0212. Word Search II :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0212. Word Search II][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 1166. Design File System :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 1166. Design File System :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1166. Design File System][Roadmap]]
:END: