···1010 Automatically put tracks into the queue.
1111- url: "facets/tools/export-import/index.html"
1212 title: "Tools / Export & Import"
1313- category: User data
1313+ category: Data
1414 desc: >
1515 Export all data as a JSON snapshot, or restore from a previously exported file.
1616- url: "facets/tools/split-view/index.html"
1717 title: "Tools / Split View"
1818- category: Miscellaneous
1818+ category: "Misc"
1919 desc: >
2020 Arrange multiple facets side-by-side in a resizable split-panel layout.
2121- url: "facets/tools/v3-import/index.html"
2222 title: "Tools / V3.x Import"
2323- category: User data
2323+ category: Data
2424 desc: >
2525 Import data from Diffuse v3.
2626- url: "themes/webamp/browser/facet/index.html"
···3030 Collection browser + search in a retro, win98, look.
3131- url: "themes/webamp/configurators/input/facet/index.html"
3232 title: "Webamp / Input Configurator"
3333- category: Audio input
3333+ category: Data
3434 desc: >
3535 Windows 98 styled input configurator where you can add music sources.
3636- url: "themes/webamp/configurators/output/facet/index.html"
3737 title: "Webamp / Output Configurator"
3838- category: User data
3838+ category: Data
3939 desc: >
4040 Windows 98 styled output configurator where you can manage your data storage.
···2121 --bg-color: var(--color-2);
2222 --text-color: var(--color-1);
23232424+ --border-color: oklch(from var(--text-color) l c h / 0.05);
2425 --code-color: oklch(from #fefcf1 l c h);
2526 --form-color: oklch(from var(--bg-color) calc(l - 0.075) c h / 1);
2627}