Your sites Log in Sign up Menu

Resolved

46 questions tagged ‘Resolved’

Trouble with a page on my template?

I'm having some trouble with my /now page. It's stuck showing the content from a now.html file that is no longer in my Blot folder. I want it to load from the now.md file in my Pages folder. Also, appending ?source=true to the URL to see the source content doesn't work. I've tried rebuilding my posts and pages from the Reset menu, but no dice.

Image captions are not appearing on my site?

I'm using the reference template and noticed that all my photos that have a caption in the post's source file do not appear with a caption on my site. Is this a known issue?

Replacement text for wikilinks

In Obsidian I often use the vertical bar (|) to change the text used to display a link. For example, [[Internal links|custom display text replacements]] Does this not work in Blot? I’ve been using this and just realised that all my articles have been showing the link and not the text replacements replacement.

How to change the number of posts on my homepage?

I know that {{recent_entries}} shows 30 posts but how can i have my home page only show the 10 most recent posts?

Animated GIFs support?

Does Blot support .gif(s) inside the posts? The ones that I added doesn't seem to show correctly.

Hide scheduled posts from inbound links?

I have scheduled two posts in advance, "Part 1" today and "Part 2" next week. At the bottom of Part 1 though, it shows "links to this post," including (necessarily, currently only) "Part 2," even though this link is broken because it won't be shared until next week. Is there a way to hide this?

Center display equations rather than left-aligned?

I would like for display formulas to float at the centre of the column, rather than stick to the left. Is there an easy fix for this?

Obsidian markdown file not displaying correctly

I have one markdown file up as a test. It came straight from Obsidian, but most of the formatting for lists isn't working correctly. Looking for any ideas what i'm doing wrong. Thanks! EDIT: Disregard. It was user error. Either my formatting was never right, or it got messed up somehow between Obsidian and Blot. Fixed it up, and it is displaying properly now.

Google Drive sync setup

Hi there, blot was able to automatically create a root folder for my blog but no other contents were added. I created a folder for Posts and upload a markdown file to test. Still, nothing is showing up in prod nor is the .md file getting recognized in blot's > sync view. Please advise, thanks! https://hcde.blot.im/

HTML Widget not rendering but works in CodePen

In CodePen the HTML snippet draws the widget with correct information, but when I paste the code to my Markdown page nothing renders. I can see the code is written on the page via Developer Mode, but it's getting a 400. The widget is from Literal.club and it has the following code: <div id="literal-widget" handle="<MY_HANDLE>" status="IS_READING" layout="list"></div> <script src="https://literal.club/js/widget.js"></script> I've used Substack iframes and they work fine.