This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/publish.yml | |
name: Generate a build and push to another branch | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: |