Create a tag based on the file name #1276
Cleatus1972
started this conversation in
Templates Showcase
Replies: 2 comments
-
It would look something like this #<% tp.file.title.replace(" ", "_") %> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! That worked
…On Wed, Dec 27, 2023 at 6:45 PM Zach Young ***@***.***> wrote:
It would look something like this
#<% tp.file.title.replace(" ", "_") %>
—
Reply to this email directly, view it on GitHub
<#1276 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4ZA5OU5NGEKWXPSBVQ7HODYLTFK7AVCNFSM6AAAAABBEYR3S6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TSNRRGQYTM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to automatically create a tag based on the file name. For example, the file name is "John Doe", I would like the tag to be #John_Doe. I would prefer not to put the underscore in the title name. Can someone help with this? I'm not a coder, so I apologize if this is too easy.
Beta Was this translation helpful? Give feedback.
All reactions