[tw5] Re: TiddlyWiki: Drag and drop image link to create tiddler with _canonical_uri link to the image

2023-04-04 Thread Donald Coates
You have to have some sort of server running to upload files. When you drag an image into a single file wiki it is not uploading it, it is converting it to binary(?), not actually uploading the image. The nodejs version is running on server software that can upload files. I use filestash

[tw5] Re: Wiki folder 'myfirstwiki' does not exist or is missing a tiddlywiki.info file

2022-07-24 Thread Donald Coates
Hello. First off discussions have moved to talk.tiddlywiki.org. You will have much quicker answers to your questions there. I will assume you are new to tiddlywiki. There are two forms a tiddlwiki can take - 1. a single html file and 2. a nodejs server. The link you give describes the

[tw5] Re: trying to embed gist (github) in tiddler

2021-02-23 Thread Donald Coates
>From a previous thread where I was having the same problem: SOLUTION/WORKAROUND WARNING: this requires changing a core tiddler. The code is there for a reason. My use case is very specific in that I will only be doing this on a wiki that runs just to render static tiddlers. I noticed that

[tw5] Re: What is the best way to set up a blog / website with Tiddlywiki?

2021-02-04 Thread Donald Coates
Hello. I did this with my blog at https://blog.digitalap3.com . I am a respiratory therapist by trade and with covid the blog is one of many projects I have let go of for now. I have no coding skills. I can copy and paste into terminal. > Unless you are doing

[tw5] Re: Tiddlywiki and Nextcloud: It's a match!

2020-12-17 Thread Donald Coates
[image: server setup.jpg] On Thursday, December 17, 2020 at 8:08:37 PM UTC-5 Mark S. wrote: > Are you talking about serving up inside your own network, or across the > internet? If across the > internet, then do you do this through some ISP ? > > On Thursday, December 17, 2020 at 5:04:17 PM

[tw5] Re: Tiddlywiki and Nextcloud: It's a match!

2020-12-17 Thread Donald Coates
you can see the login screen for my nextcloud instance at https://nextcloud.olliespeople.place and the tiddlywiki at https://olliespeople.place. The tiddlywiki html and image files are accessible inside the nextcloud instance so I can upload more files through nextcloud. All files are being

[tw5] Re: Tiddlywiki and Nextcloud: It's a match!

2020-12-17 Thread Donald Coates
basically I used the word basically basically way too many times and not being able to do even basic editing on my post is basically driving me crazy. On Thursday, December 17, 2020 at 8:04:17 PM UTC-5 Donald Coates wrote: > Nextcloud <https://nextcloud.com/> is basically a self-ho

[tw5] Re: Tiddlywiki and Nextcloud: It's a match!

2020-12-17 Thread Donald Coates
Nextcloud is basically a self-hosted file server with a ton of add ons to increase functionality including anything from a map plugin to video chat, bookmarks, rss reader, and integration with software such as collabora and only office.

[tw5] Re: Tiddlywiki and Nextcloud: It's a match!

2020-12-17 Thread Donald Coates
Yes and with their sync software one could make changes to a standalone html tiddlywiki and just download to save the 'regular' way into the synced folder so that the changes are synced immediately. On Thursday, December 17, 2020 at 5:30:47 AM UTC-5 sil...@gmail.com wrote: > We can also add

Re: [tw5] Creating a gallery of images in a directory

2020-12-16 Thread Donald Coates
and check out bobEXE as an easy way to run nodejs tiddlywiki on your windows machine. On Tuesday, December 15, 2020 at 5:59:12 AM UTC-5 Anthony wrote: > Thanks Jan, > > I've not looked into node.js yet and php is beyond my current skills-set - > maybe

Re: [tw5] Creating a gallery of images in a directory

2020-12-16 Thread Donald Coates
still using nodejs check out tiddlywiki.files and tiddlywikifolders as a way to manipulate files. tiddlywiki.files in particular will allow you to have tiddlywiki load a folder, apply a tag

[tw5] Tiddlywiki and Nextcloud: It's a match!

2020-12-16 Thread Donald Coates
This is probably way outside general concern but I've been playing with nextcloud lately to host files and found that 1. nodejs tiddlywiki shows up nicely in the 'external sites' app (an iframe nextcloud uses to show websites internal to the nextcloud interface) with no problems saving 2.

[tw5] Re: Twtube

2020-12-10 Thread Donald Coates
No problem!! Yes serving external files with a proxy server is always like this - lots of assumptions that lead to lots of confusion. It's a bit outside most use cases I guess. Using nginx to serve media files outside TW is absolutely the way to go though IMO the performance is way worth it.

[tw5] Re: Twtube

2020-12-09 Thread Donald Coates
So I don't think it will work this way - trying to access it by tw import. You have to think of it this way - *nginx is serving the file* within tiddlywiki. nginx has to be able to serve the file separately on its own. Here is the code I put in for the video you see in my wiki: ```

Re: [tw5] Re: Last request for the week!

2020-12-08 Thread Donald Coates
May I ask which plugin? But I figured it out! I was using a plugin by Eric. I just changed subtitle > to subtitle={{{ [[$tid$]get[caption]] }}} > > Thanks and blessings. > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Twtube

2020-12-08 Thread Donald Coates
My barely educated guess: tiddlywiki still relies on nginx to connect to the video. The src has to be in a place that is accessible to nginx. Therefore you should be able to add that directory location onto a web address and have nginx serve it directly, like an external image. One way

[tw5] Re: Twtube

2020-12-08 Thread Donald Coates
I started my tiddlywiki nodejs server the normal way with the `tiddlywiki` command. In fact it had been running for a couple weeks. I did the same as with the standalone - just dragged the downloaded tid onto the nodejs servers page and reloaded. Start there and see if all the other problems

[tw5] Re: Twtube

2020-12-05 Thread Donald Coates
Okay I went ahead and just did it on my nodejs server. Did just like I said below and again it worked fine, as you can see here On Thursday, December 3, 2020 at 3:24:23 PM UTC-5 duche...@gmail.com wrote: > > I'm running

[tw5] Re: Twtube

2020-12-05 Thread Donald Coates
So I just went to the live demo and downloaded the tid then dragged it into a standalone wiki and it worked fine. I think the instructions are for development? I realize you are using a nodejs server which may work differently but maybe just try dragging

[tw5] Re: Private and public tiddlers in single-file wiki with tw-receiver

2020-11-21 Thread Donald Coates
I absolutely love tw-receiver it is so incredibly useful. This looks really interesting I will definitely give it a try. There are so many php enabled hosts out there I hope folks will look further into this method of hosting and saving as they look for alternatives to tiddlyspot. On Friday,

Re: [tw5] Re: HOWTO: Upload files/images to cloud storage automatically

2020-11-10 Thread Donald Coates
might modify it to also handle PDFs. > > On Nov 6, 2020, at 17:10, Donald Coates > > wrote: > >  > Absolutely. With the setfield command we are setting the value for the > field _canonical_uri, text, and moved. _canonical_uri is a default field > that tiddlywiki

[tw5] Re: Is there any way to export TiddlyWiki to a list of markdown files?

2020-11-07 Thread Donald Coates
wow this is nice thank you! On Thursday, November 5, 2020 at 2:46:07 AM UTC-5, Victor Dorneanu wrote: > > I've done this before using these instructions here: > https://davidalfonso.es/posts/migrating-from-tiddlywiki-to-markdown-files > > The original gitlab repository from David Alfonso doesn't

[tw5] Re: HOWTO: Upload files/images to cloud storage automatically

2020-11-06 Thread Donald Coates
Absolutely. With the setfield command we are setting the value for the field _canonical_uri, text, and moved. _canonical_uri is a default field that tiddlywiki looks for that marks the tiddler as a placeholder pointing to a specific address. text is a default field containing the text of the

[tw5] Re: HOWTO: Upload files/images to cloud storage automatically

2020-11-04 Thread Donald Coates
With both my nodejs and single file wikis I import images normally and then occasionally run a script that moves them to an external directory and creates a placemarker tiddler with a canonical uri: #!/bin/bash myyear=$(date +"%Y") mymonth=$(date +"%m") tiddlywiki --save

