This is great, @charlie; i *almost* got it working... Only problem being,
instead of this new comment link appearing just once at bottom of any given
tiddler, as it does in your screenshot, it repeats itself many times in a
vertical column that appears to cascade endlessly down the tiddler space.
I've copied your code verbatim (only w/ my own email address swapped-in for
the dummy address) onto a new tiddler that i named "Comment Link", tagged
with "$:/tags/ViewTemplate" as you have done. The tiddler's content type
is "text/vnd.tiddlywiki". Can you see any place in here where i might have
got something wrong?
8<------(snip)------>8
<hr style="border-width:4px;">
<center>
<$list filter="[all[current]split[ ]join[%20]] +
[addprefix[mailto: waltzemail@waltzemailhost?subject=]]">
<a href={{!!title}} target="_blank">Send a comment/feedback about this
tiddler.</a>
</$list>
</center>
8<------(snip)------>8
On Thursday, February 4, 2021 at 2:05:03 PM UTC [email protected] wrote:
> G'day g'day,
>
> Please find further below and example of what you need to do: first, the
> code, then a screenshot (me having applied that code to tiddlywiki.com)
>
> Cheers and best regards !!!
>
> <hr style="border-width:4px;">
> <center>
> <$list filter="[all[current]split[ ]join[%20]] +[addprefix[mailto:
> [email protected]?subject=]]">
>
> <a href={{!!title}} target="_blank">Send a comment/feedback about this
> tiddler.</a>
>
> </$list>
> </center>
>
> [image: Screenshot 2021-02-04 at 9.56.37 AM.png]
>
> On Thursday, February 4, 2021 at 5:17:15 AM UTC-4 ludwa6 wrote:
>
>> Hey @Charlie: the gForms/gSheet solution was kinda cool... But this email
>> method is simple & slick enough, i think it could actually work in
>> production!
>>
>> But: i'm not quite clear where to stick that little code-block you've
>> shared, to make this "comment mailto: feature appear on every tiddler.
>> Would it be one of those many
>> $:/config/EditTemplateFields/Visibility/..." tiddlers i see in list of
>> "Shadows," perhaps
>>
>> /walt
>>
>> On Thursday, February 4, 2021 at 3:09:18 AM UTC [email protected] wrote:
>>
>>> I just had a thought for no-fuss-no-muss/no-frills getting
>>> comments/feedback on Tiddlers: email !!!
>>>
>>> <a href="mailto:[email protected]?subject=*tiddler-title*">Send
>>> a comment/feedback about this tiddler.</a>
>>>
>>> So modify the template tiddler to do this instead of that Google Forms
>>> stuff (replacing that "[email protected]" with the email address
>>> where comments should go):
>>>
>>> *<$list filter="[all[current]split[ ]join[%20]]
>>> +[addprefix[mailto:[email protected]?subject=]]">*
>>>
>>> *<a href={{!!title}} target="_blank">Send a comment/feedback about this
>>> tiddler.</a>*
>>>
>>> *</$list>*
>>>
>>>
>>>
>>> On Wednesday, February 3, 2021 at 9:01:38 AM UTC-4 TiddlyTweeter wrote:
>>>
>>>> JWHoneycutt opined...
>>>> I am interested in a limited set of end users being able to comment,
>>>> for me to moderate and revise the tiddlers.
>>>>
>>>> [email protected] replied...
>>>> What if you setup your TiddlyWiki to capture user comments via some
>>>> other collaboration tool that you can embed in your TiddlyWiki Tiddlers ?
>>>>
>>>> Right!
>>>>
>>>> Any tool users would: *Twitter, Telegram, Disqus* etc.
>>>>
>>>> The issue is that TW is *not *default on-line server based. That is
>>>> its skill. SOMETIMES one needs add interaction. BUT whether its just an
>>>> embed of an existing service or more sweat is about the purpose.
>>>>
>>>> IF you can do it through framing an extant tool then why not? If you
>>>> need more then happy coding.
>>>>
>>>> TT
>>>>
>>>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/50563781-9663-4cb6-8e1e-ca661c200190n%40googlegroups.com.