Including subject into new email tag #2742

Open
opened 2022-08-11 06:03:32 +00:00 by mk · 1 comment
Owner

It would be a nice feature with the new <email> tag to be able to add a subject line, so you can e.g. use:

<a href="mailto:contact@fsfe.org?subject=Ada and Zangemann">contact us</a>

on https://fsfe.org/activities/childrensbook/

It would be a nice feature with the new ```<email>``` tag to be able to add a subject line, so you can e.g. use: ``` <a href="mailto:contact@fsfe.org?subject=Ada and Zangemann">contact us</a> ``` on https://fsfe.org/activities/childrensbook/
mk added the
feature-request
label 2022-08-11 06:03:32 +00:00
max.mehl added the
xsl
label 2022-08-11 08:41:53 +00:00
Owner

It may also be reasonable to make the subject or other information separate attributes, so e.g. <email mailto="yes" subject="Ada and Zangemann">contact@fsfe.org</email>.

The problem would be the splitting of the additional parameters in the current XSLT, as the content of the tag is used for both the mailto and the displayed email address (that obviously should not contain the subject).

It may also be reasonable to make the `subject` or other information separate attributes, so e.g. `<email mailto="yes" subject="Ada and Zangemann">contact@fsfe.org</email>`. The problem would be the splitting of the additional parameters in the current XSLT, as the content of the tag is used for both the mailto and the displayed email address (that obviously should not contain the subject).
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FSFE/fsfe-website#2742
No description provided.