Add README.md

This commit is contained in:
Moritz Bitsch 2024-04-26 22:28:32 +00:00
parent 4c0a5a41a0
commit 4ea62dbb7c
No known key found for this signature in database

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Notes template repository
This repo can be used as a starting point for using foam for note taking with automatic git backups on save.
## Getting started
Fork this repo and open with vscode, install recommended plugins and create your first .md file, save and it should automatically commit and upload to your repo.
## Advanced setup
This repo is direnv/flake enabled and allows you to automatically pull in dependencies for your notes. For example you can pull in python and pandas to use with vscode jupyter integration.