Hide Search Bar and Time Control on Kibana Dashboard, v8.0 - elasticsearch

I've been searching a lot for this but I didn't find any link that helped me.
I would like to hide/remove (just) the search bar (KQL) and the time control from it. I'm using ES/Kibana 8.0, for one specific Space/Dashboard/Role.
Here's what I want to remove:
PS: I already know about "embed=true&hide-filter-bar=true" but I would still like to have the top black menu and the side bar. And I also know about the css tricks.
I just find hard to believe that Kibana 8.0 doesn't have a more a direct way to remove these features from Dashboard/Space/Role (on any of these would do it), already searched in advanced settings and didn't find anything that helped.

Related

Joomla Content Editor not displaying helper lines around table cells on some computers

I recently installed the latest version of JCE (2.6.33) on top of Joomla 3.9.0 and discovered that the guidelines you get around table cells when creating K2 and Acymailing articles to show their outlines were gone. I'm referring to the "Visual Guidelines" as described at:
https://www.joomlacontenteditor.net/support/documentation/editor/editor-content
I then just happened to look on a different computer and they were still present. Both computers are Windows 7, both are running Firefox 63.0. The one with guidelines missing is a laptop, the other a desktop. I tried clicking the "Toggle guidelines/invisible elements" button and it did nothing.
I couldn't figure out a solution so I decided to revert to my old JCE version, 2.6.30, and that fixed the problem on my laptop but then CAUSED the problem on my desktop.
I've been reading forums, googling, trying everything I can imagine and just cannot figure out what might be causing this. Has anyone come across anything like this and, if so, how do you fix it?
Try installing the Web Developer Toolbar and delete some cookies. Seems like it might just be a change in how that setting is stored: https://chrispederick.com/work/web-developer

Firefox change adress bar behavior to google search

Is there a way to change the behavior of the address bar in firefox 38?
I would like to be able to type in the bar and it autocomplete from google, instead of my history.
I no previously this was accomplished by changing keyword.url, but this no longer exists in the newer version of Firefox.
Is there a new method someone has found to achieve this?
I don't know if the source of the suggestions can be changed, but the default search engine can be changed by going to Settings>Customize>Search (on Android) or [Magnifying glass]>Change search settings (on desktop).
This might result in different suggestions. (I infer that you're using desktop, since Android Firefox seems to give decent suggestions, only the wrong search engine.)
I found these instructions out on https://duck.co/help/desktop/firefox by searching "how to make duckduckgo default search engine in firefox on android", on DuckDuckGo, in case you want to make further discoveries along the same route.

Tiddlywiki: KaTex plugin doesn't show up under ControlPanel (doesn't load)

I follow the instructions for loading the plugin, I get the green overbar, and click on "import". Still the plugin doesn't show up under '$:/ControlPanel -> Plugins'.
How come the plugin doesn't work. I tried in Firefox and Safari.
Click to edit the content of http://tiddlywiki.com/plugins/tiddlywiki/katex/#%24%3A%2Fplugins%2Ftiddlywiki%2Fkatex, then copy-paste the entire content to a tiddler in your installation called "$:/plugins/tiddlywiki/katex". Scroll to the very bottom and set the "Type" to application/json, and create the same fields as the original (author, dependents, description, plugin-type and version).
The plugin now shows up in the control panel, and works as expected.
First, asking questions on the google group is a much better way to get answers. We tend to answer quickly there.
You need to save and reload your wiki after importing the plugin for the changes to take effect, otherwise it won't work. Also, are you using tiddlywiki5? The katex plugin won't work on tiddlywiki classic.

Difference between address/location bar and search bar?

I am trying to buil firefox search plugin something like instantfox. I already have it working in search bar with my search engine image. This is my first attempt so I am not sure how I can do this and google did not help me point in a right direction.
Is it possible to create search plugin that will work for both address bar and search bar. If yes then how I can do that? is there any properties in bootstrap file that I have to mention?
Depends on what you consider a "search plugin that work for both address bar and search bar"...
Starting with Firefox 23, the address bar will use the selected search engine for non-urls. See bug 738818. Before Firefox 23, this was controlled by the keyword.URL preference.
Also there are special bookmarks for keyword searches.
Lastly, you may implement nsIAutoCompleteSearch in an add-on and set the address-bar to use your implementation.

How to make a site-lookup addon for Firefox?

I'd like to create an addon for Firefox that would enable me to search a particular site by selecting text on one site and choosing to search another site by selecting that option in the context menu.
I already have an extension like that in my browser - the Wikipedia Lookup extension. Basically, I want the exact same functionality but which will send the search text to a different site.
I'm completely new to Firefox addons, so can somebody tell me what's involved in this? Or point me at a site with a list of instructions to do a plugin like this? I can see examples on how to make a Hello World kind of plugin but I can't see how to extend that example into what I need. Thanks.
Have you considered opening the Wikipedia extension source and modifying the pointer from wikipedia.com to the other search site? This is assuming you're using Windows Vista or higher. The source code should be located at:
C:\Users\YourUserName\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default\extensions\something#wikipedia.com\chrome\content
You would then have to modify the source code inside to change the pointer, and the POST variables string to match that of the site you will be using.
I hope this at least points you in the general direction!
-Alex

Resources