Skip to content

Instantly share code, notes, and snippets.

View finmoorhouse's full-sized avatar

Fin Moorhouse finmoorhouse

View GitHub Profile
@finmoorhouse
finmoorhouse / daily-note-template.md
Created May 31, 2024 14:18
Obsidian daily note template

<% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>

Intentions

  • <% tp.file.cursor() %>

Optional

  • [ ]
@finmoorhouse
finmoorhouse / base.yml
Created November 21, 2023 13:07
Espanso ideas
# espanso match file
# For a complete introduction, visit the official docs at: https://espanso.org/docs/
# You can use this file to define the base matches (aka snippets)
# that will be available in every application when using espanso.
# Matches are substitution rules: when you type the "trigger" string
# it gets replaced by the "replace" string.
@finmoorhouse
finmoorhouse / goodreads-export-to-md.py
Last active November 5, 2023 17:37
Export Goodreads reviews to markdown
import pandas as pd
import re
# Define the path to your CSV file
csv_file_path = 'goodreads_library_export.csv'
# Define the path to the output file
output_file_path = '/path/to/output.md'
# Read the data from the CSV file