Re: [tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread Stefan Pfister
That would be fine. :) TonyM schrieb am Di. 13. Nov. 2018 um 23:15: > Stefan, > > I cant agree with "on android there is only the buggy and outdated > andtidwiki" because you can use Termux and then any nodeJS based TiddlyWiki > and Noteself also works well. > > I am just setting the record

Re: [tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread Stefan Pfister
Thanks, but what is bob? Do you have a link? Ste Wilson schrieb am Di. 13. Nov. 2018 um 18:23: > I've successfully had a tiddlywiki running on bob and served over the > Internet. Set up a dns on https://freedns.afraid.org and followed set up > instructions on bob! > > -- > You received this

Re: [tw5] Re: Button to create tiddler with title and time

2018-11-13 Thread Scott Kingery
Yeah, thanks Mohammad . Found out about the spaces issue the hard way. Still thinking it though. Might store the value in a field instead. On Tue, Nov 13, 2018 at 8:10 PM Mohammad wrote: > There is one issue! > When you title has space, then the tags={{!title}} would not work as > expected! >

[tw5] Re: TiddlyWiki and Education

2018-11-13 Thread Mohammad
Hello Tony! Tiddlywiki is a great tool in education and you can give many examples from note taking (e.g. course note), preparing rich reports, small databases, and tutorial, presentation, and much more I think for a short course the basics and doing queries using list would be enough (list,

[tw5] Re: Button to create tiddler with title and time

2018-11-13 Thread Mohammad
There is one issue! When you title has space, then the tags={{!title}} would not work as expected! Check it Mohammad -- 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

[tw5] Re: Glider.js and Tiddlywiki

2018-11-13 Thread Mohammad
Hello Mark, That looks great! Hope you can share! -Mohammad -- 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 post to

[tw5] Would it be possible to import a .tid-files from a webfolder?

2018-11-13 Thread TonyM
Jan, I have similar interests. Are the tid filenames already known? What if you could see the content in the files without importing them? Do you want a directory list to select from? How do the tid files get there in the first place? How are you serving the tiddlywiki or is it in a file folder?

[tw5] Re: Would it be possible to import a .tid-files from a webfolder?

2018-11-13 Thread 'Mark S.' via TiddlyWiki
I'm pretty sure based on prior conversations in the forum that this is not possible thanks to browser security restrictions. The fear is that malicious code could read anything off your system if it was allowed to happen without a dialog. -- Mark On Tuesday, November 13, 2018 at 3:52:15 PM

[tw5] Would it be possible to import a .tid-files from a webfolder?

2018-11-13 Thread Jan
Hey everybody, I know it is possible to import files by drag and drop, I know it is possible to browse for a local folder and select a tid file to import. What exactly happens when I drag a tiddler into the dropzone or press an import button? Is there a way to build a button to import .tid

[tw5] Re: How to start BobWiki with lazy loading?

2018-11-13 Thread Dave
I'm looking for both the pc and android (Termux) versions On Tuesday, November 13, 2018 at 3:38:07 PM UTC-7, Dave wrote: > > I'm assuming this is possible, but I can't find how to start BobWiki with > lazy loading. I searched here and tried to at > https://github.com/OokTech/TW5-BobEXE, but my

[tw5] TiddlyWiki and Education

2018-11-13 Thread TonyM
Folks, I am planning to offer a training course in TiddlyWiki to a local community college in Sydney, perhaps 8 x 2 hours. - I hope to teach about the "TiddlyWiki Platform" with a view to empowering students to craft their own solutions in software for everything from day to day

[tw5] How to start BobWiki with lazy loading?

2018-11-13 Thread Dave
I'm assuming this is possible, but I can't find how to start BobWiki with lazy loading. I searched here and tried to at https://github.com/OokTech/TW5-BobEXE, but my search skills there aren't the best... -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Button to create tiddler with title and time

2018-11-13 Thread TonyM
Scott, Glad you worked through it. The following would wor, saving some steps, <$wikify name="newtitle" text="""{{!!title}}: <>"""> You can load quite a bit into the wikify and using the three quotes """ ensures the content can contain " Regards Tony On Wednesday, 14 November 2018 06:36:44

[tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread PMario
Hi Stefan, I did have a closer look at WebDav possibilities with nextcloud. .. The problem here is, that they do support WebDav to connect other computers as a "remote harddisk". .. BUT they don't serve HTML TWs which uses PUT commands, to save back changes, for security reasons. -m --

[tw5] Re: Glider.js and Tiddlywiki

2018-11-13 Thread 'Mark S.' via TiddlyWiki
[image: scroll-in-action.png] Sort of possible. My approach was klugey. Trying things. -- 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

[tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread TonyM
Stefan, I cant agree with "on android there is only the buggy and outdated andtidwiki" because you can use Termux and then any nodeJS based TiddlyWiki and Noteself also works well. I am just setting the record strait for any future readers of this thread. I think that being able to deliver

[tw5] Re: Button to create tiddler with title and time

2018-11-13 Thread Scott Kingery
A bit more poking and prodding and I've go it: \define concatenate() {{!!title}}: <> <$wikify name="newtitle" text=<> > <$button>New Project <$action-sendmessage $message="tm-new-tiddler" tags={{!!title}} title=<< newtitle>>/> Create a new tiddler from the current one using the current

[tw5] Re: [TW5] Create a table template - transclusion?

2018-11-13 Thread 'Mark S.' via TiddlyWiki
Here's a kludgey solution. You will probably need someone who understands CSS better to come up with a better solution. First change the template tiddler to: \define mytable(colorclass) @@display:block; color:lightgrey; <> @@ ''Value 1'' @@display:block;width:15em;{{!!value1}}@@

[tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread Ste Wilson
I've successfully had a tiddlywiki running on bob and served over the Internet. Set up a dns on https://freedns.afraid.org and followed set up instructions on bob! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread 'Mark S.' via TiddlyWiki
Have you looked at Bob ? Search the forum or https://github.com/OokTech/TW5-Bob I'm pretty sure Jed said one of the reasons for developing Bob was that it put less strain on his Raspberry pi server. Good luck! -- Mark On Tuesday, November 13, 2018 at 7:48:51 AM UTC-8, Stefan Pfister wrote: >

[tw5] Hosting TW on a raspberry pi server access via android phone?

2018-11-13 Thread Stefan Pfister
Hi folks, i have a raspberry pi nas server up and running with the image nextcloudpi. That means nextcloud is running and accessible over web. How can I host a tiddlywiki-file on this server? With the ability to save? Tried to look up webdav. But I don't find a solution for a beginner like me.

[tw5] Re: Tiddlers re-appear after deleting them (node.js)

2018-11-13 Thread Matthew Lauber
I'd check permissions on the wikiFolder directory. To me, that sounds like a situation where node attempts to delete the files, but is not permitted to. Then a few seconds later, it notices those files are still there, and reloads them. On Saturday, November 10, 2018 at 4:24:16 AM UTC-5,

[tw5] Re: Button to create tiddler with title and time

2018-11-13 Thread Scott Kingery
Thanks, Tony. Your clues to wikify helped. I got closer. Now I just have to figure out how to concatenate the 2 fields. <$wikify name=mytime text=<> > <$wikify name=mytitle text={{!!title}} > <$button>New Project <$action-sendmessage $message="tm-new-tiddler" tags={{!!title}} title=< >/> On

[tw5] Re: [TW5] Create a table template - transclusion?

2018-11-13 Thread Rafael Aprato
I'm sorry to resurrect an old thread; but I noticed a rather important issue only after I had started applying the new tables to my TW. Even when I use your json, the table doesn't stick to the top anymore...It works as if the table was inline with the text; the more I write, the more it goes

[tw5] Re: Presenting: field value selector

2018-11-13 Thread HC Haase
Hi Mat I really like to use your "plugin" it could be quite handy in some cases. but like J MC I cant get it to work. Is there a bug? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: [indentify plugin] Field values in other tiddlers?

2018-11-13 Thread HC Haase
Thank you Birthe (a fellow Dane?) that was the one. -- 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 post to this

[tw5] Re: [indentify plugin] Field values in other tiddlers?

2018-11-13 Thread Birthe C
Could it be http://fieldvalueselector.tiddlyspot.com by Mat, mentioned here: https://groups.google.com/d/msg/tiddlywiki/5ALY9frPO0I/UAzCHJv2AAAJ Birthe tirsdag den 13. november 2018 kl. 08.51.02 UTC+1 skrev HC Haase: > > Hi > > I need your help to identify a plugin. Its in my wiki but is not