marcus-grant / brain2

My 2nd brain zettelkasten statically generated wiki using gatsby
0 stars 0 forks source link

Source Notes markdown files & assets from notes repo #1

Closed marcus-grant closed 1 year ago

marcus-grant commented 1 year ago

The site generated will source markdown files from a git repo containing all the zettelkasten styled notes. Make it source this repo and show it works with some kind of site or index template.

marcus-grant commented 1 year ago

The plugin gatsby-source-git is no longer maintained, for a while. It throws silly syntax errors probably due to not keeping up to date modules. It should be somewhat easy to maintain for your own purposes when this project is more mature. There's a new issue #2 addressing this need, for now this project will continue by sourcing using git-source-filesystem via git submodules.

marcus-grant commented 1 year ago

The content needs to be sourced properly which requires a lot of complex boilerplate. To get started here is a partial commit from the gatsby starter blog to get going. It has only been partially added so far in this ad75f106ad6836da4add5339033df4f347527226. More needs to be done to get it to compile properly. And it seems adding in js into this project expecting TS could cause problems to get it to work, or atleast use linters to identify real problems. Continue by adding parts of the starter blog into the project.

marcus-grant commented 1 year ago

New issue #3 created to address typescript refactoring required, stick to just getting basic markup sourcing done here with minimal components.

marcus-grant commented 1 year ago

Handled by 531d1b2 - closing