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 0011. Container With Most Water :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0011. Container With Most Water][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0011. Container With Most Water][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0015. 3Sum :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0015. 3Sum][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0015. 3Sum][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0042. Trapping Rain Water :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0042. Trapping Rain Water][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0042. Trapping Rain Water][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0125. Valid Palindrome :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0125. Valid Palindrome][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0125. Valid Palindrome][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0167. Two Sum II Input Array Is Sorted :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0167. Two Sum II Input Array Is Sorted][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0167. Two Sum II Input Array Is Sorted][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0259. 3Sum Smaller :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0259. 3Sum Smaller][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0259. 3Sum Smaller][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0344. Reverse String :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0344. Reverse String][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0344. Reverse String][Roadmap]]
:END:
** TODO Approach