Hello,
First of all, thanks for the tool, it works great! I would like to discuss with you the possibility to add something like “02-10-2023” to the title of recurring posts. That would be helpful for the daily posts in !casualconversation@lemmy.world
It would, though I’m not sure how to do it correctly. Would adding something like this to the title work for you?
#[InjectDate('d-m-Y')]
The
d-m-Y
is a standard format, you’d have to read the documentation on, though you only need to do it once.d-m-Y
would be the use case you’re looking for - it’sday-month-year
with leading zeroes.That would be great!
It’s been added, you can add
'd-m-Y')#
to the title and it will be replaced with the date. You can use the (date format documentation to see other possibilities.You should also see a preview of the title once you insert any dynamic expression. Let me know if that works for you. You may use !bot_playground_2@lemmings.world if you want to test it out a bit.
Perfect, thanks!