Re: [tw] Announcing TiddlyChrome

2017-07-11 Thread Arlen Beiler
s, > Yakov. > > вторник, 11 июля 2017 г., 4:20:46 UTC+3 пользователь Arlen Beiler написал: >> >> Starting in late 2016, newly-published Chrome apps will only be available >>> to users on Chrome OS. Existing Chrome apps will remain accessible on all >>> platfor

[tw] TiddlyServer 2.0.6

2017-07-11 Thread Arlen Beiler
Hello all, I would like to announce TiddlyServer 2.0.6. Thanks to feedback from several users we have ironed out some bugs. I thought I would let everyone know about this release because I am confident that it is quite stable. Also, the bundled version only contains a total of 158 individual

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-10 Thread Arlen Beiler
on file? >> >> It looks like it's having problems saving your back-up. Did you make a >> back-up directory (I believe you need to make the directory by hand). >> >> Good luck, >> Mark >> >> >> On Monday, July 10, 2017 at 8:51:32 AM UTC-7, @TiddlyTw

Re: [tw] Announcing TiddlyChrome

2017-07-10 Thread Arlen Beiler
> > Starting in late 2016, newly-published Chrome apps will only be available > to users on Chrome OS. Existing Chrome apps will remain accessible on all > platforms, and developers can continue to update them. In the second half of 2017, the Chrome Web Store will no longer show Chrome > apps

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-10 Thread Arlen Beiler
"blank item" was actually something totally unrelated. Nothing is wrong, but I removed it now, as it is only for dev purposes. On Mon, Jul 10, 2017 at 1:19 PM, @TiddlyTweeter wrote: > Ciao Arlen > > When the server saves I'm seeing messages like this ... > > > > *Why

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-10 Thread Arlen Beiler
If the checkmark is red, it did not get saved. When you click the checkmark, it will use the first available saver. If the put saver is available, it will use it, if not it will skip to the next one. The TiddlyFox saver (up to TW5 v5.1.14 or so) and the TiddlyFox Firefox plugin (always did, always

Re: [tw] Debugging in TW

2017-07-08 Thread Arlen Beiler
It usually the top item in the stack trace for that error (if I know which one it is). This error usually means you tried to access a property of an undefined object, which throws immediately. On Sat, Jul 8, 2017 at 8:10 PM, Jan wrote: > Hi all. > Is there a quick way to

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-08 Thread Arlen Beiler
though. On Sat, Jul 8, 2017 at 3:34 PM, Arlen Beiler <arlen...@gmail.com> wrote: > If you paste it into a JSON validator online it should tell you what the > trouble is. As you can see, it says unexpected token in JSON, which means, > in this case, that the settings file is not form

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-08 Thread Arlen Beiler
If you paste it into a JSON validator online it should tell you what the trouble is. As you can see, it says unexpected token in JSON, which means, in this case, that the settings file is not formatted correctly (JSON is a little picky). On Sat, Jul 8, 2017 at 3:17 PM, 'Mark S.' via TiddlyWiki <

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-08 Thread Arlen Beiler
You could do { "tree": { "tw": "../../../tw" } } and put that in _bucket/tserver (which would make it readable from the browser -- not recommended! Or you could do { "tree": { "crusoe_or_whatever": "../../tw_crusoe" } } and so on. Remember, all paths are relative to settings.json. Sounds, good.

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-08 Thread Arlen Beiler
ply with the moved node.exe alone? > > Josiah > > I copied node.exe over. Can I safely now delete the "node-v6.11.0-win-x86" >>> install? >> >> > Arlen Beiler wrote: > >> Yes, the rest is basically just NPM related stuff that you don't need.

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-08 Thread Arlen Beiler
ee...@assays.tv> wrote: > Ciao Arlen > > I copied node.exe over. Can I safely now delete the "node-v6.11.0-win-x86" > install? > > Best wishes > Josiah > > Arlen Beiler replied: >> >> Just node.exe is enough. >> >> @TiddlyTweeter wrote:

Re: [tw] access to tw5 on node.js from other computer fails

2017-07-07 Thread Arlen Beiler
e passing the request to the > internal ip/port for the laptop. > > ? > Regards, Stephan > > > > On Friday, July 7, 2017 at 5:21:49 PM UTC-7, Arlen Beiler wrote: >> >> You need to set the host parameter. I believe it is 127.0.0.1 by default. >> This means it

Re: [tw] access to tw5 on node.js from other computer fails

2017-07-07 Thread Arlen Beiler
it to 0.0.0.0, it will listen on all available IP addresses on the computer. By computer, I am referring to the computer you are run the node tiddlywiki.js command on. Hope that helps. On Fri, Jul 7, 2017 at 8:21 PM, Arlen Beiler <arlen...@gmail.com> wrote: > You need to set the host par

Re: [tw] access to tw5 on node.js from other computer fails

2017-07-07 Thread Arlen Beiler
You need to set the host parameter. I believe it is 127.0.0.1 by default. This means it will only listen on localhost. I normally set it to 0.0.0.0 to listen on all available IP addresses. On Fri, Jul 7, 2017 at 8:12 PM, StephanF wrote: > Hi everyone > - dual boot laptop

Re: [tw] Can someone explain how to fix node.js error 404

2017-07-07 Thread Arlen Beiler
Correction: the tiddler will stay deleted, but you need to reload the data folder in TiddlyServer before you can continue using it. On Fri, Jul 7, 2017 at 7:13 PM, Arlen Beiler <arlen...@gmail.com> wrote: > Ok, this little bug is fixed now. It will now preload the tiddler instead &g

Re: [tw] Can someone explain how to fix node.js error 404

2017-07-07 Thread Arlen Beiler
it in TiddlyServer and delete the tiddler $:/config/tiddlyweb/host. This will tell the sync adaptor to delete the tiddler from the file system. The tiddler will stay deleted until the next time you load the datafolder. On Wed, Jul 5, 2017 at 10:51 PM, Arlen Beiler <arlen...@gmail.com> wrote: > In

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-07 Thread Arlen Beiler
ion rather than waiting for a save > to complete (it takes nearly 20 seconds). The thing is, FF on Android is > just too eager to save memory by emptying a tab. > > Thanks, > Mark > > > On Monday, June 12, 2017 at 6:13:01 AM UTC-7, Arlen Beiler wrote: >> >> Good Mor

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-06 Thread Arlen Beiler
ow I'm thinking that the RSOE > came from hitting the button twice in a row (it can be hard to tell on a > device if the click happened). If you click on save while a previous save > is in progress you get an FHR message, I think. > > Thanks! > > On Thursday, July 6, 2017 at 7:5

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-06 Thread Arlen Beiler
Just node.exe is enough. On Thu, Jul 6, 2017 at 2:35 PM, @TiddlyTweeter wrote: > Ciao Mark S. & Arlen > > Mark S. wrote: >> >> I was wondering about that too. I think he's referring to the node >> executable(s) from nodejs.org. If you have the node executable in the >>

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-06 Thread Arlen Beiler
. > > Thanks, > Mark > > On Thursday, July 6, 2017 at 4:03:25 AM UTC-7, Arlen Beiler wrote: >> >> I don't know when the put saver was added, but it does need to be >> installed in whatever tiddlywiki version you're using. >> >> As far as upgrading always

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-06 Thread Arlen Beiler
That last one was if you have the node binary in the same folder rather than installed on PATH (in windows terms). Otherwise, copy the complete error output in here and I'll try to take a stab at it. On Jul 6, 2017 07:06, "Arlen Beiler" <arlen...@gmail.com> wrote: > Does it

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-06 Thread Arlen Beiler
> > On Thursday, July 6, 2017 at 4:01:14 AM UTC+2, Arlen Beiler > wrote:mAlright, I did it. Check it out if you are interested: > https://github.com/Arlen22/TiddlyServer#bundled-version >> >> >> On Wed, Jul 5, 2017 at 7:37 PM, Mat <matia...@gmail.com> wrote: >&

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-06 Thread Arlen Beiler
> going to need a Save solution too. > > Thanks! > Mark > > > On Wednesday, July 5, 2017 at 7:49:50 PM UTC-7, Arlen Beiler wrote: >> >> Please try dragging a new bookmarklet from the directory index and see if >> that helps. Once the TiddlyWiki file is done loading, then you c

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-05 Thread Arlen Beiler
e hard drive seems to get lots > of thrashing for 5 minutes or more after booting with tiddlyserver. This > might be part of the underlying node.js stuff or ?? > > Thanks! > Mark > > On Wednesday, July 5, 2017 at 5:03:14 PM UTC-7, Arlen Beiler wrote: >> >> I thin

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-05 Thread Arlen Beiler
Alright, I did it. Check it out if you are interested: https://github.com/Arlen22/TiddlyServer#bundled-version On Wed, Jul 5, 2017 at 7:37 PM, Mat wrote: > @Arlen, >> >> > The bar to use TW is pretty high. > From what I understand, TiddlyServer solves some basic needs. >

Re: [tw] Can someone explain how to fix node.js error 404

2017-07-05 Thread Arlen Beiler
I've published a new release (which I mentioned on the other thread as well). Please install it and let me know if you have any trouble. https://github.com/Arlen22/TiddlyServer/releases https://github.com/Arlen22/TiddlyServer#installation On Wed, Jul 5, 2017 at 3:24 PM, 'Mark S.' via TiddlyWiki

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-05 Thread Arlen Beiler
You can link to any file, but it only generates an HTML directory listing currently, so you can't really consume the listing inside TW, but you can link to files in any other folder. On Wed, Jul 5, 2017 at 7:42 PM, Mat wrote: > @Arlen or anyone, > > I have not yet tried

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-05 Thread Arlen Beiler
; separate post about that). 404 usually means missing page, but I have no > idea what it's trying to serve that it can't find. > > Thanks! > Mark > On Wednesday, July 5, 2017 at 4:28:28 PM UTC-7, Arlen Beiler wrote: >> >> Mark, >> If you could copy the console

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-07-05 Thread Arlen Beiler
Mark, If you could copy the console output and paste it here, that would be great. Thanks, -Arlen On Tue, Jul 4, 2017 at 7:47 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com> wrote: > Attempting to serve data folders -- fails with a blank web page. Not sure > if this has anything to

Re: [tw] Re: Should TiddlyServer include TiddlyWiki and Node?

2017-07-05 Thread Arlen Beiler
Yes, I am a man :) Usually the woman's name (to my knowledge) has an extra e at the end (i.e. Arlene). [image: Inline image 1] On Wed, Jul 5, 2017 at 7:38 AM, @TiddlyTweeter wrote: > Ciao Arlen > > Are you a man or a woman? :-) > > I been meaning to ask for a long

[tw] Should TiddlyServer include TiddlyWiki and Node?

2017-07-04 Thread Arlen Beiler
I have a question for everyone. TiddlyServer is a rather simple static file server that also has the ability to run any data folders found as though they were running on the NodeJS edition server. So my question is this. Should I remove the need for running npm install? All you would need to do

[tw] Federation and TiddlyServer

2017-06-29 Thread Arlen Beiler
I haven't done anything with Federation, but I am curious if there is anyway TiddlyServer can help with that or if it is entirely based on single file TiddlyWikis loaded in the browser (or the rendered "single file" TiddlyWiki served by the node server and TiddlyServer)? Thanks, -Arlen -- You

[tw] Realistic use cases for Tiddlywiki multiuser

2017-06-28 Thread Arlen Beiler
Hello all, I find the idea of having a tiddlywiki hosted online that anyone can edit quite intriguing. But I am wondering what use cases would there be for that. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

Re: [tw] Re: Mother begats Mother -- Daughters are spawned anonomously

2017-06-28 Thread Arlen Beiler
To take your question literally, you are asking about forks and spinoffs of Tiddlywiki. Are there any that are active? On Jun 28, 2017 15:15, "PMario" wrote: > Hi, > I have absolutely no clue, what you are talking about here!? > -m > > -- > You received this message because

Re: [tw] Re: Performance comparision between [is[current]] and

2017-06-26 Thread Arlen Beiler
so). Now they are nearly instantaneous! So work has been done, but filters is one that does still need it. One only has to open the list of shadow tiddlers to get a good benchmark. But that time has improved too. Maybe we could compile filters... On Mon, Jun 26, 2017 at 8:24 PM, Arlen Beiler <arlen...@gmai

Re: [tw] Re: Performance comparision between [is[current]] and

2017-06-26 Thread Arlen Beiler
econds that you might need to load the first list filter some more. > > Mark > > On Monday, June 26, 2017 at 4:44:45 PM UTC-7, Arlen Beiler wrote: >> >> Brilliant!!! Here is my test and result >> >> <> <-- 41:23 >>> <$list filter="1

Re: [tw] Re: Performance comparision between [is[current]] and

2017-06-26 Thread Arlen Beiler
Brilliant!!! Here is my test and result <> <-- 41:23 > <$list filter="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20"> > <$list filter="[all[tiddlers+shadows]]"> > <$list filter="[has[text]]"> > > > <> <-- 41:27 (4 seconds) > <$list filter="1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Re: [tw] [TW5] ANN: Eve language + TW = tweve plugin

2017-06-24 Thread Arlen Beiler
Brian I think at that time, I was not aware of the triple double quote > syntax, otherwise I probably would have gone that route. But since I > didn't know about that syntax, I wrote some code to allow the widget > body to be used as input. I didn't find a way to access the widget > contents

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-24 Thread Arlen Beiler
Ok, it should be fixed now on master. Let me know if you run into any more problems, but this should be fixed. On Sat, Jun 24, 2017 at 12:30 PM, Arlen Beiler <arlen...@gmail.com> wrote: > Never mind, I went back and looked at your settings.json, and then tested > something. An

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-24 Thread Arlen Beiler
Never mind, I went back and looked at your settings.json, and then tested something. And it appears that datafolders are not working correctly if linked to directly. For now, the work around should be to put the data folder inside another folder. On Sat, Jun 24, 2017 at 12:22 PM, Arlen Beiler

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-24 Thread Arlen Beiler
> > The top page shows what I set up in settings.json but I am unable to drill > down and get anything a all. I'll try to set up some bare bones tiddlywiki > --server contents and see if I get the same results. Let me know what you come up with, because that is the next thing I was thinking of.

Re: [tw] [TW5] ANN: Eve language + TW = tweve plugin

2017-06-23 Thread Arlen Beiler
Very interesting, I just have one question, from the perspective of someone who is inspired to do this with another web template system. Why didn't you put the eve text between the opening and closing tags instead of using the triple double quote syntax? I tried using tags but I ran into a

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-19 Thread Arlen Beiler
if that helps any. I do think it's more related to case-sensitive file names though. Enjoy! -Arlen On Mon, Jun 19, 2017 at 7:01 AM, Arlen Beiler <arlen...@gmail.com> wrote: > Oh, I see what it is. Isn't your operating system using case sensitive > filenames? Tinley server will

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-19 Thread Arlen Beiler
Oh, I see what it is. Isn't your operating system using case sensitive filenames? Tinley server will use whatever the operating system gives it. As you can see it is returning a 404 error, which I just noticed now. On Jun 19, 2017 6:58 AM, "Arlen Beiler" <arlen...@gmail.com&g

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-19 Thread Arlen Beiler
Hmm, everything looks good so far. Are there any errors in the web page console (F12)? On Jun 18, 2017 9:11 PM, "jwd" wrote: > And I guess I should point out that I get the following in the shell when > the settings.json file contains > >"daylog": "../TW/DayLog", > > > >

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-14 Thread Arlen Beiler
. This is a workaround. In the future I may wrap these files in an iframe and inject a custom saver. https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.1 Enjoy! -Arlen On Mon, Jun 12, 2017 at 5:35 PM, Arlen Beiler <arlen...@gmail.com> wrote: > I just pushed an update that fixed the f

Re: [tw] Re: TiddlyWiki for Desktop by using the Electron architecture

2017-06-14 Thread Arlen Beiler
Good evening Drake, I have made one using Electron, which I use myself, and works quite well. The instructions are rather simple, but so is the app. It should just work, but if it doesn't, don't be afraid to ask. https://github.com/Arlen22/TiddlyWiki-Electron Also, if you are interested in

Re: [tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-12 Thread Arlen Beiler
my hacked together version of TiddlyServer, and > turning development over to the much more skilled Arlen. I'll be updating > my repo with a readme to that effect. Many thanks to Arlen! > > Matt > > > On Monday, June 12, 2017 at 9:13:01 AM UTC-4, Arlen Beiler wrote: >> >

[tw] TiddlyServer 2.0 - Announcement!!!

2017-06-12 Thread Arlen Beiler
Good Morning All, This weekend I wrapped up a project that has been brewing in my mind for years. It allows you to serve and save any single file TiddlyWiki (it uses the put saver). And it also allows you to serve any data folder that can be loaded into TiddlyWiki 5.1.14+. The documentation is

Re: [tw] Re: TiddlyWiki StackExchange

2017-06-08 Thread Arlen Beiler
tment" under the proposal. If you see the icons for the other StackExchange network sites you are a part of, then you are good. (It only shows the top five or six icons) On Thu, Jun 8, 2017 at 9:14 AM, Arlen Beiler <arlen...@gmail.com> wrote: > Actually these questions are jus

Re: [tw] Re: TiddlyWiki StackExchange

2017-06-08 Thread Arlen Beiler
Actually these questions are just example questions. They do not need to be answered. The point is to see whether we actually have viable questions that can form a good Q site, which we do as you can see. Some of them are super good questions that are worth posting on the actual site and getting

Re: [tw] Re: TiddlyWiki StackExchange

2017-06-07 Thread Arlen Beiler
Now don't all take your votes off at once :) The needed question count jumped from 4 to seven. On my screen it appears that the first page of questions should be enough, when sorted by votes (the tabs at the top of the list). So refresh often as you change your votes. The top voted question now

Re: [tw] A google group for TiddlyWiki Classic

2017-06-05 Thread Arlen Beiler
I would be happy to move everything to Reddit right now, and then if the Stack Exchange site gets up and running, we can start using that for those kinds of questions, but that isn't the only kind of questions on here, so I don't think we need to wait for it. On Sat, Jun 3, 2017 at 1:01 PM,

Re: [tw] A google group for TiddlyWiki Classic

2017-06-02 Thread Arlen Beiler
Great! I think this is really a step forward for TiddlyWiki Classic. I'm surprised you didn't decide to move to Reddit :) -Arlen On Fri, Jun 2, 2017 at 2:13 PM, Yakov wrote: > Hi guys, > > if you, like me, are missing a place to discuss TiddlyWiki Classic >

