Re: [tw5] Re: [philosophy] Is TW programming?

2018-08-21 Thread Arlen Beiler
You all "hack" inside TiddlyWiki using wikitext to get it to do what you want it to do. I "hack" the TiddlyWiki platform itself using JavaScript to get it to do what I want. :) I'm actually terrible at wikitext. I'm always looking things up, and I've only ever written one complex macro and that

[tw5] Does code mirror have a spell checker?

2018-08-19 Thread Arlen Beiler
Hello everyone, Does code mirror have a spell checker? Thanks Arlen -- 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

Re: [tw5] Re: Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-17 Thread Arlen Beiler
So what happens if you import them into the latest empty? Each version of TiddlyWiki has performance improvements, so upgrading to a new version can make a big difference. On Fri, Aug 17, 2018, 15:51 Siniy-Kit wrote: > The problem is not in filters I use (I think, but not sure). When I have >

Re: [tw5] Re: Single TW5 with 12500 tiddlers. How to make it work faster?

2018-08-15 Thread Arlen Beiler
If you are going to divide it into multiple pages you should definitely figure out a way to load the core and plugins from one URL so it can be cached. This will decrease the file size by 1.5MB or more, depending on your plugins. They can be added to the preloadTiddlers array like normal. I would

Re: [tw5] Lazy loaded tiddlers can't be deleted

2018-08-10 Thread Arlen Beiler
Yes, I think you are probably correct. I have noticed this behaviour before but never bothered to investigate much. I for one would be more than happy to have this solved, but I never really understood it. On Fri, Aug 10, 2018, 14:48 'Andreas Hahn' via TiddlyWiki < tiddlywiki@googlegroups.com>

Re: [tw5] TiddlyWiki in the Sky for Dropbox re: linking via relative path

2018-08-07 Thread Arlen Beiler
At this point it is not possible. I don't know if it ever will be, because of the way it is hosted on GitHub. I would have to figure out how to proxy src requests to the Dropbox API. I don't even know if that's possible in modern browsers. I'll give it some thought though, because that would be

Re: [tw5] Headless Tiddlyserver on Pi

2018-08-06 Thread Arlen Beiler
The fact that you're running on a Pi instead of Android makes a world of difference. Just Google how to check what process is listening on a specific interface on Linux. On Tue, Aug 7, 2018 at 1:33 AM Ste Wilson wrote: > > I've followed https://www.didaxy.com/tiddlyserver-on-the-raspberry-pi to

Re: [tw5] Re: Installed tiddlyserver, but still unable to save TW file in FF 61

2018-08-05 Thread Arlen Beiler
A few things. First, you can download the latest empty and then just drag the other wiki into it to import everything. Second, you can drag the put saver tiddler from empty into the one you are trying to save. If you open the devtools in the browser and go to the network tab, what requests are

Re: [tw5] Re: Making a browser plugin to allow saving to the file system.

2018-08-03 Thread Arlen Beiler
Containers is an interesting idea, certainly. On Friday, August 3, 2018 at 11:02:56 AM UTC+2, PMario wrote: > >> Hi Arlen. >> That's TiddlyDesktop or any other node-based app the exists already. ... >> -m > > IMO the trick is, to use what already exists on every operating system. So > there

Re: [tw5] Re: TiddlyDesktop : Request

2018-08-02 Thread Arlen Beiler
Try this one https://github.com/Arlen22/TiddlyServer/blob/master/GETTINGSTARTED.md TiddlyServer is a little hard to get started with. Maybe a command prompt configuration utility would simplify it. Arlen On Fri, Aug 3, 2018 at 12:50 PM Alfonso Arciniega wrote: > Thanks, Arlen. > > I would

[tw5] Making a browser plugin to allow saving to the file system.

2018-08-02 Thread Arlen Beiler
To whom it may concern, I have a thought concerning saving wikis on your local computer. Someone could easily make a browser extension that communicates with a NodeJs process to enable saving wikis back to the file system. I think. But I'm not quite sure how. Does anyone here have any thoughts or

Re: [tw5] Re: TiddlyDesktop : Request

2018-08-02 Thread Arlen Beiler
If you can listen on localhost you can use TiddlyServer. It allows you to save files directly back to the server in a way that feels like tiddlyfox. You can also use data folders like with NodeJs TW5, which I find much more convenient, personally. On Fri, Aug 3, 2018, 03:45 @TiddlyTweeter wrote:

Re: [tw5] Announcing TWITS for data folders!!!

