Questions
(FIXED) Custom domain issue, with no response from Support
I was so keen to use Blot, but my custom domain isn't working despite following all the instructions. The issue lies with Blot, not my domain manager (Cloudflare). It's frustrating that I've had no response from requests to support. I fully support the developer's right to take time off, but at the very least I'd expect an out-of-office auto-response. Is Blot really run by just one person? EDIT: Okay, it works now, yay! I suspect the dev is back on board and has fixed things behind the scenes. Blot is such a good fit for me, I'm willing to pay for it even when free options exist for putting my Markdown files online (eg. Quartz or Digital Garden via Obsidian). Fingers crossed more people can shoulder the weight of customer service! I really want to see Blot keep going.
Link format ignores settings?
I can't seem to make Blot use the filename (both {{name}} or {{name-without-extension}}) as default link — it keeps processing the file title. My folder has markdown files with yaml front-matter titles, I wish to use title: for page metadata, but I don't want the longer URLs or filling the parameters for link: for every file. Is this a bug? I tried to reset the folder - it didn't work.
Supress title-less posts in Archive listing?
I'm experimenting with blogging a combination of traditional, long form blog posts, and shorter, micro.blog/twitter-like short posts that are just a couple of sentences. This works really well on Blot with the blog theme. However, I was wondering if it's possible to suppress the short form posts in the Archives using some template magic. The best distinction I can think of is that the short posts don't have an explicit title, they're just text. I assume I could do this with custom metadata, but am curious if there's another way. Thanks!
Updated file pulled form dropbox, but the page hasnt been updated?
updated the file it got synced my page hasn't been updated even though blot has pulled the updated version. Tried to clear cache, doesn't seem to solve the issue. Updated file once again, it got synced, but the page, again, hasn't updated. Any suggestions how I can update the page/prevent this from happening?
Is there an issue with posting iframes?
I'm wanting to post a living Figma prototype, but I'm unable to get the iframe to render properly. Screenshot attached of what is displaying. Living Prototype Draft
Search box on mobile on blog template?
In the Blog template, when I access the search, the border it's crossing the screen limit. Who can I fix this in the style CSS, please? Thank you!
Image in Margin on Magazine template?
I've seen several example sites where people put images in the margins next to their main body of text. Is this possible on the Magazine template? How would one go about adding a small thumbnail image next to a part of their markdown document? Example. Example; example
Accessibility and footnotes
Hello, earlier in the year I noticed an issue with accessibility (according to Lighthouse), regarding ARIA roles and on how the markdown converter (pandoc) turns footnotes into HTML. Any update on this front? Is pandoc working on a fix? What are the alternatives? Thanks!
Thumbnails on index pages?
Is there a way to display the thumbnails on ~/page/1? I'm using a variation of of the Blog template, but I want my homepage to not be the list of blogposts, so instead I have a link to https://www.patternsthatabide.xyz/page/1 on the top bar. So it'd be cool if it displayed thumbnails there.
What is the best way to import wordpress comments?
I am about to import my old wordpress blog to blot. Most of my old posts have comments, sometimes a lot of comments. What is the best way to take those comments with me to Blot?
Can a Layout tag be applied to image posts via the template?
I'm using the Magazine template for a photoblog. For posts with multiple images, I create a Markdown file with image embeds and a float right {>>} tag on square or landscape images so they are displayed in a similar size as portrait images. However, when posting single images directly, I'm unable to add those tags since there's no Markdown. Is it possible to add the applicable .css class to square and landscape ratio image posts through the template directly? Two examples links from my site: multi image post vs single image post
Pages now showing up as Posts and in RSS feed?
I have a directory with in Pages with no tags set in the YAML for my newsletter. I've never had a newsletter show up in the RSS feed before, but today the latest one suddenly did. Are Pages supposed to show up in the RSS feed, or was this a bug? I can add a tag to prevent the behavior in the future, but wanted to know before adding something unnecessarily.
Using a bibliography?
I am excited to use the bibliography functionality, but I must be missing something about how it works. I made files out of the example Post and Bibliography from the example page. But the post that ends up on my blog page just looks like the raw text - it hasn't been parsed, i.e. it looks like: Blah blah [see @item1, pp. 33-35; also @item2, chap. 1]. Blah blah [@item1, pp. 33-35, 38-39 and passim]. Blah blah [@item1; @item2]. I put the Bibliography.bib file in the same folder as the text file containing the Post. What am I missing?
"/random" stick to the same link
I wonder why does the "/random" link stick to the same page from time to time? Is it just my site or anybody else got the same issue? I can't seem to understand the pattern because many times the page refreshes on each click but at times it gets stuck with one page.
Enabling search for pages?
Is there a way to enable search for certain pages? I am talking about "user-defined" pages, i. e. stuff in /Pages or with Page: yes, not something like the archives page. Posts work perfectly, but pages, no matter whether they are stored inside or outside of /Pages, do not work, even with the following metadata: Search: yes Is this supposed to work somehow? Considering quite a few people use Blot for / as their "digital garden" / notes / information store, being able to search these pages would be very helpful.
Trying to upload a Wordpress export
I'm trying to upload an Export of a WordPress site, but I get an error that the "413 Request Entity Too Large". The file is 8.3 megabytes, which doesn't seem all that large. What is the max upload size?
Unable to set a landing page?
I think I followed the instructions properly, but I'm unable to set a landing page. I have a page where the first line is the following, followed by a blank line. Link: / But instead of setting that as the home page, it's creating a separate page called "Link: /"
Date format not changing?
I am using the Magazine template and am unable to change the date format when editing the template. All other editing functions work fine, including relative date. But when I change the date format, the changes are not shown in the preview or on the actual site. Once I refresh the editor, the editor shows the default date format again, discarding my changes.
Make an image into a link with Markdown?
Has anyone managed to place a link around an image via markdown? Normally, according to markdown rules, this would look something like this: ![Collection of my cat pictures](/path/to/catfolder/cat1.png)(/tagged/cats) But for some reason, in my case, the URL part is not recognized but somehow becomes a text which then sits underneath the image.