Created
June 18, 2020 13:48
-
-
Save 23maverick23/27e4b92594baa63c9ae5d6890e5260ab to your computer and use it in GitHub Desktop.
Notion: Progress bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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