My notes and snippets while working with Gollum git wiki
custom.js Docs
- Darkmode for gollum
- Use Ace Github theme, it's light but inverts with the darkmode js
- Add gutter to editor
- Remove print margin (The annoying line in the middle of the editor, looks bad on a dark page)
- Change tab size to 2
- Automatically start Gollum on Windows user boot
- Save to or shortcut in
C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
This adds an emote at the footnote that takes you back up to the cited line (id="a1") 1
Footnotes:
- Github: Title of page ↩
This adds an emote at the footnote that takes you back up to the line cited line (`id="a1"`) <sup id="a1">[1](#f1)</sup>
Footnotes:
1. <b id="f1">website_name</b>: [reference_title](link_to_reference) [↩](#a1)