News

Subscribe to receive a newsletter at the start of each season with a summary of our work and our plans. Please send us your suggestions.




To do

Fix awkward cookie redirect system

Add support for Google Docs
  • download Should nicely handle the export of various Google Doc formats
Add support for new formats via pandoc:
  • rtf
  • jupyter notebooks
  • orgmode

Add support for other image formats, by converting them into jpg/webp

Work on templates


Fix Christopher's bugs with thumbnails

Fix Git client bugs
  • Fix bug which occurs when you change your username while using the Git client (caused by the broken repo url) and tell Koen and Andre and Josh and Ryan and David
  • Work out how to pipe custom error messages down
  • Pipe custom message when you change a blog's handle (breaking repo url)
  • Tell Koen about the broken repo URL fix
Fix bug so that script fix is able to remove tag items without posts
  • how to reproduce this bug?
  • it seems there is a phanton entry which no longer exists on a tag index
  • can we iterate over all tag keys during fix to detect this?

Fix bug for 'edit this page' link in production

Fix bug with undeleteable template files prefixed with dot and tell Stuart

Fix bug with leading emoji and title case plugin and tell questioner

Fix 'back' button in photo template and tell Bibi

Fix duplicate GUID issue and tell Jason

Fix bug with menu which occur when multiple pages are added at once Menu needs concurrency or atomic operations (so we can build posts in parallel)

Fix bug with rename catcher which allows two posts to share a guid. It caused a bug with Disqus comments. To reproduce this bug: Rename an entry. Create new entry with old name. Both entries have same GUID.

Fix bug with .emf files in Word Document and follow up with Todd. Can we convert EMFs? Can we pass a flag to pandoc to let them deal with it? Is this just caused by Tiff files? I need a Windows machine to test this.

Come up with a workaround for Silas's Dropbox business issue

Fix issue with favicon and tell questioner

Fix bug with bandcamp embeds in Word Documents and tell Art

Fix missing posts on preview of reference template

Fix bug with template editor and ensure POST error messages are passed to client properly through ajax
  • to trigger, submit a >5mb file on web template editor

Fix navigation link bug with blog tempalte and tell Jason

Investigate this date metadata bug

Fix bug with chinese characters in template name and follow up with Alex

Fix bug with duplicate entries and tell Marco

Fix bug with this question

Fix issue with git client mirroring on GitHub by follow steps in email and follow up with n

Fix bug with subdomains with numbers in them cause SSL certificate errors (e.g. foo2.blot.im)

Fix bug with the typeset settings do not actually affect anything (you can only disable/enable)

Fix bug with rename detector which caused old permalinks not to redirect to their latest version and tell Shibel
  • To reproduce, create file 'foo.txt' with title and permalink 'foo'
  • Then turn off server
  • Then rename file to 'bar.txt', and edit title to 'bar' at the same time
  • we expect /foo to redirect to /bar, but it doesn't

Fix bug not exposing issue with invalid JSON in package.json for locally-edited template on dashboard and tell Jason

Fix bug with particular emoji and tell John

Fix case-sensitivity issue for relative (and absolute?) paths to files in folder in production and tell Marco

Fix bug with footnote links in a teaser by switching #frag to {{permalink}}#frag

Fix bug with many twitter embeds and tell Nash

Fix bug with a once-scheduled post, based on the file's path or previous date metadata. The post remains scheduled even if the date is removed, and even if it is then rebuilt.

Fix bugs with RSS feeds validation. Perhaps extend absoluteURLs helper function? Tell John

Fix bug with date metadata on Vincent's blog and follow up. I suspect it's to do with the ordering of date tokens.

Fix bug with tokens inside blog posts and follow up with Karoly

Fix bug with potentially TeX-related escaping issues and tell Anthony and Roy

Fix issue with variable passed to dateFormat function and tell Leo

Fix bug with two entries with the same guid, possibly related to an entry rename event (i.e. copying the guid across). Make sure that when a rename happens, the old entry is permanently deleted and its guid cannot be reused. I imagine that WRITE foo.txt MV foo.txt bar.txt WRITE bar.txt could trigger this bug.

Fix bug with image zoomer on mobile devices and tell Alessandro

Fix bug with handling of queries and tell this person.

Fix post encoding bugs
  • Fix Kevin's URL encoding bug. Each entry's url property is not encoded as a URI component on the server but it needs to be.
  • Fix encoding bug with greek URLs then tell Rodericus know
  • Fix bug with template tags in blog post and tell Shibel

Fix bugs with RSS feeds validation. Perhaps extend absoluteURLs helper function? Tell John

Fix bug with Rodrigo's Word Document files

Fix bug with image minification which produces larger file than source file and tell Jan

Date parser bugs
  • Fix bug parsing ISO8601 date format and tell Thomas

Investigate bug with template views whose names include hashtags and follow up with Jay


Migrate search indexes for blogs to postgres

Migrate to k8s cluster on Linode

Improvements to sync/reset scripts:
  • Fix should produce a report which I get email
  • Resync should produce a report which I get via email
  • dropbox reset TO BLOT should handle removed folder
  • dropbox reset FROM BLOT should handle removed folder
  • dropbox reset TO BLOT should handle revoked token
  • dropbox reset FROM BLOT should handle revoked token
  • make google drive reset TO store metadata for case of file/folder name
  • make google drive reset FROM abortable
  • make google drive reset TO abortable
  • make dropbox reset FROM abortable
  • make dropbox reset TO abortable
Improve Google Drive client:
  • How do we handle two files with same name and same parent? How does our fileId:path hash handle this? Make sure we delete the right file. Will file.title as opposed to file.name give us the deduped version?
    • Bug: move file with deduplicated name from sub folder to other folder
    • download should check for an existing file with same name but different fileId and dedupe before storing the path?
  • Handle revoked credentials without tanking server
  • Can the google drive client handle a server restart during setup?
  • database.folder should throw ENOENT and EEXIST errors for del, set, move etc.
  • Error handling
    • Retry when we get google drive's This service is not available error
    • Handle storage quota errors
    • Handle 429 errors with exponential backoff retry
  • Implement folder.rename method to take advantage of Google Drive's true rename feature
  • Add a way for sync/build to accept a ctime as an option. We can't set this at the operating system level but google drive's API does return a createdTime value and we could use this as the true file's created date, rather than the date the file is made on the server
  • write should use the best method for large file uploading
  • Work out if we can test this using Mocks