2018-08-01 Thread Arlen Beiler
Hi Arlen >>> >>> I am using a TW file and it works really well. >>> I've partnered it with Updog >>> >>> Its amazing! thank you! >>> >>> >>> a final question: when you say "data folders" what do you mean? &g

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread Arlen Beiler
uns ok with >>> 127.0.0.1:8080 and 192.168.1.100:8080. but gives the EADDRINUSE error >>> for 0.0.0.0. I was able to run 0.0.0.0 on the same machine under Windows. >>> >>> -- Mark >>> >>> On Monday, July 30, 2018 at 11:58:26 PM UTC-7, Arlen Beil

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-08-01 Thread Arlen Beiler
same thing when trying to run >> with 0.0.0.0 (port 8080) on Linux desktop. It runs ok with 127.0.0.1:8080 >> and 192.168.1.100:8080. but gives the EADDRINUSE error for 0.0.0.0. I >> was able to run 0.0.0.0 on the same machine under Windows. >> >> -- Mark >> >

Re: [tw5] Announcing TWITS for data folders!!!

2018-07-31 Thread Arlen Beiler
t a 3rd party might be perusing your dropbox >> directory. I think you've explained before that that doesn't/can't happen? >> >> Thanks! >> >> -- Mark >> >> On Monday, July 30, 2018 at 11:59:32 PM UTC-7, Arlen Beiler wrote: >>> >>> Yes, the app

Re: [tw5] Announcing TWITS for data folders!!!

2018-07-31 Thread Arlen Beiler
> I am a bit confused... could you explain what happens next. It looks like > I am being asked to share my dropbox with you. > > > > Alex > > On 30 July 2018 at 08:32, Arlen Beiler wrote: > >> Hello everyone, >> >> I have worked out a prototype of TiddlyWik

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-07-31 Thread Arlen Beiler
te them down. I remember picking something like 3030 which was unlikely > to be in use. What port have you used with 0.0.0.0 successfully? > > Thanks! > -- Mark > > On Monday, July 30, 2018 at 8:30:04 PM UTC-7, Arlen Beiler wrote: >> >> Usually that error i

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-07-30 Thread Arlen Beiler
it generates an EADDRINUSE error if you use 0.0.0.0. Or > at least on mine. Does it work differently on your set up? > > Thanks! > -- Mark > > On Monday, July 30, 2018 at 12:40:43 AM UTC-7, Arlen Beiler wrote: >> >> It only allows two command line arguments af

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-07-30 Thread Arlen Beiler
ted to hear how it goes! > > Best wishes > Josiah > > On Sunday, 29 July 2018 09:04:29 UTC+2, Arlen Beiler wrote: >> >> Dory - NodeJS / JavaScript >> >> https://play.google.com/store/apps/details?id=io.tempage.dorynode >> >> I haven't looked into

Re: [tw5] Re: Dory - NodeJS / JavaScript

2018-07-30 Thread Arlen Beiler
e (so far only tested single-file instances). > Device-to-device communication was slow, but there might be something going > on with my also ancient phone. > > -- Mark > > On Sunday, July 29, 2018 at 12:04:29 AM UTC-7, Arlen Beiler wrote: >> >> Dory - NodeJS / JavaScript

[tw5] Announcing TWITS for data folders!!!

2018-07-30 Thread Arlen Beiler
Hello everyone, I have worked out a prototype of TiddlyWiki in the Sky for Dropbox that loads data folders. I am eager to hear your feedback on it. It's the same basic idea, so without further ado, here is a link to the page. It is still in very early beta, so there is no code to save changes

[tw5] Dory - NodeJS / JavaScript

2018-07-29 Thread Arlen Beiler
Dory - NodeJS / JavaScript https://play.google.com/store/apps/details?id=io.tempage.dorynode I haven't looked into this much but I thought I would let everyone know. This looks a lot simpler than termux but I haven't checked out everything yet. It's an app that lets you run JavaScript. It runs

Re: [tw5] Re: Documentation: The Hydra Problem OR Not

2018-07-03 Thread Arlen Beiler
Any Hydra may be inspected from a safe distance by pressing F12. However, the system does not show everything yet. On Tue, Jul 3, 2018, 12:48 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > But it gets worse -- science now tells us that hydras may never die: >

Re: [tw5] Re: How to debug my unload-able Wiki

2018-06-25 Thread Arlen Beiler
That being said, it is probably not lost, especially if the file size is about the same. It looks like there is a pre tag somewhere that is messing things up. But I can't think where it would be. You said you manually removed a tiddler, which is where pre tags are used. Are you sure you removed it

Re: [tw5] Re: Why I don't use TiddlyWiki as much as I'ld like

2018-06-23 Thread Arlen Beiler
I use (and develop) TiddlyServer and sync my files using Dropbox. You should only have one device actively running it at a time, otherwise data folders (folders containing a tiddlywiki.info file) will get out of sync. But it works great for me and works on every platform except maybe iOS. Not sure

Re: [tw5] How to deploy packed and unpacked plugins in wiki folders

2018-06-17 Thread Arlen Beiler
You are really thorough! See my commens below. Let's set the bases: > - node 10.3.0, tiddlywiki 5.1.17 > - I'm talking about tiddlywiki with node.js and hence about WikiFolders > wiki's. > - Even if I use forward slashes in some description I'm working on windows > so real fs paths use

Re: [tw5] A general node (nw) porting and port (conflict) issue...

2018-05-22 Thread Arlen Beiler
I'm a little confused, although I may just be misunderstanding you. nw.js is NOT node. It is a combination of Node and WebKit. Only TiddlyDesktop uses nw.js. Electron (which you didn't mention here) works very similar to nw.js, but it is designed differently under the hood. TiddlyDesktop could

Re: [tw5] Re: [TS] TiddlyServer upgraded to TiddlyWiki 5.1.17!

2018-05-19 Thread Arlen Beiler
The executable never worked very well and still required a bunch of external files, so I scrapped that idea. I still compiled the TiddlyWiki directory, which brought the file count down to several hundred from several thousand. So now you just download the source code, unzip it to a new folder,

Re: [tw5] Re: Download a Tiddler Using Python/Bash

2018-05-17 Thread Arlen Beiler
Well, the ginsu script would already be bash, or something similar. You need the node executable to run the script but you can call it from python or bash and then process the output. On Thu, May 17, 2018, 15:53 Jed Carty wrote: > You may be able to do it using node, there

Re: [tw5] Re: [TS] TiddlyServer upgraded to TiddlyWiki 5.1.17!

2018-05-17 Thread Arlen Beiler
Ok, fixed. Please find the latest release at https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.14-fixed Sorry about that :) On Thu, May 17, 2018 at 1:29 PM, Arlen Beiler <arlen...@gmail.com> wrote: > Oops, > > On Thu, May 17, 2018 at 12:36 PM, Sander Datema <sand

Re: [tw5] Re: [TS] TiddlyServer upgraded to TiddlyWiki 5.1.17!

2018-05-17 Thread Arlen Beiler
and moved my settings.json to the new > folder. > > Op donderdag 17 mei 2018 04:54:37 UTC+2 schreef Arlen Beiler: > >> Hello everyone, >> >> I've upgraded TiddlyServer to TiddlyWiki 5.1.17. >> >> I've also implemented the server part of WebSocket handling and a

[tw5] [TS] TiddlyServer upgraded to TiddlyWiki 5.1.17!

2018-05-16 Thread Arlen Beiler
Hello everyone, I've upgraded TiddlyServer to TiddlyWiki 5.1.17. I've also implemented the server part of WebSocket handling and am waiting on PR https://github.com/Jermolene/TiddlyWiki5/pull/3289 to get the rest of the handling code into TiddlyWiki itself (to minimize code duplication).

[tw5] Re: [tw] I love TiddlyWiki because...

2018-05-15 Thread Arlen Beiler
"... it inspires my imagination and creativity with its excellent internal design." On Mon, Mar 5, 2018 at 6:41 AM, @TiddlyTweeter wrote: > This thread is a continuation from Positive Assertions In One Sentence ... >

Re: [tw5] Re: Minimal Python Server (was Re: Minimal Ruby Server)

2018-05-15 Thread Arlen Beiler
I think we really just need one method called "Serving static files with saving" and include everything that provides that capability using the put saver or equivalent mechanism. :) On Tue, May 15, 2018 at 12:24 AM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Oh snap --

Re: [tw5] Re: [TS] TiddlyServer upgraded to TW 5.1.16

2018-05-15 Thread Arlen Beiler
I forgot to mention that you can find the latest releast here: https://github.com/Arlen22/TiddlyServer/releases On Thu, May 3, 2018 at 12:43 PM, Arlen Beiler <arlen...@gmail.com> wrote: > I thought I should post the change log. I apologize that this release has > been more rushe

