This repo is an example of a Eureka Module. A Eureka Module is simply a Git Submodule containing Markdown files with extended support for the Obsidian Wikilinks Syntax.
Each module should have atleast a README.md
explaining about its dependencies.
- Create new git repository to host your eureka module
git clone --bare git@github.com:TongHuaLabs/eureka-module.git
cd eureka-module.git
git lfs fetch --all
git push --mirror https://github.com/exampleuser/new-repository.git
git lfs push --all https://github.com/exampleuser/new-repository.git
cd .. && rm -rf eureka-module.git
If a Eureka Module has links to other Eureka Modules, list them here.