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

2017-10-18 Thread TonyM
Arlen,

My mistake, a typo fooled me, however I  currently map a network location 
\\studio8d\intranet\TW5 Intranet, to the I: drive 

The Settings.json file reads
"C:": "C:\\",
"I:": "I:\\",

Is there away to specify the network share directly?

So, My Idea was to open a TiddlyServer address in an iframe and use the 
items there to drag and drop items into my current wiki, 

however your tip

*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. *

does not apply to items in the tiddly 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



On Thursday, October 19, 2017 at 1:14:55 PM UTC+11, Arlen Beiler wrote:
>
> 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 
> include the new types object containing all the data in one object.
>
> Hope that helps,
> Arlen
>
> On Wed, Oct 18, 2017 at 9:30 PM, TonyM  > wrote:
>
>> Arlen,
>>
>> In tiddlyserver is it possible to add to the types in the settings.json 
>> file? It did not work for me
>>
>> "types":{
>> "htmlfile": ["htm", "html"]
>> },
>>
>> "types":{
>> "htmlfile": ["htm", "html"]
>> "jsonfile": ["json"]
>> "tidfile": ["tid"]
>> },
>>
>> The answer to this may help me extend the trick you just shared!
>>
>> Thanks
>> Tony
>>
>> So that one can browse to a folder containing these?
>>
>> -- 
>> 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+...@googlegroups.com .
>> To post to this group, send email to tiddl...@googlegroups.com 
>> .
>> 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/cf8776e1-f705-4add-97f3-4fc879fd02d8%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c5c86aad-d2e8-4aea-b796-24f2cf4f5dab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Announcing TiddlyDesktop v0.0.9

2017-10-18 Thread James A Bernard
Hey kelsang,
How did you get it working?
I'm running debian (similar to Mint) and nw file doesn't do anything!
Cheers

On Thursday, 19 October 2017 01:14:16 UTC+11, kelsang sherab wrote:
>
> Ahh my mistake.
> I went into tthe tidllywiki folder in the tiddlydesktop folder instead of 
> simply running the nw file in the tiddlydesktop folder.
>
> apologies for not getting it right.
>
> TD works now and I have created my first TW file on it 
>
> I need to work out what the TW on Node.js is but that'll probably come 
> with time.
>
> many thanks for your hard work
>
> On Wednesday, October 18, 2017 at 2:15:38 PM UTC+1, Jeremy Ruston wrote:
>>
>> On Linux mint 18.2 I followed the insturctions in the readme.md and 
>> things seemed to be going well but then :
>>
>> Except not. lol.
>>
>> Attached is  screenshot of my terminal
>>
>> What am i doing wrong?
>>
>>
>> It looks like maybe you don’t have node.js installed properly. Visit 
>> https://nodejs.org/en/ to install it.Î
>>
>> But the screenshot shows the steps for installing TiddlyWiki itself, not 
>> those for installing TiddlyDesktop.
>>
>> Are you trying to install TiddlyWiki under Node.js, or are you trying to 
>> install TiddlyDesktop?
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> Thanks
>>
>>
>>
>> On Wednesday, October 18, 2017 at 9:16:13 AM UTC+1, Jeremy Ruston wrote:
>>>
>>> I’m happy to announce a new release of TiddlyDesktop, including new 
>>> features that support creating external attachments via drag and drop — in 
>>> other words, it lets you drag a .JPG file into your TiddlyWiki and have it 
>>> appear as a tiddler with a _canonical_uri field pointing to the original 
>>> file.
>>>
>>> I’ve had reservations about TiddlyDesktop for some time: particularly 
>>> that the understandable pressure from users to make it as good as 
>>> commercial browsers would become a Sisyphean task. Things change; like many 
>>> others, I’ve been relying on TiddlyFox for all my personal work with 
>>> Dropbox-based single file TiddlyWikis on my Mac. With its demise I plan to 
>>> switch to TiddlyDesktop; if it works out, it should help encourage me to 
>>> keep it up to date :)
>>>
>>> This release is mainly about integrating the latest version of the 
>>> underlying NW.js platform. Significant changes to the code were required 
>>> because of many deep changes in NW.js itself. New features include:
>>>
>>> • Latest Chromium features (e.g. integrated PDF viewer)
>>> • Resolves bugs related to window positioning (e.g. quitting while 
>>> windows are minimised) by using NW.js new built-in window handling
>>> • Updated visual appearance for the main toolbar
>>> • New, more distinctive application icon
>>>
>>> You can download the new release here:
>>>
>>> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.9
>>>
>>> As usual, please exercise caution when upgrading: take careful backups 
>>> and don’t rely on it for anything important until you’ve tested things 
>>> thoroughly.
>>>
>>> The support for external attachments takes the form of a new plugin on 
>>> the TiddlyWiki side. I did it this way around because the external 
>>> attachment support isn’t actually dependent upon TiddlyDesktop — it will 
>>> work with any browser environment that provides a “path” property with the 
>>> “File” object created during drag-and-drop operations. There are no such 
>>> alternatives right now, but it gives us room to get things working on 
>>> platforms such as Quine on iOS.
>>>
>>> The new plugin is included in the latest 5.1.15-prerelease:
>>>
>>>
>>> http://tiddlywiki.com/prerelease/#%24%3A%2Fplugins%2Ftiddlywiki%2Fexternal-attachments
>>>  
>>> 
>>>
>>> Note that the plugin requires the matching version of the core to 
>>> operate properly; it can’t be used with older versions of TiddlyWiki.
>>>
>>> Feedback and questions are welcome,
>>>
>>> Best wishes
>>>
>>> Jeremy.
>>>
>>>
>> -- 
>> 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+...@googlegroups.com.
>> To post to this group, send email to tiddl...@googlegroups.com.
>> 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/d0b8065a-58b2-4ed2-a36c-277a07e06378%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>> 
>>
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.

[tw] Re: Announcing TiddlyDesktop v0.0.9

2017-10-18 Thread TonyM
Jeremy,

Looking good so far.  I am looking into some opportunities and may have 
some questions later, however one cosmetic problem is my TWC is displaying 
differently on TiddlyDesktop. Is there a font issue at play?

as it appears in TiddlyDesktop


When it should appear




Thanks in Advance
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/f03c656f-5445-4bdb-b253-e0070d135639%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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
include the new types object containing all the data in one object.

Hope that helps,
Arlen

On Wed, Oct 18, 2017 at 9:30 PM, TonyM  wrote:

> Arlen,
>
> In tiddlyserver is it possible to add to the types in the settings.json
> file? It did not work for me
>
> "types":{
> "htmlfile": ["htm", "html"]
> },
>
> "types":{
> "htmlfile": ["htm", "html"]
> "jsonfile": ["json"]
> "tidfile": ["tid"]
> },
>
> The answer to this may help me extend the trick you just shared!
>
> Thanks
> Tony
>
> So that one can browse to a folder containing these?
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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/cf8776e1-f705-4add-97f3-4fc879fd02d8%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAJ1vdSTfr54%3Dxn0PrFPTZyJz3d2RGUM2mycK7aVaZ%2Bfnof96Lg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki and Git

2017-10-18 Thread jwd
It was the issues with git merge conflicts between single TiddlyWiki HTML 
files that pushed me over the edge to adopting the node.js / single file 
per tiddler approach and subsequently the TiddlyServer wrapper around that.