Re: [tw] Re: [TW5] Node.js vs. single HTML

2017-05-25 Thread Arlen Beiler
And here is the link! https://gist.github.com/Arlen22/bbd852f68e328165e49f Enjoy! On Thu, May 25, 2017 at 3:37 PM, Arlen Beiler <arlen...@gmail.com> wrote: > Here is a gist I made showing the gist of how to get multiple TiddlyWikis > to run under one ExpressJS server. It wor

Re: [tw] Re: [TW5] Node.js vs. single HTML

2017-05-25 Thread Arlen Beiler
Here is a gist I made showing the gist of how to get multiple TiddlyWikis to run under one ExpressJS server. It works perfectly with Node HTTP server as well, but you need to do the express routing yourself. On Thu, May 25, 2017 at 1:47 PM, 'Mark S.' via TiddlyWiki < tiddlywiki@googlegroups.com>

Re: [tw] Tool to configure multi-user using Cloudant and NoteSelf

2017-05-16 Thread Arlen Beiler
Thank you Danielo, this looks promising. One thing that I wish Noteself (and TiddlyWiki for that matter) would do would be to immediately notify all open instances of any new changes instead of waiting 60 seconds. Also wondering what to do about edit conflicts. Nevertheless, this looks great :)

Re: [tw] Re: TW5 as Electron app?

2017-05-15 Thread Arlen Beiler
https://gist.github.com/Arlen22/45f1a460c9e348fa50ad On Mon, May 15, 2017 at 7:45 AM, Arlen Beiler <arlen...@gmail.com> wrote: > I should add that you need to do a bit of coding for both. > > On May 15, 2017 07:44, "Arlen Beiler" <arlen...@gmail.com> wrote: >

Re: [tw] Re: TW5 as Electron app?

2017-05-15 Thread Arlen Beiler
I should add that you need to do a bit of coding for both. On May 15, 2017 07:44, "Arlen Beiler" <arlen...@gmail.com> wrote: > Yes, you can run TiddlyWiki 5 on electron. I have done it with both HTML > files and the NodeJS​ code that can be downloaded from NPM or GitHu

Re: [tw] Re: TW5 as Electron app?

2017-05-15 Thread Arlen Beiler
Yes, you can run TiddlyWiki 5 on electron. I have done it with both HTML files and the NodeJS​ code that can be downloaded from NPM or GitHub. It is fairly easy and works well. On May 15, 2017 06:25, "PMario" wrote: > Hi Dave, > > TiddlyDesktop is a very similar project, but

Re: [tw] Re: On using a CDN

2017-05-14 Thread Arlen Beiler
Yeah, I believe NoteSelf does work this way in a sense, though I'm not sure if it is separated into multiple files. And it doesn't need to be since you never upload the whole file. What I am describing, however, is when someone wants to edit their single TiddlyWiki on Dropbox or host a TiddlyWiki

Re: [tw] Re: simple question: why is tiddlywiki core considered a plugin?

2017-05-12 Thread Arlen Beiler
The only actually core code is in bootprefix.js and boot.js. Reminds me of Linux... :) On May 12, 2017 20:37, "Jeremy Ruston" wrote: > Hi Josiah > > > This may be a language difference. A "plugin" for me conjures up on > OPTIONAL feature to add-on, not a system. The

Re: [tw] Re: End Users. Hymns ...

2017-05-11 Thread Arlen Beiler
If you create a desktop shortcut you can drag a file on that shortcut and the app should open the file. You can also copy the shortcut, right-click and click properties, then append the file path to the "target" field. You may need to use absolute paths. Environment variables might work. You