Re: [tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-15 Thread Arlen Beiler
Tony, Does this path exist? C:\Data\TW5\Instances\Bob\Wikis\tw5.com \tiddlers\system\DefaultTiddlers.tid Apparently, there needs to be a tw5.com folder in the Wikis folder according to some file. The error has nothing to do with TiddlyServer or Bob, but is rather that there is a folder missing

Re: [tw5] Re: [TW5] Updates to the MultiUser plugin and the Single Executable version

2018-05-12 Thread Arlen Beiler
Just making sure you know you seriously don't need the single executable version! That sounds like huge overkill for something like this. I use TiddlyServer in Termux all the time, so the MultiUser plugin should work the same. I guess it would make setup easier, but I would sooner plug in a

Re: [tw5] Re: TiddlyPie in the sky?

2018-05-12 Thread Arlen Beiler
I guess we could do something like this: It looks like the checked boxes don't carry through when I send it like this, but you get the idea. TiddlyWiki TiddlyServer Basic save enabled servers

Re: [tw5] Re: TiddlyPie in the sky?

2018-05-11 Thread Arlen Beiler
TiddlyServer *File-Folder: both *OS: any OS with NodeJS v6+, any browser TiddlyWiki supports *dependancies: NodeJS v6+ *offline: yes On Fri, May 11, 2018, 6:56 AM Mat wrote: > Intention: > > The idea is to identify the "critical parameters" that people want to know > about

Re: [tw5] Re: TiddlyPie in the sky?

2018-05-11 Thread Arlen Beiler
On Fri, May 11, 2018, 4:05 AM Mat wrote: > Arlen - your categories make much sense but to really clarify: > > Would you say that "services" are really the same thing as "hosting > services"? > A service is managed by someone else and presents an interface to the end user

Re: [tw5] Re: TiddlyPie in the sky?

2018-05-10 Thread Arlen Beiler
Technically we have four categories. Servers (including server scripts), services, notebook managers. TiddlyServer actually is a server, and uses the NodeJS TiddlyWiki server as a tool to serve datafolders. Both are servers, but the one uses the other. NoteSelf, TiddlySpace, and TiddlySpot would

[tw5] Re: [TS] TiddlyServer upgraded to TW 5.1.16

2018-05-03 Thread Arlen Beiler
I thought I should post the change log. I apologize that this release has been more rushed than usual and less thoroughly tested, although I still use master for my personal TiddlyServer installation. - *Added /static as a reserved mount path and moved /icons to /static/icons.* -

[tw5] [TS] TiddlyServer upgraded to TW 5.1.16

2018-05-02 Thread Arlen Beiler
Hello Everyone, I upgraded TiddlyServer to TW5.1.16. There is also a settings page to try and let me know what you think. I don't have it documented yet, but the page is at /admin/settings. There is no security implemented yet except for being able to restrict access to the page. There are two

Re: [tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-16 Thread Arlen Beiler
Considering that this is tied to the browser, which is tied to the computer, I have now switched to using Dropbox synced data folders, which work about the same. There are three or four different ways to serve them: NodeJS TiddlyWiki, TiddlyServer, an electron-based shim which loads the filesystem

Re: [tw5] Re: TiddlyWiki and Cryptomator

2018-04-13 Thread Arlen Beiler
I use Cryptomater with TiddlyServer. I just mount the drive letter in the settings tree then whenever I unlock the vault it automatically allows access to the drive. When you lock the vault the drive is removed and TiddlyServer returns a 404. TiddlyServer does all checking during each page load,

Re: [tw5] Re: Preparing for v5.1.16

2018-04-07 Thread Arlen Beiler
Hi Jeremy, Great to see this coming together. Thank you for all your work on this. I'm wondering if these two pull requests could possibly be included. https://github.com/Jermolene/TiddlyWiki5/pull/3024 - Invoke hook when server starts - Adds a hook to the server command so plugins can add

Re: [tw5] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-07 Thread Arlen Beiler
The XHR error is due to a code bug in TiddlyWiki. It happens when the server discovers the TiddlyServer is newer on disk than the one in the browser. I added an etagWindow setting to settings.json to mitigate this problem. I'll check into the file copy fall back. Thank you. On Sun, Apr 8, 2018

Re: [tw] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-03 Thread Arlen Beiler
- > syncer-server-filesystem: Dispatching 'save' task: $:/StoryList > filesystem: Saved file /home/mint/Downloads/TiddlyServer-2.0.12/test/ > tiddlers/$__StoryList.tid > > Thanks! > -- Mark > > > On Tuesday, April 3, 2018 at 8:19:15 AM UTC-7, Arlen Beiler wrote: >> >

Re: [tw] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-03 Thread Arlen Beiler
s uploading an HTML file. > > Another question -- In the settings.json, is there a way to set > lazy-loading and other command options? > > Thanks! > -- Mark > > On Monday, April 2, 2018 at 10:23:40 PM UTC-7, Arlen Beiler wrote: >> >> Was there an error message in

Re: [tw] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-02 Thread Arlen Beiler
t; > Thanks! > Mark > > On Monday, April 2, 2018 at 1:18:58 AM UTC-7, Arlen Beiler wrote: >> >> That sounds like a browser problem. Search "clear basic auth credentials >> in [your browser]". >> >> On Mon, Apr 2, 2018 at 12:23 PM, 'Mark S.' via TiddlyW

Re: [tw] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-02 Thread Arlen Beiler
in. What do I do to get it to reset? > > Thanks! > -- Mark > > On Sunday, April 1, 2018 at 7:44:10 PM UTC-7, Arlen Beiler wrote: >> >> Make sure you are running Node version 6 minimum. >> >> On Sun, Apr 1, 2018 at 2:30 AM, 'Mark S.' via TiddlyWiki < >

Re: [tw] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-01 Thread Arlen Beiler
"twig1": "C:/Some Folder", > "twig2": "C:/Some Other Folder" > } > }, > "types":{ > "htmlfile": ["htm", "html"] > }, > "username": "MAS", >

