Find a file
2024-04-27 09:52:13 +02:00
.vscode enable mermaid and excalidraw 2024-04-27 09:52:13 +02:00
.envrc Initial import 2024-04-27 00:24:33 +02:00
.gitignore Initial import 2024-04-27 00:24:33 +02:00
flake.lock Initial import 2024-04-27 00:24:33 +02:00
flake.nix Initial import 2024-04-27 00:24:33 +02:00
README.md enable mermaid and excalidraw 2024-04-27 09:52:13 +02:00

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.

More features

You can use mermaid in your markdown, or create a .svg file and edit it offline with the embedded excalidraw.

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.