If your goal is sharing and synchronizing TW contents made on different, 
disconnected platforms I was unable to find another, easier way.

I've also found that, for a subset of tiddlers that I want to 'share' 
between two or more TiddlyWikis, the includeWikis capability of 
tiddlywiki.info works well for me. I have work, home, and a few other 
wikis, for example, all in a git repo. Changes I've made to TiddlyWiki 
configuration itself I keep in a sibling, Common TiddlyWiki tiddler 
collections; that I include in the sibling wikis via

  "includeWikis": [
"../Common",
  ],

That way I make the configuration change once and, on a node.js / 
TiddlyServer restart (and browser refresh), they all get the same 
configuration. If its something new I'll try it in one wiki and, once I'm 
satisfied, shuffle the tiddler file from its original wiki into the Common 
collection as part of git repo management. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/f1581e21-1bea-4a03-9f02-e98567937c78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread TonyM
BJ,

Please let me know when it works with Windows.

I have used symbolic links successfully recently an have some implement-ion 
ideas.

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/36d9de55-7539-4357-949c-11b9c22aa74d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tiddlers as Bookmarklets!!!

2017-10-18 Thread TonyM
Arlen,

In tiddlyserver is it possible to add to the types in the settings.json 
file? It did not work for me

"types":{
"htmlfile": ["htm", "html"]
},

"types":{
"htmlfile": ["htm", "html"]
"jsonfile": ["json"]
"tidfile": ["tid"]
},

The answer to this may help me extend the trick you just shared!

Thanks
Tony

So that one can browse to a folder containing these?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/cf8776e1-f705-4add-97f3-4fc879fd02d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Cannot save changes

2017-10-18 Thread Birthe C
Hi Andrew,

Open controlpanel, saving, TiddlySpot Saver and check you have the correct 
password for your tiddlyspot.


Hope you will be enjoying TW5,
Birthe


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/8d9ac849-a3e3-40ea-938e-99c417b43204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox will not doom TiddlyWiki

2017-10-18 Thread TonyM
Arlen,

Nice capture of the "state of play", and putting paid to possible negative 
sentiments. Personally I am pissed off with FireFox because I have key 
plugins and Tools I have used for some time, and their increased security 
is not something I need, given my own security hygiene. But I am a tart and 
use any browser as I need. I think It is all the people who click on "your 
computer has a virus" popups in browser windows, that we have to thank for 
increased browser security.

As you highlighted part of the issue is the complexity of options. Even 
once you implement one little things differentiate them. I cant seem to get 
store PHP running, and in TiddlyServer I randomly loose the last tiddler 
because of a "412" error (Which I have not tried to diagnose yet.

As I raised previously we need a large table with hosting options and the 
features issues and architecture to help people navigate the complexity and 
we need to set some clear guidance to users who do not care to read that 
table.

Regards
Tony

On Thursday, October 19, 2017 at 1:21:41 AM UTC+11, Arlen Beiler wrote:
>
> 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 
> or software company. I use data folders, which stores the tiddlers as raw 
> wikitext in the file system. If I ever need to read them as a text file, I 
> can easily do that. Single file wikis would be the same, although you have 
> to look through 1.5+ MB of code to find the wiki store, but definitely 
> doable and a necessary inconvenience. Of course, I can also load it in any 
> modern browser and expect it to work exactly as it always did as far as 
> rendering and reading is concerned.
>
> First of all, there is TiddlyServer. I have loaded data folders for a long 
> time, but this was the first time I made something this dynamic. At the 
> same time, I made it to fit my use case, which is something of a data 
> power-user. I accumulate loads of notes and need someway to store and 
> categorize them. I like data folders, and needed something like the Node 
> server command, but which allowed static files to be served as well.
>
> Before TiddlyServer, I used Electron and a simple saver script that I 
> wrote very similar to TiddlyChrome or TiddlyFox. That worked very well and 
> I stored everything on Dropbox in single file wikis. I still use Dropbox, 
> but found myself quickly switching to data folders once I discovered how 
> easy TiddlyServer actually made things.
>
> There is also TiddlyDesktop. It is built on NodeWebkit, but as far as the 
> end user is concerned, it could also be build on Electron. Even if 
> NodeWebkit goes away, Electron is a very active project used by several 
> very popular source code editors and maintained by Github. I don't think it 
> is going to disappear any time soon.
>
> It would not be hard for me to port Tiddlyserver to Electron to turn it 
> into another TiddlyDesktop. I could still allow access over the network. 
> That, I'm guessing, is on the roadmap, but it's still a little ways away.
>
> *We still have TiddlyChrome until next spring. *
>
> Every browser that supports extensions would have some way of saving 
> directly in the browser if you install a native application on your 
> computer that would communicate with the extension. This seems feasible to 
> me because installing an extension is also computer specific.
>
> There are creative ways of using the download saver along with shell 
> scripts to do various things. 
>
> Several users are working on various ways to use WebDAV to save TiddlyWiki 
> on Apache and IIS. We have store.php which does basically the same thing if 
> you have PHP enabled on the web server. 
>
> Saving used to be a lot more browser-specific. Each browser had its own 
> method of doing things. Five has made things a lot more equal and taken out 
> a lot of the guess work and hassle of hacking the core code. If there is a 
> different way of saving, you just write a new saver and drop it into your 
> wiki.
>
> It is a hassle to work through all the different options available to us 
> and figure out which ones are user-friendly and simple. I think that is 
> what is creating all the discussion about Firefox. We have a plethora of 
> options available, it's just that the one some of us like best is going 
> away. I barely ever use Firefox, and therefore hardly ever use TiddlyFox. 
> So I am not affected by it as a user, and I'm sure there are others. 
>
> It has come to my attention very strongly, however, as the developer of 
> TiddlyServer, because suddenly there is a lot of interest in it. It was 
> primarily built to allow someone to load multiple data folders (which have 
> nothing to do with TiddlyFox and are always browser agnostic) 

[tw] Re: Tiddlers as Bookmarklets!!!

2017-10-18 Thread TonyM
Arlen

,Nice discovery, may even be a reason to use FireFoxe's side bar, allowing 
drag left and drop, and the side bar stays open while navigating 
TiddlyWikis on the righ.

I wonder how much I will use it

Tony

On Thursday, October 19, 2017 at 1:22:55 AM UTC+11, Arlen Beiler wrote:
>
> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/06902fa3-a2ed-4cbc-95db-6531318c4ddc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to add button to Edit Widget?

2017-10-18 Thread Birthe C
Stephen Kimmel created quite a collection http://skplugins.tiddlyspot.com/


Birthe

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/6ec50621-8c4f-46c9-a6ce-bf7e65d54907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] N00b question re: saving

2017-10-18 Thread hubertgk
Hi all,

Please excuse my ignorance, this is a noob question and I could not find a 
satisfactory answer elsewhere.

There's been lot of discussion going on recently about the way that future 
updates to FF and Chrome may break saving in TiddlyWiki. At the same time, 
workarounds and solutions are being offered to make TiddlyWiki 
'future-proof'.

