ozdemir08 / youtube-video-summarizer

MIT License
25 stars 4 forks source link

Allow editing the frontmatter and output #7

Open mariusursache opened 3 months ago

mariusursache commented 3 months ago

Could be useful to have in the settings modal something like this that we could configure

---
title: {{Title}}
summary: {{ShortSummary}}
source: {{YoutubeUrl}}
date-added: {{Date}}
tags:{{Tags}}
---
# {{Title}}

{{Description}}

[{{Image}}]({{YoutubeUrl}})

{{FullSummary}}

The end ;-)

Of course, I added some non-existent (yet) placeholders, just to illustrate. Will refer to them in a different issue.

ozdemir08 commented 3 months ago

Thanks @mariusursache for filing this issue. We have a PR which will expand the settings and allow some configuration. Tags will still be missing, but you have another issue for that. We can take a look at it separately.