Re: [tw] Save tiddlers on TiddlyServer & querying tiddlers

2018-03-27 Thread Arlen Beiler
TiddlyServer uses TiddlyWiki to load data folders, so both of these are related to TiddlyWiki in general, not just TiddlyServer. The first question takes a little digging. When you load a wiki for the first time after the server is started it will go through a special startup process for the

Re: [tw] TiddlyWiki on Node in subfolder?

2018-03-16 Thread Arlen Beiler
Here's how I did it in TiddlyServer, which mounts TiddlyWiki inside a NodeJS file server. https://github.com/Arlen22/TiddlyServer/blob/master/src/datafolder.ts#L235 For a reverse proxy setup like you're describing, the path prefix option is probably what you're looking for.

[tw] Announcing File Uploads - TiddlyServer 2.0.12

2018-03-07 Thread Arlen Beiler
Hello Everyone, I'm pleased to announce a new release of TiddlyServer that now supports file uploads to the directory you are currently browsing. Scroll to the bottom of the directory index page and you will see an upload area. Beware that uploading a tiddlywiki.info file to any directory will

Re: [tw] Re: How to handle a lot of wikis with Node

2018-02-14 Thread Arlen Beiler
You have precisely defined the problem. The crux of the matter really is the cache because it isn't just a cache, it is the entire $tw environment loaded into NodeJS, which then generates the HTML for the browser. > I think one has to fix the server command as well as it defaults to the >

Re: [tw] Re: How to handle a lot of wikis with Node

2018-02-13 Thread Arlen Beiler
I came across this thread this evening. I like hearing that someone else besides me has grappled with this problem. You in using TiddlyServer, and I in developing it. This is exactly the problem that I predicted would happen, but I did not expect it would show up in real-world use, as I did not

Re: [tw] Re: Best Way to Serve Large Tiddlywiki

2018-01-20 Thread Arlen Beiler
You can use a filter to set which images are served lazily. On Sat, Jan 20, 2018 at 7:18 PM, Ste Wilson wrote: > The best way to serve a large tiddly Wiki is with fava beans and a nice > chianti... Or is tiddlywiki a dish best served cold? > > -- > You received this message

Re: [tw] Re: Using Tiddly as a Wiki

2018-01-13 Thread Arlen Beiler
The best way to allow multi-user access seems like it would be a data folder synced to a git repo. This would not work perfectly but it should work well. Having an index autogenerated as a build step somehow would also work. Seems like there should be a way to host the wiki on GitHub.io and

[tw] Calling all TiddlyServer users

2018-01-13 Thread Arlen Beiler
Hello everyone, I would like to hear your thoughts on TiddlyServer now that it has been out for a few months. So here are a few questions. 1. What do you like about it? 2. What is one improvement that would significantly make it more usable for you? 3. What use case should it be extended to fit,

Re: [tw] Re: Workflow for using TW5 Server when Mobile

