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 0010. Regular Expression Matching :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0010. Regular Expression Matching :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0010. Regular Expression Matching][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0062. Unique Paths :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0062. Unique Paths :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0062. Unique Paths][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0072. Edit Distance :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0072. Edit Distance :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0072. Edit Distance][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0097. Interleaving String :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0097. Interleaving String :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0097. Interleaving String][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0115. Distinct Subsequences :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0115. Distinct Subsequences :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0115. Distinct Subsequences][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0309. Best Time to Buy And Sell Stock With Cooldown :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0309. Best Time to Buy And Sell Stock With Cooldown :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0309. Best Time to Buy And Sell Stock With Cooldown][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0312. Burst Balloons :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0312. Burst Balloons :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0312. Burst Balloons][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0329. Longest Increasing Path In a Matrix :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 0329. Longest Increasing Path In a Matrix :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0329. Longest Increasing Path In a Matrix][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0494. Target Sum :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0494. Target Sum :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0494. Target Sum][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 0518. Coin Change II :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 0518. Coin Change II :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*0518. Coin Change II][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 1143. Longest Common Subsequence :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 1143. Longest Common Subsequence :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1143. Longest Common Subsequence][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 1220. Count Vowels Permutation :hard:
#+PROPERTY: STUDY_DECK_02
* TODO 1220. Count Vowels Permutation :hard:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1220. Count Vowels Permutation][Roadmap]]
:END:
@@ -1,5 +1,5 @@
* TODO 1911. Maximum Alternating Subsequence Sum :medium:
#+PROPERTY: STUDY_DECK_02
* TODO 1911. Maximum Alternating Subsequence Sum :medium:
:PROPERTIES:
:NEETCODE: [[file:../../roadmap.org::*1911. Maximum Alternating Subsequence Sum][Roadmap]]
:END: