Skip to content

Instantly share code, notes, and snippets.

@23maverick23
Created June 18, 2020 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 23maverick23/27e4b92594baa63c9ae5d6890e5260ab to your computer and use it in GitHub Desktop.
Save 23maverick23/27e4b92594baa63c9ae5d6890e5260ab to your computer and use it in GitHub Desktop.
Notion: Progress bar
slice("●●●●●●●●●●", 0, floor(prop("Progress") * 10)) + slice("◌◌◌◌◌◌◌◌◌◌", 0, ceil((1 - prop("Progress")) * 10)) + " " + format(prop("Progress") * 100) + "%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment