Tyson of the Northwest
Tyson of the Northwest
Is there a way that an autocomplete entry can set or extend the class of a tag? I have tried ```js this.autocompleteItems = response.data.map(a => { console.log(a.tag_type+"-tag"); return { text:...
When I select the results of a query and copy them, when I paste them the resulting list is no longer linking. I just get a list of the pages...
I have a query and it doesn't sort alphabetically by the title. ```oql query: "'#definition" template: "list" format: "{title}" sort: "title" includeCurrentNote: false ``` If I change the sort to...
Would it be possible to add a placeholder field were you can extract the opening paragraph that is not a header. That way when you create a table you can...
I am really enjoying the tool. Would it be possible for the tool to be able to track the wordcount change? Possibly displayed as a (+524 words) or (-15 words)...
I am trying to troubleshoot why I am getting 404 errors and I can't get visibility into what GeoIP is querying. I have tried changing the service to no effect....
I am using the file cache driver that doesn't support tags, so I commented out `'cache_tags' => ['torann-geoip-location'],` in my config/geoip.php file but I still got `BadMethodCallExeption This cache store...
**Is your feature request related to a problem? Please describe.** When I am exporting the Dataview results don't render. **Describe the solution you'd like** A command that runs the Dataview...
Embedded files work on the export, unless they call out a specific paragraph or header. Then they are just blank in the outputted file. ``` ![[Adherent#^a098af]] ![[Adherent#Tier 1]] ```
I am getting the error "Pandoc export failed" when I try and export as docx with no details. Is there a place I can view an error log, or otherwise...