mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-27 00:29:13 +01:00
Merge branch 'main' into release/v0.6.3
This commit is contained in:
commit
01016e08d2
@ -281,6 +281,7 @@ theme:
|
|||||||
> .widget-type-rss a {
|
> .widget-type-rss a {
|
||||||
> font-size: 1.5rem;
|
> font-size: 1.5rem;
|
||||||
> }
|
> }
|
||||||
|
> ```
|
||||||
>
|
>
|
||||||
> In addition, you can also use the `css-class` property which is available on every widget to set custom class names for individual widgets.
|
> In addition, you can also use the `css-class` property which is available on every widget to set custom class names for individual widgets.
|
||||||
|
|
||||||
@ -852,7 +853,7 @@ Either a value from the table below or a URL to a custom search engine. Use `{QU
|
|||||||
##### `new-tab`
|
##### `new-tab`
|
||||||
When set to `true`, swaps the shortcuts for showing results in the same or new tab, defaulting to showing results in a new tab.
|
When set to `true`, swaps the shortcuts for showing results in the same or new tab, defaulting to showing results in a new tab.
|
||||||
|
|
||||||
##### `new-tab`
|
##### `autofocus`
|
||||||
When set to `true`, automatically focuses the search input on page load.
|
When set to `true`, automatically focuses the search input on page load.
|
||||||
|
|
||||||
##### `bangs`
|
##### `bangs`
|
||||||
|
@ -4,6 +4,10 @@ Don't want to spend time configuring pages from scratch? No problem! Simply copy
|
|||||||
|
|
||||||
Pull requests with your page configurations are welcome!
|
Pull requests with your page configurations are welcome!
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
>
|
||||||
|
> Pages must be placed under a top level `pages:` key, you can read more about that [here](configuration.md#pages).
|
||||||
|
|
||||||
## Startpage
|
## Startpage
|
||||||
|
|
||||||
![](images/startpage-preview.png)
|
![](images/startpage-preview.png)
|
||||||
|
Loading…
Reference in New Issue
Block a user