Elements 0.7.5 (23475)

Hello again,

This latest build introduces a new Page Metadata Inspector and an option to open link pages in a new window, but that’s not all… We’ve also added new Modal options and improved the site map!

Have a great weekend, and we’ll return next week with another build and more exciting updates :tada:

What’s New in Elements 0.7.5?

  • Added Page Metadata Inspector!
  • Added social properties to page data for use in Site Template (manual link)
  • Added option to open Link Pages in New Window
  • Added License type back into Top Toolbar
  • Code editor highlighter now updates on filename extension change
  • Sitemap links are now cruftless
  • Sitemap no longer outputs double slashes for paths
  • New Files now honour the default page extension
  • Added new options to Modal Component (Page Load, After Delay and Exit Intent)

Example of adding Twitter/X social tags

You might like to add Twitter/X specific meta tags to your site so pages display correctly on their platform. Simply add the following to your site template.

    <!-- Twitter/X Card Tags (Ensures Proper Display on Twitter) -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="{{page.social.title}}">
    <meta name="twitter:description" content="{{page.social.description}}">
    <meta name="twitter:image" content="{{page.social.image}}">
    <meta name="twitter:url" content="{{page.social.url}}">

Purchase a License

You can visit the elementsapp.io website to purchase a license.

Get the Update

Elements should prompt you while it’s running to let you know there’s an update. If it doesn’t, you can select the “Check for Updates…” menu option from the “Elements” app menu.

Alternatively, you can always download the latest build of Elements here.

Give Feedback

If you are running a licensed copy of Elements, please post all feedback in the Feedback Forum. You can use the Elements > Send Feedback… menu item to automatically pre-fill the build number into a new topic.

1 Like

Where is the Page Metadata Inspector?

See my SreenShot

try restarting and open a new project

Didn’t help

It should have appeared in the inspector, however you can add it to your setup by right-clicking and choosing it from the Workspace/Panels menu…

That's the power of Elements™ :laughing:

1 Like

@dan There it was :slight_smile:

where do I get that elements logo

Here’s a link to the “Elements” logo in svg format if that’s helpful :blush:

thanks

@dan Maybe check why it isn’t appearing by default in existing project (it was the same here), for users not following this post, could be blissfully unaware tags exists.

Just dawned on me, it’s probably because I / we saved a custom layout. Always right after the post :joy: But still.

You’re right @Doobox, it’s because you have a custom workspace. Anyone using the default layout will see the new tags panel.

I’m not sure of the best way to handle new panels going forward if you have a custom workspace.