mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
docs: search by id and custom theme support
This commit is contained in:
parent
91b565ceef
commit
3f58532f7f
2 changed files with 3 additions and 1 deletions
|
|
@ -60,6 +60,8 @@ Once merged, we can see that all of the listen activity for Tsumugu has been asi
|
|||
|
||||

|
||||
|
||||
You can also search for items when merging by their ID using the format `id:1234`.
|
||||
|
||||
#### Deleting Items
|
||||
|
||||
To delete at item, just click the trash icon, which is the fourth and final icon in the editing options. Doing so will open a confirmation dialogue. Once confirmed, the item you delete, as well as all of its children
|
||||
|
|
|
|||
|
|
@ -34,6 +34,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
|
|||
Koito automatically fetches data from MusicBrainz and images from Deezer and Cover Art Archive to compliment what is provided by your music server.
|
||||
</Card>
|
||||
<Card title="Themeable" icon="seti:css">
|
||||
Koito ships with twelve different themes, with custom theme options to be added soon™.
|
||||
Koito ships with twelve different themes, now with support for custom themes!
|
||||
</Card>
|
||||
</CardGrid>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue