Hello everyone,
i would be very nice to set somewhere global variables.
They sould be working for all folders.
For users on our Business plan, you can do this with user member properties. You can learn more here:
I created a snippet for global variables. I found that there were several variables that I used in many places. I import that snippet. I have to insert the variables manually, I can't click on a variable at the bottom, but it works fine. That being said, I'm not a programmer. lol.
Could you show us how you did this?
I need this as a programmer for personal use, but not as a business
Here's an example, with shortcut set to !#%global
so I won't accidentally type it ever:
{note}===== My Text Blaze Variables =====
{isWebsite=catch(startswith({site: protocol}, "http"), no)}
{if: isWebsite}{where="forum"}{else}{where="this thread"}{endif}
{endnote}
Now, import this snippet at the bottom of every snippet you create, and you can reference the variables:
However, we won't be able to click on the variables in the sidebar: