-
Notifications
You must be signed in to change notification settings - Fork 12
Templating for contact protocols #458
Comments
Where would this feature be possible to implement? There is a significant possibility in scope. |
Hello, sorry, I don't understand your question. |
If I correctly understand there would be a set amount of possible templating tags that are transformable Wherever a string will be presented in the frontend and within the context of that page it is possible to figure out which contact, gift or address(etc) is actually meant, the tag will be transformed to the actual data. If you're looking at a contact page of Mahatma Gandhi, which has id For a lot of templating there is a specific need for context for the tags that need to be filled. If you're on a contact index page, you can't fill any As the idea is awesome I am wondering where you'd want this to be available and where it would be interesting to implement - every extra added tag and page where tagging is possible would increase the time investment needed. |
I don't think you understood it like I meant it. if you go to Like that : And that would format the link to be In #459 I talked about something like adding in an "ID" field to the existing contact info stuff, that way you could distinguish name and ID. |
I did indeed misunderstand. Seems like a great implementation. |
Currently, monica only supports prefix text.
as such, if the data is
world
and the protocol ishello:
, then the final URI will behello:world
.what I'd like is a templating engine, where you could do
https://somesite.com/%id%/profile
in the example of Discord, it would be something like :
https://discord.com/users/%id%/profile
.i have already needed that for another website, but I don't remember what it was.
The text was updated successfully, but these errors were encountered: