Supernotes 3.1.5

Supernotes 3.1.5 is out now :fire:

Thank you for your feedback here on the forum. We’ve been noticing how you’ve all been wishing to share collections with each other, so we’ve added the ability to import & export collection presets. We hope you enjoy the new features and quality-of-life improvements. As always if you’ve reported a bug / made a feature suggestion here on the forum, you are credited in our release notes below.

Release Notes

Import & Export Collection Presets

You can now import and export collection presets, which are a great way to save or share your favourite collections. The collection name, description, icon, color and filters are all preserved in the encoded export. You can also create clickable links to your presets making even easier to share your collections with others. We’ve also added a bunch of new filters to help you customise your collections even further.

Additions, Improvements & Fixes

  • Add more granular card font scaling sizes, ranging from 12px to 18px
  • Add /v1/cards/daily endpoint to append content to your daily card
  • Add Tagged and Commented filters, invert these by tapping on the icons in the filter list
  • Add share_link_count filter to see all shared cards #2727 by @wldh
  • Add member_count filter #2645 by @mortalstarinventor
  • Add RegEx-based filtering for card names and markup (no API support)
  • Add drag-and-drop support for content from other sources when editing cards #2652 by @deadelia
  • Add cancel confirmation button after certain changes
  • Add confirmation dialog when deleting a collection
  • Add right click collection cover options menu
  • Add support for non-English languages when automatically naming cards #2726 by @kernoeb
  • Improve card screenshots to default to transparent backgrounds #2728 by @wldh
  • Improve timestamp rendering on card screenshots to be an exact date #2728 by @wldh
  • Better disambiguation when duplication collections
  • When using double-bracket card linking syntax, use the original selection as alias #2633 by @JamesT
  • Increase usage limits for Superpowers
  • Prevent entering Vision if a card is unsynced
  • Improve reliability of suggestions in Vision
  • Fix misalignment of card child count indicator in couplers
  • Fix encoding issues with real-time collaborative syncing behavior
  • Fix deep pages getting reset improperly (thanks @mh.nomine)
  • Fix issues when filtering case-insensitive tags
  • Give focus to cards opened in Preview #2651 by @tomaxapp
  • Close “Add as Parent Filter” after selection #2656 by @freisatz
  • Don’t allow “type to create” when a modal is open
10 Likes

Hey there!
When trying out the new /v1/cards/daily I am getting an error {"detail":"Method not allowed"}

Hey @isaiur, make sure you’re sending a PUT request when using the daily endpoint.

1 Like

Oh, thank you! I forgot that when copying my existing shortcut.

The daily append feature sounds really cool. I tried using it but it’s adding a checkbox to everything added even though the request doesn’t include it:

Also is the intended behavior for those daily cards to be titled with the date that way?

Hey @itsben, you’ll need to specify a format if you want non-todos, like so:

{
    "markup": "testing",
    "format": "plain"
}

It defaults to todo as we feel like that format makes the most sense for a card to which you are appending one line at a time.

And yes, that is the intended title, as that is the date (in UTC) on which the card was created. We picked that format specifically because it is lexicographically ordered, in that if you sort the cards by name they will appear in the right order.

2 Likes