[tw5] Re: What is the science of thinking?

2020-10-30 Thread Donald Coates
It sounds like you are describing Information Architecture . On Friday, October 30, 2020 at 3:52:17 AM UTC-4 bimlas wrote: > I apologize for writing to the group lately on philosophical topics, but a > note-taking software isn’t worth

[tw5] Re: Tiddlywiki Static --render command and "tv-get-export-link/path"

2020-10-30 Thread Donald Coates
so mine looks like this: --render "[page-type[post]publish[yes]]" "[has[created]addsuffix[.html]]" "text/plain" "$:/blog-gallery/templates/static.tiddler.html" On Friday, October 30, 2020 at 7:53:48 PM UTC-4 Donald Coates wrote: > try putting all in

[tw5] Re: Tiddlywiki Static --render command and "tv-get-export-link/path"

2020-10-30 Thread Donald Coates
try putting all in quotes including "text/plain" and use [has[created] instead of [is[tiddler] On Saturday, September 12, 2020 at 3:08:02 PM UTC-4 bmad...@gmail.com wrote: > Hi! > > I have been using the tiddlywiki --rendertiddlers command to render the > tiddlers for my static website. Since

[tw5] Re: New Google Group: View Starred Topics?

2020-10-30 Thread Donald Coates
FINALLY! On Thursday, October 29, 2020 at 6:52:50 PM UTC-4 amreus wrote: > Quick update - there is now a "Starred conversations" item on the left in > the new interface. > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread Donald Coates
Dev code is working beautifully. I also added the tiddler as Mohammed suggested to get the link to show under the tags and above the text and it works beautifully. I think there is a problem though with using the web site title as the > tiddler title. As you know, web site titles are not

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread Donald Coates
edit to above I see the url is added a field. -- 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

[tw5] confirmed working on private server (vps)

2020-10-28 Thread Donald Coates
Thank you for this. I can confirm it works on my private server https://mainwiki.digitalap3.com possibly in instructions specifically say add files directory in same directory as tiddlers changed the url in forms.html and funcs.js more specific on adding bookmarklet: I created a bookmark

[tw5] Re: removing tag from a list of tags

2020-10-15 Thread Donald Coates
done. Thank you for all the time you put in. On Thursday, October 15, 2020 at 8:29:40 AM UTC-4, Eric Shulman wrote: > > On Thursday, October 15, 2020 at 5:11:34 AM UTC-7, Donald Coates wrote: >> >> I tried to donate on your site and it says 'something is not working' on >

[tw5] Re: removing tag from a list of tags

2020-10-15 Thread Donald Coates
Shulman wrote: > > On Wednesday, October 14, 2020 at 7:43:14 PM UTC-7, Donald Coates wrote: >> >> I would like to remove the tag Journal from the list but can't seem to >> get my head around it. >> <$list filter={{!!tags}} template="$:/core/ui/TagTempla

[tw5] removing tag from a list of tags

2020-10-14 Thread Donald Coates
As you can see below I have a list of each journal entry with a list of the tags below it. I would like to remove the tag Journal from the list but can't seem to get my head around it. !! Recent (last 10) Journal Entries <$list filter="[tag[Journal]!sort[created]limit[10]]" >

Re: [tw5] Re: XMLhttpRequest Errors

2020-10-10 Thread Donald Coates
On Thursday, October 8, 2020 at 5:54:39 PM UTC-4, Rika Sukenik wrote: > > hi! just following up on this. Anyone know what could be the cause of the > xmlhttp errors? I am now getting the errors on my domain server ( > www.rikasukenik.com) > how are you serving the file? off github like the

[tw5] Re: Using/allowing script tags for static file rendering

2020-10-01 Thread Donald Coates
SOLUTION/WORKAROUND WARNING: this requires changing a core tiddler. The code is there for a reason. My use case is very specific in that I will only be doing this on a wiki that runs just to render static tiddlers. I noticed that the rendering process for the

[tw5] Re: Using/allowing script tags for static file rendering

2020-10-01 Thread Donald Coates
thers. > > Regards > Tony > > > On Thursday, 1 October 2020 01:29:29 UTC+10, Donald Coates wrote: >> >> It is possible to have a tiddler with a

[tw5] Re: Using/allowing script tags for static file rendering

2020-10-01 Thread Donald Coates
Thank you Joshua! Though I am not sure it applies to the extremely specific github gist embed case, this is really useful info for the building of templates and will be very handy going forward. Thank you!! On Wednesday, September 30, 2020 at 7:18:10 PM UTC-4 joshua@gmail.com wrote: >

[tw5] Re: Using/allowing script tags for static file rendering

2020-09-30 Thread Donald Coates
It is possible to have a tiddler with a

[tw5] Using/allowing script tags for static file rendering

2020-09-29 Thread Donald Coates
Is it possible to have

[tw5] Re: A beautiful post that describes the Joy of Tiddlywiki

2020-09-12 Thread Donald Coates
Thank you! I had looked into webmentions as a plugin for wordpress at one time. You have hit on something I am very interested in -- activitypub based comment system so that 1) you can use a 'universal login system' and 2) conversations can happen both on the blog page and, in the event of a

[tw5] Re: FileSystemPaths - can you use multiple tags in same tiddler to make a file directory?

2020-09-11 Thread Donald Coates
I am sorry to not have a real answer. I wonder if using a field would serve you better. Then you could just enter specifically the path. Unless you are using numbers or alphabet I don't see how you can get the right order of tags to produce the desired path. Ie getting a path

[tw5] Re: A beautiful post that describes the Joy of Tiddlywiki

2020-09-11 Thread Donald Coates
It absolutely does. The bulk of the fediverse uses the ActivityPub protocol which is something that could definitely be implemented in tiddlywiki. Well I shouldn't say definitely because it is above my

[tw5] Re: A beautiful post that describes the Joy of Tiddlywiki

2020-09-11 Thread Donald Coates
hnology so people can thrive and expand, not be slaves. > > Tones > > On Friday, 11 September 2020 20:25:29 UTC+10, Donald Coates wrote: >> >> This post <https://rosslaird.com/about/about-site/> by Ross Laird about >> his idea concerning web development doe

[tw5] Re: Announcing A Static Site Generator

2020-09-11 Thread Donald Coates
Thank you so much. Now to keep at it!! On Thursday, September 10, 2020 at 11:49:10 PM UTC-4, Charlie Veniot wrote: > > That is a right beauty of a blog and a really wonderful TiddlyWiki use > case. Bravo! > > On Thursday, September 10, 2020 at 9:16:09 PM UTC-3 digit...@gmail.com > wrote: > >>

[tw5] A beautiful post that describes the Joy of Tiddlywiki

2020-09-11 Thread Donald Coates
This post by Ross Laird about his idea concerning web development does a beautiful job of describing so much of what makes Tiddlywiki so great. It's a nice read for a quiet moment. Just one of many gems: "And we should try, I think, to create online

[tw5] Announcing A Static Site Generator

2020-09-10 Thread Donald Coates
I finally "finished" something I have wanted to do for a very long time - made a static site generator using tiddlywiki to generate my blog. All of this is obviously still very much a work in progress but I think it is done enough to be useful to myself and others. The code is on

[tw5] Re: stroll drift tiddlyroam streams use cases?

2020-09-04 Thread Donald Coates
This is driving me crazy. There has to be hidden button or something wth. On Thursday, June 25, 2020 at 10:34:51 AM UTC-4 David Gifford wrote: > Mark S, > > Hmm, can't edit posts anymore. I was going to add for you to keep in mind > that I am the guy desperate enough to create ways in Stroll

[tw5] Re: modify encodeuricomponent to use hyphens instead of %20?

2020-09-04 Thread Donald Coates
can we not edit posts anymore??? the encodeuricomponent operator is not necessary above On Friday, September 4, 2020 at 11:44:32 PM UTC-4 Donald Coates wrote: > > So I figured out a way to get the behavior I am looking for: > > tiddlywiki –render "[tag[post]]" >

[tw5] Re: modify encodeuricomponent to use hyphens instead of %20?

2020-09-04 Thread Donald Coates
asically this creates a uri with hyphens and all lowercase from the title of tiddlers tagged posted instead of the %20 for spaces which I think is really ugly. a small thing I know but it was bugging me. On Friday, September 4, 2020 at 6:44:34 PM UTC-4 Donald Coates wrote: > is this possibl

[tw5] modify encodeuricomponent to use hyphens instead of %20?

2020-09-04 Thread Donald Coates
is this possible? Playing with advanced search I don't see anything too obvious. I found some references to the filter operator in $:/core/modules/filters/decodeuricomponent.js but nothing explicit. -- You received this message because you are subscribed to the

[tw5] Re: limit to hyphens in title when rendering tiddlers??

2020-09-04 Thread Donald Coates
okay it works now and honestly I have no idea why. On Friday, September 4, 2020 at 1:57:49 AM UTC-4 Donald Coates wrote: > double checked to make sure it wasn't the template and the > "$:/core/templates/static.tiddler.html" behaves the same way > > > On Friday, Septemb

[tw5] Re: limit to hyphens in title when rendering tiddlers??

2020-09-03 Thread Donald Coates
double checked to make sure it wasn't the template and the "$:/core/templates/static.tiddler.html" behaves the same way On Friday, September 4, 2020 at 12:10:30 AM UTC-4, Donald Coates wrote: > > using this command > > `node /home/nodeuser/tiddlywikis/Tid

[tw5] Re: limit to hyphens in title when rendering tiddlers??