Improvements to Dropbox client:
  • Parallelize build/download a little more, so posts appear when many files are dropped into folder?
  • Efficiently handle Dropbox file renames with internal hash of fileIDs
  • surface errors during setup on dashboard
    • surface sync issues with Dropbox client on the homepage of dashboard
    • How do we make errors sticky? To make sure users click through to clients page to re-connect to Dropbox, etc...
  • run reset-to-blot when sync fails / errors
  • ensure that when a process dies, any blogs syncing will be reset-to-blot
  • ensure that when a process dies, any blogs setting up db client will be re-attempted
  • reconnecting with the same account and same permissions should not create a new folder for full_access=true
  • make full_folder use the old app folder directory – is there a way to disconnect it from the Blot app? otherwise add a big warning to prevent confusion about where the new folder is when transitioning permissions
  • handle the download of large files gracefully too
  • consider adding back in download/upload stream, but add a check to see if the download is stuck then fall back to other method?
  • add a check for folder storage before doing mass upload
  • handle folder full error appropriately
  • handle a sync lock failure on second blog when migrating an app folder
  • check content hash for upload possible

--

Add support for Indian payments and follow up with Indian customers like Varun

Add support for Obsidian media embedding

Look into Pandoc's RAW HTML extension for resolving issues mixing HTML into markdown files:
  • markdown_in_html_blocks
  • raw_html
  • native_divs
Move Wikilinks to Pandoc

Add explanation for which files are causing which menu links

Add export button to overdue subscription page

Add way to restore a blog from export

Add way to escape commas in tags and tell questioner

Add way to expose template build metadata errors on dashboard


Investigate ignored files situation
  • does rebuild update ignored files list too?
  • handle new pathNormalizer behaviour
  • 'ignoredFilesKey'
  • why are ignored files not added to ignored list?
  • add 'ignored ghosts' check to sync/fix
Improvements to importer
  • Can we offload an import into a resource constrained child process?
  • Can we queue up imports and process them one at a time?
  • Add interface to move import into folder directly
  • Add scheduled imports on regular basis into folder directly
  • Add nice import step under 'Services' and as part of sign up
  • Fix bug with script to import wordpress posts and follow up with Simon
  • Improve Ghost importer and tell Vin
  • Create importer script for John's posts from flickr
  • Create importer script for tumblr text files and tell Sawyer
  • Create importer script for Weebly and tell David
  • Map excerpt metadata to summary for Jekyll converter importer
  • Look into how Hexo has written imports for blogger, joomla, rss, wordpress.
  • Add an importer for Twitter and sell Sawyer

Add 'confirm email address' flow to prevent typos in emails

Add simple form endpoint, could be used for contact forms

Add a 'light local server' for template development which zips then posts template files to Blot's endpoint for live-auto updating previews for a given blog – there would need to be authentication with a one-time pass
  • some blogs could be used unauthenticated

Add a bootswatch template and tell Michael

Add theme with photoswipe and use sharp's tile generation feature along with

Add Ignore: yes metadata to trigger the ignored file behaviour

Add hot reload for preview subdomains

Tell Jarrod when local template folders better reflect template names

Add way to set the slug-part of a URL for a post and tell George and follow up for post in Questions and tell Jarrod

Add custom metadata to turn off/on search indexing on specific post or page and tell Hani and questioner


Can Blot blogs be federated? Respond to Nigel once I do some research on this

Rebuild folder sites and tell Michael that the broken image link is fixed

Follow conventional delimiters for KateX


Support larger files on DB client and tell Marco


Add 'download as zip' option to template editor

Explain that the git client uses the master branch and repos from github will use main in the docs and on the dashboard then tell N

Inject title metadata into h1 tag for all the text-based default templates and tell questioners

Make the magazine template respect the date settings and follow up with questioner

Send out cancellation confirmation emails with option to give feedback
  • auto-refund people who immediately close their account after signing up

Get to the bottom of the slow cloudflare issue and follow up with Wen

Add scrubbing pagination to images template

Git client improvements:
  • Surface status of git client intialization when you first set up your blog on the git client.
  • Fix issue which occurs when you change your username with the git client
  • Fix issue with switching from Dropbox client to Git client, in production which affected Nat

--

Re-enable partial templates in posts/pages

Add tag to iterate over all images in a folder and tell Laurel

Fix bug with Work out why Pandoc cannot handle 'linked' images (instead of conventionally embedded images). For instructiosn on reproducing bug, see SG's email and follow up when resolved.

Fix bug with tags that contain slashes and tell Jack

Fix display of featured post on mobile for magazine template and tell Ben


Determine why we get zombie processes after running reload server script.

Create starter kits for each template
  • e.g. a starter kit on the blog template for a writer, or a photographer, or a journalist, or an academic.
  • these could be downloaded as folders on the template page?
  • Get David's feedback when one exists for writers

Create an index of customer-created templates and add Matt's theme

Add 'Hidden: yes' metadata to replace 'Menu: no' and tell Sebastien


Add method to merge updates into custom templates and tell Dave

Improve backlink's tolerance
  • Add support for full qualified URLs in the backlinks list for each entry. For example, if your blog is example.com, the following link will not appear as an internal link: Foo because build/prepare/internalLinks is not aware of the blog domain/handle
  • Add support for internal links without a leading slash
    • Tell Laurel

Add support for 2FA (Two factor authentication) then tell Luke, Max, Chaz, Prathamesh and Tom.

Add support for SSO then tell Prathamesh

Make retreiving files from server case-insentive
  • i.e. add resolve case insensitive path to file to blog/asset.js
Prevent full disk from affecting access to people's blogs.
  • switch into a read-only mode?
    • the specific issue that takes down the server seems to be the redis error (cannot persist on disk, out of space)

Investigate Adam's broken template

Release a new film showing some of Blot’s more recent features – The current video is now many years out of date