2018-01-13 Thread Arlen Beiler
Yeah, someone needs to modify the file system sync adapter plugin to automatically save a copy of the wiki to a specified location on server updates. Of course, that could be made even easier on TiddlyServer because the difference between the two is small. Which gives me an idea. Data folders

Re: [tw] [TWC]Self-hosting

2018-01-05 Thread Arlen Beiler
Just thought I would mention that there are two links now, which use two different mechanisms. https://twcloud.github.io/tw5-dropbox/ - TW5 only https://twcloud.github.io/dropbox/ - TW5 and possibly TWC Try both if you are working with TiddlyWiki5. They each use different methods, but the second

Re: [tw] how to sync when I change tidder

2017-12-25 Thread Arlen Beiler
You need to wait for the save check mark to change from red to grey. On Dec 26, 2017 11:14 AM, wrote: I build tiddlywiki on node,when i edit a tidder by sublime text,but when i refresh browser ,this not in force -- You received this message because you are subscribed

Re: [tw] Re: TiddlyServer 2.0.10

2017-12-12 Thread Arlen Beiler
One thing that might help you is you can specify the settings.json file path as an argument "node server.js /path/to/settings.json". Also, a settings interface is on the roadmap, but I'm not sure how soon. On Wed, Dec 13, 2017 at 7:30 AM, TonyM wrote: > Ste, > > Would

Re: [tw] Re: TiddlyServer 2.0.10

2017-12-11 Thread Arlen Beiler
you could make that a little more difficult could you? > That's far, far too easy ;) > > > On Monday, December 11, 2017 at 8:19:19 AM UTC-6, Arlen Beiler wrote: >> >> Unzip the new version next to the old version (so you have a separate >> folder for each version),

Re: [tw] Re: TiddlyServer 2.0.10

2017-12-11 Thread Arlen Beiler
grade workflow). > > Thanks! > > > On Monday, December 11, 2017 at 7:01:59 AM UTC-6, Arlen Beiler wrote: >> >> Hello everyone, >> >> I upgraded TiddlyServer to TiddlyWiki 5.1.15 and fixed the filename that >> was causing trouble on case-sensitive file sy

[tw] TiddlyServer 2.0.10

2017-12-11 Thread Arlen Beiler
Hello everyone, I upgraded TiddlyServer to TiddlyWiki 5.1.15 and fixed the filename that was causing trouble on case-sensitive file systems. https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.10 Enjoy! -Arlen -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: TiddlyServer 2.0.9

2017-12-11 Thread Arlen Beiler
"etag": "disabled" will take care of the 412 errors as this instructs the server to skip etag checking even if an etag is present. The red error message is the result of a bug in TiddlyWiki. There is currently a pull request open to take care of it, so it should get fixed soon. On Mon, Dec 11,

Re: [tw] Re: TiddlyServer 2.0.9

2017-12-06 Thread Arlen Beiler
t; imply? Does that mean changes made in the > filesystem will show up in browser without restarting the server like Jed's > plugin? > > > On Thursday, 7 December 2017 07:42:27 UTC+5:30, Arlen Beiler wrote: >> >> I've made a new release with all the recent changes to Tiddly

[tw] TiddlyServer 2.0.9

2017-12-06 Thread Arlen Beiler
I've made a new release with all the recent changes to TiddlyServer. This is the last release using TiddlyWiki 5.1.14. You can read all about it at the link below. https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.9 Enjoy! Arlen -- You received this message because you are subscribed to

Re: [tw] Re: Can node.js be portable with no internet connection

2017-12-02 Thread Arlen Beiler
ote the instruction > > *"If you want it on the USB stick, download the binary (which is a zip). > Hang onto it for now, we'll use it soon." *You didn't say how we should > use it. Did I miss something? > > > On Wednesday, October 25, 2017 at 7:36:10 PM UTC+8, Arlen Beiler

Re: [tw] [Node.js] Unable to update past 5.1.13

2017-11-22 Thread Arlen Beiler
The first error is probably resulting a rogue plugin as well, since the put saver always makes that options request to check if it is able to work. The request does look a little funny, but I still think it is a rogue plugin being stored as a tiddler. You can try deleting all the system tiddlers

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-19 Thread Arlen Beiler
ionally I can cope, but of late it is getting harder. Thanks Tony On Sunday, November 5, 2017 at 8:08:36 AM UTC+11, Arlen Beiler wrote: > Just people who know how to select the console output and copy it into an > email whenever something crashes. Or open text files and email their >