Re: [tw] Re: On using a CDN

2017-05-09 Thread Arlen Beiler
that is, that it would satisfy > the demands for security and privacy. > > I would assume that the default core would be at TiddlyWiki.com, but > people might put their own library on a server that was closer. > > -- Mark > > > On Tuesday, May 9, 2017 at 8:23:21 AM UTC-

[tw] On using a CDN

2017-05-09 Thread Arlen Beiler
Yes, yes, I know. TiddlyWiki is supposed to be a single file architecture. And it is. And it will be when I am done with this too. So hear me out. As I am working on an upgrade to the current TiddlyWiki Cloud Dropbox saver. I keep thinking that there has to be a better way than uploading 1.5 MB

Re: [tw] Re: [TW5] Using $list as "If, Then" controller causes duplication of inputs?

2017-05-08 Thread Arlen Beiler
Wish there was a way to save this answer for future generations of TiddlyWikians? We have a proposal for a new Q site running the same software as StackOverflow.com that would cut down on the number of questions needing to be reanswered because the previous thread got lost in the shuffle. Are

Re: [tw] Re: End Users. Hymns ...

2017-04-29 Thread Arlen Beiler
Hi TiddlyTweeter :), I noticed your comment about being unable to save. I just want to verify that you are opening the app from the chrome apps page and not just opening the HTML file in a tab and clicking save. TiddlyChrome cannot save an HTML file opened in a tab. You need to go to

Re: [tw] Re: Saving TiddlyWikis online?

2017-04-26 Thread Arlen Beiler
app going to ask for access to the entire dropbox ? > > Thanks, > Mark > > On Wednesday, April 26, 2017 at 10:36:33 AM UTC-7, Arlen Beiler wrote: >> >> Or just host your standalone files on Dropbox and use >> https://twcloud.github.io/tw5-dropbox/ to access them. That

Re: [tw] Re: Saving TiddlyWikis online?

2017-04-26 Thread Arlen Beiler
Or just host your standalone files on Dropbox and use https://twcloud.github.io/tw5-dropbox/ to access them. That is another option. On Wed, Apr 26, 2017 at 1:23 PM, Lost Admin wrote: > > For free certificates, you can have a look at both LetsEncrypt ( >

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-25 Thread Arlen Beiler
Lost Admin, Would you consider possibly hosting your work TiddlyWikis on Dropbox and accessing them through the browser this way? Or are you not allowed to for some reason? Thanks, -Arlen On Tue, Apr 25, 2017 at 4:26 PM, Arlen Beiler <arlen...@gmail.com> wrote: > I think you may have

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-25 Thread Arlen Beiler
On Tuesday, April 25, 2017 at 12:26:13 PM UTC-4, Arlen Beiler wrote: >> >> Ok, what if I would write a new script for node that would basically be a >> static file server? When you type in localhost it would show you a list of >> directories to choose from. Once you open on

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-25 Thread Arlen Beiler
ns-everywhere solution would be gone. >> >> Mark >> >> On Tuesday, April 25, 2017 at 6:59:25 AM UTC-7, Arlen Beiler wrote: >>> >>> Node serves images. Chrome apps might be able to as well if done right, >>> but never tried. Any server-type solution wi

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-25 Thread Arlen Beiler
is a non-starter for me. > > -- Mark > > On Tuesday, April 25, 2017 at 6:43:11 AM UTC-7, Arlen Beiler wrote: >> >> This is true, but on windows it is very easy to run a portable version, >> and may be on Linux as well, I'm not sure. I'm pretty sure that covers most >&

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-25 Thread Arlen Beiler
pril 25, 2017 at 4:39:49 AM UTC-7, Arlen Beiler wrote: >> >> If someone knew how to do it, they would have. My TiddlyChrome plugin is >> the easiest way that I know of for Google Chrome. One thing I have not >> explored is whether I can have the user select a folder a

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-25 Thread Arlen Beiler
If someone knew how to do it, they would have. My TiddlyChrome plugin is the easiest way that I know of for Google Chrome. One thing I have not explored is whether I can have the user select a folder and then edit any file in that folder. Other than that (which is a good option) I don't know of

Re: [tw] [TW5] [node.js] Could you please post an example of Express.js code using the new Tiddlywiki Pre-Release 5.1.14?

2017-04-18 Thread Arlen Beiler
I have updated it for 5.1.14. It should work but I did not test it so let me know if you run into any problems. On Sun, Apr 16, 2017 at 7:35 AM, Arlen Beiler <arlen...@gmail.com> wrote: > The main difference is that you do not have to modify > core/commands/server.js. Everything

Re: [tw] [TW5] [node.js] Could you please post an example of Express.js code using the new Tiddlywiki Pre-Release 5.1.14?

2017-04-16 Thread Arlen Beiler
The main difference is that you do not have to modify core/commands/server.js. Everything else should be identical. Feel free ask if you have any more trouble. On Apr 14, 2017 19:15, "Julio Cantarero" wrote: > Dear Jeremy, Arlen, > > I would like to launch TiddlyWiki5

Re: [tw] Asshole Points ...

2017-04-12 Thread Arlen Beiler
Except there is currently no automated way to backup TW5 unless you are using something outside of the browser. It is possible though, I just haven't gotten around to hacking one together. Basically copy the download saver, set it to high priority and return false even though you actually execute

Re: [tw] Voicing Futures ...

2017-03-23 Thread Arlen Beiler
Hi Jeremy, It sounds like I didn't come across very clearly. I apologise. Hopefully this will help clarify. Even the server and online versions download everything in few files and the core idea again is one file. I think here you are referring to the configuration where the server serves a full

Re: [tw] Announcing TiddlyChrome

2017-03-22 Thread Arlen Beiler
running Windows 10 > regards > > Ben > > On Mon, Mar 20, 2017 at 9:43 AM, Gmail Team <mail-nore...@google.com> > wrote: > >> The message "[tw] Announcing TiddlyChrome" from Arlen Beiler ( >> arlen...@gmail.com) contained a virus or a suspicious attachme

Re: Re: [tw] Voicing Futures ...

2017-03-22 Thread Arlen Beiler
The tiddlywiki architecture is inherently single file. This is why it is so hard to get multi-user configured properly. You would have to virtually dismantle tiddlywiki and put it together differently to get anything as static as Wikipedia. Even the server and online versions download everything

Re: [tw] Re: [TW5] Plugin update: Autosave for EditorCounter – Never lose hours of work again

2017-03-21 Thread Arlen Beiler
Is the difference here that Thomas's plugin will trigger save for the regular saver mechanism even when a draft is the only thing that changed? This would apply to TiddlyFox and download savers, but not the sync adapter that syncs individual tiddlers, including drafts. The sync mechanism is what

Re: [tw] Re: New home for TiddlyWiki Five saver for Dropbox

2017-03-19 Thread Arlen Beiler
l_content=webmail_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sat, Mar 18, 2017 at 5:28 AM, Dragon Cotterill < dragon.cotter...@gmail.com> wrote: > > > On Thursday, 16 March 2017 20:06:45 UTC, Arlen Beiler wrote: >> >> >> If anyone else would like

Re: [tw] Where is the NoteSelf repository anyway? @Danielo

2017-03-19 Thread Arlen Beiler
GitHub.org/subdomain On Mar 17, 2017 3:35 PM, "Mat" wrote: > I'm posting this publicly because the answer might be of interest for > others also. > > @Danielo - https://noteself.github.io/ is clearly on github... but where > is the code? The link at bottom of that page

Re: Re: [tw] Voicing Futures ...

2017-03-19 Thread Arlen Beiler
Lost admin, Do you mean that TiddlyChrome app isn't working or were you talking about the download router? Thanks, -Arlen On Mar 17, 2017 12:52 PM, "Mat" wrote: > @Danielo > > I'm not sure why most people ignore it or have decided to not talk about >> it. > > > I agree it

Re: [tw] Re: New home for TiddlyWiki Five saver for Dropbox

2017-03-16 Thread Arlen Beiler
That's always been that way because I was hosting on Dropbox. I'm hoping that I'll be able to fix that soon now that its on GitHub. On Thu, Mar 16, 2017 at 4:33 PM, Alfonso Arciniega wrote: > Thanks guys, very much appreciated! > > One minor issue after I tested in latest

[tw] New home for TiddlyWiki Five saver for Dropbox

2017-03-16 Thread Arlen Beiler
Hello everyone, I have finally moved TW5 in the Sky for Dropbox to a new, easier to find URL. https://twcloud.github.io/tw5-dropbox/ If anyone else would like to host their cloud connecting app on this site, let me know and I will setup a repository for you. I'm also going to add Jeremy as an

Re: Re: [tw] Voicing Futures ...

2017-03-15 Thread Arlen Beiler
e, php, and store.php). But, the > average non-technical user wouldn't be able to do that. > > On Wednesday, March 15, 2017 at 10:53:57 AM UTC-4, Arlen Beiler wrote: >> >> I'm thinking of a simple one file store.js file that would allow you to >> load any TiddlyWiki fro

Re: Re: [tw] Voicing Futures ...

2017-03-15 Thread Arlen Beiler
Any thoughts? On Wed, Mar 15, 2017 at 10:53 AM, Arlen Beiler <arlen...@gmail.com> wrote: > I'm thinking of a simple one file store.js file that would allow you to > load any TiddlyWiki from the folder you are serving and it would post the > changes back to the server. > > no

Re: Re: [tw] Voicing Futures ...

2017-03-15 Thread Arlen Beiler
allowing you to select which tiddlywiki you want. It could load the tiddlywiki directly or in an iframe and then save changes back to the server. On Wed, Mar 15, 2017 at 10:50 AM, Arlen Beiler <arlen...@gmail.com> wrote: > What if we would combine the best of both words? > > On Wed, Mar

Re: Re: [tw] Voicing Futures ...

2017-03-15 Thread Arlen Beiler
What if we would combine the best of both words? On Wed, Mar 15, 2017 at 10:48 AM, @TiddlyTweeter wrote: > Ciao all ... > > The starting post for this thread came from a private discussion that > Jeremy Ruston and I had on Twitter. We both realised it would likely be >

[tw] @Federation Github Pages now supports HTTPS

2017-03-01 Thread Arlen Beiler
Hello everyone, Just saw this and thought I would post it. GitHub Pages now supports HTTPS. So now federation wikis hosted on Dropbox can talk to wikis hosted on GitHub pages. And my TiddlyWiki in the Sky for Dropbox can now be hosted on GitHub. We'll see when that happens. Stay tuned. -Arlen

Re: [tw] Re: TiddlerWidget - formulate what it does!

2017-02-17 Thread Arlen Beiler
That and no easy way to share macros... besides...WikiBooks, GitHub gists, GitHub wikis, Reddit wikis etc, Shared Dropbox pages, federation etc. And pretty much everything else we haven't used yet. What if Jeremy would enable the wiki feature on the TiddlyWiki Five GitHub repo and let anyone edit

Re: [tw] The RICHNESS is awesomely overwhelming ...

2017-02-10 Thread Arlen Beiler
Interesting idea. After seeing your email, I created a repository where we can all collaborate and collect information concerning the documentation of TiddlyWiki. I thought it might give us a central place to start working until we find a good solution to our current dilemma :)

Re: [tw] Re: Update 1 - TiddlyWiki StackExchange

2017-02-07 Thread Arlen Beiler
nce of TiddlyWiki > could end up involved in moderating the group? > > Best wishes > Josiah > > > > On Wednesday, 1 February 2017 04:36:02 UTC+1, Arlen Beiler wrote: >> >> Hello Everyone, >> Just a little update on the progress of the proposal. We already know &

Re: [tw] Re: [tiddlypouch/NoteSelf] focus gets stolen from text edit field during writing by autosafe

2017-02-04 Thread Arlen Beiler
You're welcome. I am very delighted as well and happily used this for an entire afternoon without a single problem. Very grateful to you as well. :) On Feb 4, 2017 13:44, "Danielo Rodríguez" wrote: > > > Thanks to Arlen this issue has been fixed. > The new version is already

Re: [tw] Re: [tiddlypouch/NoteSelf] focus gets stolen from text edit field during writing by autosafe

2017-02-04 Thread Arlen Beiler
Good Morning, Daniello, My apologies for taking so long to get on this. I am going to open a GitHub issue, since the formatting will be easier than email. https://github.com/danielo515/tiddlypouch/issues/66 Thanks, -Arlen On Sun, Jan 29, 2017 at 3:27 PM, Arlen Beiler <arlen...@gmail.com>

[tw] Update 1 - TiddlyWiki StackExchange

2017-01-31 Thread Arlen Beiler
Hello Everyone, Just a little update on the progress of the proposal. We already know what kind of questions we want on here, and right now we are about half way to our goal. We have 81 followers, but only 21 questions with 10 votes. We need 40 questions. If you have not done so yet, sign up or

Re: [tw] Re: [tiddlypouch/NoteSelf] focus gets stolen from text edit field during writing by autosafe

2017-01-29 Thread Arlen Beiler
It was the $:/core tiddler. I think I found the problem already, but the unminified version will help make it clear. I post more details later. On Jan 29, 2017 1:53 PM, "Brian Theado" wrote: > Danielo, > > On Sat, Jan 28, 2017 at 1:47 PM, Danielo Rodríguez

<    1   2   3   4   5   6   7   >