Hi, Meillo,
Interesting need. Indeed it's easy to do with a macro such as {{sign
user="username"/}}.
Now we also support the notion of transformations. They allow to modify what gets
displayed. However the modified content is not persisted. This there are 2 choices:
1) use a syntax such as ~~~ username and have a transformation generate the correct
content for it
2) use a syntax such as ~~~~ without the username and this means having to save the
modified content and thus add support for persistent transformations which could be
something useful in general
See
http://rendering.xwiki.org for more details on transformations.
Thanks
-Vincent
PS: I’ve prepared this email offline and just saw that Clemens has also responded in the
meantime so my answer doesn’t take into account what Clemens has said.
On 14 Oct 2014 at 20:02:35, markus schnalke (meillo@marmaro.de(mailto:meillo@marmaro.de))
wrote:
Hoi,
in Mediawiki it's possible to insert one's name and the current
date quite easily with four tilde characters: ~~~~.
Is it possible to do this in a convenient way in Xwiki, as well?
And if so, how?
I think it should be possible by creating a macro. However, I
would appreciate if inserting the signature would be a simpler
tag than: {{sign/}}.
meillo