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:
@@ -1,7 +1,7 @@
|
||||
* TODO 0007. Reverse Integer :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0007. Reverse Integer][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0007. Reverse Integer][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0136. Single Number :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0136. Single Number][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0136. Single Number][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0190. Reverse Bits :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0190. Reverse Bits][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0190. Reverse Bits][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0191. Number of 1 Bits :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0191. Number of 1 Bits][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0191. Number of 1 Bits][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0231. Power of Two :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0231. Power of Two][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0231. Power of Two][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0260. Single Number III :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0260. Single Number III][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0260. Single Number III][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0268. Missing Number :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0268. Missing Number][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0268. Missing Number][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0338. Counting Bits :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0338. Counting Bits][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0338. Counting Bits][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 0371. Sum of Two Integers :medium:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*0371. Sum of Two Integers][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*0371. Sum of Two Integers][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
* TODO 2220. Minimum Bit Flips to Convert Number :easy:
|
||||
#+PROPERTY: STUDY_DECK_02
|
||||
:PROPERTIES:
|
||||
:NEETCODE: [[../../roadmap.org::*2220. Minimum Bit Flips to Convert Number][Roadmap]]
|
||||
:NEETCODE: [[file:../../roadmap.org::*2220. Minimum Bit Flips to Convert Number][Roadmap]]
|
||||
:END:
|
||||
|
||||
** TODO Approach
|
||||
|
||||
Reference in New Issue
Block a user