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 0003. Longest Substring Without Repeating Characters :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0003. Longest Substring Without Repeating Characters :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0003. Longest Substring Without Repeating Characters][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0076. Minimum Window Substring :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0076. Minimum Window Substring :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0076. Minimum Window Substring][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0121. Best Time to Buy And Sell Stock :easy:
#+PROPERTY: STUDY_DECK_02
* TODO 0121. Best Time to Buy And Sell Stock :easy:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0121. Best Time to Buy And Sell Stock][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0239. Sliding Window Maximum :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0239. Sliding Window Maximum :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0239. Sliding Window Maximum][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0424. Longest Repeating Character Replacement :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0424. Longest Repeating Character Replacement :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0424. Longest Repeating Character Replacement][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0567. Permutation In String :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0567. Permutation In String :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0567. Permutation In String][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 3306. Count of Substrings Containing Every Vowel and K Consonants II :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 3306. Count of Substrings Containing Every Vowel and K Consonants II :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*3306. Count of Substrings Containing Every Vowel and K Consonants II][Roadmap]]
:END: