Skip to content

Instantly share code, notes, and snippets.

View MattHeffNT's full-sized avatar
🏠
Reticulating splines

Matt Heffernan MattHeffNT

🏠
Reticulating splines
  • Melbourne (Naarm), Victoria
View GitHub Profile
@MattHeffNT
MattHeffNT / relativeNumberOverLeaf.user.js
Last active June 4, 2025 09:59
enable relative line numbers in overleaf - tamper monkey
// ==UserScript==
// @name enable relative line numbers in overleaf
// @namespace http://tampermonkey.net/
// @version 2024-04-10
// @description handy for vim users. Change code view line numbers to relative.
// @author You
// @match https://www.overleaf.com/project/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=overleaf.com
// @grant GM_addStyle
// ==/UserScript==
@MattHeffNT
MattHeffNT / publish.yml
Created May 5, 2022 07:33 — forked from umanghome/publish.yml
GitHub Action: Generate a build and push to another branch
# .github/workflows/publish.yml
name: Generate a build and push to another branch
on:
push:
branches:
- master
jobs:
build: