Add markdown support to filesystem

This commit is contained in:
2024-08-08 23:02:08 +02:00
parent 80aa92e2df
commit 0eb852c405
2 changed files with 58 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ export const toggle_playback = () => {
{:else if viewer_type === "pdf"}
<Pdf state={state}/>
{:else if viewer_type === "text"}
<Text state={state}>
<Text state={state} bind:this={viewer}>
<CustomBanner path={state.path}/>
</Text>
{:else if viewer_type === "torrent"}