fix: add file: prefix to org-mode links for Emacs resolution

Emorg org-mode requires [[file:path]] syntax for file links to be
clickable. Updated both extract.mjs and scaffold-notes.mjs generators,
and fixed all 200 existing note files.
This commit is contained in:
2026-06-01 17:06:27 +08:00
parent a50f4a121b
commit d674451070
203 changed files with 401 additions and 401 deletions
@@ -1,7 +1,7 @@
* TODO 0010. Regular Expression Matching :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0010. Regular Expression Matching][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0010. Regular Expression Matching][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0062. Unique Paths :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0062. Unique Paths][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0062. Unique Paths][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0072. Edit Distance :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0072. Edit Distance][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0072. Edit Distance][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0097. Interleaving String :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0097. Interleaving String][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0097. Interleaving String][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0115. Distinct Subsequences :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0115. Distinct Subsequences][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0115. Distinct Subsequences][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0309. Best Time to Buy And Sell Stock With Cooldown :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0309. Best Time to Buy And Sell Stock With Cooldown][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0309. Best Time to Buy And Sell Stock With Cooldown][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0312. Burst Balloons :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0312. Burst Balloons][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0312. Burst Balloons][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0329. Longest Increasing Path In a Matrix :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0329. Longest Increasing Path In a Matrix][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0329. Longest Increasing Path In a Matrix][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0494. Target Sum :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0494. Target Sum][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0494. Target Sum][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0518. Coin Change II :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0518. Coin Change II][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0518. Coin Change II][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 1143. Longest Common Subsequence :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1143. Longest Common Subsequence][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*1143. Longest Common Subsequence][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 1220. Count Vowels Permutation :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1220. Count Vowels Permutation][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*1220. Count Vowels Permutation][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 1911. Maximum Alternating Subsequence Sum :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1911. Maximum Alternating Subsequence Sum][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*1911. Maximum Alternating Subsequence Sum][Roadmap]]
:END:
** TODO Approach