Notes
Notes to refer back to at a later date.
Librewolf
- When installing via homebrew on mac it raises an issue due to removal of the
--no-quarantineflag by brew. To get around this install as normal, but then run:Librewolf codeberg source1sudo xattr -r -d com.apple.quarantine /Applications/LibreWolf.app
Quarto
- To get a pdf of a quarto presentation from a browser use
decktape
.
- To preserve animations (somewhat) use:
1npx decktape reveal <slides URL> <output file>.pdf --pause 500 --fragments --progress
- To preserve animations (somewhat) use: