Quentin Dauprat
Quentin Dauprat
Thank you @jakeboone02 to pointing a new extension 🙏 I understand your consideration, and I will moving to https://github.com/adam-cowley/neo4j-vscode extension.
Thank you @GittyBob, I do not have the time to update the documentation, so I keep this issue open as a reminder, to add this into the README (and also...
On my side, it works. From the README, just update instructions to: ## Usage 1. Clone or download this repository ``` git clone https://github.com/slint-ui/slint-nodejs-template my-project cd my-project ``` 2. Run...
Hello, Can you give me the following information: - Antidote version - Connectix version - OS version - Obsidian Version
This plugin is just a gateway between Antidote and Obsidian. You need to have Antidote (and the Connectix agent, that should be installed with Antidote) installed on your machine.
By following instruction of this issues, I got a strange error. Here the reproduce: ```typescript import vento from "jsr:@vento/vento"; let myEnv = vento({ dataVarname: "it", autoDataVarname: false, includes: Deno.cwd(), autoescape:...
Ok, So, I have a mid-working program. Now with this: ```typescript import vento from "jsr:@vento/vento"; let env = vento({autoDataVarname: true}) env.filters.required = (value) => { if (value === undefined) {...
Okey, I found a better way (in my case) to achieve what I want. I added a frontmatter in the VTO file (my VTO is a Markdown file): ```markdown ---...
Here the goal is doing it automatically by setting a trigger mode (manual, automatic (IA Choose), pattern, etc). If you think it is not relevant, you can close the issue...
> We lack a document on internals, right, efforts have been typically directed at documenting parts the user interacts with. I completely understand this POV. Maybe a mention in the...