However, my question is very basic: will these updates that are the subject 
of so much doom and gloom actually break the functionality of saving 
changes to the wiki and downloading the TW5 as a new file (also doable 
using the widget message tm-save-wiki)? If yes, this is profound and 
potentially existential. If not, then what exactly are we going to lose 
(except for convenience)?

Thanks in advance for enlightening me and again apologies for my ignorance.

Best,


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/6d06cd18-02ae-448c-8375-840da4f1f697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to add button to Edit Widget?

2017-10-18 Thread Andrew Shmelev



Hello. How to customize Edit Widget and add to its toolbar new botton? 
Where should I make edits? Any sample or tutorial appreciated. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/cc33fb89-7339-479d-8c6b-3a13655bee94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread coda coder
For the real nitty-gritty...

http://kb.mozillazine.org/Profile_Manager#Accessing_the_Profile_Manager

On Wednesday, October 18, 2017 at 4:22:08 PM UTC-5, coda coder wrote:
>
> Yes.  I use 55, 56 and 58.
>
> You may want to setup different profiles for each.  
>
>
> https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US=Managing+profiles
>
>
> On Wednesday, October 18, 2017 at 4:15:00 PM UTC-5, Mark S. wrote:
>>
>> Can I install 57 without over-writing 56?
>>
>> Mark
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/78eea7fc-e33a-4085-8133-4d59d9b85752%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread 'Mark S.' via TiddlyWiki
Can I install 57 without over-writing 56?

Mark

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/42fdc290-edbb-43ab-a5d4-050c2c94db87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread Diego Mesa
Thanks Mario! You're the best! 

On Wednesday, October 18, 2017 at 3:40:07 PM UTC-5, PMario wrote:
>
> Hi Diego, 
>
> See attachment and only import: aka-macros
>
> -m
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c16d8a96-78ba-4f40-be26-0c22785b797b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ
Unfortunately there is no way around saving under the download dir. You can 
use symbolic links to move the effective location of the files. 

On Wednesday, October 18, 2017 at 10:35:46 PM UTC+2, Sylvain Naudin wrote:
>
> Hello BJ,
>
> I just test it on a fresh Mac 10.11.6 with Firefox Beta 57, follow up 
> step, and it's promising :) It's great to see popin saver and the backup 
> file too !
>
> Thanks for sharing, and hope to see a clean FF 57 compliant.
>
> Do you think we will limited to download directory ?
>
>
> Cheers,
> Sylvain
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/04c1d967-63d3-44db-a3c4-17ce81680526%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread PMario
Hi Diego, 

See attachment and only import: aka-macros

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/975ed15c-8f90-4b7d-90e3-21d0f52d683a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


aka-macros-v2.json
Description: application/json


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ
I would only try this with the ff 57 beta. I tried with ff 49 and it did 
not work. You would need to disable the tiddlyfox extension if you want to 
try in earlier versions.

On Wednesday, October 18, 2017 at 9:55:12 PM UTC+2, Mark S. wrote:
>
> Is this supposed to work *with* the existing firefox extension? Or should 
> that be removed and/or disabled?
>
> In your instructions, for the FF people you should state that you need to 
> load the manifest file. There's nothing in the directory that clearly looks 
> like an extension.
>
> Thank you,
> Mark
>
> On Wednesday, October 18, 2017 at 12:04:57 PM UTC-7, BJ wrote:
>>
>> HI Mark, 
>> I've added some more details to the install instructions
>>
>> BJ
>>
>> On Wednesday, October 18, 2017 at 8:27:44 PM UTC+2, Mark S. wrote:
>>>
>>> What exactly are we supposed to download? There's no release copy that I 
>>> can see, and the extensions directory has multiple js files.
>>>
>>> Thanks,
>>> Mark
>>>
>>> On Wednesday, October 18, 2017 at 10:11:24 AM UTC-7, BJ wrote:

 HI All,

 I have build a (basic) saver that allows TWs to be saved in a subdir to 
 the download dir, with some other minor restrictions. This is of course 
 very restricting, however it allows saving to be similar to using 
 tiddlyfox 
 (it allows backups), and allows TWs to be moved out of the main part of 
 the 
 download directory, into a tree of subdirs.

 A proof of concept is here: https://github.com/buggyj/tiddlysaver.  It 
 is not tested so DO NOT USE ON LIVE TWs, however feedback would be useful.

 I have only tried this on xubuntu 14.04

 Cheers

 BJ

>>>
>>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/bde75462-132f-4fc4-aadb-508ac031b565%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread Sylvain Naudin
Hello BJ,

I just test it on a fresh Mac 10.11.6 with Firefox Beta 57, follow up step, 
and it's promising :) It's great to see popin saver and the backup file too 
!

Thanks for sharing, and hope to see a clean FF 57 compliant.

Do you think we will limited to download directory ?


Cheers,
Sylvain

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c664ac2c-1171-4ef4-b815-ebabe9ce066a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 9:55:12 PM UTC+2, Mark S. wrote:

> Is this supposed to work *with* the existing firefox extension? Or should 
> that be removed and/or disabled?
>

IMO it will be a replacement, once FF57 is out. I'm pretty sure it causes 
problems, if you use TiddlyFox and this one together. 
 

> In your instructions, for the FF people you should state that you need to 
> load the manifest file.
>

IMO this is only important for devs and alpha testers atm, since the plugin 
is gone when the browser is closed. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/bf9ce5f3-ac53-4ef1-a729-e146ffd94cb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread Diego Mesa
Thanks for the reply and your continued hard work Mario! I went ahead and 
installed your macros and have been testing them out. Frequently I use 
things like:

<>'s papers

which now renders as: Tom 's papers (Note the space between Tom and the ' 
character). Is this an easy edit? 

On Wednesday, October 18, 2017 at 2:08:31 PM UTC-5, PMario wrote:
>
> On Wednesday, October 18, 2017 at 7:51:16 PM UTC+2, Diego Mesa wrote:
>>
>> Thanks Mario - I just wasn't sure if once bundled it would be more of a 
>> package which is easier to install and uninstall.  
>>
>
> At the moment it's easier to tweak, since all the files are visible. ... 
> and you can easily delete the test-tiddlers. 
>
> You just need to keep: 
>
> aka-footer ... footer template, that contains a refined version of Jed's 
> footer code
> aka-macros ... 3 macros ... refined, but based on Mark's code
> alias-list ... tiddler linked list + all aliases 
>
>
>
> Once it is a plugin, all the files will be shadow tiddlers, that are "kind 
> of" hidden. And getting the docs and edition right will be more work then 
> the functionality itself.  
> That's why there is no timeline. 
>
> -m
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ade05358-63c2-4b92-808e-d4f543963ec7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ
I use a symbolic link to my files, I have not tried just the backup but it 
should work I think.

On Wednesday, October 18, 2017 at 7:58:16 PM UTC+2, PMario wrote:
>
> Hi BJ, 
>
> Does it work with FF57? Did you test, if it's possible to symlink the 
> backup directory out of the "downloads folder"?
>
> -m
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d6f7ca73-c57e-4923-a2eb-6539c3979630%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ
I think you are correct that each profile has its own config data.

At the moment I have put in a separate dir for backups, there could be an 
option to put backdirs where each TW is.

