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 0009. Palindrome Number :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0009. Palindrome Number][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0009. Palindrome Number][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0012. Integer to Roman :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0012. Integer to Roman][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0012. Integer to Roman][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0043. Multiply Strings :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0043. Multiply Strings][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0043. Multiply Strings][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0048. Rotate Image :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0048. Rotate Image][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0048. Rotate Image][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0050. Pow(x, n) :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0050. Pow(x, n)][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0050. Pow(x, n)][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0054. Spiral Matrix :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0054. Spiral Matrix][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0054. Spiral Matrix][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0066. Plus One :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0066. Plus One][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0066. Plus One][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0073. Set Matrix Zeroes :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0073. Set Matrix Zeroes][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0073. Set Matrix Zeroes][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0202. Happy Number :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0202. Happy Number][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0202. Happy Number][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0296. Best Meeting Point :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0296. Best Meeting Point][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0296. Best Meeting Point][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0840. Magic Squares In Grid :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0840. Magic Squares In Grid][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0840. Magic Squares In Grid][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 1780. Check if Number is a Sum of Powers of Three :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1780. Check if Number is a Sum of Powers of Three][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*1780. Check if Number is a Sum of Powers of Three][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 2013. Detect Squares :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*2013. Detect Squares][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*2013. Detect Squares][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 2326. Spiral Matrix IV :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*2326. Spiral Matrix IV][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*2326. Spiral Matrix IV][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 2698. Find the Punishment Number of an Integer :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*2698. Find the Punishment Number of an Integer][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*2698. Find the Punishment Number of an Integer][Roadmap]]
:END:
** TODO Approach