Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This requires developing new components in DatafariUI. Refer to the DatafariUI read me for more information on how to do that.

Define the list of preffered sources

You can define a list of preffered sources by adding a “sources” key to the ui-config object that holds an array of soruce names, ordered in decreasing order of their importance.

Code Block
{
...
"sources": ["source name 1", "source name 2"]
}

If absent or empty, this has no effect. When present, results coming from the preffered sources are boosted and appear higher in the search results.

Warning

This feature is not active yet (as of april 2022). You can define you preferences, but no boosting will occur.

useHotkey hook

This hook allows to define a hotkey with one command key plus an optional second letter key.
Command keys are defined as below (case sensitive) :

...