TiddlyWiki allows you to create a field with upper/lower case and even number other unicode characters, spaces, etc.
Then in official docs, https://tiddlywiki.com/#Introduction%20to%20filter%20notation
One can use filter expressions like [serving[3]]
or [myFieldName[yes]]
.
Then what if the name of the field was: this is A Field - Name
. Can I use again:
[ this is A Field - Name [3]]
or [ this is A Field - Name [yes]]
.
Is the recommendation to stick with lowercase no space no ± chars naming rule?