On Wednesday, October 18, 2017 at 8:15:23 PM UTC+2, coda coder wrote:
>
> Hi BJ
>
> On Wednesday, October 18, 2017 at 12:11:24 PM UTC-5, BJ wrote:
>>
>> HI All,
>>
>> I have build a (basic) saver that allows TWs to be saved in a subdir to 
>> the download dir, with some other minor restrictions. This is of course 
>> very restricting, however it allows saving to be similar to using tiddlyfox 
>> (it allows backups), and allows TWs to be moved out of the main part of the 
>> download directory, into a tree of subdirs.
>>
>>
> If user were to use firefox profiles - one profile per TW - then the 
> saving location can be set on a per TW basis, anywhere you want.  Right?
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/6f2bdc14-fddd-4aa9-8e35-d9e2a73abab8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 7:51:16 PM UTC+2, Diego Mesa wrote:
>
> Thanks Mario - I just wasn't sure if once bundled it would be more of a 
> package which is easier to install and uninstall.  
>

At the moment it's easier to tweak, since all the files are visible. ... 
and you can easily delete the test-tiddlers. 

You just need to keep: 

aka-footer ... footer template, that contains a refined version of Jed's 
footer code
aka-macros ... 3 macros ... refined, but based on Mark's code
alias-list ... tiddler linked list + all aliases 



Once it is a plugin, all the files will be shadow tiddlers, that are "kind 
of" hidden. And getting the docs and edition right will be more work then 
the functionality itself.  
That's why there is no timeline. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/32c98d62-0fc0-48d1-acc4-913339eee9f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ
HI Mark, 
I've added some more details to the install instructions

BJ

On Wednesday, October 18, 2017 at 8:27:44 PM UTC+2, Mark S. wrote:
>
> What exactly are we supposed to download? There's no release copy that I 
> can see, and the extensions directory has multiple js files.
>
> Thanks,
> Mark
>
> On Wednesday, October 18, 2017 at 10:11:24 AM UTC-7, BJ wrote:
>>
>> HI All,
>>
>> I have build a (basic) saver that allows TWs to be saved in a subdir to 
>> the download dir, with some other minor restrictions. This is of course 
>> very restricting, however it allows saving to be similar to using tiddlyfox 
>> (it allows backups), and allows TWs to be moved out of the main part of the 
>> download directory, into a tree of subdirs.
>>
>> A proof of concept is here: https://github.com/buggyj/tiddlysaver.  It 
>> is not tested so DO NOT USE ON LIVE TWs, however feedback would be useful.
>>
>> I have only tried this on xubuntu 14.04
>>
>> Cheers
>>
>> BJ
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4315da79-6c6c-4a70-aecf-5556038af918%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki and Git

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 7:23:33 PM UTC+2, Derek Mahar wrote:
>
> How difficult is it typically to resolve merge conflicts between two 
> TiddlyWiki HTML files?  I'm considering using TiddlyWiki, Nginx, Git, and 
> SSH to share and synchronise my TiddlyWiki notes.
>

As Rob wrote, that's probably not the best way to go. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9f32c464-1158-42eb-b5c9-7c7398a12f80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 8:15:23 PM UTC+2, coda coder wrote:
>
> If user were to use firefox profiles - one profile per TW - then the 
> saving location can be set on a per TW basis, anywhere you want.  Right?
>

No only directories relative to the "default download directory" are 
possible. see: 
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/downloads/download

When I get it working, I'll test, if it follows sym-links in windows. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/52bbafe5-eaf6-4080-adc9-1f9f7b3ff37b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 8:27:44 PM UTC+2, Mark S. wrote:
>
> What exactly are we supposed to download? There's no release copy that I 
> can see, and the extensions directory has multiple js files.
>

You need to download everything. 

In FF you need to import the manifest.json file. ... BUT ... It doesn't 
work on windows systems atm, because the path.separators are wrong there. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/bc5c9691-1936-4394-a1f2-84b98c274843%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread coda coder
Hi BJ

On Wednesday, October 18, 2017 at 12:11:24 PM UTC-5, BJ wrote:
>
> HI All,
>
> I have build a (basic) saver that allows TWs to be saved in a subdir to 
> the download dir, with some other minor restrictions. This is of course 
> very restricting, however it allows saving to be similar to using tiddlyfox 
> (it allows backups), and allows TWs to be moved out of the main part of the 
> download directory, into a tree of subdirs.
>
>
If user were to use firefox profiles - one profile per TW - then the saving 
location can be set on a per TW basis, anywhere you want.  Right?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d4bb3899-c52b-4668-9473-9824d4690793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread PMario
Hi BJ, 

Does it work with FF57? Did you test, if it's possible to symlink the 
backup directory out of the "downloads folder"?

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/851baad5-5e08-4f5a-b074-d148de99768d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread Diego Mesa
Thanks Mario - I just wasn't sure if once bundled it would be more of a 
package which is easier to install and uninstall.  

On Wednesday, October 18, 2017 at 12:45:25 PM UTC-5, PMario wrote:
>
> On Wednesday, October 18, 2017 at 4:59:41 PM UTC+2, Diego Mesa wrote:
>>
>> Thank you mario and everyone else who has helped in this thread! I look 
>> forward to downloading the "official" macros plugin from you site. 
>>
>
> Just to be sure. Have you seen the downloadable attachment from my prior 
> post?
> IMO there is no need to wait for the final plugin. 
>
> -m
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/a36dc17a-1381-43ca-918d-49fa7999fec0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 4:59:41 PM UTC+2, Diego Mesa wrote:
>
> Thank you mario and everyone else who has helped in this thread! I look 
> forward to downloading the "official" macros plugin from you site. 
>

Just to be sure. Have you seen the downloadable attachment from my prior 
post?
IMO there is no need to wait for the final plugin. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/306a90e3-acad-484d-9e9c-0e995c7c7db8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-10-18 Thread Lost Admin
I can't currently find what I was reading that showed me that HEAD gets an 
e-tag, but this blog indicates it does:

http://joshua.schachter.org/2006/11/apache-etags

But I did use this one in my research. It explains why the Etag doesn't 
usually show up with a PUT.

https://stackoverflow.com/questions/42246577/why-responses-to-put-requests-must-not-provide-an-etag

The apache docs location should be obvious. I had to read the cache control 
and mod_dav, mod_dav_fs, and mod_headers section to sort out that Apache is 
not able to confirm that what as sent in the PUT will be exactly what is 
returned for the next GET request. So, no etag header.

I can show (because I tested) that the HEAD method does appear to return an 
etag.





On Wednesday, October 18, 2017 at 11:26:19 AM UTC-4, PMario wrote:
>
> On Wednesday, October 18, 2017 at 3:12:00 PM UTC+2, Lost Admin wrote:
>>
>> Could someone help me a bit with something? My coding skills are not up 
>> to even this simple task sadly.
>>
>> The WebDAV saver for TiddlyWiki saves using the HTTP PUT method. 
>> Unfortunately the Apache and IIS implementations of WebDAV do not respond 
>> with the updated ETag header. However, according to the documentation, 
>>
>
> Hi, Can you add some links to your docs? Especially the ETag handling 
> stuff, that you refer to?
>  
> -m
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/b9996c29-8f7d-4d77-801d-789e64a55894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Questions re node.js

2017-10-18 Thread David Gifford
Hi kelsang, no, Resonate's site is not done in TiddlyWiki. They have a
professional communications department that handles that.

My own website, giffmex.org, and my Spanish materials at
articulos.giffmex.org are created with statics generated by my local
TiddlyWikis.

Blessings

David Gifford
Mexico team leader, Mexico City

*Resonate Global Mission*
*Engaging People. Embracing Christ.*
A Ministry of the Christian Reformed Church
resonateglobalmission.org


On Wed, Oct 18, 2017 at 10:49 AM, kelsang sherab 
wrote:

> David,
>
> out of curiosity is Resonate Global Mission website build with TW ??
>
> it looks very nice and very inormative.
>
> Thanks
>
> On Thursday, October 12, 2017 at 4:44:15 AM UTC+1, David Gifford wrote:
>>
>> Thanks Arlen!
>>
>> David Gifford
>> Mexico team leader, Mexico City
>>
>> *Resonate Global Mission*
>> *Engaging People. Embracing Christ.*
>> A Ministry of the Christian Reformed Church
>> resonateglobalmission.org
>>
>>
>> On Wed, Oct 11, 2017 at 11:11 PM, Arlen Beiler  wrote:
>>
>>> This thread should answer some of your questions. Let us know if you
>>> have more.
>>>
>>> https://groups.google.com/d/msgid/tiddlywiki/7d5facb4-d04f-
>>> 49c3-a78e-7e2a16c3282d%40googlegroups.com?utm_medium=email&
>>> utm_source=footer
>>>
>>> On Oct 11, 2017 18:46, "Dave Gifford - http://www.giffmex.org/; <
>>> gif...@gmail.com> wrote:
>>>
 Hi all

 After wandering about in the world and using Dynalist.io to much
 satisfaction, I am finding I would still like to gather some notes in TW.
 But I have been hearing of rumors that my beloved Firefox will soon no
 longer be supporting changes in TW. And I have never liked Chrome's way of
 saving. I always feel like I am either going to accumulate heaps of files
 or somehow lose my data because I didn't save it.

 Also, I like how http://tiddlywiki.com/static/TiddlyWiki.html
 functions online. I would like to be able to easily generate a large static
 site, especially in Spanish.

 So I am thinking node.js may or may not be my solution. Let me describe
 roughly what I am thinking of, and you guys can maybe tell me if it is
 doable.

 1. Have a number of TiddlyWikis I access via node.js, not just one. The
 tiddlers from the TWs could all be mixed together in folders.
 2. Have the ability to wikilink any tiddler via any of the TiddlyWikis.
 So if I created a tiddler from the 'Animals' TW, there would be a way to
 wikilink to it from a 'Nature' TW.
 3. Generate a static site like http://tiddlywiki.com/static/T
 iddlyWiki.html from all the tiddlers. Having it update automatically
 or at least with the click of a button when I make changes to any of the
 TWs would be a big plus.

 Is this doable? I am guessing it is. In simple but precise English, how
 would I go about doing this? What is the process involved, not so much for
 setting up but for day to day editing and publishing? Do I save locally and
 upload each time from my laptop? Or is there a way to edit online tid files
 via node.js and have their static versions updated? Is there a way to edit
 in node.js so I can see it wikified but not have to depend on a browser?

 I think some of you use Github to do something like this. If so, is
 that something worth pursuing? What is your process?

 Thanks in advance for any illumination and guidance! Blessings.

 --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at https://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit https://groups.google.com/d/ms
 gid/tiddlywiki/87367635-9fc1-4d8f-9089-f03505dd2541%40googlegroups.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "TiddlyWiki" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/tiddlywiki/eeSb6uOk-PI/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> tiddlywiki+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/tiddlywiki.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/tiddlywiki/CAJ1vdSSr5iruybmPVF8fOMphoqR6CXgcb86nhs0bZD0T
>>> rnQWDA%40mail.gmail.com
>>> 

[tw] Re: New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ


On Wednesday, October 18, 2017 at 7:11:24 PM UTC+2, BJ wrote:
>
> HI All,
>
> I have build a (basic) saver that allows TWs to be saved in a subdir to 
> the download dir, with some other minor restrictions. This is of course 
> very restricting, however it allows saving to be similar to using tiddlyfox 
> (it allows backups), and allows TWs to be moved out of the main part of the 
> download directory, into a tree of subdirs.
>
> A proof of concept is here: https://github.com/buggyj/tiddlysaver.  It is 
> not tested so DO NOT USE ON LIVE TWs, however feedback would be useful.
>
> I have only tried this on xubuntu 14.04
>
> Cheers
>
> BJ
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/82a83ea6-af08-4cd7-a72e-386e4767b55c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] New (Limited) Saver for chrome, ff

2017-10-18 Thread BJ
HI All,

I have build a (basic) saver that allows TWs to be saved in a subdir to the 
download dir, with some other minor restrictions. This is of course very 
restricting, however it allows saving to be similar to using tiddlyfox (it 
allows backups), and allows TWs to be moved out of the main part of the 
download directory, into a tree of subdirs.

A proof of concept is here: https://github.com/buggyj/tiddlysaver.  It is 
not tested so DO NOT USE ON LIVE TWs, however feedback would be useful.

Cheers

BJ

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c999c86c-168a-41f1-a3ff-b3fe96797cf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 have to add each TW to settings json
>>
>
> I still don't understand. I didn't have to add *any* TW file to
> settings.json. Did Arlen change something (my version is about 2 months
> old) ? I just added the directory branches I wanted. Then I navigate to the
> branch on localhost:8080 and right click (open in new tab) on each of the
> TW files I want to open. I didn't have to specify their names in the JSON
> settings.
>
> Mark
>
> On Wednesday, October 18, 2017 at 9:06:51 AM UTC-7, Riz wrote:
>>
>> . Instead,  if we could simply specify a folder name in settings,  from
>> which all html files would be loaded, that would make it much easier. We
>> can specify a folder dedicated to TW and forget all about settings file.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> 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/48c726ca-95d5-4d93-8df8-922a2763069b%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAJ1vdSS%3DdL_5Tb0FO5yYSBQU6CkKg2b5U2kbaJR2_CuekhuR3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Firefox will not doom TiddlyWiki

2017-10-18 Thread Riz
yeah, I mean it can,  but we have to add each TW to settings json. Instead,  if 
we could simply specify a folder name in settings,  from which all html files 
would be loaded, that would make it much easier. We can specify a folder 
dedicated to TW and forget all about settings file. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/513dd891-02ff-48d1-bf67-2acdc5ae9d12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 3:12:00 PM UTC+2, Lost Admin wrote:
>
> Could someone help me a bit with something? My coding skills are not up to 
> even this simple task sadly.
>
> The WebDAV saver for TiddlyWiki saves using the HTTP PUT method. 
> Unfortunately the Apache and IIS implementations of WebDAV do not respond 
> with the updated ETag header. However, according to the documentation, 
>

Hi, Can you add some links to your docs? Especially the ETag handling 
stuff, that you refer to?
 
-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7859bb90-fcf6-4638-89a4-5e7db2b66a19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Collaborative editing (2nd attempt)

2017-10-18 Thread coda coder
FYI...

(2nd attempt because my first went into the Google black hole, or google 
hates me)

Quote: *ProseMirror has built-in, ground-up, rock solid support for 
collaborative editing, where multiple people work on the same document in 
real time.*

About: http://marijnhaverbeke.nl/blog/prosemirror-1.html