2020-09-03 Thread Donald Coates
underscores work in place of hyphens but it still seems very strange On Friday, September 4, 2020 at 12:10:30 AM UTC-4 Donald Coates wrote: > using this command > > `node /home/nodeuser/tiddlywikis/TiddlyWiki5/tiddlywiki.js \ > --render "[page-type[post]publish[yes]]&

[tw5] limit to hyphens in title when rendering tiddlers??

2020-09-03 Thread Donald Coates
using this command `node /home/nodeuser/tiddlywikis/TiddlyWiki5/tiddlywiki.js \ --render "[page-type[post]publish[yes]]" "[has[created]addsuffix[.html]]" "text/plain" "$:/blog-post/templates/static.tiddler.html"` a tiddler with the title one-two-three will render. a tiddler with

Re: [tw5] Re: How to keep multiple wikis running on node.js without terminal up

2020-09-01 Thread Donald Coates
What OS are you using? There are some good tmux cheatsheets out there but you can 1) create a new session for each wiki (tmux new -s wiki1 , etc) then tmux attach -t wiki1; run the wiki; ctrl-b then d to detach; repeat for each wiki 2) create a new session tmux new -s wiki ; then attach ;

[tw5] Re: Stroll - Idea Stew

2020-08-24 Thread Donald Coates
So it sounds like you are trying to do something on all new tiddlers? If so maybe looking into templates would be start: https://tiddlywiki.com/#TemplateTiddlers On Monday, August 24, 2020 at 6:06:56 PM UTC-4 W.D. wrote: > Hello Birthe and thank you. > > Attached are screenshots. The default

[tw5] Re: [Showcase] My personal website generated using Tiddlywiki

2020-08-16 Thread Donald Coates
Wow I am really impressed and excited for a step by step. I really want to use tiddlywiki as a static site generator and what you have produced far exceeds what I thought was possible. On Saturday, August 15, 2020 at 9:32:04 AM UTC-4 bmad...@gmail.com wrote: > Here: http://adithyab.in/ > >

[tw5] Re: Hosting NodeJs version of site (not stripped down)

2020-08-13 Thread Donald Coates
this is also a very helpful resource: https://groups.google.com/d/msg/tiddlywiki/TEcnRk5WRHc/JY9D0xHcBQAJ On Thursday, August 13, 2020 at 4:08:03 PM UTC-4, Garrett wrote: > > Hi there! > > New to TiddlyWiki but extremely excited about the potential! I'm > interested in exporting my TiddlyWiki

[tw5] Re: Hosting NodeJs version of site (not stripped down)

2020-08-13 Thread Donald Coates
This tutorial may be helpful: https://www.didaxy.com/exporting-static-sites-from-tiddlywiki (this is not my work) On Thursday, August 13, 2020 at 4:08:03 PM UTC-4, Garrett wrote: > > Hi there! > > New to TiddlyWiki but extremely excited about the potential! I'm > interested in exporting my

[tw5] Re: Static html book created with TiddlyWiki

2020-07-24 Thread Donald Coates
I am interested in the size as well. An empty Stroll is like 2.6mb so I am guessing you stripped out most of the system tiddlers? On Thursday, July 23, 2020 at 1:15:52 PM UTC-4, David Gifford wrote: > > Hi all > > I used TiddlyWiki to create this 196 page book in Spanish as a static > html.

[tw5] Re: Static html book created with TiddlyWiki

2020-07-24 Thread Donald Coates
Very cool thanks for sharing. Did you use a specific theme or manipulate system tiddlers to get rid of sidebars and editing icons? Also, really looking foward making use of stroll it looks very useful for note taking. D On Thursday, July 23, 2020 at 1:15:52 PM UTC-4, David Gifford wrote: > >

[tw5] Re: Personal News

2020-06-02 Thread Donald Coates
Hello Jeremy I am so sorry to hear this. Coming off a long night shift so I'll post more if I think of it. Having worked in two hospitals hit hard outside NYC I have seen firsthand and all too many times what this virus does. We have too many healthcare workers who followed your course and you

[tw5] Re: More button foolery (borders & aufio)

2020-03-17 Thread Donald Coates
Fart buttons on my wiki!!! I'm in!! -- 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

[tw5] Re: encryption in TW5: node: Bob

2020-03-15 Thread Donald Coates
Jacob just wanted to make sure you were aware of vanilla nodejs authentication . Jed - good lord I have been dying for authentication for Bob for what seems like forever. AFAIK it is listed as 'under consideration' on the github plugin page

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-15 Thread Donald Coates
Thank you very much for this it validates what I was thinking. Here is a FB post I wrote: A Realistic Perspective. The problem, as usual, is that both sides contain an element of truth. If you're reading this and don't work in healthcare or are not consistently using its services, you have

[tw5] Re: Tiddlywiki and Coronavirus

2020-03-15 Thread Donald Coates
Hey Mohammed I was wondering if you have any details of this - like were these people already at risk with previous health issues, older folks, etc. I don't know if I really want to know. I am a respiratory therapist - my specialty is the mechanical ventilators and intubation procedure and any

[tw5] Re: A way to view the current utc date-time?

2020-03-14 Thread Donald Coates
Off topic - I have been using TW on and off since the days of classic and spent a lot of time playing around on the tiddly tools page. I am a big fan! You really opened me up to the idea of TW as way more than just a wiki/place to throw random thoughts. Not anything specific just the idea

[tw5] Re: A way to view the current utc date-time?

2020-03-14 Thread Donald Coates
That is 100% the solution. I can now get some sleep! Seriously thank you so much. Have a great weekend. On Saturday, March 14, 2020 at 12:57:22 AM UTC-4, Eric Shulman wrote: > > On Friday, March 13, 2020 at 8:30:49 PM UTC-7, Donald Coates wrote: >> >> Is there a way to vie

[tw5] A way to view the current utc date-time?

2020-03-13 Thread Donald Coates
Is there a way to view the current date-time. Ie <$view field="created"> except instead of 'created' show the current date time in utc? My use case is that I want to use the nodejs --setfield command to set the created/modified field to the utc date-time that the command is being run. I know

[tw5] Re: Have you seen my tiddlers (hiding not lost)

2020-03-13 Thread Donald Coates
se/#Customising%20Tiddler%20File%20Naming > > Best, > Josh F > > On Wednesday, March 11, 2020 at 5:31:35 AM UTC-7, Donald Coates wrote: >> >> so I was hacking away with my test wiki and unwittingly, if I remember >> correctly which is rare, activated some feature by eit

[tw5] Have you seen my tiddlers (hiding not lost)

2020-03-11 Thread Donald Coates
so I was hacking away with my test wiki and unwittingly, if I remember correctly which is rare, activated some feature by either upgrading to the pre release or clicking something or who knows what wherein new tiddlers are saved to an outside location so changes made don't break the wiki.

[tw5] Re: Tony's Tiny Tips

2020-03-09 Thread Donald Coates
Maybe a tag could be created for this? On Monday, March 9, 2020 at 7:34:38 PM UTC-4, TonyM wrote: > > Folks, > > We often discover useful little TiddlyWiki tips but tend only to share > them when someone asks a relevant Question. > > I would like to encourage this sharing so I will kick off with

[tw5] Re: Download just a tiddler from a TW?

2020-03-09 Thread Donald Coates
I know this is pretty vague but is something like a Widget Message what you are after. Like the download message ? This is something I'm just starting to explore so I can't be of any help beyond pointing at it. On Monday, March 9,

[tw5] Re: batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
s this > question: how node.js+tiddlywiki work with external images in a folder of > choice using _canonical_uri. > > --Mohammad > > On Monday, March 9, 2020 at 3:54:43 PM UTC+3:30, Donald Coates wrote: >> >> To add a little more to what I wrote above and address this

[tw5] Re: Method to load batch of images/files and externalize in nodejs server

2020-03-09 Thread Donald Coates
Thank you! On Monday, March 9, 2020 at 10:37:54 AM UTC-4, Mohammad wrote: > > Donald, > There is a little bracket unbalance! > > -- 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,

[tw5] Re: batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
I would clarify that the folder called files must be in the tiddler folder - the wikifolder may sound like it can be in the same folder as tiddlywiki.info and tiddlers. On Monday, March 9, 2020 at 9:23:24 AM UTC-4, Mohammad wrote: > > Saq, Donald > > Lets summarize the findings here (I edit

[tw5] Re: Method to load batch of images/files and externalize in nodejs server

2020-03-09 Thread Donald Coates
good goddess my ability to overcomplicate is as frightening as it is ridiculous. The way to do this is to just put all the images in the directory that nginx will be pointing to, lets say images. Then create a directory in the tiddler directory called loadfiles and put the following

Re: [tw5] Tiddler Templates

2020-03-09 Thread Donald Coates
If you haven't checked out the-book I can't recommend it enough. Regular updates are posted here as it is a work in progress but I have found the structured presentation extremely helpful. -- You

[tw5] Re: batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
To add a little more to what I wrote above and address this specifically - the files are not imported. A reference to their location is created when the server starts. If you look in the directory that the tiddlywiki.files file is in there are no other files there. At least this is what I

[tw5] Re: batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
okay my commute home brought some revelation. The nodejs server isn't limited by *what* files it can server but by *where* it can serve files from. So it can not serve files from outside the tiddler folder or a subdirectory of it. As the static file page referenced by Saq indicates, if

[tw5] Re: batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
Okay Mohammad and Astronoush based on what Saq is saying I am going to say that your initial path is incorrect so that the tiddlywiki.files is not looking in the correct place. It could be something to do with how the nodejs server is running on the windows machine and the availablity of the

Re: [tw5] batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
> "pictures/"} >> } >> } >> ] >> } >> >> >> >> When I start the wiki, I see all image tiddlers have been created >> successfully. but not image is shown. >> >> This is the structure of one image t

[tw5] Re: batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
The tiddlywiki.files method is an excellent way to manipulate directories of tiddlers it is definitely worth checking out. Also I noticed part of the TW Commander plugin the other day but have not used it. According to the page it can "perform many

Re: [tw5] batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
1:8080/pictures/IMG_20160405_122242.jpg > > Like you I think something wrong with _canonical_uri! But I don not know > what is that? > > > > > On Monday, March 9, 2020 at 11:40:23 AM UTC+3:30, Donald Coates wrote: >> >> my use case is a bit different from yours i

Re: [tw5] batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
ee empty PDF tiddlers as explained by Atronoush for his image tiddlers! > The address is always created as localhost/pdfs/filename > > where pdfs come from the prefix I set in tiddlywiki.files > > --Mohammad > > > On Monday, March 9, 2020 at 11:44:17 AM UTC+3:30, Don

Re: [tw5] batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
;prefix": >> "pictures/"} >> } >> } >> ] >> } >> >> >> >> When I start the wiki, I see all image tiddlers have been created >> successfully. but not image is shown. >> >> This is th

Re: [tw5] batch import/load images without filepath in title

2020-03-09 Thread Donald Coates
ame", "prefix": > "pictures/"} > } > } > ] > } > > > > When I start the wiki, I see all image tiddlers have been created > successfully. but not image is shown. > > This is the structure of one image tiddler >

[tw5] Method to load batch of images/files and externalize in nodejs server

2020-03-09 Thread Donald Coates
Use: take a directory of images/files and load them into wiki then move them to external folder served by webserver (ie nginx) and (optional) move 'placeholder' files (meta files) to subdirectory. Method: create subdirectory called loadfiles (doesn't matter) in tiddlers directory. create

Re: [tw5] batch import/load images without filepath in title

2020-03-08 Thread Donald Coates
Jeremy!! That was the solution Sorry for the exclamations but I have dumped a lot of time obsessively trying to figure this out. It has been constructive playtime I hope because I'm starting to get a sense of just how powerful the server can be beyond just serving the files, but I

[tw5] Re: batch import/load images without filepath in title

2020-03-07 Thread Donald Coates
Aw man now you opened up another rabbit hole for me to jump down. This did give me the idea to mount the server over sftp and then transfer multiple files that way so thank you. I have a feeling if I was better at regular expressions I could figure some way to manipulate the title while using

[tw5] batch import/load images without filepath in title

2020-03-07 Thread Donald Coates
I'm beating my head against a wall on this one. I want to move a directory of images into my wiki via the commandline. I know I can download them then drag and drop but I would rather just do it all on the nodejs server. using the load command ends up with a title that includes the entire

[tw5] Re: ExternalizeImages - having trouble

2020-03-03 Thread Donald Coates
Just discovered that site myself and it's awesome. Also check out 'the book' I am finding it very informative even as a wip. Welcome to the obsession! External Images were

[tw5] Re: ExternalizeImages - having trouble

2020-03-03 Thread Donald Coates
Not sure if this helps but the _canonical_uri field is not a default field. I wonder if you have to add it manually before you run your script, otherwise nothing runs after that command which seems to be what you are describing. I kind of doubt it because I would think TW would add it with

[tw5] Re: I excised a snippet to make a tiddler more readable, but won't they add up over time?

2020-03-03 Thread Donald Coates
I have been having a lot of fun with the tiddlywiki.files file used in conjunction with customizing tiddler names to read tiddlers in subdirectories and place tiddlers that have

[tw5] Re: Unknown command: listen

2020-02-23 Thread Donald Coates
The listen command was implemented in 5.1.18. previously the 'server' command was used. On Sunday, February 23, 2020 at 1:00:14 AM UTC-5, PaulT wrote: > > > Tiddlywiki --version reports 5.1.17 > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Tiddlywiki as an Application

2020-02-22 Thread Donald Coates
Have you checked out bobEXE ? I use TW5 on nodejs so I haven't played with this much but I remember it being an executable implementation of the node version packaged for Linux and MS. -- You received this message because you are subscribed to the Google

[tw5] Re: Work done with TW

2020-01-20 Thread Donald Coates
I am so blown away by this work!!! I'm not near done just looking around and trying to wrap my head around the complexity of what you have done here but I have to say amazing and thank you for little windows into how you did some of it. -- You received this message because you are subscribed

Re: [tw5] Re: Please provide a working example of tiddlyserver settings.json with multiple directories and authentication?

2020-01-13 Thread Donald Coates
t;> https://arlen22.github.io/tiddlyserver/docs/serverconfig.html#auth-option, >>> which lists the properties for each of those options objects. Only the >>> $elements property is required, but the defaults are not specified, except >>> in the source code. >>

[tw5] Re: Please provide a working example of tiddlyserver settings.json with multiple directories and authentication?

2020-01-13 Thread Donald Coates
Scott thank you so much taking the time to reply. The thread is a little confusing since the first three posts are me talking to myself. The second settings.json actually works. The problem I was having in the beginning was I was accessing the server from localhost which is by default given

  1   2   >