Wordpress search also shows - algolia

I'm trying Agolia to see if it is something for our websites. So I did a little test on one of our websites (click here, it works but you also get the original dropdown. Does anyone know how to prevent this?

The theme you are using does come shipped with a built-in autocomplete experience.
You should disable that one.
An easy fix for you would be to comment all the code in this file https://eezo.nl/wp-content/themes/yoo_venice_wp/warp/vendor/uikit/js/components/search.js

Related

Is there a way to get a help panel in vscode similar to rstudio?

I wanted to ask if there was a simple way to get a help panel in vscode to show function/object documentation similar to the one in RStudio (See example here: http://mercury.webster.edu/aleshunas/R_learning_infrastructure/images/RStudio%20-%20help%20panel.png).
I know you can mouse over a function to get some details but I'd like an easier way to have the complete documentation in vscode without switching to a web browser.
Thanks!

VS code strikethrought suggestions

I'm looking for a solution.
When I type some CSS inside VSC, the editor show me a list of possible choice. Then I select the desire one and the editor show me again a list of possible properties, but between all this properties their are some old one that are still use in web development if we want to make a website compatible with older browser.
I figure that some suggestion in VSC are display with strikethrought, so I'm looking to a solution to apply this to my personal snippets.

How can I show all non-theme extensions installed in VSCode?

I have many themes installed in visual studio code. Now and then, I want to be able to look at all the other extensions (everything that is not a theme) so that I might disable one or two.
How can I do this? The documentation shows how to use filters, but I don't see any way to tell it to NOT show something.
This filter shows me all the installed themes:
#installed #category:themes
I've tried using ~ and ! and NOT in various places, just guessing there might be a feature implemented to understand something like that, but they don't work.
This is a know issue, currently at the backlog waiting for development.
You can track it here.
This need has been raised here. Note in the last comment:
#49374 is tracking the feature of having exclusion filters for your scenario of seeing non theme extensions.

Link key/button to the I'l feeling lucky from Play Music

so I always have a tab in Chrome opened with google play music, it's actually pinned so it's just there.
I'm wondering if there is any way to link a hotkey to the I'm feeling lucky option, I've been looking for quite some time but didn't find anything of help.
Button looks like this:
Thanks!
I've looked and asked on the AHK forums but don't know how many people are active there so thought I might give it a try here as well. Googled around but sadly didn't find anything of use or what I did find was a bit too complicated for me and didn't know how to apply it to what I needed.
There is no straightforward solution for this in AHK.
You need control over your browser in order to achieve this without interrupting your current navigation.
For controlling chrome with AHK: https://github.com/G33kDude/Chrome.ahk
There are probably multiple ways of doing this, but the easiest I can think of would be to use the ImageSearch command to get you the coordinates of the button and using Click or MouseClick to click the button.
If you're unfamiliar with the syntax or how to use these commands, please see the online documentation here: ImageSearch, MouseClick, Click.
Please post your code if you need additional assistance and/or to help out others who might have the same or similar question in future.

VSCode custom snippets list in activitybar/sidebar - extension recommendation?

Dear fellow VSCode users!
My collection of custom snippets has become rather vast lately, with all of documentation writing that I have to do. And it's becoming kind of difficult to remember all the shortcuts.
I know I can search for snippets and browse their list via the command palette, but it requires quite some extra typing and/or clicking.
Is there an existing extension that would add a new activity bar icon and provide a list of all user-defined snippets in the sidebar, allowing one to simply click on the desired snippet and thus insert it?
I imagine I'm not the only person on the planet to desire such a feature, but I honestly can't seem to be able to find it searching the Marketplace or using Google.
Thanks for all your suggestions.
Just made an extension. Snippets View. Tested only on Windows.
It's not complete yet, but has basic functionality...