Published multiple files
All checks were successful
Build and Deploy Quartz / build (push) Successful in 20s
All checks were successful
Build and Deploy Quartz / build (push) Successful in 20s
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
{"publish":true,"title":"urlref","created":"2026-01-19T18:15:38.889-07:00","modified":"2026-01-19T18:35:45.573-07:00","tags":["web","note_taking"],"cssclasses":""}
|
{"publish":true,"title":"urlref","created":"2026-01-19T18:15:38.889-07:00","modified":"2026-01-19T18:37:16.498-07:00","tags":["web","note_taking"],"cssclasses":""}
|
||||||
---
|
---
|
||||||
|
|
||||||
As an avid user of pen and paper for note taking I have had endless trouble figuring out how to store url's without having to write them out in full. I seem to have found a solution to this issue with [urlref](https://benjaminhollon.com/musings/urlref/) from the fantastic [Benjamin Hollon](https://polymaths.social/@amin). I did have a little bit of fun setting up for myself though so I am documenting here in case it is helpful to anyone, including future me.
|
As an avid user of pen and paper for note taking I have had endless trouble figuring out how to store url's without having to write them out in full. I seem to have found a solution to this issue with [urlref](https://benjaminhollon.com/musings/urlref/) from the fantastic [Benjamin Hollon](https://polymaths.social/@amin). I did have a little bit of fun setting up for myself though so I am documenting here in case it is helpful to anyone, including future me.
|
||||||
@@ -50,8 +50,8 @@ RestartSec=5
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
```
|
```
|
||||||
## qutebrowser Integration
|
### qutebrowser Integration
|
||||||
### Userscript
|
#### Userscript
|
||||||
Should live at `~/.local/share/qutebrowser/userscripts`
|
Should live at `~/.local/share/qutebrowser/userscripts`
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user