Questions
Recommendations for Markdown text-editors?
I’m just getting started with my blog and wondered if you wouldn’t mind giving me some tips on how to make the most of blot? Here’s how I’m posting: write post in Markdown on Dillinger in my browser, export as ‘Markdown’ and then put in Dropbox. This is working fine but if I need to edit the post after I’ve seen the preview, I go back into Dillinger, make edits and export and save again. I just wondered if there’s a better way to do this? I’m very new to this sort of thing so tried to download ‘Atom’ which I thought was a Markdown app, but it doesn’t open on my computer.
Custom meta in feed.rss?
I've added custom meta to feed.rss without an issue before, but my recent attempt isn't working quite right. {{#metadata}} <figure> <figcaption>Listen:</figcaption> <audio controls src="{{audio}}"></audio> <a href="{{audio}}">Download audio</a> </figure> {{/metadata}} Where {{audio}} = the MP3's URL. The audio player is showing in the feed even when posts do not have {{audio}} custom meta data. Any suggestions?
Adding ai.txt to my site?
Where would one put an ai.txt file on their site? Spawning.ai says to put it on the "root" of you website? Is that just the home folder of my site in dropbox? Thanks! https://spawning.ai/ai-txt
Metadata Showing in Post
When I use more than one item of metadata, e.g. Date: and Link: the second item always appears in the published post. I've followed the guides by keeping the items at the start of the document with spacing. I use a new line for each.
I cannot access the Bulk Edit Redirects page?
Hello. I have been unable to access the Bulk Edit for redirects recently on my dashboard. The page flickers when I click, but doesn't actually load the bulk edit window as it used to. Is there a problem with it? Thanks
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!
Hide images on home but show on tagged page?
Hi! I'd like to set up a "stream" page that just shows inspirational images that I collect and drop into a folder. Ideally these images only appear on the stream page and not on the home page. How can I accomplish this?
Edit date format selections not being applied correctly?
Is anyone else seeing this? Changing the date format in the 'edit template' screen allows me to select a different format, but the new format is: not applied to the preview not retained if I leave / return to this screen not applied to the live site (confirmed with debug function, where dateFormat in JSON remains original value) The template is unmodified and correctly uses {{date}}. Other changes in the edit template screen (such as font, font size and line spacing) are correctly applied.
Update article ‘slug’ but keep location otherwise?
Is there a way to update just the slug of a post without interrupting the other parts of the URL formatting? E.g. if my post has the URL domain.tld/2021/02/17/really-really-long-slug and I want to change it to domain.tld/2021/02/17/short-slug, is there a way to do that without just changing the post title? From the looks of it, using the Link: metadata replaces all of the URL structure, which makes sense but isn’t what I’m after.
Add support for Jupyter notebooks?
Hello - is there a nice workflow for this, or even better, will blot ever support a notebook file?
Purge "Database" for my site?
Is there a way to purge all content from the blog without affecting the overall structural logic and the changes made in the CSS and HTML files (i.e through a fresh reinstall)? Essentially starting with a clean slate? Since I am only familiar with MySQL it would be akin to deleting all content from the tables but leaving the table logic and connection as is and not touching the front-end bits at all.
Selectively turn off image zoom?
I love the smooth, build-in image zoom (Blog Template), but I have a situation (image in a teaser section on the start page) where I would like to selectively turn it off, because it is preventing the image from being clickable. Is this possible somehow?
Add "Slug" to metadata documentation?
Not a question but just a request to have the docs updated. It appears that Slug: does the same exact thing as Link:. Was trying to use Slug: as my own metadata and found this out.
Where is Blot's folder in my google drive?
Blot has access and set up the first empty folder, but I can't find it in my google drive.
Issue with position of headers on the Blog template
When using the Blog tempate and viewing a single entry, the <h5> elements for Tags, Date, Next, and Previously all appear on top of each other in the top left of the page. Looking through the CSS, it appears that .label-left h5 is set to position:absolute, which explains the behavior. Adding position:relative to the CSS rules for .label-left ensures that the parent element of the <h5> is set to relative, which fixes the issue with their absolute positioning.
Change the URL of tag index pages?
I'm creating an photography website with photos sorted by tags. But instead of tags, I want to use the term "album". Is is possible to change the url from https://example.com/tagged/france to https://example.com/album/france ? Thanks and keep up the good work with Blot!
Markdown for link to an image in a tagged [folder]?
When I want to link manually to an image in a tagged [folder] like so (tagged/folder) HTML doesn't work properly anymory, most likely due to the additional brackets around the folder name. Is there a way in markdown to "escape" the brackets in the image URL?
Is it possible for a post's URL to be different from the post's title?
For example, a post title (and file name) is foo. Can the post URL be mysite.com/bar?
A post from a folder of images?
When I put a folder with images into the root directory of the blog template, all images inside the folder are automatically loaded to the blog's start page. Is there a way I can replicate this mechanism for a page? And if so, how would I need to setup/name my files/directory? I assume there is a way, since the portfolio template does exactly what I want to achieve (every series of photos get's its dedicated link off the start page) but unfortunately the link to the download of the sample folder doesn't work anymore.
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
Newsletter
Get updates on Blot’s latest features and changes. Delivered every three months.