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 0269. Alien Dictionary :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0269. Alien Dictionary][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0269. Alien Dictionary][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0332. Reconstruct Itinerary :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0332. Reconstruct Itinerary][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0332. Reconstruct Itinerary][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0743. Network Delay Time :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0743. Network Delay Time][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0743. Network Delay Time][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0778. Swim In Rising Water :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0778. Swim In Rising Water][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0778. Swim In Rising Water][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0787. Cheapest Flights Within K Stops :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0787. Cheapest Flights Within K Stops][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0787. Cheapest Flights Within K Stops][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 1584. Min Cost to Connect All Points :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1584. Min Cost to Connect All Points][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*1584. Min Cost to Connect All Points][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 2493. Divide Nodes Into the Maximum Number of Groups :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*2493. Divide Nodes Into the Maximum Number of Groups][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*2493. Divide Nodes Into the Maximum Number of Groups][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 2812. Find the Safest Path in a Grid :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*2812. Find the Safest Path in a Grid][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*2812. Find the Safest Path in a Grid][Roadmap]]
:END:
** TODO Approach