Ian Fitzpatrick
Ian Fitzpatrick
@thales-maciel Can you elaborate exactly what file you edited in step 2? I was able to find `html-language-features` and add `"aliases": ["django-html"]`, however I'm unable to locate a file called...
@thales-maciel Thanks so much, you put me on the right path. In my case, the file was here: `'/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/html-language-features/client/dist/node/htmlClientMain.js'` Simplying copying and pasting your your main.js caused a...
One idea I had was, could this be some weird interaction between the `@` symbol and the query used in the MySQL backend? Just a WAG, but thought I'd throw...
Okay I think I'm on the right track with my `@` symbol theory. If I change: backends.py `RE_MYSQL_ESCAPE_CHARS = re.compile(r'["()>
Sure thing, I'll try and get something to you next week.
This tripped me up too. For boolean fields, like for instance is_active on the user record, equals "1" or equals "True" returned no results for me. I tried setting the...
Hah yes, allowing arbitrary iframes would be like putting up a sign that says "please hack me." Thanks for the info RE the macro plugin, I might take a run...
I started looking at the macro plugin to get youtube embeds working. One issue I'm running into is I want to use the 'iframe' tag in my new macro template,...
I poked around in the code and couldn't quite grok the point at which plugin code/template is rendered and/or how it makes it way to that Article.render() method and subsequent...
@teury Hmmm unfortunately I think this would open things up to arbitrary iframes yeah? I guess you could lock it down by domain, but I think we are still left...