This approach comes very close to what I need, but what is problematic is the space between the name and the numbers. As you know, spaces in titles require special handling and can limit options.
I am trying to build a document management system that can index, identify and describe a series of documents. Every once in a while someone hands me a pile of paper that I need to organize, which can be overwhelming since I do not have a paralegal. Some law firms use what is called a "Bates" numbering system. This is a number system that uses a series of padded numbers: ei., 0001, 0002, 0003. I would like a number system that does this, but also allows me to attach a name on the front to identify the account.
I am still evaluating how to organize these numbers once I have them---there are several options. I may try one method out, then switch to another. I am not smart enough to figure this stuff out ahead of time. I try stuff, see what works, then try something else. Sometimes when I get something that works, I can't even explain why it works, I just like the result.
I know that some options are not compatible with spaces in titles. For example there is the "tree Macro," (
https://tiddlywiki.com/#tree%20Macro). I have never seen this macro actually used, and it seem somewhat awkward, so maybe it is not something that I want to rely upon but on the other hand, it appears to accomplish useful things and may work well for my use-case. I want to be able to test it out. But the macro does not appear to work if there are spaces in the titles. Another option is the tabbed internal macro (
https://tiddlywiki.com/#Example%20Table%20of%20Contents%3A%20Tabbed%20Internal). This macro does not tolerate spaces in the titles of the root tiddler. I already use this method extensively, so I would like to have this option available.
I hope this adequately explains what I need.
Merv