Way to create global "variables" that can be updated?

I’m looking to do something that seems like it should be simple, but I can’t figure out how! I’m a student, and take several classes, and want a way to “store” what class I’m currently doing work for to use in templates for notes I create. So, while I work on Class A, I want all files I make to be tagged with “ClassA”, then be able to change it to “ClassB” when I work on Class B, and so on.

I tried making something with Templater (updating a template file holding the “variable” then calling a different template to update it, but my JS knowledge is poor at best… is there a way to do this, or is the best approach just manually updating the template files I use every time I switch classes? Thanks in advance!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.