Improvements to dashboard:
  • Smooth over the custom domain adding process
    • cache domain validity and display checkmark on dashboard
    • validate the domain is pointing to Blot before allowing resty-auto-ssl to request a cert. we seem to get into a DNS mismatch where a client thinks a domain points to Blot, and triggers a cert request through resty-auto-ssl but whatever DNS server Blot's server points to has the stale record (pointing elsewhere)
    • Disable redirect to HTTPS for blogs by default (to ensure old browsers without SNI work) but ensure all prominent links to the blog on dashboard use HTTPS
  • Improve clients
    • cache sync validity and display checkmark on dashboard
    • surface errors for clients on dashboard index
    • add a change button next to the dropbox folder selected on the dropbox client where possible
    • add blocking process to dropbox connection when writing folder contents
    • ensure the app permission access_token is destroyed when switching to full-folder and vice versa
    • add a folder chooser during full-folder setup
    • ensure you can move the folder in full-folder permission mode

Move citations out of {{{html}}} and tell questioner and Mikka

Add OneDrive client

Re-order blog engine routes such that pages/entries are evauluated first, making it possible to set up custom redirects and tell Marco


Write new converters to turn files into posts
  • Add AVIF image post support and tell Simon
  • Add RTF support using Pandoc or rtf.js
  • Add support for Jupyter Notebook .ipynb using Pandoc and tell Arnab
  • Add support for .doc using libreoffice and tell Kyle
  • Video posts (.mp4) - add way to opt-in to these
  • Add support for .tiff images
  • OPML files and tell John
  • Audio posts (.mp3 for now?) and tell Kevin - add way to opt-in
Write new clients to sync blog folders

Improvements to backup system
  • Add hourly local redis rdb dumps to /cache
  • Test maintenance mode
  • Add script to roll back into hourly local db dumps and remote backups
Apply helper/imageminify to images in posts with opt-in

Begin collecting proper measurements for page-rendering speed on the server

Add raw-link -> open graph cards/embed function, which would fetch the title, description and thumbnail for a link using tags. Tell Robert