Re: [tw] Re: [TW5] A working prototype multi-user wiki

2017-11-04 Thread Arlen Beiler
> > the part that I am lacking right now is whatever gets the save hook from > the wiki so that I can make it send the message to save the files on the > file system. Listen for the change event on the client is what I think you want. In the gatekeeper, why don't you just save the updated

Re: [tw] Re: [TW5] A working prototype multi-user wiki

2017-11-04 Thread Arlen Beiler
I guess you understand that the client and server are two separate instances of TiddlyWiki? When the client clicks save changes, the tiddler is saved to the wiki store on the client and a change event is queued. The sync adapter gets called with the changes allowing it to save them to where it

Re: [tw] Re: [TW5] A working prototype multi-user wiki

2017-11-04 Thread Arlen Beiler
I do, but I don't feel like replying. :) Because I can see how big of a project it will be. The server command is given a wiki object as an option. That wiki object should have somewhere you can listen for changes. I forget where but I know its there. From there it should be quite simple. Set up

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-04 Thread Arlen Beiler
> > I am happy to learn but I have no proper coding skills. > > cheers > > > On Tuesday, October 10, 2017 at 1:06:58 PM UTC+1, Arlen Beiler wrote: >> >> Good Morning everyone, >> I just released an update to TiddlyServer. This release brings support >

Re: [tw] x-wiki

2017-11-03 Thread Arlen Beiler
TiddlyWiki X was only recently used by another user (not Jeremy that I know of) to refer to the next big remake of TiddlyWiki. Obviously, TiddlyWiki Five is billed as a remake for the next 25 years, so I don't know that X is on the roadmap yet. There is so much potential that has not been explored

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-03 Thread Arlen Beiler
s crossed. > > I've added: > > "etag": "disabled", > "etagWindow": 0, > > > > to my settings. I guess the value of etagWindow doesn't matter when etag > is disabled - right? > > > > On Friday, November 3, 2017 at 11:

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-03 Thread Arlen Beiler
ok.com> wrote: On Friday, October 27, 2017 at 8:37:44 PM UTC-5, Arlen Beiler wrote: > > The time window would work something like this. > > Let's say you have the wiki open in one tab and you do some editing and > the changes get saved. Can you open it in another tab or window or

Re: [tw] Re: Tiddly Extension for Firefox 57?

2017-10-30 Thread Arlen Beiler
I believe there is now an option (or will be in 5.1.15) to trigger the download saver with autosave. But if you tend to keep TiddlyWiki open, then the download saver is not your best option, since you are tied to one browser anyway and there are better solutions. But the download saver still works

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-27 Thread Arlen Beiler
e: > Let me say this another way... > > A PUT request is an undeniable request made by the client, Honor it. > Honor it and let the issuer own the consequences. > > > On Friday, October 27, 2017 at 9:35:43 AM UTC-5, coda coder wrote: >> >> >> >> On Fri

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-27 Thread Arlen Beiler
The backup feature could probably be better described as a complete version history. I can disable e-tags if someone is using backups and they won't lose anything. The other option is to add a setting that would allow you to set a time window within which an e-tag is valid. So if most of your

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-25 Thread Arlen Beiler
The other thing I am wondering about is write caching. But that shouldn't be the case on a USB stick, and it should still be consistent. On Oct 25, 2017 22:51, "coda coder" <codacodercodaco...@outlook.com> wrote: On Wednesday, October 25, 2017 at 9:29:01 PM UTC-5, Ar

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-25 Thread Arlen Beiler
ne for *many* > hours. And I can't blame AV any more. > > Sorry. > > On Wednesday, October 25, 2017 at 2:06:37 PM UTC-5, coda coder wrote: >> >> >> >> On Monday, October 23, 2017 at 9:12:21 PM UTC-5, Arlen Beiler wrote: >>> >>> If anyone else ha

Re: [tw] Re: Can node.js be portable with no internet connection

