Re: [tw5] How to change ViewTemplate/body for tiddlers with specific tag?

2021-01-07 Thread Joshua Poehls
This fixed it. 臘‍♂️

Thank you all for the help!

—
Joshua Poehls

> On Jan 7, 2021, at 12:04 AM, Eric Shulman  wrote:
> 
> There is a syntax error in the filter:
><$list filter="[all[current[tag[test]]">
> should be:
><$list filter="[all[current]tag[test]]">
> 
> (i.e., the third open bracket should be a CLOSE bracket)
> 
> -e
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tiddlywiki/Jg-nmLk-yxs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/fb191d85-cace-4a43-a453-1dbfd14efff7n%40googlegroups.com.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/F36B59B6-29FF-484A-9C45-435213C3D60F%40poehls.me.


Re: [tw5] How to serve a single-file wiki with saving back to that single-file

2020-09-21 Thread Joshua Poehls
It looks like that may work for what I need actually. Thank you!


> On Sep 21, 2020, at 11:50 AM, 'Mark S.' via TiddlyWiki 
>  wrote:
> 
> This may be a different direction then you were thinking, but tiddlyserver 
> serves up single files over the net like node.
> 
> https://github.com/Arlen22/TiddlyServer 
> 
> 
> 
> 
> On Monday, September 21, 2020 at 7:39:46 AM UTC-7, jos...@poehls.me 
>  wrote:
> Hey guys. I dug around in for awhile and couldn't find exactly the recipe I'm 
> looking for.
> 
> I'm using a single-file wiki right now but periodically I'd like to be able 
> to access it via the TiddlyWiki node.js server. With the ability to save via 
> that server back to the single file. Is there a way to do this?
> 
> This is the command line I've got so far. It starts the server with my wiki 
> but it doesn't support saving and logs a warning that "Plugins required for 
> client-server operation... are missing from tiddlywiki.info 
>  file".
> 
> $ tiddlywiki --verbose --load 'mywiki.html' --listen
> 
> I have tried creating a `tiddlywiki.info ` file with 
> the client-server plugins and then using the above command. But that converts 
> the single-file wiki into a wiki folder which I don't want. I just want to 
> serve the single file, and have changes saved back to it.
> 
> Thanks!
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tiddlywiki/RCDhAxN38l4/unsubscribe 
> .
> To unsubscribe from this group and all its topics, send an email to 
> tiddlywiki+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/f8f4a47c-3917-4dc7-8194-0e49dc9642aao%40googlegroups.com
>  
> .

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/F8995141-569A-4E5A-AC93-689847FC7791%40poehls.me.