Improvements to teaser generator
  • Improve estimate of teaser length
  • Remove trailing non-text elements (like
    )
  • Add {{small}} and {{long}} versions of teaser?
  • Fix bug with makeTeaser for ~/Dropbox/bug.html which locks main process painfully
  • Internal links (e.g. #section) in {{{teaser}}} should be resolved against the entry's permalink.
  • Add hasBreakpoint property to entry to allow greater control over display of {{{teaser}}} and tell Pratik
  • Fix issue with teaser generator that locks up a build process, sometimes for 10+ seconds.
  • Make it possible for users to select length of teasers and Leo
Performance improvements
  • Consider switching redis client, perhaps to ioredis?
  • Use a docker image to speed up test suite: https://github.com/davidmerfield/Blot/pull/463
  • Faster server, with SSL termination across CDN
  • set up 'cdn.blot.im' as cloudfront distribution endpoint?
  • Streamline and cache loading of data on dashboard
  • Ensure node.js server has one process per CPU
  • Detect CPU intensive functions in node.js process
  • Use the --trace-sync-io command-line flag to determine if Blot is using any sync methods inappropriately
  • Can we keep the pandoc child_process running and pipe stuff in and out for speed? Measure before after to ensure this helps
  • Add request level timeouts to prevent server swamping
    • ensure to remove the timeout from the SSE streaming routes (drafts, sync status on dashboard)
    • read this guide: http://expressjs.com/en/resources/middleware/timeout.html
    • it seems we also need to cancel the resources involved in responding to the request (i.e. disk io, db calls) for this to be really useful
    • Add a timeout of 15 seconds for building posts.
Server changes
  • Write useful benchmark tool for Blot
  • Work out how to detect stray build processes. There were a bunch of zombies consuming memory on Blot's server. Work out how to kill them safely
  • Experiment with different EBS types, perhaps try to use ephemeral disk more since lower latency?
  • Take full advantage of attached SSD
    • use rsync/inotify to synchronize 'source of truth' EBS disk with the local SSD cache then modify NGINX to check the synced folder on the /cache disk
    • on boot we would gently copy across all /blogs folders and the /static directory in background task

Add line numbers to highlight.js hljs code tags

Convert Vitepress to Blot and tell Nicolas

Expose log files on blog's dashboard and tell Sönke and questioner and John

Improvements to brochure:
  • Write build scripts which can be run to produce results checked into git
    • inline css in blot.css
    • inline css in katex.css?
    • base 64 encode and inline small images on homepage
    • Optimize all images in image directory
    • compute content hashes then Use blotcdn for video and other large static files
  • Add end-to-end tests for brochure site to test sign up flow (use Playwright? Phantom? Chrome headless)
  • Add guide to useful text editors like this one recommended by Andrew
    • do this as a marketing strategy, e.g. target 'blog with microsoft word', 'blog with google docs', 'blog with ia writer' etc... contact the people who make text editors and ask them to link to us?
  • Personalize the documentation for logged in customers
  • Add contributor / language and repo information to source code page using GitHub API.
Improve wikilinks lookup algorithm:
  • Add support for 'shortest path where possible' on Obsidian
    • search current directory for filename
    • search subdirectories for filename
    • search parent directories for filename
  • Add support for 'absolute path' on Obsidian when the vault is a sub directory of your blog folder
    • How best to accomplish this?

Support Obsidian-style media embedding and tell questioners

Improvements to simple local server (npm run local):
  • Consider using redis-mock and mockery
  • Persist data somehow? import/export from local folder .blot?
  • Fix 'Visit' link on dashboard
  • Can we expand this to a simple self-hosting process ('npx blot-server')?

Add options to preserve linebreaks in Markdown and tell Matt

Template engine plan
  • create data/blogs/blogID/templates directory
  • show error message on preview-of subdomain
  • only allow valid templates to get stored in data/blogs/blogID/templates, used for live site?
    • maybe we only store in redis valid templates, live site pulls

Improve server-side scheduled tasks:
  • Write task to identify and delete long overdue customers
  • Back up q&a section postgres database

Fetch dimensions of images even if optimize and cache is disable, so that image zoom can work. Tell Joshua

Add action to lint code with jshint and eslint
  • any other static code analysis tools?
  • separate code to check for broken links, run in parallel
Improvements to metadata extractor:
  • Improve date parser to use time from file creation date if it's within the same day as the date specified in metadata and follow up with Nicolas
  • Fix summary generator such that a subtitle is used for summary text (i.e. an h2 directly following an h1) We still want to prevent the scenario in which a later h2 becomes the summary, though. Notify Jessica and rebuild Jessica's site
  • Add support for entry property with escaped double quotes, tell Jay

Reduce image compression settings and tell Joshua

Improve questions section of site, in approximate order of importance:
  • Add way to mass-rename tags
  • Add display aliases for tags e.g. how -> How to use Blot, etc.
  • Fix breadcrumbs within Questions section
  • Fix pagination
  • store version history of the question and answer edits
  • add option to hide/delete a question
  • question tagging, including a list of all tags, and popular tags
  • give the 'ask' and 'answer' textarea inputs the full functionality of the GitHub issue/PR comment inputs (i.e. code snippets / preview / copy/paste screenshots from clipboard)
  • email notifications (There's an existing system in place for sending emails in app/helper/email)
  • upvoting for topics and upvote-based ranking on the topic index
  • show vote count and answer count next to each question on index
  • add a filter for topic index to show questions by: 'Newest', 'Active', 'Unanswered', 'Votes'
  • 'run code snippet' feature / similar to trinkets.io

Redirect URLs with trailing slash when possible (i.e. not directory browsing) to fix possible duplicate content penalties and tell Marius
  • Add rel=canonical to all the default templates, or fix the issue that Blot serves the same thing to URLs with a trailing slash, and without.
  • If we do add rel=canonical, make sure to consider the situation where someone mounts a page to the index of their site, e.g. /page/1 and / will now be different.

Add way to nest tags / hierarchy for tags and tell Uzoamaka

Adjust the chargeForRemaining function in create-blog such that the balance is added or deducted from the proration charge.

Rewrite transformer (in app/helper/transformer)
  • Speak HTTP properly, respect backoffs, use/send eTags
  • Share information across blogs?
  • Improve transformer so it checks a file's MTIME against a stored value before rehashing the file?
  • Adjust interface to accept a number of directories. Make it 'unaware' of blog IDs?
  • Add method which accepts a path or URL and flushes what is stored for it, update the rebuild entry script
  • Cache errors. When a post contains multiple identical links to images that timeout/404, the thumbnail generator should only make 1 attempt to fetch them. Right now we have a post that is filled with identical broken image links (in this case to a spacer.gif) can suck up the build process for hours.

Add a 'page link format' option to the dashboard – the link format now only applies to entries. Tell Mike

Prevent long-overdue customers from accessing the service, then tell Matvey

Add support for arbritary template folder location – any subfolder could be a template folder if it contains a valid template.json file. Tell Bernardo

Generate proper favicons from uploaded avatars (to prevent streched favicons when non-square avatars are uploaded)

Experiment with GitHub actions setup
  • Look into potentially useful actions for code quality / linting / automtatic dependency updates
Improvements to server infrastructure
  • Work out way to recover from expired cert in the cache. To reproduce, consider a member who signed up, connected example.com, then moved the domain to another service. The attempt to renew the cert for example.com will fail. When the customer re-registers with Blot, for some reason open-resty-auto-ssl will serve an old certificate. I followed these steps to reset but we should automate this
  • Create DMARC record for Blot https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail https://docs.aws.amazon.com/ses/latest/DeveloperGuide/dmarc.html
  • NGINX doesn't appear to be following the symlinks created by node.js to serve the contents of each blog's folder and the contents of each blog's static directory. Is this a permissions issue? Is now finally the time to set up users with appropriate permissions for blot, nginx, build etc...

Improve the automatic title generated for screenshots with default MacOs filename from 'at 14:40pm'

Add support for posts generated from Excel files, would generate a table. Use this library?

Use blurhash to generate placeholders when lazy loading images and tell David and Marius

Work out how to cache 404s at the NGINX level
  • I tried extending express-disk-cache to store images inside /https/blot.im/missing/foo-bar.html but I can't set a 404 status code for the specific tryfiles directive which could match that file.
  • The application server ends up spending a lot of time serving 404s
Improvements to template engine
  • Make it possible to change URL of tagged pages and tell Jarrod
  • Add blog.statistics and entry.statistics (total words, etc.) and tell Pratik
  • Work out how to make live but saveable modifications for preview purposes on the template editor. I have already established a messaging channel between preview HTML pages and the template editor with the script injected in render/middleware.
  • Add background patterns to template editor tools, tell Ish
  • Add 'group by' function which would allow you to group posts by month/ year in the same way that {{#archives}} lets you and tell Jay
  • Respond to Michael's thoughtful emails about the template system
  • Local editing
    • Fix bug with title and partials in local editing then tell Luke and Frank
  • Add support for chronological template ordering and follow up with questions
  • Add way to iterate over public and private pages to allow sitemap to work properly and tell Rodrigo and questioner
  • Fix bug with template editor which resets content of a view. Follow up with Nathan who has extensive steps to reproduce, and John
  • Allow the name/slug of a template to change and tell Marcus and Pratik and Brad when the name of a locally-edited template in your blog's folder updates
  • Allow ordering of posts by file name and tell Jacopo
  • Expose request query to views and tell Abhishek
  • Add way to query list of posts using SQL? Something like jsql com/mail/u/0/#inbox/1588e3df7489b554)
  • Add support for 'creating' a template inside '/Templates/'
    • Tell Myron and Ryan and Jussi on Twitter when it is possible to rename the folder created for a template in local editing.
  • Support template views inside a subfolder inside template folder, e.g. {{> partials/footer}} and then tell Nash
  • Add support for the setting of custom headers (e.g. to enable CORS) and tell Roy
  • Add support for listing files in arbritary folders (e.g. use a custom folder as a 'public' folder) and tell Nash and Marco
  • Move to uuid based template IDs instead of slug
  • Add way to list directory contents and tell Diego
  • Move to data directory for templates
    • Serve the template directory as a static folder, allowing things like favicon.png and humans.txt to not become blog posts. Follow up with Jamie
  • Re-do url redirector to use route-parser and properly support regular expressions
  • Add support for paginated list of entries on other pages and Dan tell Kevin and Eli and Sven and Nikhil and Adam and Madino and Ryan
  • Add dynamic querying of entry list and tell Naoki
  • Fix bug with filtering paginated list of entries and tell Roy and Josh and Logan
  • Add a popular entry list
  • Add a related entry list and tell Thomas and questioner
  • Add way to list files at a path and tell Matt
Re-send receipt when the customer changes their email after initial payment, pre-account creation.
  • Once stripe allows programmatic receipt delivery
Improvements to entry builder
  • Adjust title metadata extractor to fallback to file name rather than first sentence of file if the post does not contain a title tag. The current behaviour has suprised a number of people. If this breaks John's template create new first_sentence property of entry to use on the template.
  • Fix bug with slashes in tags and tell Dave
  • Generate a list of titles which you could use to generate a table of contents and tell Zach
  • Use time draft was moved into blog folder for entry created/publish date, rather than the time the draft file itself was created. Tell Kerim and Shibel
  • Parse Word Document subtitles as h2 and tell Matt
  • Add way to filter entries by post type (e.g. photo) and tell Justin.
  • If entries share publish date, sort them by blot creation date
  • Fix bug with blockquotes and tell Kerim. Multiple ">" symbols on the blank paragraphs between other quoted text are not formatting properly.
  • Fix bug with indented code in pre tags and tell Michael
Improvements to dashboard
  • Fix bug with file list on dashboard in Safari and tell Ryan
  • Fix missing error messages on overdue subscription payment form
  • Use <select> optgroup on timezone select dropdown to subdivide zones by current time, and steal the presentation format used by basecamp.
  • Add a broken link checker
  • Make dashboard requests idempotent to prevent multiple form resubmits, multiple new blogs created accidentally? More information about idempotent requests
  • Indicate that some posts' permalink will not change (if metadata) on the dashboard when setting the blog's permalink format. Tell Chet.
  • Dumb quotes are still smartified, even without typeset enabled, possibly by pandoc?
  • Undo option for form changes
  • Add transactional emails notifying customer of changes to their email or password.
  • When a customer pastes the whole tracking script into the preferences page on the dashboard, strip out everything except the ID which we need... perhaps create a page explaining what is happening before doing this.
  • Handle noscript on dashboard / signup gracefully (remove all dashboard js?)
  • Allow customers who are restarting an account with multiple blogs to disable some before restarting.

Add password protection for blogs then tell Ed, this person, this person, and Will, and Modomiro and Julian and Raph and Jeremy and Tara and Phil and Florian and Roy's friend Tim and Kaleb and Lotus and Khaled and Noel and Franz and Justin and Kyle and Devan and John and Anita and Emerald and Ben and Giuseppe and Annie and Jan
  • Should we just go all the way and support htaccess? Add URL rewrite feature, e.g. rewrite /randomColor to /public/randomColor?
Finish template translation offers

Improve the markdown converter:
  • Add plugin option to enable hard line breaks in Markdown parser? Tell Wil
  • Fix bug with nested Markdown and tell Martin:
    • This is a picture of me testing **Sonikebana**, a nine channel sound piece for mobile loudspeakers that respond when moved. Photo (and artwork) by [Anna Chapman Parker](http://www.annachapman.co.uk)
  • Extend the Markdown converted to add support for Ulysses highlighting and iAWriter highlighting syntax, using the example files provided by Marco. Tell Marco
  • Fix bug which injects

    tags into the following:

    and tell [Vanessa](https://mail.google.com/mail/u/0/#inbox/FMfcgxwLswJQjKhnLpNZzfPhJZpVtcph)

Finish script to identify long-expired customers with blogs to safely delete and free up space.
  • Sort by date expired
  • Write script to safely delete blogs
    • wipe blog folder
    • wipe static directory
    • wipe all keys

Ignore files inside 'assets' inside .textbundle directories to improve support for textbundles and tell Thomas

Rebuild all the thumbnails and cached images for every blog


Add support for paying with Bitcoin

Add support for paths to static files with a trailing slash then tell Sean

Add copy button to code snippets in <pre> tags and tell Atif

Add support for Ulysses .ulz file format and tell Nash

Add support for Ulysses image syntax and tell Konstantin

Add new template lambdas
  • Whitespace trimming and tell Chad
  • Number formatting (e.g. add commas to int.) and tell Chad

Add way to filter archives page by year or month and tell Chad

Add a cool bookmarklet which drafts a post a la this demo

Add broken link check for all email templates for logged in and logged out customers

Make it possible to search entire page on web template editor and tell Precious. At the moment, only the text on the viewport is searchable.

Follow up with Shibel about how to ignore arbritrary paths and keep clean URLS (no underscores). Sitewide .blotignore file?

Adjust length of slug to use as few words as possible until collision and tell Chet


Improve scheduler
  • Adds a command to restore database from backup.
Remove dependence on AWS
  • Adds offsite (i.e. non AWS backups) backups
  • Write out plan to move off AWS
    • DNS
    • EC2
    • S3 for backups
    • Cloudfront for CDN
    • backup blogs folder + db somewhere offsite at least once per week
Metadata parser

Implement hidden link section on Menu page under profile settings. Default links not on the menu would appear there, making it easy to restore them in future. Tell Josh

Switch to full text search options using Postgres

Add new variable for last-build-time for a blog, and use this for in the sites' RSS feeds. Tell Shawn

Redirect old draft URL to live published post and tell Shibel

Improve 404 log page on Dashboard
  • Add button to clear 404 log and tell Jamie
  • Add frequency indicator for each route 404 log and tell Jamie
  • Add filtering by date to 404 log and tell this person

Add way to auto-refresh page during template development on preview subdomains. Tell Ryan

Add support for nesting multiple layout tags e.g. "{<>} {||} Y" and tell Marius

Improvements to Git client
  • Add support for LFS and tell Jamie
  • Remove git folder when switching to Dropbox client and tell Jamie
  • Backdate existing commits (perhaps set file ctime using info from git log?) This would sidestep the frustration experienced by Gavin when he imported an existing repository.
  • Fix bugs with git removed / renamed file unit test on Travis
  • Extend sync lock during long syncs
  • Write test to simulate process dying and restarting mid-pull. Does the client recover? What happens if a pull fails midway? Does git recover?
  • Write tests for a series of random client operations (pull, add, push, move, reset, delete) that can be seeded and reliably re-run in the case of failure.
  • Move to neat promise chain api when 2.0 comes out
  • Test that client must keep sending new entries and deleted entries when it recieved an error from entry.build otherwise you get ghost posts...
  • send nice error message with instructions for 413 request too large: "git reset HEAD^" etc...
  • Thoroughly document:
  • Tidy up tests and reduce size and runtime
  • This client should acquire a lock on the blog's folder before doing stuff to it more generally, especially during initialization etc...
  • what happens if customer changes their handle? will pushing break?
    • I want them to be able to keep using their old one until someone else claims it, then I want 401 unauthorized, please reauthenticate with new username... but the remote path will be wrong?
  • Rate limit authentication route?
Dropbox client
  • Revert lowercase for all files when disconnecting the client
  • add support for Dropbox Paper files using paperDocsDownload and tell Emad
  • Add integration test with a dropbox Webhook call. I want to not push some code which would prevent syncing customer folders.
  • Does client.remove support the removal of folders? If not, make it so and add a test
  • Add a step to authentication flow which says: 'there is already a folder called 'Your blog title' in your Dropbox, would you like to use that?' then overwrite the files inside. This prevents the proliferation of confusing 'Your blog title (1)' when you re-authenticate.
  • Add a progress bar to the dashboard when writing existing files to Dropbox. It takes a while and confuses people.
  • Adding an additional blog to existing app folder under constant webhooks failed. New blog had correct folder but old blog still used root. I guess we need to acquire a lock on ALL blogs interacting with that dropbox account.
  • Extend sync lock during long syncs
  • Write test to simulate process dying and restarting mid-pull. Does the client recover?
  • Write tests for a series of random dropbox client operations (pull, add, push, move, reset, delete) that can be seeded and reliably re-run in the case of failure.
  • Look into getAccessTokenFromCode on DBSDK repo to avoid the mess in get_account.js https://github.com/dropbox/dropbox-sdk-js/issues/64
  • Gracefuly retry wrapper around Dropbox
  • Can we write to a folder_id instead of a path? It would be nice to be able to move the blog's folder even when writing the initial files to it, for example...
  • This should be simple once we copy the exisiting state of the blog folder across. But right now it doesn't really do much. It resets the local server folder. Then resyncs.
  • Update to latest version of Dropbox client.
  • Make the folder in Dropbox rename automatically when the customer changes the username for one of their multiple blogs?

Add media-query to prevent typeset hanging punctuation on small screens (it looks weird) and tell Shibel

Make Redis performance improvements
Restructure application folder
  • make serving static files from NGINX easier?
    • ln /data/blogs/{blogID}/folder /data/cache/{hostname}/folder/...
    • ln /data/blogs/{blogID}/static /data/cache/{hostname}/static/...
  • consolidating the data stored about each blog
  • Specfic ideas:
    • Move cache directory from /cache to /data/cache
    • Move blog's folder contents from /blogs/{blogID} to data/blogs/{blogID}/folder
    • Move static files directory from /static/{blogID} to /data/blogs/{blogID}/static
    • Move db directory from /db to /data/db
    • Move logs directory from /logs to /data/logs
    • Remove /tmp directory and instead use os.tmpDir
Switch to streaming JSON parser. There are npm modules that offer asynchronous JSON APIs. See for example:
  • JSONStream, which has stream APIs.
  • Big-Friendly JSON, which has stream APIs as well as asynchronous versions of the standard JSON APIs using the partitioning-on-the-Event-Loop paradigm outlined below.
Add notification emails for monit events
  • Include secure one-time link to reboot the AWS instance?
Research state of static site generators

Investigate support for xattr to read image metadata on Blot? Or source for dragged images?

Set NODE_ENV environment variable to production

Add support for HTTP2 and tell Ryan and questioner

Could we have multiple syncing method attached to one blog?

Generate list of external API dependencies and follow changes for each

Add simple minimal version of Blot that could be npm installed, then tell Pedro who is frustrated editing templates locally with the git client

Subscription refactor
  • Different payment methods per blog
  • Seperate blog subscriptions behind the scenes to avoid the crazy calculations. Think of them like domains, you wouldn't do what Blot is doing for those...

Create script to export Blot sites to common formats like Wordpress and let Roberto know

Move to Linode?

Increase price to $5 per month for new customers. This will not affect existing customers in any way.


Create an API for Blot
Allow logged in customers to see public homepage. Perhaps use dashboard.blot.im for dashboard?
  • Add a slack.com style dropdown on the public homepage for logged in customers which takes them to the dashboard for their sites.

When the customer's blog does not have a client, client.write and client.remove need to remove the files from the source folder. Create some kind of local client which we fall back and use when none is configured?

Work out how to host podcasts on Blot and tell Adrian

Client.write does not propogate sync errors... to demonstrate this, revoke dropbox token then try to enable local editing.

Re-enable image minifier and fix the bugs it creates

Prune package.json

Reconsider default slug length or add new short slug property and tell Josh

Write self-hosting documentation then tell Jake and Berndl and Joel and Mohammed and BP and Rado and Nuno and Omaid and Brian and Jarod and Francesco and Aryan and Todd and Anita and Kaushik and Michael and Frank and Zip
Add option to sort posts by filename alphabetically and tell Steve
  • How do we share info, like a link on a menu, or a header image across templates? Could there be a shared info repository that templates could access?
  • add support for dynamic partials to make collections possible, e.g. {{> /:tag.html}} ?
  • Add neat interface to customize blog level variables?
  • How do we transition from a global date display format to one that templates have control over?
  • Port the jekyll template Neocactus to Blot and document the process then tell Robert
  • Install and test a few of these static site generators
  • Make templates file or folder based
  • Consider making file-based template directory a git repo and using this to implement basic undo-redo functionality.
  • Disable re-rendering for locals
  • Add better customization options
  • Local template editing does not clear cache
  • Use Hogan for precompiling and rendering templates?
  • Parse tokens and params from routes and tell Jason
  • Add way to allow all entry lists to access {{#months}} sorting options just like the archives page.
  • Tell Marco when arbirary list sorting is ready
  • Fix Frank's strange template bug
  • Warn customers that underscore will not work for hidden pages
  • Fix _ entries to true public files, tell john & other folks who depend on the menu: yes, page: no side effect
  • Tell Rodrigo don't write previews for _ posts
  • Add support for fetching only some properties of an entry (ideally only those that are used). prevent some properties from being fetched in some lists (html, for example in all_entries). Would be a good candidate for hgetall or hget?
Embed feature
  • Add support for native PDF embeds in posts, just put a link to a PDF or a path, e.g. /_assets/file.pdf --> would become a nice embed.
  • Add support for native MP3 embeds in posts, just put a link to an MP3 or a path, e.g. /_assets/file.mp3 --> would become a nice embed then tell Luke and Nash and Andy and Charlie and Konstantin
  • Add soundcloud embeds then tell Jonas, Nashp, and Anders and Richard
  • Add are.na embeds and tell Marco

Expose exif data on Photo posts? See if you can add comments to image metadata and tell Riley, also tell Mike


Improvements to thumbnail generator
  • Prioritize faces in crop?
  • Try to crop out ruined borders. E.g. when making a square crop of a rectangular image with a border, crop into the image as well to remove the border-on-three-sides effect
  • Extract color palette too for the image
  • Offer imgix style API for embedding thumbnails
Improvements to reverse proxy:
  • Ensure I am doing request coalescing on NGINX and lower proxy timeout limit
  • Read the 5 hour CDN post and discussion
  • Ensure nginx is handling all static file delivery
  • NGINX Install nginx fail2ban & http2 & reasonable rate-limits
  • Add support for IPv6 and tell Raul

Add support for comments via webmentions like Disqus and tell Amit and Luke

Migrate code from require('mime') to require('mime-types') since it doesn't use a global default type. Remove the mime node module.

Plugins
  • Fix image caption plugin to be semantic using
  • Ensure Youtube plugin still functions if apis fails

Think about responsive images and optimizing at request time and tell Marius and Jan

Reply to Jamie about gitwatch and other newsletter suggestions


Consider allowing customers to buy domains on Blot through DNS simple

Consider buying the .com

Consider distributing static built blogs on dat or something similar

Consider adding internationalization (i8n) and translation into other languages:

Consider adding embedabble support for giphy URLs and tell Nash

Consider adding educational pricing and tell Matt with my decision.

Consider adding support for Microformats in the default templates

Consider adding JSONFeed to default templates. Tell Jamie

Consider using sshfs for server and for customers

Consider establishing bug bounty program

Consider adding simple server-side analytics and tell Tom and John and Romain

Consider adding simple commenting system and tell Precious

Consider moving to pretty IDs for everything public-facing

Consider supporting Micro pub and tell Jamie

Consider offering newsletter service and tell David and Nash and Kyle

Consider adding support for PubSubHubbub support and tell Thomas

Consider atompub support for Marsedit and tell Chet and David

Consider incorporating typographic features from Textile?

Consider supporting org-mode and tell Rashawn

Consider supporting Open Graph and tell Luke

Consider making it possible to use Blot's brochure site as a template and tell Uzoamaka

Consider adding support for nested page structure
  • generate nested menu items from nested folders in /pages
Consider adding a global 'ignore' setting on services page of dashboard?
  • could ignore all '.jpg' say, or all 'index.html' files, etc.

Reach out to Wesley about using notebook's features in a template

Consider adding a {{titleLink}} property to each entry, which extracts a link from the {{titleTag}} for use in RSS feeds, etc. and tell Guy

Consider adding 'default metadata' option to dashboard
  1. Done yesterday
    1. Tweaked cookie redirector
  2. Done 2 days ago
    1. Fixed cookie redirect
    2. Use pandoc for wikilink conversion
    3. Sends HTML files at other paths
    4. Fixed cookie redirector
    5. Smoothes over log-in flow
    6. Handle error with OTP on login
    7. Fixed redirect to login
    8. Finished Spring newsletter
    9. Added draft of spring newsletter
  3. Done 4 days ago
    1. Improvements to Google Drive client
    2. Updated guides
    3. Added authentication to webhook forwarder
    4. Added authentication
    5. Update index
    6. Cleaned up
    7. Update webhook logic
    8. Updated use of node fetch
    9. Updated webhooks integration
    10. Added webhook forwarding
  4. Done 5 days ago
    1. Tweaked to google drive client
    2. Reverts changes to YAML parser options
    3. Fixed bug with drafts and preview files
    4. Write preview files to folder for client-less blogs
    5. Adjust rename logging
    6. Updated sync logging
    7. Updated logging
    8. Tweaked build logging
    9. Fixed dashboard redirect logic
    10. Tweaked google drive client webhook handler
    11. Added rebuild and fix to google drive client
    12. Fixed for photo template archives page
  5. Done 6 days ago
    1. Store metadata when resetting to Blot
    2. Cleaned up logging
    3. Prunes resync script
    4. Added bidirectional reset for Google Drive and Dropbox clients
    5. Normalize paths
    6. Updated lowercasing script
  6. Done on Mar 16, 2023
    1. Tweaked photo template
    2. Client logging
    3. Adjusts email logging
  7. Done on Mar 15, 2023
    1. Fixed bug with lowerCaseContents
  8. Done on Mar 14, 2023
    1. Updated pandoc
    2. Refactors tests
    3. Added test to rebuild
    4. Updated rebuildDependents
    5. Expose option to rebuild thumbnails and re-cache images
    6. Updated guide to updating node
    7. Updated notes
  9. Done on Mar 13, 2023
    1. Fixed folder rebuild
  10. Done on Mar 11, 2023
    1. Updated file preview page
    2. Updated file viewer
    3. Updated status tests
    4. Improved clients pages
  11. Done on Mar 10, 2023
    1. Fixed removal of diacritics from URL slug
    2. Improved clients page
    3. Further tweak to Dropbox client page
    4. Refactors client pages of dashboard
    5. Add import from Wordpress to services page * Expose link to importer on dashboard * Improvements to importer * Updated nginx config * Added import status to dashboard * Improved importer * Tweaked importer * Cleanup
  12. Done on Mar 9, 2023
    1. Refactors importer
    2. Renames script
    3. Expose template errors on preview domains
    4. Added script to fix existing templates
    5. Updated wikilinks tests
  13. Done on Mar 6, 2023
    1. Fixed bug with pagination
  14. Done on Feb 23, 2023
    1. Updated contact page
    2. Added smart truncation to dashboard
  15. Done on Feb 22, 2023
    1. Updated documentation
  16. Done on Feb 21, 2023
    1. Fixed google drive client tests
    2. Fixed bug with scheduled entries in backlinks
    3. Hides scheduled entries from backlinks
  17. Done on Feb 17, 2023
    1. Updated overdue subscription handler
    2. Updated brochure/views/index.html
    3. Replaces README.txt with README.md
  18. Done on Feb 16, 2023
    1. Improved template faq layout
  19. Done on Feb 15, 2023
    1. Added new script to reset google drive folder
    2. Updated docs on file naming for setting date
  20. Done on Feb 14, 2023
    1. Improved question section
  21. Done on Feb 9, 2023
    1. Added move helper
    2. Fix use of hashfile in sync.update
    3. Fix use of hashfile
  22. Done on Feb 8, 2023
    1. Updated version of fs-extra to LTS
    2. Preserve path case in path normalizer
    3. Removed script from master
    4. Finalizes script
    5. Added new scripts
  23. Done on Feb 7, 2023
    1. Tweaked init process
  24. Done on Feb 6, 2023
    1. Fixed related questions query
  25. Done on Feb 2, 2023
    1. Improved edit link on documentation
    2. Updated internal links
    3. Added new contributors to source code page
    4. Improved layout of news page
    5. Improved questions paginator
    6. Design tweaks
    7. Improved mobile display of documentation
  26. Done on Feb 1, 2023
    1. Render topic replies
    2. Added code highlighting to questions section
    3. Improvements to questions section
    4. Tweaked footer
    5. Updated related question rules
    6. Improved related questions
  27. Done on Jan 31, 2023
    1. Updated layout of docs
    2. Improvements to documentation
  28. Done on Jan 30, 2023
    1. Added search to documentation
  29. Done on Jan 26, 2023
    1. Hide other sidebar for some pages
    2. Updated right sidebar
    3. Updated sidebar
    4. Tunes sidebar
    5. Fixed question page layout issues
    6. Updated layout css
    7. Brochure
  30. Done on Jan 23, 2023
    1. Update question css
    2. Fixed issues with question index
  31. Done on Jan 17, 2023
    1. Added new font to consider
    2. Disable long sync warning
  32. Done on Jan 16, 2023
    1. Tweaked question format
  33. Done on Jan 13, 2023
    1. Updated question display
  34. Done on Jan 11, 2023
    1. Finished winter newsletter
  35. Done on Jan 10, 2023
    1. Updated newsletter
    2. Updated newsletters
    3. Extracts a thumbnail from video embeds
  36. Done on Dec 19, 2022
    1. Updated makeSlug
    2. Deps update
    3. Improved auto url generator
  37. Done on Nov 24, 2022
    1. Fixed oauth issues for Google Drrive and Dropbox
  38. Done on Nov 21, 2022
    1. Fixed fonts
    2. Updated session deletion script
    3. Added test for image caption
    4. Uses image title where possible when generating a caption
    5. Delete sessions
    6. Improved blog template
    7. Updated KaTeX
    8. Fixed bug with wikilink parser
    9. Comments for test
    10. Disables test for broken links for logged in users
  39. Done on Nov 18, 2022
    1. Locks down cookie settings
  40. Done on Nov 16, 2022
    1. Updated folders
    2. Fixed katex display
  41. Done on Nov 15, 2022
    1. Updated wildcard renewal script
  42. Done on Sep 26, 2022
    1. Inherit zoom overlay background color from body
  43. Done on Sep 22, 2022
    1. Fixed bug with hashtags in filenames on folder browser
  44. Done on Sep 21, 2022
    1. Another fix for the damn RSS feed on the questions section
    2. Fixed questions RSS feed
    3. Updated questions feed
    4. Added info about headers sent requests
  45. Done on Sep 14, 2022
    1. Exposes feed
    2. Added feed to questions section
  46. Done on Sep 9, 2022
    1. Updated mustache docs
    2. Fixed list ghost for case when entry does not exist
  47. Done on Sep 3, 2022
    1. Fixed photo sizing
    2. Added keyboard shortcuts to portfolio and reference templates
    3. Fixed buttons on 404 log
    4. Pass along query string to random
    5. Fixed template sharing
    6. Fixed links on dashboard
  48. Done on Aug 31, 2022
    1. Updated random entry route
    2. Updated random entry redirector
    3. Added random entry route
  49. Done on Aug 30, 2022
    1. Updated download logic
    2. Fixed timeout
    3. Fixed local client
    4. Bust cache for each updated file mid sync
    5. Added logging to Dropbox client
    6. Added key for pupeteer
    7. Added logging
    8. Makes it possible to reset password before deleting account
    9. Handles errors in Dropbox remove
  50. Done on Aug 29, 2022
    1. Fixed issue with drafts
    2. Generate screenshot of link posts
    3. Added guid to prevent dup issue with commento
    4. Improvements to Dropbox client
    5. Changed from dropbox client
  51. Done on Aug 27, 2022
    1. Tweaked preposition handling on news page
    2. Updated status line
    3. Added status line to client pages
  52. Done on Aug 26, 2022
    1. Added retries to sync lock
  53. Done on Aug 25, 2022
    1. CSS tweaks to dashboard

Done (RSS)