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 0215. Kth Largest Element In An Array :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0215. Kth Largest Element In An Array][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0215. Kth Largest Element In An Array][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0295. Find Median From Data Stream :hard:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0295. Find Median From Data Stream][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0295. Find Median From Data Stream][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0355. Design Twitter :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0355. Design Twitter][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0355. Design Twitter][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0621. Task Scheduler :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0621. Task Scheduler][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0621. Task Scheduler][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0703. Kth Largest Element In a Stream :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0703. Kth Largest Element In a Stream][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0703. Kth Largest Element In a Stream][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 0973. K Closest Points to Origin :medium:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*0973. K Closest Points to Origin][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*0973. K Closest Points to Origin][Roadmap]]
:END:
** TODO Approach
@@ -1,7 +1,7 @@
* TODO 1046. Last Stone Weight :easy:
#+PROPERTY: STUDY_DECK_02
:PROPERTIES:
:NEETCODE: [[../../roadmap.org::*1046. Last Stone Weight][Roadmap]]
:NEETCODE: [[file:../../roadmap.org::*1046. Last Stone Weight][Roadmap]]
:END:
** TODO Approach