Site: http://prosemirror.net/


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c88510fe-9a60-4d82-b68b-0d5c95f8518f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Firefox will not doom TiddlyWiki

2017-10-18 Thread Riz
Hi Arlen,  

As I mentioned in github, will you consider supporting an option like "a folder 
full of standalone wikis"? Will easier it easier for those of us who use a lot 
of temporary wikis. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/088b84a4-d4d5-4571-b6d8-4ed1b65c2141%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reveal widget with nonempty field

2017-10-18 Thread PMario
On Wednesday, October 18, 2017 at 4:00:06 PM UTC+2, Mark S. wrote:
>
> What does the syntax "|?]]" do?
>
> Is there any hope that any of this could end up in the core?
>

IMO |?] is much more visible but as I wrote it is already a valid 
pretty-link for existing TWs. Whereas the |] will be ignored. 
Just compare [[test|?]] with [[test|]]

The standard way to get stuff like this ready for the core is plugins. ... 
If they are a success, we can discuss implementing them into the core. 
Especially in cases like this one, where no consensus is reached yet. 

-m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7e03fd7c-4269-4266-a469-3ea75c840319%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tiddlers as Bookmarklets!!!

2017-10-18 Thread coda coder

On Wednesday, October 18, 2017 at 9:50:55 AM UTC-5, Jed Carty wrote:
>
> I think that this could be useful for storing bookmarklets to help with 
> getting new systems set up.
>

Right.  Ad hoc "bundles".  Cool. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/1a90d00b-727e-46b8-a467-a3280d2370e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tiddlers as Bookmarklets!!!

2017-10-18 Thread Jed Carty
I think that this could be useful for storing bookmarklets to help with 
getting new systems set up.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/ff027cf6-5527-406c-a519-9985be853439%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Announcing TiddlyDesktop v0.0.9

2017-10-18 Thread coda coder
Congrats, Jeremy.  Nice to see multi-instance support added - an issue 
which had led me to turn away from TD in the past.  Is there any hope that 
other "standard" browser features may be added? Cmd/Ctrl-F perhaps? 
(Reading the github issues, it doesn't seem likely).


On Wednesday, October 18, 2017 at 3:16:13 AM UTC-5, Jeremy Ruston wrote:
>
> I’m happy to announce a new release of TiddlyDesktop, including new 
> features that support creating external attachments via drag and drop — in 
> other words, it lets you drag a .JPG file into your TiddlyWiki and have it 
> appear as a tiddler with a _canonical_uri field pointing to the original 
> file.
>
> I’ve had reservations about TiddlyDesktop for some time: particularly that 
> the understandable pressure from users to make it as good as commercial 
> browsers would become a Sisyphean task. Things change; like many others, 
> I’ve been relying on TiddlyFox for all my personal work with Dropbox-based 
> single file TiddlyWikis on my Mac. With its demise I plan to switch to 
> TiddlyDesktop; if it works out, it should help encourage me to keep it up 
> to date :)
>
> This release is mainly about integrating the latest version of the 
> underlying NW.js platform. Significant changes to the code were required 
> because of many deep changes in NW.js itself. New features include:
>
> • Latest Chromium features (e.g. integrated PDF viewer)
> • Resolves bugs related to window positioning (e.g. quitting while windows 
> are minimised) by using NW.js new built-in window handling
> • Updated visual appearance for the main toolbar
> • New, more distinctive application icon
>
> You can download the new release here:
>
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.9
>
> As usual, please exercise caution when upgrading: take careful backups and 
> don’t rely on it for anything important until you’ve tested things 
> thoroughly.
>
> The support for external attachments takes the form of a new plugin on the 
> TiddlyWiki side. I did it this way around because the external attachment 
> support isn’t actually dependent upon TiddlyDesktop — it will work with any 
> browser environment that provides a “path” property with the “File” object 
> created during drag-and-drop operations. There are no such alternatives 
> right now, but it gives us room to get things working on platforms such as 
> Quine on iOS.
>
> The new plugin is included in the latest 5.1.15-prerelease:
>
>
> http://tiddlywiki.com/prerelease/#%24%3A%2Fplugins%2Ftiddlywiki%2Fexternal-attachments
>  
> 
>
> Note that the plugin requires the matching version of the core to operate 
> properly; it can’t be used with older versions of TiddlyWiki.
>
> Feedback and questions are welcome,
>
> Best wishes
>
> Jeremy.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/8cd873d5-87f1-4f1c-9866-e2d73233ab25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tiddlers as Bookmarklets!!!

2017-10-18 Thread coda coder
Well that's blindingly obvious.  I guess I must be blind!

Good spot, Arlen!

On Wednesday, October 18, 2017 at 9:22:55 AM UTC-5, Arlen Beiler wrote:
>
> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/4b71c0c9-6257-405c-9518-81e28d5e3f55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAJ1vdSTZCMEa%3DWueVnFRJNPBZw1TMurqYopVYaYuwy-7jK%3D7Ag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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
or software company. I use data folders, which stores the tiddlers as raw
wikitext in the file system. If I ever need to read them as a text file, I
can easily do that. Single file wikis would be the same, although you have
to look through 1.5+ MB of code to find the wiki store, but definitely
doable and a necessary inconvenience. Of course, I can also load it in any
modern browser and expect it to work exactly as it always did as far as
rendering and reading is concerned.

First of all, there is TiddlyServer. I have loaded data folders for a long
time, but this was the first time I made something this dynamic. At the
same time, I made it to fit my use case, which is something of a data
power-user. I accumulate loads of notes and need someway to store and
categorize them. I like data folders, and needed something like the Node
server command, but which allowed static files to be served as well.

Before TiddlyServer, I used Electron and a simple saver script that I wrote
very similar to TiddlyChrome or TiddlyFox. That worked very well and I
stored everything on Dropbox in single file wikis. I still use Dropbox, but
found myself quickly switching to data folders once I discovered how easy
TiddlyServer actually made things.

There is also TiddlyDesktop. It is built on NodeWebkit, but as far as the
end user is concerned, it could also be build on Electron. Even if
NodeWebkit goes away, Electron is a very active project used by several
very popular source code editors and maintained by Github. I don't think it
is going to disappear any time soon.

It would not be hard for me to port Tiddlyserver to Electron to turn it
into another TiddlyDesktop. I could still allow access over the network.
That, I'm guessing, is on the roadmap, but it's still a little ways away.

*We still have TiddlyChrome until next spring. *

Every browser that supports extensions would have some way of saving
directly in the browser if you install a native application on your
computer that would communicate with the extension. This seems feasible to
me because installing an extension is also computer specific.

There are creative ways of using the download saver along with shell
scripts to do various things.

Several users are working on various ways to use WebDAV to save TiddlyWiki
on Apache and IIS. We have store.php which does basically the same thing if
you have PHP enabled on the web server.

Saving used to be a lot more browser-specific. Each browser had its own
method of doing things. Five has made things a lot more equal and taken out
a lot of the guess work and hassle of hacking the core code. If there is a
different way of saving, you just write a new saver and drop it into your
wiki.

It is a hassle to work through all the different options available to us
and figure out which ones are user-friendly and simple. I think that is
what is creating all the discussion about Firefox. We have a plethora of
options available, it's just that the one some of us like best is going
away. I barely ever use Firefox, and therefore hardly ever use TiddlyFox.
So I am not affected by it as a user, and I'm sure there are others.

