Explore >> Select a destination


You are here

www.karsdorp.io
| | www.cyan.sh
4.0 parsecs away

Travel
| | cyan homepage and blog
| | jamiecollinson.com
2.1 parsecs away

Travel
| | [AI summary] A detailed guide to a custom Emacs configuration designed for efficient programming, navigation, and development workflows.
| | justin.abrah.ms
1.8 parsecs away

Travel
| |
| | vxlabs.com
25.1 parsecs away

Travel
| You might have noticed the side-note in yesterday's blog post where I mentioned that exporting Orgmode notes with org-download attachment-style screenshots to blog posts using ox-hugo required one to convert [[attachment:...]]-style links to [[file:...][file:...]]-style links. Because the barrier from private note to possibly useful blog post should be as low as possible, I made the below function that will do the required conversion for the link under your cursor. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ...