You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> First of all you're not supposed to have spaces in your properties' names
I tested it myself and created test test with value test
In the DB plugin when adding existing properties i get following recommendations:
When choosing test-test the corresponding testvalue gets displayed correctly in the DB view test test however would not show anything.
So even with spaces it's working
How would I go about getting the plugin to read a "-' in the column ID? I'm not allowed to change the ID itself because a plugin is depending on that particular format.
Edit: Specifically the nested columns under the column with a "-" in the title.
The above are syntax from various plugins that uses dataview.
When using: [\"mathLink-blocks\"]MKS
I get:
<p>TypeError: e.trim is not a function
at ol (plugin:dbfolder:208:4025)
at zFr (plugin:dbfolder:485:61919)
at bq (plugin:dbfolder:173:19608)
at Nxe (plugin:dbfolder:175:44301)
at Oxe (plugin:dbfolder:175:39992)
at tQt (plugin:dbfolder:175:39915)
at GR (plugin:dbfolder:175:39764)
at z3 (plugin:dbfolder:175:36108)
at Dxe (plugin:dbfolder:175:35054)
at D4 (plugin:dbfolder:168:59003)
at Immediate.w4 [as _onImmediate] (plugin:dbfolder:168:59403)
at process.processImmediate (node:internal/timers:476:21)</p>
The text was updated successfully, but these errors were encountered:
How would I go about getting the plugin to read a "-' in the column ID? I'm not allowed to change the ID itself because a plugin is depending on that particular format.
Edit: Specifically the nested columns under the column with a "-" in the title.
Originally posted by @LynetteCullens in #1025 (comment)
### The following does not work:
['mathLink-blocks']MKS
mathLink-blocks.MKS
[mathLink-blocks]MKS
['mathLink-blocks'].MKS
[`\"mathLink-blocks\"`]MKS
The above are syntax from various plugins that uses dataview.
When using:
[\"mathLink-blocks\"]MKS
I get:
The text was updated successfully, but these errors were encountered: