Links
questions tagged ‘Links’
Issue linking from page to post?
In my About Me page, I link to a blog post. However, when I click on that link, it goes to an .md file viewed in the browser. I am sure I'm doing something wrong with wikilinks and maybe just need a redirect to Documentation. I'm also not sure if the space and commas in the file name are messing with it? I am using Obsidian and here is how it's written: Hello! I'm Benjamin Clover (formerly Saubolle-Camacho), an Associate Professional Clinical Counselor (APCC #14202) in the state of California. I made this blog after [deleting (most of) my social media](/Posts/Goodbye,%20social%20media.md) accounts. This also happens with my link to my CV. I am also a clinician & program administrator for our county's First Episode Psychosis program. You can see more about my professional background in my [CV](/Pages/CV.md). Thanks for any help, Benjamin
Org-mode links to other Org files?
In emacs, I can auto-fill the [[file:...]] style link from a set of known files. The problem is when linking to org-mode files, it looks something like [[file:foo.org]] but this doesn't work with blot's internal linking system. So I have to remove the .org to something like [[file:foo]] which does work with blot. The problem now is that org-follow-link does not resolve without the missing extension.
How to delete a link?
Apologies if, as I suspect, I'm missing something obvious, but how do I delete a link that's previously been created in the Your sites/[Site name]/Links part of the control panel? I can see how to add a new link and how to reorder them, but not how to delete a link that has previously been created. Thanks!
Changing the URL of the archives page?
I was attempting to rename Archive to Index (which I did), but then started toying with the page name and realized that would break what was defined in packages.json. Now setting the value back to /archives in the dashboard for that link still results in a 404 error. Did I break it? ;) Tangible Life
Org-Mode link syntax?
Typically when linking to another file in org-mode you would use this syntax: file:path/to/file.org However this doesn't work in blot. I'd love if this syntax would be implemented as C-c C-l defaults to this behavior. If this isn't possible with blot, what is the preferred syntax?
When linking from a landing page to another page, the linked txt file is rendered without CSS
Using home.txt with the following syntax: Link: / [Page 1](/Pages/page1.txt) The resultant page is shown without styles. How do I link this page to a template?
Referencing files from one Blot site on another
I have a Blot site that operates my blog on a custom apex domain, and a second Blot site for photos at a subdomain of the same address. (This is because I have a fork of the Blog theme for the former, but prefer the Portfolio theme for the latter.) If I sometimes want to include photographs inline on the blog, is it OK to reference the files at their URLs on the subdomain? If that’s going to cross wires for Blot, I’ll upload a second copy to the blog’s folder.