-
Notifications
You must be signed in to change notification settings - Fork 80
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
Suggestion: Use a more obvious default deliminator for threads #220
Comments
|
The |
Indeed, but that's why I chose to use |
Fair enough with regards to backwards compatibility. Perhaps an optional project-wide configuration option could be a compromise. |
Ooh yah, project-level configuration would probably be useful for this and some other things (e.g. the tweet/media directory location/names etc.) -- I wonder if that should be a file, or just options passed into the action in the workflow? |
Unless there are more complicated configuration options, for now just pass it to the action a workflow config environment variable? |
What’s missing?
Currently the default deliminator to separate threaded tweets is
---
, which is identical to what is used for defining Front Matter blocks.While the docs do mention the deliminator can be customized, to reduce mistakes for new users by making threads easier to parse and debug, a more obvious default deliminator should be used.
Why?
As demonstrated below, it can be difficult to parse for a series of tweets that include Front Matter.
Suggested Alternative
Use some more obvious default deliminator such as
______
.The text was updated successfully, but these errors were encountered: