Re: [tw] Re: Testers needed for TiddlyServer

2017-11-19 Thread Arlen Beiler
412 errors show up whenever they happen. I will add a debug setting later.

I am planning to add an admin screen to change settings at some point.

I am hoping to push a release soon, but for now you will need to use master
to make use of the Etag settings I added.

Hope that helps
-Arlen

On Nov 14, 2017 14:06, "TonyM"  wrote:

Arlen,

I am running TiddlyServer 2.0.8 and getting an increasing number of 412
Errors.
Is this version sufficient or must I do as you note "Ok, I've added this
feature to master and updated the readme.", if so can you explain master?

I was wondering what the state of play was.

The console reports errors Usually of this form
412 ifmatch "647392446737-1972104-1510635138000"
412 etag "647392446737-1972104-1510635139000"

412 caused by difference in modified

412 ifmatch "647392446737-1972720-1510637216000"
412 etag "647392446737-1972720-1510637217000"

412 caused by difference in modified

Perhaps obvious to all are the trailing 000 and one digit apart. Is the
backup occurring between this?
In an example case the console item before took 0.714 ms and the one after
an error took 4,453 ms
So it seems plausible the process takes more than one second.

   - I have multiple file based wiki's, I access though tiddlyServer and
   none seem immune, from this error. except when I turn off Autosave.
   - Smaller wikis are no less likely to have this Problem.
   - Should Every save result in a new backup file?
   - I am running on Top of an SSD with 16GB Ram so should be getting fast
   responses

In Response to errors, I Copy the content of the current tiddler, which did
not save, reload, find the tiddler and paste the content in. Occasionally I
can cope, but of late it is getting harder.

Thanks
Tony



On Sunday, November 5, 2017 at 8:08:36 AM UTC+11, Arlen Beiler wrote:

> Just people who know how to select the console output and copy it into an
> email whenever something crashes. Or open text files and email their
> contents. Everyone was begging me for some kind of bundled executable, so I
> threw this in to see how it would work. It took a little to rework the
> code, but I haven't gotten any feedback on whether or not it works, so I'm
> guessing maybe it does :) The installation instructions are at the
> beginning of this thread.
>
> Arlen
>
> On Sat, Nov 4, 2017 at 4:08 PM, kelsang sherab  wrote:
>
>> What kind of testers are you looking for?
>>
>> I am happy to learn but I have no proper coding skills.
>>
>> cheers
>>
>>
>> On Tuesday, October 10, 2017 at 1:06:58 PM UTC+1, Arlen Beiler wrote:
>>>
>>> Good Morning everyone,
>>> I just released an update to TiddlyServer. This release brings support
>>> for nexe. So now I need people to test it. If you are interested, go to
>>> https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.7 and download
>>> one of the nexe builds.
>>>
>>> For now, I only have windows and mac builds in 64 bit. The
>>> settings.json file still belongs in the root folder, but the executable is
>>> in the dist folder. Let me know how it works.
>>>
>>> Thanks,
>>> Arlen
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to tiddlywiki+...@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/e1ad2c68-cb27-46a2-a94e-b550295cab47%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/CAJ1vdSRGTiudHA07O_u%2B_2Vv-POUJ-mivazUym-b81tPwv9G_g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyServer on Raspberry Pi 3 with Stretch Raspbian and host 0.0.0.0

2017-11-19 Thread RichardWilliamSmith
Thanks Ron, I'll look at updating the docs when I get a chance.

Regards,
Richard

On Sunday, November 19, 2017 at 3:24:42 AM UTC+11, Ron Sharp wrote:
>
> I ran into a snag following instructions for installing TiddlyServer on a 
> Pi:
>
> https://www.didaxy.com/tiddlyserver-on-the-raspberry-pi
>
> Running for localhost works fine, but trying put it on the LAN generates 
> an EADDRINUSE exception, no matter which port is used, which was a 
> head-scratcher because a single Tiddlywiki server works fine.
>
> The problem is probably that Raspbian Stretch changed a lot of networking 
> behavior, and node.js is in fast-moving state of flux. (v8.9.1)
>
> Stretch generates interfaces for lo, eth0 and wlan0, even if the wifi 
> isn't being used.
> Listening for host 0.0.0.0 tries all the interfaces, and goes boom.
>
> The solution/workaround is to use the exact IP address of the correct 
> interface. (I've assigned fixed IP addresses on the LAN, so that isn't a 
> problem for me.) It's working fine now, thanks!
>
> { Error: listen EADDRINUSE 0.0.0.0:
> at Object._errnoException (util.js:1024:11)
> at _exceptionWithHostPort (util.js:1046:20)
> at Server.setupListenHandle [as _listen2] (net.js:1351:14)
> at listenInCluster (net.js:1392:12)
> at doListen (net.js:1501:7)
> at _combinedTickCallback (internal/process/next_tick.js:141:11)
> at process._tickCallback (internal/process/next_tick.js:180:9)
> at Function.Module.runMain (module.js:678:11)
> at startup (bootstrap_node.js:187:16)
> at bootstrap_node.js:608:3
>   code: 'EADDRINUSE',
>   errno: 'EADDRINUSE',
>   syscall: 'listen',
>   address: '0.0.0.0',
>   port:  }
> caught process uncaughtException
>
>

-- 
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/d4c7c5d1-7d2a-47fd-bfdc-4158228f0533%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Saving Tiddlywiki on Android with Tiddlyfox works

2017-11-19 Thread James A Bernard
As a side note for saving in Dropbox:

If you have the dropbox app installed, you can have either a file or a 
directory stored locally for off-line use. they are stored here:

file:///storage/emulated/0/Android/data/com.dropbox.android/files/[number]/scratch/[directory]

In a file manager (I use Ghost) I created the above location as a favorite 
and keep most of my tiddlywiki's there.
I go there and touch the file I want to use and open in Waterfox.
Each time I save a tiddler, the dropbox app notices the folder has changed 
and automatically updates.

Enjoy

On Monday, 20 November 2017 12:19:49 UTC+11, James A Bernard wrote:
>
> As a short term solution this works:
> Download and install Waterfox from their website - not the version on 
> Google play as it is not the same.
> Download TiddlyFox-1.0alpha18.xpi (2.0.1 won't work on android)
>
> These may not be needed (but I did them!) - try without and let us know
> open waterfox and enter:
> about:config
> Change settings to: 
> xpinstall.signatures.required = false
> extensions.autoupdate.enable = false
>
> Enter the file directory where you saved the xpi file into the address bar 
> (eg. file:///storage/emulated/0/Download/ )
> Touch on the xpi file - you'll get a diog box saying "blocked Addon and a 
> choice: dismiss or allow
> Touch allow
> Another box "Unverified addon" with cancel or install
> touch install
> Once installed you'll be asked to restart waterfox.
> do so and all should work
>
> This worked for me, your mileage may differ
>

-- 
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/96e348bd-bcde-47d1-aec9-48bc2359eb28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Upgrade Process - Have I just accidently merged multiple wikis?

2017-11-19 Thread coda coder
Jeez Tony... I did that just a few days ago.  Luckily, I had backups.

I did "something" while on "auto-pilot" so I couldn't, after the fact, 
figure out what exactly I did.  So yes, it's possible and -- it would seem 
-- it's surprisingly easy to do.

New rules:

1  open the upgrader, use it on a single TW, close it.
2  goto 1

Coda


On Sunday, November 19, 2017 at 7:51:43 PM UTC-6, TonyM wrote:
>
> Folks,
>
> I decided to upgrade multiple wikis using 
> https://tiddlywiki.com/upgrade.html, I got on a role. It now looks like 
> because I got on a role I have appended tiddlers from previously upgraded 
> tiddlers into a number of my wikis.
>
> I presume we should reload the https://tiddlywiki.com/upgrade.html page 
> before each new upgrade.
>
> I am unhappy about this because I now have a bit of a mess.
>
> Can this be PUT UP IN LIGHTS for subsequent users, or ideally trigger a 
> reload after the download step?
>
>
> :(
> 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/85ee27ba-7a0b-4539-ab59-1ceb39122c5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Working with large, frequently edited texts

2017-11-19 Thread elarucci
 

Hello,

As I mentioned in an earlier posting, I’m using TiddlyWiki for a series of 
novels and companion wiki.  I managed to work out most of the issues with 
TextSlicer, but ran into a few issues when cleaning up after the slicing.  I 
discovered that, if a sliced document is edited, it doesn’t automatically 
update the original tiddlers, which means I either need to edit them 
individually or re-slice the text.  I'm worried about the eventual file 
bloat (and possible tiddler chaos) that would occur from re-slicing over 
and over without removing the previous sliced tiddlers.  

   - Any way to mass delete a bunch of tiddlers at once? (Removing old 
   narrative tiddlers one-by-one was time consuming and tedious)

 

   - According to Text Slicer instructions, the tiddlers generated by the 
   slicing have automatically created titles that can be changed manually. 
   Hundreds of tiddlers were created from the first six chapters alone - there 
   are a couple hundred chapters left to do...do I have to rename and 
   individually tag *every single tiddler* or is there a way to mass tag a 
   lot of tiddlers at once (i.e. mass tag all "heading 2" tiddlers as 
   "scene")?  
   


At this point, I’m thinking perhaps TextSlicer is better for text that does 
not undergo much editing (unlike my novels)? Would it be more efficient to 
manually create “scene” tiddlers and work with much smaller chunks of text 
rather than importing entire books?  

 

Thank you in advance for your help!

-- 
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/4c21ad2d-94d2-41cf-9296-fb51b232a0f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Upgrade Process - Have I just accidently merged multiple wikis?

2017-11-19 Thread TonyM
Folks,

I decided to upgrade multiple wikis using 
https://tiddlywiki.com/upgrade.html, I got on a role. It now looks like 
because I got on a role I have appended tiddlers from previously upgraded 
tiddlers into a number of my wikis.

I presume we should reload the https://tiddlywiki.com/upgrade.html page 
before each new upgrade.

I am unhappy about this because I now have a bit of a mess.

Can this be PUT UP IN LIGHTS for subsequent users, or ideally trigger a 
reload after the download step?


:(
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/dae1f8c9-93f4-4489-b21a-2d5b21d23ac7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Saving Tiddlywiki on Android with Tiddlyfox works

2017-11-19 Thread James A Bernard
As a short term solution this works:
Download and install Waterfox from their website - not the version on 
Google play as it is not the same.
Download TiddlyFox-1.0alpha18.xpi (2.0.1 won't work on android)

These may not be needed (but I did them!) - try without and let us know
open waterfox and enter:
about:config
Change settings to: 
xpinstall.signatures.required = false
extensions.autoupdate.enable = false

Enter the file directory where you saved the xpi file into the address bar 
(eg. file:///storage/emulated/0/Download/ )
Touch on the xpi file - you'll get a diog box saying "blocked Addon and a 
choice: dismiss or allow
Touch allow
Another box "Unverified addon" with cancel or install
touch install
Once installed you'll be asked to restart waterfox.
do so and all should work

This worked for me, your mileage may differ

-- 
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/1f6ec91e-c07a-4da4-ac81-6d4344a95398%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2017-11-19 Thread Reid Gould
Release 1.0.1 is live. 

It fixes an issue ( 
https://github.com/reidgould/tiddlywiki-dropboard/issues/3 ) seen in 
TiddlyDesktop where cards overlap in lists that are long enough to scroll.

Only the best for you and your wikis,
[image: Reid Gould]
www.ReidGould.com  
(210) 617-0712 
/in/reidgould  
@rd_gld  



On Friday, October 27, 2017 at 2:34:59 PM UTC-5, Reid Gould wrote:
>
>
>
> 
>
> Dropboard 1.0.0
>
> Dropboard version 1 has arrived! It is now safe, stable, and ready for use 
> as a permanent installation in your wikis.
>
> See the source on GitHub:
> https://github.com/reidgould/tiddlywiki-dropboard
>
> Learn from the examples and documentation in the User Guide:
> http://reidgould.github.io/tiddlywiki-dropboard
>
> Here's a quick overview of the major features.
>
> Kanban like organization in the style of Trello using boards, lists, and 
> cards... But better! 
> Dropboard has:
>
>- Full integration with TiddlyWiki. Drag any tiddler into a board.
>- Collapsible lists that you can still drag cards into.
>- Lots of features to improve workflow and setup the view of your 
>board to be just right for the task at hand.
>
>
>
> 
>
>
>
>
>
> View and edit a huge amount of data at once using window mode and scaling 
> down your font size.
>
>
>
> 
>
>
>
>
> A full Trello style palette for TiddlyWiki called TWello!
>
>
>
> 
>
>
>
>
> Dropboard has been made completely by myself on my own time, and it's 
> taken quite a lot of it! The reason I spent the time to complete this 
> project is to be a key part of my design portfolio as I transition my 
> career into Software Engineering. 
>
> I have a list of features that I would love to add to create a Dropboard 
> version 2.0.0, but unfortunately this is all the time I can spend on this 
> project for free. If you're interested in supporting the next version of 
> this plugin you can support me on Patreon.
>
>
> 
>
> https://www.patreon.com/reidgould
>
>
> Special thanks to all the community members 
>  who 
> offered some great suggestions and helped hunt down bugs!
> Only the best for you and your wikis,
> [image: Reid Gould]
> www.ReidGould.com  
> (210) 617-0712 
> /in/reidgould  
> @rd_gld  
>
>

-- 
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/76c30c8b-ce47-43d5-be02-ae7c11206aea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Would this group be better on WhatsApp?

2017-11-19 Thread Sander Datema
Yes, I can second Discourse. It's - as they say themselves - the forum for 
the next 10 years. And it runs quite nicely on a small VPS. Though I have 
no idea how big the community is here?

Op vrijdag 17 november 2017 10:41:47 UTC+1 schreef Sylvain Naudin:
>
> Yet Another Thread about GG ;)
>
> On Friday, November 17, 2017 at 9:23:15 AM UTC+1, Jed Carty wrote:
>>>
>>> While I support the idea of moving to a new forum I don't have much 
>>> experience with any forums, but the french forums seem to work well.
>>>
>>
> Since I offer this Discourse to french community, I indeed think that 
> forum like Discourse can do the job like Google Groups do (post/reply 
> email, multi-device, wiki, etc..) Since it's Stackoverflow creator, they 
> have background to deal whith. And it's OpenSource.
> It cost me 3€ per month. For a largeur audience, we could need more robust 
> cloud serveur, but I think it's not the major problem.
>
> 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/de2bd474-55c0-4df7-ba54-4995f744cfa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Live latex preview

2017-11-19 Thread Ste Wilson
I'll put the font back to something sensible. :) the size looks fine on my 
phone... 

-- 
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/3971f7a4-afb8-46ba-975e-97d3c1dd9ad7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Live latex preview

2017-11-19 Thread PMario
Hi Ste,

Very interesting. ... but for me the font-size is way to small. Minimum 
should be 16px today. Especially with this font!

just my 2cents
have fun!
mario


-- 
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/e2f3a332-d17e-46b9-a5c7-6ac81b9f32c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Live latex preview

2017-11-19 Thread Ste Wilson
I've no idea of this is any use to anyone but in my tinkering to try and 
produce automatic marked but randomly generated maths problems (mostly on hold 
due to being far too busy but have a look here 
www.http://stephenteachertests.tiddlyspot.com/#Intreactive%20text ) I have a 
tiddler that shows the result of latex code directly below the input box. 
Try it here. 
stephenteachertests.tiddlyspot.com/#Live%20latex%20display

-- 
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/c56f83c5-edb0-423b-8fbe-aee3c7712643%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Probing: TiddlyWiki 101 - The CONSUMER VERSION

2017-11-19 Thread 'Mark S.' via TiddlyWiki
It sounds like you're talking about *Editions.*

One can imagine various TW's customized for Contact Management, Education, 
Recipes, Book Readers, Quizzing, Calendars, etc.

Tiddlyspot offers various aging custom solutions. Something like that but 
with a host of starter options would be cool.

Mark

On Saturday, November 18, 2017 at 5:13:52 AM UTC-8, @TiddlyTweeter wrote:
>
> Cari tutti,
>
> This is an initial query about TW when its incarnated as a SPECIFIC 
> APPLICATION.
>
> It seems to me that most of us HERE are inclined to D.I.Y.
>
> BUT I'm not convinced that the actual USER base are D.I.Y. enthusiasts. 
>
> When you start looking at TW when incarnated as specific apps other issues 
> arise.
>
> The RECENT innovations on file saving echo that point.
>
> Should TW be seen as a Web Page? Why emphasise that?
>
> OKAY.
>
> So my thought is here about having TW that are "set-for-purpose" (ToDo, 
> Image Gallery, Mapper etc) enfolded within an install mechanism that the 
> user see NOT as a web-page but as a normal piece of SOFTWARE. they are 
> never aware its running in a browser (Tiddly Desktop is closish to that). 
> And development is NOT D.I.Y. by end users. Its all done by the developer, 
> solo.  
>
> Before I go further
> I need check that at least someone knows what I'm talking about.
>
> Thoughts
> Josiah
>
>
>
>
>

-- 
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/72d84c91-8c60-41df-9872-2e77f50cc368%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyMap on desktop: editor not displayed in mobile mode

2017-11-19 Thread Eneko Gotzon
Hi Felix.

On Sat, Nov 18, 2017 at 2:08 PM, Felix Küppers 
wrote:

> Below this pixel threshold the main editor in the sidebar won't be
> displayed…
>
You are right. ​I've noticed that t
he message
 displays only when the window
 narrowness does not allow
 space ​
to the map
​ field​
.

I
​ apologize for
t
a
k
ing​
your time with
​a such trifling subject
.​

​Thank ​you Mark & Felix for assist me. Take care.
-- 
*Eneko Gotzon Ares*
*Izan, egon, egin*
*Donostia – EH, Baskonia, NA Oso*
*——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/CAKzrwxCuo64Y2hL9PZikAdr5Tt4DrbhGQT-HyyPn8h4OCd%2B2SQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] reply to calendar plugin not working

2017-11-19 Thread BJ


Your  ExtendableCalendar
Seems to need a little update as well. Creating a new day journal from the 
Diary Year view is giving  
Internal JavaScript Error
In the 5.1.14 version.



I am not seeing problems, what system/browser are you using?

-- 
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/c1b72d33-a631-4ea1-b28c-753a79cb6a17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Will TiddlyClip install in FF 57?

2017-11-19 Thread BJ
see separate thread

On Sunday, November 19, 2017 at 1:39:04 PM UTC+1, TonyM wrote:
>
> Bj,
>
> That is fantastic you are going to keep TiddlyClip going. Much appreciated.
>
> Your  ExtendableCalendar
> Seems to need a little update as well. Creating a new day journal from the 
> Diary Year view is giving  
> Internal JavaScript Error
> In the 5.1.14 version.
>
> I ask because I am keen to use it in my wiki I am building
>
> Thanks in Advance
> Tony
>
> On Sunday, November 19, 2017 at 7:20:34 PM UTC+11, BJ wrote:
>>
>> Hi rouilj,
>> tiddlysnip won't work with ff57
>>
>> I am about to publish a prerelease of tiddlyclip for ff57, probably 
>> tomorrow.
>>
>> all the best 
>>
>> BJ
>>
>> On Sunday, November 19, 2017 at 4:43:37 AM UTC+1, John Rouillard wrote:
>>>
>>> Hi all:
>>>
>>> Long time TiddlySnip user here. I have a TwC with all my snips for 
>>> years. Just by luck I have been able to keep it working
>>> until version 56 of FF. However with version 57, I assume it will die so 
>>> I am looking for a replacement.
>>>
>>> Will TiddlyClip work with FF 57? If not are there any plans (or is it 
>>> even possible) to update the plugin so it will work?
>>>
>>> Is there any other replacement for TiddlySnip other than TiddlyClip?
>>>
>>> -- rouilj
>>>
>>>
>>>

-- 
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/34b68879-20ac-4980-84d4-1bcb264ebbb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Will TiddlyClip install in FF 57?

2017-11-19 Thread TonyM
Bj,

That is fantastic you are going to keep TiddlyClip going. Much appreciated.

Your  ExtendableCalendar
Seems to need a little update as well. Creating a new day journal from the 
Diary Year view is giving  
Internal JavaScript Error
In the 5.1.14 version.

I ask because I am keen to use it in my wiki I am building

Thanks in Advance
Tony

On Sunday, November 19, 2017 at 7:20:34 PM UTC+11, BJ wrote:
>
> Hi rouilj,
> tiddlysnip won't work with ff57
>
> I am about to publish a prerelease of tiddlyclip for ff57, probably 
> tomorrow.
>
> all the best 
>
> BJ
>
> On Sunday, November 19, 2017 at 4:43:37 AM UTC+1, John Rouillard wrote:
>>
>> Hi all:
>>
>> Long time TiddlySnip user here. I have a TwC with all my snips for years. 
>> Just by luck I have been able to keep it working
>> until version 56 of FF. However with version 57, I assume it will die so 
>> I am looking for a replacement.
>>
>> Will TiddlyClip work with FF 57? If not are there any plans (or is it 
>> even possible) to update the plugin so it will work?
>>
>> Is there any other replacement for TiddlySnip other than TiddlyClip?
>>
>> -- rouilj
>>
>>
>>

-- 
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/e9e3fd86-1b0b-463e-b315-6ed01b44b776%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Unable to save

2017-11-19 Thread Davo B
Eric Hi

I've got around saving issues by using TiddlyDesktop: 
https://tiddlywiki.com/static/TiddlyDesktop.html

Cheers
Davo

-- 
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/ac0b957b-1898-4b84-b92a-460636a8ab52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW 5.1.15] Observations, Questions, Hints

2017-11-19 Thread PMario
On Sunday, November 19, 2017 at 9:32:40 AM UTC+1, Thomas Elmiger wrote:
>
> Hi all
>
> *Many thanks to Jeremy for releasing TW 5.1.15 with a lot of useful new 
> stuff!*
>
> I had a look at the release notes and found some things that are not clear 
> to me: 
>
> *1) new tc-btn-* classes on toolbar buttons allowing easier custom styling*
> This seems to generate hard-to-read classnames like e.g. 
> "tc-btn-%24%3A%2Fcore%2Fui%2FButtons%2Fnew-tiddler" on the new-tiddler 
> button (+).
>

IMO *this system is completely broken and shouldn't be used at all*. 

I did create a PULL REQUEST about 10 months ago: 
https://github.com/Jermolene/TiddlyWiki5/pull/2737, which could have made 
these settings much easier. 
It wasn't merged because docs where missing, but I did add them a long time 
ago 
.
 


Stay with your approach! It's much more readable. 

have fun!
mario



-- 
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/fe26458d-41cf-4e76-86ef-1a25397c6ff4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW 5.1.15] Observations, Questions, Hints

2017-11-19 Thread Thomas Elmiger
Hi all

*Many thanks to Jeremy for releasing TW 5.1.15 with a lot of useful new 
stuff!*

I had a look at the release notes and found some things that are not clear 
to me: 

*1) new tc-btn-* classes on toolbar buttons allowing easier custom styling*
This seems to generate hard-to-read classnames like e.g. 
"tc-btn-%24%3A%2Fcore%2Fui%2FButtons%2Fnew-tiddler" on the new-tiddler 
button (+).

Is there an advantage of targeting a single button using such a class 
instead of something like the following?

button[title="{{$:/language/Buttons/ShowSideBar/Hint}}"]

My solution for the side-bar button (which did not get a new tc-btn-* 
class) generates very readable CSS code.


*2) new lookup Operator  to 
simplify use of lookup tables*
The default value "show" is not showing up in the second example where I 
would expect it: 
https://tiddlywiki.com/#lookup%20Operator%20(Examples)

A similar effect can be found in Advanced Search: if I insert the filter 
[all[shadows+tiddlers]tag[$:/tags/PageControls]lookup:show[$:/config/PageControlButtons/Visibility/]]

the counter says 25 results, but only 22 are visible (the ones that should 
be "show" seem to disappear).

*3) TiddlyDesktop tab on Releases *
TiddlyDesktop documentation still points to 0.0.8 but 0.0.9 is available 
too. – Maybe the docs could refer to 
https://github.com/Jermolene/TiddlyDesktop/releases to make updating easier?

Just minor things. Thank you again, I am already looking forward to the 
next upate!

Cheers,
Thomas

-- 
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/366af127-6d2e-40cf-9826-c25cd6c5a6c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Will TiddlyClip install in FF 57?

2017-11-19 Thread BJ
Hi rouilj,
tiddlysnip won't work with ff57

I am about to publish a prerelease of tiddlyclip for ff57, probably 
tomorrow.

all the best 

BJ

On Sunday, November 19, 2017 at 4:43:37 AM UTC+1, John Rouillard wrote:
>
> Hi all:
>
> Long time TiddlySnip user here. I have a TwC with all my snips for years. 
> Just by luck I have been able to keep it working
> until version 56 of FF. However with version 57, I assume it will die so I 
> am looking for a replacement.
>
> Will TiddlyClip work with FF 57? If not are there any plans (or is it even 
> possible) to update the plugin so it will work?
>
> Is there any other replacement for TiddlySnip other than TiddlyClip?
>
> -- rouilj
>
>
>

-- 
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/8f493fd0-9542-4714-8ce2-5ad3bbbda2a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: pandoc and markdown to TW format

2017-11-19 Thread PMario
On Sunday, November 19, 2017 at 1:30:19 AM UTC+1, Shay Shaked wrote:
>
> I _know_ it can't be that simple, but don't know why.
>

You are absolute right. ... The basic parts are probably simple eg: 

static lists in markdown

 - element 1
 - element 2

static lists in tiddlywiki

* element 1
* element 2

That is simple, but boring, cumbersome and errorprone. 
Whenever a new element should be added, you have to search all the 
different occurrencies and edit them.
We use dynamic lists, built with tags, fields,  like so:

<> ... TW wikitext macros

{{{"[tag[myList]]"}}} ... which is a shorthand for: <$list 
filter="[tag[myList]]"/>

<$list filter="[tag[myList]]" template="myCustomListTemplate"/>

and a lot more: https://tiddlywiki.com/#ListWidget

That's just one reason why it's not simple.  

While pandoc is an exceptional piece of work, it only translates simple 
text a to simple text b.  

With TW we use transclusions a lot. see: 
https://tiddlywiki.com/#Transclusion
And that's the second reason why it isn't simple. 

and so on, and so on, ... 

have fun!
mario

-- 
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/f9ccc570-fb69-4417-8752-cbb82e631d31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.