90bddfde70
add a back to porfolio link to folder tree component
2023-12-25 19:27:55 -06:00
ba483eb27d
comment out unneeded code from lib files
2023-12-25 19:27:32 -06:00
67f7658907
update imports, classname and remove graphdata from note index
2023-12-25 19:27:15 -06:00
4292c53fde
update classname in note id file
2023-12-25 19:26:45 -06:00
f572287de3
remove nasty google links
2023-12-25 19:26:17 -06:00
712d09e96c
replace index.html with index.js file
2023-12-25 19:25:55 -06:00
14e051515a
remove a bunch of public bloat and scripts files
...
scripts files are no longer needed
2023-12-25 19:25:35 -06:00
a2486be6ff
remove style css file and add water.css file to global tailwind overrides
...
TODO - make this a submodule
2023-12-25 19:25:08 -06:00
9ef5d06097
add some tailwind ui packages
2023-12-25 19:24:13 -06:00
8e31dcb268
update configuration files
2023-12-25 19:23:52 -06:00
78e329b1b1
no idea whats done in this commit
2023-12-24 08:16:52 -06:00
5fd149397b
remove PlausibleProvider
2023-12-24 00:13:41 -06:00
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