It has come to my attention very strongly, however, as the developer of
TiddlyServer, because suddenly there is a lot of interest in it. It was
primarily built to allow someone to load multiple data folders (which have
nothing to do with TiddlyFox and are always browser agnostic) instead of
having to load each folder on a different port. We also wanted to be able
to serve files (like PDFs and images) along-side the TiddlyWikis. The
single-file saving was an obvious addition, but I almost needed a new saver
to go with it.

I'm sure I missed some things, but that is all I can think of right now.

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 post to this group, send email to tiddlywiki@googlegroups.com.
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/CAJ1vdSQo785BF7Xy_SuXR9XskL%2BFSSKNWWNib%3D7HtosTTLtSmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Announcing TiddlyDesktop v0.0.9

2017-10-18 Thread Eneko Gotzon
On Wed, Oct 18, 2017 at 10:16 AM, Jeremy Ruston 
wrote:

> I’m happy to announce a new release of TiddlyDesktop…
>

​What a wonderful & generous team of coders… Thank you so much, once again!


> I plan to switch to TiddlyDesktop…
>

And I will follow you, –Great– Jeremy​.

Please, take care, enjoy life & ask for fair reward :)
-- 
*Eneko Gotzon Ares*
*Izan, egon, egin*
*Donostia – EH, Baskonia, NA Oso*
*Tf *
*(+34) 943 273 431 - (+34) 639 626 858*
*——Mezu hau eta berari atxikitako agiri oro isilpeko dira
eta soilik hartzaileari zuzentzen zaizkie. Mezu hau hutsegitez jasoz gero
berau ezabatzea eskatzen da eta igorleari horren berri ematea eskertuko
litzake. Baimen agerikorik gabe debekatuta dago mezu honen edota bere
edukinen edozein erabilera edo hedatzea, bai osoki zein zatiz. Mezu
elektronikoak andea daitezke; mezu hau andeaturik, aldaturik edota aizun
balego Eneko Gotzon Aresek edota bere ordezkariek uko egiten diote
edonolako ardurei.*

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAKzrwxCn0Ycvih0gZcOtdVV-v7BQZrJb4U1XKDU2BtZq4n6UUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-10-18 Thread Arlen Beiler
The webdav saver code in TiddlyWiki should be in
$:/core/modules/savers/put.js or something like that. I know it ends with
put.js

On Oct 18, 2017 09:12, "Lost Admin"  wrote:

Could someone help me a bit with something? My coding skills are not up to
even this simple task sadly.

The WebDAV saver for TiddlyWiki saves using the HTTP PUT method.
Unfortunately the Apache and IIS implementations of WebDAV do not respond
with the updated ETag header. However, according to the documentation, the
HTTP HEAD method should respond with the new ETAG. So, I would like to
modify the WebDAV saver to do the following:

1) call the HTTP LOCK method to lock the file
2) call the HTTP PUT method to save the file (as it does today with the
ETAG and everything)

3) If save fails: return the error message (like we do today)
4) if save succeeds: call the HTTP HEAD method to get the updated ETag

5) call the HTTP UNLOCK method to release the lock on the file

NOTES:

If I read the documentation correctly, HTTP locks have a timeout. So if an
issue occurs during the locked phase, the file should be released in a few
minutes.

I'm not bothering to actually check if we got a lock after step 1 because
we will still get an error from the PUT call due to either another file
lock or the ETag miss-match.

The UNLOCK response doesn't need to be communicated to the end-user because
it should only fail if the initial lock failed (or there is some miss-match
in the lock token). This could even be done asynchronously.

We could conceivably use the HTTP LOCK method to lock a tiddlywiki when it
is being edited but the LOCK method has a timeout, so we would need to
periodically re-request the lock. Right now I prefer the  opportunistic
locking method we are using with ETag. The only reason to use the lock
around the PUT and HEAD calls is to ensure that the ETag we get is the one
that matches the data we just saved and not the data submitted by another
person at almost the same time.

In Apache, the lock method is optional and requires some additional set-up.
By ignoring the success/failure of the lock, we nicely fall-back to the
current ETag method.

Thoughts? Suggestions? Pointers to where I find the parts of the WebDAV
saver code in tiddlywiki to attempt to make these changes myself?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/CAJ1vdST21KdCqiX8FZRs7kKAJh%2BZmEWRsPKxNmBKOEbMZ0aqgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Announcing TiddlyDesktop v0.0.9

2017-10-18 Thread Jeremy Ruston
> On Linux mint 18.2 I followed the insturctions in the readme.md and things 
> seemed to be going well but then :
> 
> Except not. lol.
> 
> Attached is  screenshot of my terminal
> 
> What am i doing wrong?

It looks like maybe you don’t have node.js installed properly. Visit 
https://nodejs.org/en/  to install it.Î

But the screenshot shows the steps for installing TiddlyWiki itself, not those 
for installing TiddlyDesktop.

Are you trying to install TiddlyWiki under Node.js, or are you trying to 
install TiddlyDesktop?

Best wishes

Jeremy


> 
> Thanks
> 
> 
> 
> On Wednesday, October 18, 2017 at 9:16:13 AM UTC+1, Jeremy Ruston wrote:
> I’m happy to announce a new release of TiddlyDesktop, including new features 
> that support creating external attachments via drag and drop — in other 
> words, it lets you drag a .JPG file into your TiddlyWiki and have it appear 
> as a tiddler with a _canonical_uri field pointing to the original file.
> 
> I’ve had reservations about TiddlyDesktop for some time: particularly that 
> the understandable pressure from users to make it as good as commercial 
> browsers would become a Sisyphean task. Things change; like many others, I’ve 
> been relying on TiddlyFox for all my personal work with Dropbox-based single 
> file TiddlyWikis on my Mac. With its demise I plan to switch to 
> TiddlyDesktop; if it works out, it should help encourage me to keep it up to 
> date :)
> 
> This release is mainly about integrating the latest version of the underlying 
> NW.js platform. Significant changes to the code were required because of many 
> deep changes in NW.js itself. New features include:
> 
>   • Latest Chromium features (e.g. integrated PDF viewer)
>   • Resolves bugs related to window positioning (e.g. quitting while 
> windows are minimised) by using NW.js new built-in window handling
>   • Updated visual appearance for the main toolbar
>   • New, more distinctive application icon
> 
> You can download the new release here:
> 
> https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.9 
> 
> 
> As usual, please exercise caution when upgrading: take careful backups and 
> don’t rely on it for anything important until you’ve tested things thoroughly.
> 
> The support for external attachments takes the form of a new plugin on the 
> TiddlyWiki side. I did it this way around because the external attachment 
> support isn’t actually dependent upon TiddlyDesktop — it will work with any 
> browser environment that provides a “path” property with the “File” object 
> created during drag-and-drop operations. There are no such alternatives right 
> now, but it gives us room to get things working on platforms such as Quine on 
> iOS.
> 
> The new plugin is included in the latest 5.1.15-prerelease:
> 
> http://tiddlywiki.com/prerelease/#%24%3A%2Fplugins%2Ftiddlywiki%2Fexternal-attachments
>  
> 
> 
> Note that the plugin requires the matching version of the core to operate 
> properly; it can’t be used with older versions of TiddlyWiki.
> 
> Feedback and questions are welcome,
> 
> Best wishes
> 
> Jeremy.
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to tiddlywiki@googlegroups.com 
> .
> 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/d0b8065a-58b2-4ed2-a36c-277a07e06378%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .
> 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/45E7603A-F453-42AE-BECA-E752C37AE5E8%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] WebDav Saver Observations.

