-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add episode numbers as an option #67
Comments
So I think code looks something like
Could even get tricker and add an optional field to specify what should surround the episode number (parens or square braces, etc) |
I have confused myself and don't know why I was going to do the parens around it. From what I can tell in the example, it would output something like Also the code is bad because I already have the value of |
but I think you could do like three options, set with
which would result in the following: |
as another update so I don't forget - the
|
This is connected to #67 |
It would be useful to be able to specify an episode number in the frontmatter of an episode, which would then be able to take a prefix from the config file to append to the title on the display, as it is done on https://www.arresteddevops.com.
For example, config.toml would have a field called
episode_prefix
, like "ADO", and then that would generate a title likeMy Episode - ADO89
The text was updated successfully, but these errors were encountered: