Elements CMS 2 Coming Soon!

Not released yet, we’re working as fast as we possibly can to get it in your hands. I don’t want to give a date, but we’re hoping it’ll be in the very near future.

We haven’t announced pricing just yet, we’ll be doing that as we get closer to launch.

Not yet, we’re still working on the site and all the final details, however, you can get more information on all the feature (both free and paid) on the Online Editor page.

We hope to have an updated project ready before launch, alongside more detailed documentation and additional video tutorials.

The Microblog Project is now available in the app, check the New Project window :slight_smile:

I’ve just posted some more details about what’s new in CMS v2. We’ll be posting more information about features and pricing on the blog as we approach launch date, stay tuned :eyes:

Thanks for your answers, Ben. :+1:

@ben

I’d like to come back to an issue with the related item feature, which does not work correctly in certain situations.

I noticed that when the filename of the Markdown file does not match the name of the webpage or folder, the related item no longer works and returns the error “No item found.”

However, “No item found” is only displayed after the website is published. In the local browser preview, the correct related item is still displayed normally.

Example that works:

my-markdown-file-one.md
my-markdown-file-two.md

/my-markdown-file-one/
/my-markdown-file-two/

This does not work

my-markdown-file-one.md
my-markdown-file-two.md

/markdown-file-one/
/markdown-file-two/

So this means the Markdown files currently always need to have exactly the same name as the webpage or folder.

Since the related items are displayed correctly in the local preview, I assume this should also work after publishing and that this is likely a bug.

If this hasn’t already been fixed, could it be added to the CMS 2.0 to-do list?

Here’s another older forum post regarding this issue:

There is another issue I noticed in CMS version 1.0.

I quite often use title and aria-label for external and internal links.

For example, if I use the following Twig syntax as the value for a link:

{{ "this sunday"|date("d.m.Y") }}

it does not render correctly when used in both title and aria-label, and I get the following error message:

If I then remove the Twig syntax from either aria-label or title, everything is rendered correctly and the output works normally without any error.

Would it also be possible to fix this in CMS 2.0, so that multiple Twig syntaxes can be used in the custom attributes when creating links?

Features and fixes for the v2 release are now set, so unfortunately this not something that will make it in to the first v2 release.

We can take a look at this one soon after release though :slight_smile:

I’m wondering if the issue here is actually that you’re using double-quotes in the title and aria-label values. Maybe try switching those to single quotes and see if it works.

It does indeed seem to be those sneaky little double quotes causing the problem…

Thanks for the hint. It’s just a bit annoying for me now, because I’ll have to change my whole site over to single quotes.

This has been fixed :tada: and there’s a new {{item.canonicalUrl}} tag you’ll be able to use on post pages, like this…

That’s exactly the solution I had in mind. Now all that’s missing is the CMS 2.0.

As we can see, it works too :slight_smile:

@ben
One more quick question about the online editor and CMS version 2.0.

Is there a simple search function in the online editor? In other words, is there a way to search for blog articles or blog posts?

That was always a bit difficult in ALLOY — especially when you had several hundred posts and wanted to edit a specific one.

If this isn’t already included, maybe it could be considered as a future update for the Pro version. It would definitely be a very useful feature.

Another perhaps stupid question:

this goes once on the ‘post’ page…

Do I need to put this also in each mark down page?

Thanx

Trying to understand…

There sure is!

CleanShot 2026-05-14 at 11 .56.08

No, the canonicalUrl is automatically generated based on your site URL and the item slug.

You don’t need to do anything, the CMS will do all the work for you.

Hope that makes sense :smiley:

Thank you, Ben