Commit Graph

153 Commits

Author SHA1 Message Date
e85b4488b3 work on getting things to look right 2023-12-24 00:13:29 -06:00
107580db20 make root serve static html 2023-12-24 00:12:31 -06:00
c92c9e0657 install tailwind 2023-12-24 00:12:05 -06:00
c245e92fde clean up some code 2023-12-24 00:11:22 -06:00
f8298e7930 fix file path characters bug 2023-12-23 23:02:08 -06:00
68f3643a5f remove graph visualization 2023-12-23 22:26:19 -06:00
3e692b65fe throw error if notes dir has not been created yet 2023-12-23 21:33:28 -06:00
324f120312 remove trailaing comma in package file 2023-12-23 21:33:06 -06:00
44aa86d5cd delete posts 2023-12-23 21:27:28 -06:00
abfd0e74b3 add my notes as a submodule 2023-12-23 21:27:04 -06:00
cdc5d925dc delete advanced topics from posts 2023-12-23 21:15:03 -06:00
8c270717ce update gitignore to ignore posts dir 2023-12-23 21:14:44 -06:00
07f403d212 update package file 2023-12-23 20:44:11 -06:00
b11f9315f6 omit graph data from commits 2023-12-23 20:18:22 -06:00
c31428d8e4 fix a few utils bugs
- unified import no longer default import
- make index file a variable but also be my actual entry file for my notes
- create some variables to make reading easier
- cleanup the file/directory replacement characters (what like "++++" which is ridiculous)
- lots of formatting changes
2023-12-23 20:16:56 -06:00
44c5ca07b2 fix the unified import - no longer default import 2023-12-23 20:13:02 -06:00
0f845a3218 fix isFile bug
was previously using `fs.lstatSync().isFile()`. The `isFile()` method doesnt seem to exist so i went with `fs.existsSync()` instead.
2023-12-23 20:12:31 -06:00
2536c40517 improve mdcontent component
- added backlink group component that places all backlinks into a details element so the page is a little cleaner
- changes the "powered by" section to be more relevent to me
- show "no backlinks found" instead of details if no backlinks
- remove the alert at the top of every note
- formatting changes
2023-12-23 20:10:03 -06:00
ccab82f972 fix treeview imports 2023-12-23 20:06:57 -06:00
08b53b105e delete starter posts 2023-12-23 20:06:26 -06:00
28a1961913 upgrade all packages to latest and convert to using bun 2023-12-23 20:04:46 -06:00
Tuan Cao
b0ea169e37 Add missing package 2022-05-26 11:32:55 +07:00
Tuan Cao
0038c56598 Update tracking to mindstone.tuancao.me 2022-05-26 11:29:36 +07:00
Tuan Cao
2c55212bef Update Readme 2022-05-17 07:35:39 +07:00
Tuan Cao
561dc104a3 Rudimentary build cache remover. 2022-04-29 15:43:30 +07:00
Tuan Cao
233e5ba4ed Remove troublesome FrontMatter pluggin (temporarily)
Cached graph-data, which result in hugely improved build performance and probably browsing experience as well
2022-04-29 15:35:10 +07:00
Tuan Cao
1a11bdb2b0 Fix issues: some document cannot be map from slug 2022-04-29 10:38:42 +07:00
Tuan Cao
fdf0e419bb Set default path for images 2022-04-28 17:17:44 +07:00
Tuan Cao
c8ab797a15 Fixed messed up layout because of over transforming text node that don't match search pattern. 2022-04-28 17:15:28 +07:00
Tuan Cao
6a144536e6 Fixed messed up layout because of over transforming text node that don't match search pattern. 2022-04-28 16:51:00 +07:00
Tuan Cao
4dc41ad032 WIP 2: Parsing obsidian image link 2022-04-28 16:45:10 +07:00
Tuan Cao
ba519d7e28 WIP: Parsing obsidian image link 2022-04-28 16:44:59 +07:00
Tuan Cao
47d0eb25ba Fixed issue where file name cannot be parsed 2022-04-25 12:57:36 +07:00
Tuan Cao
9cdde4be3e Update README and index.md with youtube link to walkthrough video. 2022-04-20 11:14:21 +07:00
Tuan Cao
1e9d5c3bdb Add getting started note 2022-04-20 10:50:38 +07:00
Tuan Cao
5bf8bbe7a5 Merge branch 'main' of https://github.com/TuanManhCao/digital-garden 2022-04-20 09:35:55 +07:00
Tuan Cao
ba1b35e17c Update README and index.m content 2022-04-20 09:35:44 +07:00
Tuan Cao
ee176d3797
Merge pull request #1 from TuanManhCao/add-license-1
Create LICENSE
2022-04-20 08:12:49 +07:00
Tuan Cao
446cabf9f7
Create LICENSE 2022-04-20 08:11:07 +07:00
Tuan Cao
6de5eabeae Revert "Update image styling"
This reverts commit 29aef10b0c.
2022-04-20 00:15:23 +07:00
Tuan Cao
1aa139fc01 Update image styling 2022-04-20 00:14:38 +07:00
Tuan Cao
fcaa3e0061 Update notes 2022-04-19 23:54:02 +07:00
Tuan Cao
480ce4c2b6 Remove notes 2022-04-19 23:49:23 +07:00
Tuan Cao
098c8b3bf4 Remove vscode and yarn folder 2022-04-19 22:51:26 +07:00
Tuan Cao
f63f78603a GitIgnore vscode and yarn 2022-04-19 22:50:27 +07:00
Tuan Cao
0fba28cd55 Some more styling for inline <code> tag 2022-04-19 22:48:37 +07:00
Tuan Cao
7901fda1fb Some more styling for inline <code> tag 2022-04-19 16:33:05 +07:00
Tuan Cao
936855a136 Some more styling 2022-04-19 15:15:54 +07:00
Tuan Cao
4538a5fd1c Minor tweak for code block style 2022-04-19 13:31:11 +07:00
Tuan Cao
0e929ffdb9 Add basic code highlighting using prism 2022-04-19 13:17:47 +07:00