2017-10-18 Thread Lost Admin
Could someone help me a bit with something? My coding skills are not up to 
even this simple task sadly.

The WebDAV saver for TiddlyWiki saves using the HTTP PUT method. 
Unfortunately the Apache and IIS implementations of WebDAV do not respond 
with the updated ETag header. However, according to the documentation, the 
HTTP HEAD method should respond with the new ETAG. So, I would like to 
modify the WebDAV saver to do the following:

1) call the HTTP LOCK method to lock the file
2) call the HTTP PUT method to save the file (as it does today with the 
ETAG and everything)

3) If save fails: return the error message (like we do today)
4) if save succeeds: call the HTTP HEAD method to get the updated ETag

5) call the HTTP UNLOCK method to release the lock on the file

NOTES:

If I read the documentation correctly, HTTP locks have a timeout. So if an 
issue occurs during the locked phase, the file should be released in a few 
minutes.

I'm not bothering to actually check if we got a lock after step 1 because 
we will still get an error from the PUT call due to either another file 
lock or the ETag miss-match.

The UNLOCK response doesn't need to be communicated to the end-user because 
it should only fail if the initial lock failed (or there is some miss-match 
in the lock token). This could even be done asynchronously.

We could conceivably use the HTTP LOCK method to lock a tiddlywiki when it 
is being edited but the LOCK method has a timeout, so we would need to 
periodically re-request the lock. Right now I prefer the  opportunistic 
locking method we are using with ETag. The only reason to use the lock 
around the PUT and HEAD calls is to ensure that the ETag we get is the one 
that matches the data we just saved and not the data submitted by another 
person at almost the same time.

In Apache, the lock method is optional and requires some additional set-up. 
By ignoring the success/failure of the lock, we nicely fall-back to the 
current ETag method.

Thoughts? Suggestions? Pointers to where I find the parts of the WebDAV 
saver code in tiddlywiki to attempt to make these changes myself?




On Thursday, September 7, 2017 at 4:59:40 PM UTC-4, Arlen Beiler wrote:
>
> Ok, so how *does* web dav take care of making sure someone is editing the 
> latest version? Or does it use the entirely file-system concept of locking 
> files for editing?
>
> Are we barking up the wrong tree with the idea of using web DAV? It is 
> entirely file system centered. The fact that it can handle web requests 
> seems almost incidental. Or maybe it is just the simple fact that the PUT 
> saver nowhere near implements the entire DAV protocol. 
>
> What protocol talks about Etags in 204 responses? The one I found only 
> mentions it once in relation to a PUT request by saying that there is no 
> specific definition of whether it should guarantee the file content is 
> exactly byte-for-byte identical to the PUT request.  
> http://www.ietf.org/rfc/rfc4918.txt
>
> The HTTP/1.1 spec is at https://www.ietf.org/rfc/rfc2616.txt
>
> I can't find anything in either of those just by searching for "etag".
>
> Just some thoughts.
>
> On Thu, Sep 7, 2017 at 10:48 AM, Lost Admin  > wrote:
>
>> I've been trying to dig into the proper specs on the use of ETag and it 
>> looks like it is only supposed to be sent from the server along with the 
>> data. Thus the PUT request is not supposed to include a new ETag. I 
>> *think* Apache is actually doing it right.
>>
>> Also, I did the same series of screenshots on my test Lighttpd server 
>> (which doesn't experience the same 412 error) and for some reason, the 
>> If-Match header gets dropped from the subsequent PUT requests headers. I 
>> don't know why it would be different as I think that header is coming from 
>> the client side.
>>
>>
>> On Tuesday, September 5, 2017 at 9:18:07 AM UTC-4, Arlen Beiler wrote:
>>>
>>> It is becoming pretty clear that for some reason the Etag is not being 
>>> set in the response header, nor anything else equivalent to it. Per our 
>>> discussion privately, it does seem that this is an Apache issue, however I 
>>> have not been able to look into it further. 
>>>
>>> A couple of articles which touch on this: 
>>>
>>>- 
>>>
>>> https://fullstackhack.wordpress.com/2014/12/10/the-pain-of-etags-mod_deflate-apache-2-4-and-tomcat-7/
>>> 
>>>- https://httpd.apache.org/docs/2.4/caching.html
>>>
>>> At some point I will test it on one of my servers and see if I can get 
>>> it working. However, it is obvious that this is the problem. One option 
>>> would be to make a second head request if the 204 response does not contain 
>>> an Etag, but I guess that wouldn't be atomic either.
>>>
>> -- 
>> 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+...@googlegroups.com .
>> To post to 

[tw] Announcing TiddlyDesktop v0.0.9

2017-10-18 Thread Jeremy Ruston
I’m happy to announce a new release of TiddlyDesktop, including new features 
that support creating external attachments via drag and drop — in other words, 
it lets you drag a .JPG file into your TiddlyWiki and have it appear as a 
tiddler with a _canonical_uri field pointing to the original file.

I’ve had reservations about TiddlyDesktop for some time: particularly that the 
understandable pressure from users to make it as good as commercial browsers 
would become a Sisyphean task. Things change; like many others, I’ve been 
relying on TiddlyFox for all my personal work with Dropbox-based single file 
TiddlyWikis on my Mac. With its demise I plan to switch to TiddlyDesktop; if it 
works out, it should help encourage me to keep it up to date :)

This release is mainly about integrating the latest version of the underlying 
NW.js platform. Significant changes to the code were required because of many 
deep changes in NW.js itself. New features include:

• Latest Chromium features (e.g. integrated PDF viewer)
• Resolves bugs related to window positioning (e.g. quitting while 
windows are minimised) by using NW.js new built-in window handling
• Updated visual appearance for the main toolbar
• New, more distinctive application icon

You can download the new release here:

https://github.com/Jermolene/TiddlyDesktop/releases/tag/v0.0.9 


As usual, please exercise caution when upgrading: take careful backups and 
don’t rely on it for anything important until you’ve tested things thoroughly.

The support for external attachments takes the form of a new plugin on the 
TiddlyWiki side. I did it this way around because the external attachment 
support isn’t actually dependent upon TiddlyDesktop — it will work with any 
browser environment that provides a “path” property with the “File” object 
created during drag-and-drop operations. There are no such alternatives right 
now, but it gives us room to get things working on platforms such as Quine on 
iOS.

The new plugin is included in the latest 5.1.15-prerelease:

http://tiddlywiki.com/prerelease/#%24%3A%2Fplugins%2Ftiddlywiki%2Fexternal-attachments
 

Note that the plugin requires the matching version of the core to operate 
properly; it can’t be used with older versions of TiddlyWiki.

Feedback and questions are welcome,

Best wishes

Jeremy.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/35DE1323-5F1E-463E-98A1-874E7061CD7A%40gmail.com.
For more options, visit https://groups.google.com/d/optout.