Since the server is running on your laptop, it would be it's IP address that you need. You didn't mention whether your laptop was windows or mac. I know nothing of macs, but here's a link to several methods for finding your IP:
https://www.wikihow.com/Find-Your-IP-Address-on-a-Mac If you're on windows, just open a command shell and type ipconfig. Look for the line that says "IPv4". According to tiddlywiki.com (https://tiddlywiki.com/#ServerCommand) you need to change the options part of your node.js invocation to: --server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245 where 192.168.0.245 gets substituted with your laptop's actual IP of course. But tiddlywiki on plain.js doesn't serve images, and the browser will absolutely refuse to let you access the local images while viewing as a localhost web page. So, you might want to try Jed's Bob server or Arlen's tiddly-server. Each one has a different way of configuring for an image (files) directory. Assuming your images lived somewhere on a relative path to your TW instance, then once you know your IP and the virtual file path then you can change the base path for your <<ximg>> to something like "http://192.168.1.114:8080/files/" . HTH -- Mark On Thursday, May 3, 2018 at 6:58:08 PM UTC-7, JWHoneycutt wrote: > > @Mark S. > `local web path, not the physical file path` Is there an example of image > refs on Node.js I can copy? (I don't know how to convert to local web path > lingo) > > `whether you're actually trying to run nodejs ON your iOS device, or > whether you're trying to connect to an existing server running on your > laptop` > I have my wiki autoloading when my laptop boots, and I love that. I can > edit it and everything (except I've lost my images). > I was hoping that any changes I made were saved to Dropbox, and when I > "load" my wiki using my phone, it would access the updated info on > Dropbox. I think that means I am trying to run Node.js ON my IOS device > (right?). > Your post has me guessing every conceivable combo starting with > 192.168.X.X:19671 on my iphone though (in hopes that it works through my > wifi FROM my laptop) > > JWHoneycutt > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/761403d8-887d-42f9-b30f-0a805d54f42f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

