Hanhula / projectbrigid

Creating a WorldAnvil app with varying capabilities.
https://brigid.istralar.com/
GNU General Public License v3.0
4 stars 2 forks source link

Variable Manager: View and parse variables #12

Open Hanhula opened 1 year ago

Hanhula commented 1 year ago
  1. User should be able to pull all current variables. More importantly, Brigid should be able to do this for future article work.
  2. User should be able to view all variables by bbcode tag and current contents, both in bbcode and display views.
  3. Do we want to add variable management?
Kordishal commented 1 year ago

This is currently blocked by a bug in the API as it is not possible to get a list of variable collections at this time.

I would definitely be interested in having easier / better handling for variables. Heavy duty feature would be to have a rename/change key feature, as it would replace all the variable BBCodes in all articles. Would also be needed to move a variable from one collection to another. Would have to grep all the content of every article check all references. Then ask the user if they want to proceed.

Furthermore this would also enable to display all usages of variables in articles.

Hanhula commented 1 year ago

Ah, same as with notebooks, then... We'll have to look at this when WA's got that fixed on their end.