From 4ea62dbb7cdaa137a4334e192bb89d8201dbf373 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Fri, 26 Apr 2024 22:28:32 +0000 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..572b26f --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file