Closed shen-me-gui closed 2 years ago
Somehow I did not get a notification when this issue was made, my appologies.
However, I do not understand what the issue is? When i do not use my plugin, and just dataview i get:
which is the same behavior as when it is used in conjunction with my plugin. Does this issue only occur when using my plugin, or does it occur with the dataview plugin regardless of using mine or not? If it is instead an issue with the dataview plugin, please file and issue on their repo you linked instead.
I might not be understanding your issue, but if it is a problem with my plugin, please let me know what you think is wrong.
OH i think i understand now. You are trying to display a vbs function inside obsidian, but dataview shows the error below? This is an issue with dataview, however it is because you started the line with an equals sign, you can check your dataview plugins for your default prefixes: As the default is the equals sign, whenever you start any line inside any codeblock with an equals, it tried to parse it as an inline query. If you would not like dataview to parse the line, either change your default prefix inside settings>dataview or start the line with another character.
If this was a misunderstanding and this was not the issue you mentioned, feel free to reopen this issue!
OH i think i understand now. You are trying to display a vbs function inside obsidian, but dataview shows the error below? This is an issue with dataview, however it is because you started the line with an equals sign, you can check your dataview plugins for your default prefixes: As the default is the equals sign, whenever you start any line inside any codeblock with an equals, it tried to parse it as an inline query. If you would not like dataview to parse the line, either change your default prefix inside settings>dataview or start the line with another character.
If this was a misunderstanding and this was not the issue you mentioned, feel free to reopen this issue!
yeah,You're right This is a problem with datevie settings Thanks for your help Does this feedback need to be closed or deleted? This is my first time to use this feedback function,I don't know if this has affected your project
Dont worry, i have already marked this issue as closed for you! And no, it does not effect my project. Glad I could have helped you anyway!
Describe the bug
When writing the following text using the Obsidian Obsidian's Obsidian columns plug-in, the following errors will be reported
Steps To Reproduce