2017-10-25 Thread Arlen Beiler
I recommend using TiddlyServer (https://github.com/Arlen22/TiddlyServer). It works the same as NodeJS, but allows you to edit more than one wiki and lets you serve static files. It's very simple to use once you understand it, but I'm not sure if my explanations of the installation instructions are

Re: [tw] Can node.js be portable with no internet connection

2017-10-24 Thread Arlen Beiler
Absolutely. It has nothing to do with the internet and is restricted to the local computer itself by default. Everything is served off the computer you run it on, it does not need anything outside. On Tue, Oct 24, 2017 at 8:27 PM, Raymond McDowell wrote: > Can node.js be

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-23 Thread Arlen Beiler
tings, but > so far I haven't been able to produce this error when _testing_ with > "real-time protection" completely turned off...) > > //Anders > > On Thursday, October 19, 2017 at 2:46:22 PM UTC+2, Arlen Beiler wrote: >> >> The best that I can figure is t

Re: [tw] Re: Tiddlywiki5 web service experiment

2017-10-23 Thread Arlen Beiler
Many CDNs support both. I don't see why TiddlyWiki.com couldn't support both as well. On Mon, Oct 23, 2017 at 1:59 PM, Abraham Samma wrote: > That would be marvelous, yes. > > On Monday, October 23, 2017 at 8:56:26 PM UTC+3, @TiddlyTweeter wrote: >> >> Ciao Abraham >>

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-22 Thread Arlen Beiler
t; Do you know when the Linux version will be available? I run my > TiddlyServer on both MAC and Linux and would love to help test but also > don't want to loose the ability to edit my files on Linux. > Thanks > > On Tuesday, October 10, 2017 at 8:06:58 AM UTC-4, Arlen Beiler wrote: >

Re: [tw] Re: Tiddlers as Bookmarklets!!!

2017-10-19 Thread Arlen Beiler
My thought process went something like this: - TiddlyServer almost didn't support single file saving because the put saver didn't work quite right. - [Remembers that dragging tiddlers from one wiki to another works because the tiddler data is encoded in the link] - I could have

Re: [tw] [TW5] Help please - simple Question?

2017-10-19 Thread Arlen Beiler
If it isn't <$list filter="[tagsort[title]]" variable="type"> <$checkbox tag=<> > Set <> then put it in a macro \define type() <$list filter="[tagsort[title]]" variable="type"> <$checkbox tag="$(type)$"> Set <> \end But maybe someone else knows more Arlen On Thu, Oct 19, 2017 at 9:41 AM,

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-19 Thread Arlen Beiler
at 7:49 AM, coda coder <codacodercodaco...@outlook.com> wrote: > > > On Thursday, October 19, 2017 at 6:42:38 AM UTC-5, Arlen Beiler wrote: >> >> @coda and @jim, have you used the bundled version of TiddlyServer before >> and did it also have this problem for you? >

Re: [tw] Re: Testers needed for TiddlyServer

2017-10-19 Thread Arlen Beiler
@coda and @jim, have you used the bundled version of TiddlyServer before and did it also have this problem for you? Thanks Arlen On Wed, Oct 11, 2017 at 11:17 PM, <codacodercodaco...@outlook.com> wrote: > > > On Wednesday, October 11, 2017 at 10:03:34 PM UTC-5, Arlen Beiler wrote

Re: [tw] Re: Tiddlers as Bookmarklets!!!

2017-10-19 Thread Arlen Beiler
ly server file and folder list, and > sadly not even an iframe with file:///i:// > > In fact dragging from / to bookmarks is only giving me a link to the file, > not the contents.. > > I mistakenly Attributed the tip also to tiddly server - oops. > > Regards > Tony > > &

Re: [tw] Re: Tiddlers as Bookmarklets!!!

2017-10-18 Thread Arlen Beiler
Any folder may contain any file types and you can open any of them. The only purpose the types object serves is to determine the icon used in the directory listing. The icons are found in *assets/icons/files*. Also, you cannot specify a property with the same name twice in a JSON object. Just

Re: [tw] Re: Firefox will not doom TiddlyWiki

2017-10-18 Thread Arlen Beiler
Mark is correct. All you need to specify is the folder name and you're good to go. It will let you browse and load all files and folders inside the specified folder. On Wed, Oct 18, 2017 at 12:27 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > yeah, I mean it can, but we

[tw] Tiddlers as Bookmarklets!!!

2017-10-18 Thread Arlen Beiler
Hey!!! Just made a discovery. You can drag a link to a Tiddler into your bookmarks as a bookmarklet and then drag it into another Tiddlywiki to import the tiddler. Hot off the press, Arlen -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Firefox will not doom TiddlyWiki

2017-10-18 Thread Arlen Beiler
Neither will Chrome. Neither will any other browser existing or not existing or changing. I know a lot of discussion has happened in relation to that, but I just want to let you all know how it looks from my perspective. TiddlyWiki gives me the peace of mind that I'm not tied to any one browser

<    1   2   3   4   5   6   7   >