Log in Sign up

Questions

Ask question

KaTeX server side rendering?

Hey! I remember that it was possible to enable TeX server side rendering, but now I can't find this option under Publishing settings. Is this still available? Blot uses KaTeX on the server side and does not require the visitor to enable JavaScript

Issue editing site menu?

I see to edit the menu it's not under editing your template the website. However the section does not seem to be usable in the browser. Everything is all over the place and it's hard to click things because of odd alignments. Is there a way to edit menus when just editing a template locally?

List 5 most recent entries

I am working on a static homepage and part of that I would like to have a section where It just lists the 5 most recent posts with no summary. Output would be something like: TITLE posted on DATE I tried just getting list of all entries as a start but just showing blank area {{#recent_entries}} <p><a href="{{url}}">{{title}}</a></p> {{/recent_entries}}

Template colors reverting?

I changed the 3 colors (background, nav background, accent) in the template on the web, but anytime I publish a change to a page it reverts. Any help?

Fallback thumbnail?

Is there a way to set a default thumbnail image that will be used for posts without an image attached?

Sitemap not getting fetched on Search Console.

When I'm trying to add sitemap to my search console, it's not fetching it. URL: https://deeeen.xyz/sitemap.xml

Creating a Drop Cap in the Blog Template

Just thought I would share what worked for me for those looking to do the same thing. Add to your CSS file. /* Drop Cap */ .entry > p:first-of-type::first-letter { color: #A52A2A; float: left; font-size: 3em; margin: .1em .1em .1em .1em; line-height: 0.85; }

Does anybody know of a good way to syncronise an iCloud folder with a Dropbox folder?

Blot connects (so far) only to Dropbox as data source. Some writing tools I work with only connect to iCloud. If I want to continue working with both, I would need a sync solution between an iCloud folder and a Dropbox folder. Does anybody know of some online services doing this?

About the MathJax integration

In my other note taking apps (iA writer, Obsidian) an inline formula would be written as $f(x+y)=f(x)f(y)$ and a display formula would look like $$\int e^{ikx}\mathrm dx = 2\pi\delta(x)$$. As in, single dollar sign gives inline formula and double dollar sign a display formula. Note that inline/display dichotomy does not affect only where the formula goes, but also how certain commands display (like the limits of sums and integration change). Additionally, the formulas in those other apps look much cuter, less angular and more smooth Is there a way to change this behaviour? I would like the writing experience to be as close as possible to my other apps (i do a lot of maths typesetting, and I plan to do it on the blog too).

New thumbnails for posts not generating/showing up

Hi there! The thumbnail generated for each of my posts was working until about March, such as this post, and then stopped working. Newer posts don't seem to be generating a thumbnail, and when I try to manually add the Thumbnail: to the metadata at the beginning of posts, neither URLs nor paths to files work. I'm using the Magazine template, but I tried other templates and similarly they don't show any thumbnails for newer posts. Is there still a way to re-generate thumbnails for posts? I found a previous question about this, but the link doesn't work anymore. This isn't a big issue, but the homepage looks much more engaging with images! Thank you. :)

Is there a way to embed one text file within another one?

I have a snippet of text I would like to appear in multiple places around my site. Is there a way I can 'include' it in the content of pages or reference it directly from a custom template? I know I could create a partial within my template but I'm trying (for now) to keep content and structure seperate.

Disable backlinks for Pages, but keep them for Posts?

I have an "about" Page, and a Post that links to it. At the bottom of the "about" Page, there is the Links here/backlinks section that appears at the bottom of regular Posts. I’d like to disable this for Pages, but keep it for Posts. I had a look through the entry.html template, and I can see the section that adds backlinks right above the section that adds pagination. Pagination is not shown on Pages, but backlinks are, but to my untrained eye, I don't see a difference between the way the sections for backlinks/pagination are set up in the template.

Djot support?

I recently learned about Djot which is derived heavily from CommonMark but has more features and is generally like a stricter Markdown. It's by John MacFarlane who is also behind Pandoc so the conversion is well-supported would look something like this: djot -t pandoc mydoc.dj | pandoc -f json -s -t gfm -o mydoc.md I'm incredibly interested in trying this out for authoring my blog content.

Magazine theme - adding copyright notice to bottom of sidebar?

I'd like to add a copyright notice to the bottom of the sidebar in the Magazine theme. By "bottom" I mean the bottom of the viewport (regardless of screen - mobile, tablet, desktop). While I was poking around in the source code, I also saw this reference to a "top" button that should appear in the sidebar if the user scrolls the main content div below the height of the viewbox: <a id="top_button" style="position:absolute;bottom:0;width:3rem;height:3rem;line-height:3rem;" class="mb3 white bg-black-20 lh-title br-100 f3 db tc bn no-underline" href="#top">↑</a> As is, I could never trigger the button's appearance. But when I changed the "bottom:" value to anything but "0," the button did appear — and did function — as expected. I'd also be interested in moving this down to the bottom of the viewport. Any advice is greatly appreciated!

Showing Thumbnails in a Markdown file or altering margins of docx file?

I am using the Reference template and saving Bear Notes files as Markdown. When I do this, it works properly, except on the site's front page, where the thumbnail would be, it's just text rendered in a box. When I click on it, it loads the proper page and shows me all the text and images properly formatted. But is there a way to have the image appear on the front page? When I export the exact same file from Bear Notes as DocX, the thumbnail DOES appear, but then the text margins are as wide as the browser, rather than the width of the image. So, I guess I'm asking if there's a way to make the thumbnail appear on a MD file or, if not, limit the margins of the DOCX file to the same width as the image? You can see samples here: https://jazznotjazz.blot.im/ The thumbnail one is DOCX and the blank square is MD. Clicking thru they display different. Would like the thumbnail-ness of the docx with the layout of the MD. In case I add more posts while trying to figure it out, this question is referring to the two posts at the bottom of the front page. One is labeled docx - hank mobley... and the other is beside it. Thank you!

Anyone else having issues pushing to git?

Been trying to publish a new post and image for about a day. Git is failing with a gateway timeout: % git push Enumerating objects: 9, done. Counting objects: 100% (9/9), done. Delta compression using up to 8 threads Compressing objects: 100% (6/6), done. error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 send-pack: unexpected disconnect while reading sideband packet Writing objects: 100% (6/6), 1.22 MiB | 20.00 KiB/s, done. Total 6 (delta 3), reused 0 (delta 0), pack-reused 0 fatal: the remote end hung up unexpectedly Everything up-to-date Anyone else seeing this?

Add dark mode to magazine template?

How can I add dark mode (based on device settings) to the magazine template? I can't figure it out because colors are defined in the template editor settings. Much appreciated, Ray

Archive link deleted

I've deleted the archive option from the link's list and the button to add link it's not working to put it back.

How do I create a landing page that collects emails?

I want to create a simple landing page that allows users to put in their email. I want it to connect to an email list I can access to notify people when I have updates abou tmy product. How do I go aboout this?

Previous 1 2 3 4 5 6 39 Next

Newsletter
Get updates on Blot’s latest features and changes. Delivered every three months.