[tw5] Re: 3D file preview?

2021-09-20 Thread Alex Davies
I'm afraid I haven't had any time to really work on this, and I don't 
anticipate getting more free time until after Christmas.

On Sunday, September 19, 2021 at 6:46:56 PM UTC-3 Ste wrote:

> Did you make any progress on this Alex? 
>
> On Tuesday, August 24, 2021 at 4:44:57 PM UTC+1 Alex Davies wrote:
>
>> With the lazy-load tiddler on node-js supporting larger collections of 
>> files it seems like a potentially very useful tool.
>>
>> On Wednesday, August 11, 2021 at 7:40:38 PM UTC-3 joshua@gmail.com 
>> wrote:
>>
>>> Including 3d files in a wiki is a really neat idea. Man, I wish I had 
>>> more time. Replaying so I can find the thread later. ;)
>>>
>>> Best,
>>>
>>> Joshua Fontany
>>>
>>> On Wednesday, August 11, 2021 at 3:58:15 AM UTC-7 Ste wrote:
>>>
>>>> There is also this as part of the plugin:
>>>>
>>>>
>>>> http://rboue.tiddlyspot.com/#%24%3A%2Fplugins%2Frboue%2FThree.js%2FLib%2FLoaders%2FSTLLoader.js
>>>>
>>>> On Tuesday, 10 August 2021 at 21:15:56 UTC+1 Alex Davies wrote:
>>>>
>>>>> There there needs to be what, a display widget and and a parser?
>>>>>
>>>>> On Tuesday, August 10, 2021 at 1:57:39 PM UTC-3 Ste wrote:
>>>>>
>>>>>> There is this :
>>>>>> http://rboue.tiddlyspot.com/#Three.js%2Fintroduction 
>>>>>>
>>>>>> Which has, I think, the ability to display STL files. 
>>>>>> It's been on my to do list to look at and have a go but... 
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Tuesday, 10 August 2021 at 16:30:00 UTC+1 Alex Davies wrote:
>>>>>>
>>>>>>> I'd really like to be able to include STL files in my tiddlywiki, 
>>>>>>> but actually supporting a new file type is a bit beyond me. It seems 
>>>>>>> like 
>>>>>>> it would be entirely doable using threejs, but a bit more challenging 
>>>>>>> to 
>>>>>>> make it happen "automatically" so that tiddlywiki doesn't try to show 
>>>>>>> me 
>>>>>>> several MB text files.
>>>>>>>
>>>>>>> Any thoughts on how that could be accomplished? Something to do with 
>>>>>>> mime type detection?
>>>>>>>
>>>>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a1176656-a41a-481f-9865-b8ace6694e36n%40googlegroups.com.


[tw5] Re: 3D file preview?

2021-08-24 Thread Alex Davies
With the lazy-load tiddler on node-js supporting larger collections of 
files it seems like a potentially very useful tool.

On Wednesday, August 11, 2021 at 7:40:38 PM UTC-3 joshua@gmail.com 
wrote:

> Including 3d files in a wiki is a really neat idea. Man, I wish I had more 
> time. Replaying so I can find the thread later. ;)
>
> Best,
>
> Joshua Fontany
>
> On Wednesday, August 11, 2021 at 3:58:15 AM UTC-7 Ste wrote:
>
>> There is also this as part of the plugin:
>>
>>
>> http://rboue.tiddlyspot.com/#%24%3A%2Fplugins%2Frboue%2FThree.js%2FLib%2FLoaders%2FSTLLoader.js
>>
>> On Tuesday, 10 August 2021 at 21:15:56 UTC+1 Alex Davies wrote:
>>
>>> There there needs to be what, a display widget and and a parser?
>>>
>>> On Tuesday, August 10, 2021 at 1:57:39 PM UTC-3 Ste wrote:
>>>
>>>> There is this :
>>>> http://rboue.tiddlyspot.com/#Three.js%2Fintroduction 
>>>>
>>>> Which has, I think, the ability to display STL files. 
>>>> It's been on my to do list to look at and have a go but... 
>>>>
>>>>
>>>>
>>>> On Tuesday, 10 August 2021 at 16:30:00 UTC+1 Alex Davies wrote:
>>>>
>>>>> I'd really like to be able to include STL files in my tiddlywiki, but 
>>>>> actually supporting a new file type is a bit beyond me. It seems like it 
>>>>> would be entirely doable using threejs, but a bit more challenging to 
>>>>> make 
>>>>> it happen "automatically" so that tiddlywiki doesn't try to show me 
>>>>> several 
>>>>> MB text files.
>>>>>
>>>>> Any thoughts on how that could be accomplished? Something to do with 
>>>>> mime type detection?
>>>>>
>>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/80288639-e37c-4dfe-a5e0-49bcaa6016f1n%40googlegroups.com.


[tw5] Re: 3D file preview?

2021-08-10 Thread Alex Davies
There there needs to be what, a display widget and and a parser?

On Tuesday, August 10, 2021 at 1:57:39 PM UTC-3 Ste wrote:

> There is this :
> http://rboue.tiddlyspot.com/#Three.js%2Fintroduction 
>
> Which has, I think, the ability to display STL files. 
> It's been on my to do list to look at and have a go but... 
>
>
>
> On Tuesday, 10 August 2021 at 16:30:00 UTC+1 Alex Davies wrote:
>
>> I'd really like to be able to include STL files in my tiddlywiki, but 
>> actually supporting a new file type is a bit beyond me. It seems like it 
>> would be entirely doable using threejs, but a bit more challenging to make 
>> it happen "automatically" so that tiddlywiki doesn't try to show me several 
>> MB text files.
>>
>> Any thoughts on how that could be accomplished? Something to do with mime 
>> type detection?
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8406499e-d449-4898-9722-d2041b29e24dn%40googlegroups.com.


[tw5] 3D file preview?

2021-08-10 Thread Alex Davies
I'd really like to be able to include STL files in my tiddlywiki, but 
actually supporting a new file type is a bit beyond me. It seems like it 
would be entirely doable using threejs, but a bit more challenging to make 
it happen "automatically" so that tiddlywiki doesn't try to show me several 
MB text files.

Any thoughts on how that could be accomplished? Something to do with mime 
type detection?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ed90ad41-8f44-4188-b917-7299549a9b86n%40googlegroups.com.


[tw5] Newbie with few distinct questions

2020-12-11 Thread Alex DP
Hello to you all.

TiddlyWiki is fun to work with. However, the documentation is like a 
fishing expedition. Someday you catch something and the next you are 
frustrated. It is hard to understand how come a product as mature as 
TiddlyWiki does not have a comprehensive and well organised documentation 
system.

Okay, here are my questions:
---
I finally found an easy way to insert computer language codes using:
```sql
-- Retourne toutes les fiches dont le champ prenom commence par J (Jacques, 
John):
SELECT nom,
   prenom
FROM client
WHERE prenom LIKE 'J%'
```
at first I used:
<$codeblock code="SELECT * FROM users WHERE deleted = false" language="sql" 
/>

My question is, what is the difference between these two approaches?
--
I would like to implement the "Icon - copy to clipboard" function that will 
facilitate the grabbing of code snippets. I could not find anything about 
it.

My question is, how can I implement the copy to clipboard feature?
---
I copied my TiddlyWiki in a sub-directory of a shared hosting I have. I 
implemented a php saving approach. The TW is hard to find and this is good. 
I do not mind if people have a look at the content (after all, sharing is 
and should be the primary purpose of Internet). However, I would not 
appreciate if some hooligan came and vandalised my site.

My question is, how can I implement a password system so the editing of 
tiddlers and access to the backend (control panel) is protected? I do not 
want to use a static site generator since I use three different computes to 
edit the site.
---
I wrote a minimalistic surface converter (i.e. acre to square miles or 
hectare ...) using a very small javascript and some html (table). I copied 
the whole thing in a tiddler and it did not work. I got the infamous:
Blocked script execution in '' because the document's frame is 
sandboxed and the 'allow-scripts' permission is not set. For sure, 
TiddlyWiki put the data of a tiddler in a sandbox iframe for security 
reason. I do not want to change javascript and form permission for the 
iframe.

My question is, I can I implement this small but useful calculator?
-
Thank you to all of you

Regards, 



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/54ac2070-8306-4d59-a8f1-f3a67ca759e3n%40googlegroups.com.


Re: [tw5] Competition for v5.1.23 artwork

2020-11-25 Thread Alex Hough
Hello All,

I realise that this suggestion is a bit late in the day. Some ideas

Set a release date to coincide with a date which already has some meaning
to it.

For example each edition could be released on a date where there is a new
moon. Each release inherits concepts and metaphors associated with the moon!

Or a full moon? This could evoke the Lunar Society (
https://en.wikipedia.org/wiki/Lunar_Society_of_Birmingham)

The TiddlyWiki community could then be framed as a kind of society of
scholars continuing a missing to share ideas and ideas about sharing ideas
through continuous international, collaboration amongst a diverse set of
people with diverse interests. What they have in common is the urge to
store, remember, link, list and systematize using TiddlyWiki.

Somehow evoke a sense of mystery and pleasurable puzzlement that brings
people into the community of uses.

Another way to go would be to systematically promote the links between
TiddlyWiki and the cat logo. Images of cats looking at things with
curiosity?


In both these ideas I started thinking about an abstraction of what
TiddlyWiki is actually for. For me it's the sense of curiosity.

Perhaps we could seek to evoke the feeling which sparks the urge to
systematize information revealed in a moment of epiphany. And the pleasure
this brings when its an amateur pursuit

best wishes

Alex





On Wed, 25 Nov 2020 at 11:55, Saq Imtiaz  wrote:

> @springer if you have the time and the interest, a variant of " larger
> keycaps hint " that fits the required dimensions (560x315 ) would be
> interesting.
>
> On Wednesday, November 25, 2020 at 1:56:44 AM UTC+1 springer wrote:
>
>> Dave, done. (Visible, along with other variants with subtle keycap
>> imagery, at the site,
>> https://springerspandrel.github.io/tw/logo-play.html)
>> Just one stray thought: I wonder whether strings like 5.1.23 might (in
>> some places) get misread as date tags (May 1 2023, or Jan 5 2023, depending
>> on local conventions) ...
>> If so, perhaps having a "v." (as in v.5.1.23) in the logo might help.
>>
>> On Tuesday, November 24, 2020 at 6:54:52 PM UTC-5 David Gifford wrote:
>>
>>> I like the right side of "TW 5.1.23 rectangular logo" could you do that
>>> as a separate entry?
>>>
>>> On Tuesday, November 24, 2020 at 5:38:26 PM UTC-6 springer wrote:
>>>
>>>> Hey all, rather than bombard the list with variants, I just set up a tw
>>>> page with alternatives, including one with a keycaps theme:
>>>>
>>>> https://springerspandrel.github.io/tw/logo-play.html
>>>> On Tuesday, November 24, 2020 at 5:28:00 PM UTC-5 j.te...@gmail.com
>>>> wrote:
>>>>
>>>>> Definitely a +1 for springer's artwork.
>>>>>
>>>>> Best wishes,
>>>>> Julio
>>>>>
>>>>> On Tuesday, November 24, 2020 at 3:59:04 PM UTC-5 saq.i...@gmail.com
>>>>> wrote:
>>>>>
>>>>>> I give up. GG just hangs when I try to include an image.
>>>>>>
>>>>>> On Tuesday, November 24, 2020 at 9:53:10 PM UTC+1 Saq Imtiaz wrote:
>>>>>>
>>>>>>> This is a quick mash up on the phone just to illustrate the idea
>>>>>>> (and obviously the wrong aspect ratio) but perhaps it might inspire 
>>>>>>> someone
>>>>>>> else.
>>>>>>>
>>>>>>>
>>>>>>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/a0b8e444-158f-4031-9198-c4d637e6bdc5n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/a0b8e444-158f-4031-9198-c4d637e6bdc5n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYdzR7WfGfOWN%2BFKVNezLCVQ3bbcXzac%3DsW1ZvJQfxqOkg%40mail.gmail.com.


[tw5] Auto recover?

2020-07-20 Thread Alex Tallon
Been using Tiddly Wiki for a while now, but still very much a newbie at it. 
Can anyone tell me is there a way to auto recover stuff that isn't saved, 
like Word does? I'd been working in Tiddly Wiki for a few hours and it had 
been a couple since I last saved and my power went out. So everything I'd 
done for the last couple hours, is that just gone? Or is there a way I can 
recover it?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/df57acfd-4e9d-4ad6-acb2-85fdb3079a52o%40googlegroups.com.


[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-22 Thread Alex Hough
Tony, 

Building on 

1) "odd intellectual"  ... perhaps  people who are interested in learning 
things for themselves are attracted to TW. 

Standard intellectuals, academics within institutions perhaps use a 
standard kit: Word integrated with a reference manager. They are focused on 
producing texts in a particular format grounded in a literature typically 
requiring a connection to an institution to get hold of.

2) "artists (with a tech bent)" ... and / or perhaps techies with an 
artistic bent. The blending of tool making with text making is where it 
gets interesting for me. I'm explicitly  STEAM not STEM [1] in Cuckoo and 
Caddisfly mode, Brian Eno's thoughts [2] on the ecology of indie music in 
the UK inspire my thinking. 


TiddlyWiki's ecology is free from institutional and corporate influence and 
constraints, it's an indie scene, low fi, DIY, punk, grunge acid house not 
corporate rock or classical music. There's something of the avant-garde in 
the TiddlyVerse, it's always under development, we can all see the 
pre-release and the discussions around the tool. Everything is in the open, 
there is no immediately apparent financial reward from becoming an expert 
at TW. Intrinsic motivation [3] seem to be a main motivation for many 
users. 


TiddlyWiki, a Non-linear personal toolmaker,  the intertwingling of text 
and tool within a community of non-linear notemakers

Alex

[1] 
https://theconversation.com/explainer-whats-the-difference-between-stem-and-steam-95713#:~:text=STEM%20represents%20science%2C%20technology%2C%20engineering,arts%2C%20design%20and%20new%20media.=The%20main%20difference%20between%20STEM,explicitly%20focuses%20on%20scientific%20concepts.
[2] https://www.bbc.co.uk/programmes/p033smwp
[3] https://en.wikipedia.org/wiki/Motivation#Intrinsic_motivation

On Monday, 22 June 2020 02:20:08 UTC+1, TW Tones wrote:
>
> Alex,
>
> Once again you are responding from the demographic we share, the "odd 
> intellectual" :) ?
>
> Non-linear thinking (and texts - is it best to treat them both as the same 
>> thing?) can be seen "fork" in a garden path.
>>
>
> I think the fact tiddlywiki supports non-linear records and concepts 
> ignores that fact it is also very good at any type of structure such as 
> list/hierarchical, networks etc..., or no structure at all. This is the 
> deficit model of description, the market is not good at "non-linear" so we 
> define tiddlywiki as "non-linear" although it goes far beyond that. I 
> wonder if tiddlywiki's catch phrase attracts more artists (with a tech 
> bent) than techies as a result?
>  
>
>> In TiddlyWiki we have "missing links" and "orphans" but we don't have a 
>> way of tracking hierarchies of tags. We can have a tiddler supported by 
>> multiple tags and some of those tags might be intended to mark position in 
>> a hierarchy. Jumping from a tiddler to a tag and then to another tag is a 
>> more difficult navigation than following the same number of links. Going up 
>> and down the ladder of abstraction only makes sense when there are small 
>> visible steps. I was thinking of situations, mechanisms and behaviors to 
>> make hyper-textual leaps up the ladders of abstraction and then along a few 
>> forked paths. And the other way, trying to trace a way down to solid ground 
>> from a far out thought.
>>
>
> We can do what we want in Tiddlywiki, I thus cant agree with this 
> paragraph, ask and we can provide, if not already.
>
>   
>
>> I am most grateful for the TiddlyVerse for sparking my imagination. Like 
>> many folk round the world I've not been getting out much recently... 
>> perhaps I've completely lost it!
>>
>
> Me too Alex, and for me it's value includes also sparking your (and 
> others) imaginations.
>  
> Regards
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/61fee635-14e3-4f6a-b0bc-ae5784b512bao%40googlegroups.com.


[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-21 Thread Alex Hough
n bring the text I wrote into a TW. The 
highest level tag can be seen as those made under the cuckoo and caddisfly 
gmail account, then there is plain text with links and then -- hopefully -- 
a TW that fills in the gaps.

I am conscious that in other context posts like this would be way off 
topic, and I wouldn't normally make them in TW. But I took the idea that 
users are by definition non-linear friendly and there may be some value to 
readers. I am most grateful for the TiddlyVerse for sparking my 
imagination. Like many folk round the world I've not been getting out much 
recently... perhaps I've completely lost it!

[[peace]]

Alex
[1] https://groups.google.com/d/msg/tiddlywiki/tTUKcHOObE0/VsWxm65eBgAJ
[2] http://thomasteepe-archiv.de/
[3] https://tiddlywiki.com/#%24%3A%2FSiteSubtitle
[4] https://www.thisiscolossal.com/2014/07/hubert-duprat-caddisflies/


On Thursday, 18 June 2020 01:02:42 UTC+1, TiddlyTweeter wrote:
>
> Alex
>
> I hope you are collecting your "speeches" somewhere! :-) ... by the 
> neatness & footnotes I'm assuming you wrote this in a wiki? Yes?
>
> Best wishes
> Josiah
>
> On Wednesday, 17 June 2020 22:53:44 UTC+2, Alex Hough wrote:
>>
>> Tony said something on the thread that Thomas started to share his TW on 
>> the subject of problem solving: "its molding clay for the mind"[1]. I think 
>> these type of user are the ones Birthe identifies as the "many that we know 
>> nothing about."
>>
>> Looking back into the history of of TiddlyWiki there have been some 
>> serious and high profile computer scientists such as Joe Armstrong. In his 
>> talkwith Jeremy "Intertwingling the Tiddlywiki with Erlang" [3] he 
>> starts by talking about Ted Nelson a pioneer of hypertext which Jeremy 
>> picks up on later in the talk.
>>
>> Steve Schneider has used TW to teach hyper-textual and interactive 
>> writing. DesignWriteStudio [4] is a freely available resource built using a 
>> TiddlyWiki to help explore hyper-text and interactive texts. An early 
>> example of his work using TiddlyWiki is "Companion to Web Campaigning 
>> Kirsten 
>> A. Foot & Steven M. Schneider MIT Press, 2006"  [5]. There is a paper on 
>> TiddlyWiki being used as an interactive note pad to help teach science. [6]
>>
>> Joe Armstrong talks about "all in oneness" and from reading his GitHub 
>> hosted TW he likes the fact that TW is a Quine ("a curiosity of computer 
>> science", says Jeremy in the talk), putting it at the top of  list [7].
>>
>> I imagine that "those who we know nothing about" may include those who 
>> have come to TW with previous interests in the fundamentals of hypertext 
>> writing, computer science and research in general like Joe and Steve.
>>
>> There's a long list of professional / expert developers with a passion 
>> for open source development. Eric Schulman is without doubt the longest 
>> standing example here.  The developers coming and going over the years tend 
>> not to be those following the to the latest fads and trends, perhaps 
>> because TW is not a technology which lends itself to commercialisation in 
>> the same way as being a master of a particularly in demand framework. I 
>> think many developers don't get TW, but those who do seem to be those with 
>> a deep understanding and application of the elegance of design. 
>>
>> There is at least three doctors: Saq, Rizwan, Abraham. A missionary (Dave 
>> Gifford) and a  Mohhmaed chemical engineer. These people have become highly 
>> proficient TW developers. Saq talks about learning to code using TiddlyWiki 
>> in the recent Hangout [8]. There are some more hangouts planned -- 
>> currently on hold (get well soon Jeremy!) -- but they are something 
>> TiddlyWiki fan like myself are quite excited about. 
>>
>>
>> I think the best way of finding out about the users of TW is probably to 
>> start using TW and explore the eco-system. Because TW is an off line 
>> technology without data collection by design, I think traditional methods 
>> of analysis might not work so well. The community is small enough to get to 
>> know regular contributors and the issues they try to solve. 
>>
>>
>>  
>> Alex
>>
>>
>>
>>
>> [1] http://thomasteepe-archiv.de/
>> [2] 
>> https://groups.google.com/forum/#!msg/tiddlywiki/tTUKcHOObE0/VsWxm65eBgAJ
>> [3] 
>> https://www.softwaretalks.io/v/6705/joe-armstrong-and-jeremy-ruston-intertwingling-the-tiddlywiki-with-erlang-code-mesh-ldn-18
>> [4] http://designwritestudio.com/
>> [5] 
>> https://web.archive.org/we

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread Alex Hough
Tony said something on the thread that Thomas started to share his TW on 
the subject of problem solving: "its molding clay for the mind"[1]. I think 
these type of user are the ones Birthe identifies as the "many that we know 
nothing about."

Looking back into the history of of TiddlyWiki there have been some serious 
and high profile computer scientists such as Joe Armstrong. In his talkwith 
Jeremy "Intertwingling the Tiddlywiki with Erlang" [3] he starts by talking 
about Ted Nelson a pioneer of hypertext which Jeremy picks up on later in 
the talk.

Steve Schneider has used TW to teach hyper-textual and interactive writing. 
DesignWriteStudio [4] is a freely available resource built using a 
TiddlyWiki to help explore hyper-text and interactive texts. An early 
example of his work using TiddlyWiki is "Companion to Web Campaigning Kirsten 
A. Foot & Steven M. Schneider MIT Press, 2006"  [5]. There is a paper on 
TiddlyWiki being used as an interactive note pad to help teach science. [6]

Joe Armstrong talks about "all in oneness" and from reading his GitHub 
hosted TW he likes the fact that TW is a Quine ("a curiosity of computer 
science", says Jeremy in the talk), putting it at the top of  list [7].

I imagine that "those who we know nothing about" may include those who have 
come to TW with previous interests in the fundamentals of hypertext 
writing, computer science and research in general like Joe and Steve.

There's a long list of professional / expert developers with a passion for 
open source development. Eric Schulman is without doubt the longest 
standing example here.  The developers coming and going over the years tend 
not to be those following the to the latest fads and trends, perhaps 
because TW is not a technology which lends itself to commercialisation in 
the same way as being a master of a particularly in demand framework. I 
think many developers don't get TW, but those who do seem to be those with 
a deep understanding and application of the elegance of design. 

There is at least three doctors: Saq, Rizwan, Abraham. A missionary (Dave 
Gifford) and a  Mohhmaed chemical engineer. These people have become highly 
proficient TW developers. Saq talks about learning to code using TiddlyWiki 
in the recent Hangout [8]. There are some more hangouts planned -- 
currently on hold (get well soon Jeremy!) -- but they are something 
TiddlyWiki fan like myself are quite excited about. 


I think the best way of finding out about the users of TW is probably to 
start using TW and explore the eco-system. Because TW is an off line 
technology without data collection by design, I think traditional methods 
of analysis might not work so well. The community is small enough to get to 
know regular contributors and the issues they try to solve. 


 
Alex




[1] http://thomasteepe-archiv.de/
[2] 
https://groups.google.com/forum/#!msg/tiddlywiki/tTUKcHOObE0/VsWxm65eBgAJ
[3] 
https://www.softwaretalks.io/v/6705/joe-armstrong-and-jeremy-ruston-intertwingling-the-tiddlywiki-with-erlang-code-mesh-ldn-18
[4] http://designwritestudio.com/
[5] 
https://web.archive.org/web/20061103082226/http://mitpress.mit.edu/books/0262062585/WebCampaigningDigitalSupplement.html#%5B%5BWelcome%20to%20the%20Web%20Campaigning%20Digital%20Supplement%5D%5D
[6] 
http://people.sunyit.edu/~krieseg/IDT590/Scrapbook/data/20111205115236/4-ithet-2006.pdf
[7]  https://joearms.github.io/#Index
[8] https://www.youtube.com/watch?v=lvnqgfvohfM

On Wednesday, 17 June 2020 19:13:05 UTC+1, Birthe C wrote:
>
> How would we know? Maybe the people here guess some numbers, but in 
> reality TiddlyWiki is used by many that we know nothing about. 
>
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff62784c-d303-474b-8bf0-5e1cdaab9851o%40googlegroups.com.


[tw5] Re: Tiddlywiki for problem solving

2020-06-16 Thread Alex Hough
me towards systematisation and empathy. In part I chose to devote 
attention to this area because of TiddlyWiki. 

Like many TiddlyWiki fans I have invested attention the AMBIT manual [10]. 
I became interested in the work of Peter Fonagy and noted that he featured 
in Simon Baron Cohen's book on empathy. Without prior knowledge of AMBIT 
and seeing Dickon Bevington's videos and writing I don't think I would have 
invested attention to Fonagy or Baron Cohen. The decision devote attention 
to something comes with a very difficult to calculate opportunity cost. The 
short cut is to make the decision on hunch and to have a rough model or map 
of new potential cross pollinations. I listened to Peter Fonagy on The Life 
Scientific [11] because I somehow remembered a connection to AMBIT and TW! 
I saw the value of investing time in learning more about his work.

A method for developing creativity and general problem solving has to 
account for opportunity costs and sunk costs. I have sunk costs in the 
TiddlyVerse, and have learned about sunk costs in the best possible way: 
spending way to much time solving problems and learning how TiddlyWiki 
works! (The TiddlyVerse is also a great context to learn and experience 
wicked problems.)

All of the above was in my working memory before lockdown! The pandemic has 
sent my information seeking addiction (yes information is addictive -- [12] 
[13]) into the Twitter feeds of public health specialists. I ended up 
buying a book by Anthony Costello [14] -- The Social Edge [15]. He talks 
about the role sympathy group (the smallest meaningful group outside the 
family) in innovation. Small, decentralised, communities of learning ... 
its the same underlying ethos and principals which runs though TiddlyWiki 
and its community.


The pandemic has presented us with a big problem to solve. It's has brought 
the nature of complex systems, non-linear effects and unpredictable events 
into the core of everyones life and thier bodies. Add to this the black 
lives matter protests and the evaluation of the slave trade. These are 
complex human-made social systems interacting with nature. How do we 
approach solving problems and issues arising for us as individuals, 
families, neighbours communities like the TiddlyWiki project? What can we 
learn? Where do we devote our attention? What do we do when we need to 
re-charge our batteries?   

Robert Lustig says, "If you don't know what the problem is you can't solve 
it". The joy of art or any type of creative activity is that there doesn't 
have to be a problem. The amazing thing is that pursuing this activity 
somehow helps to find the problem. TiddlyWiki offers a systemisation 
scaffold. Everything is a tiddler,  the problem is a tiddler, what is the  
problem is tagging, what links to it, what the missing links might be 
tagged as. TW is a thinking technology part of that is the language - it 
gets out of the way of everyday (unlike technologies like The Brain). 


What has this to do with problem solving? Why have I spent time and 
attention here? Is the above any use to anyone?

What's the conclusion? I don't know, but i think the labyrinth I am 
following draws from the people and ideas of people mentioned in this post. 

>From Robert Lustic: Dopamine down-regulates serotonin, serotonin is needed 
for empathy. TW is instantly rewarding but leads to long term happiness!
>From Baron-Cohen: systematisation skills are related to empathy. TW is all 
about organising information, tagging and linking, but this takes place in 
a community high in empathy.
Back to Ashby. apply requisite variety to empathy and systematisation in a 
social system in social / technical systems and problems may dissolve. 


Alex
--

  

[1] 
https://www.wiley.com/en-us/The+Thinking+Hand%3A+Existential+and+Embodied+Wisdom+in+Architecture-p-9780470779293
[2] http://www.rossashby.info/
[3] https://en.wikipedia.org/wiki/Synectics
[4] https://en.wikipedia.org/wiki/Kim_Sterelny
[5] 
https://www.oxfordhandbooks.com/view/10.1093/oxfordhb/9780198735410.001.0001/oxfordhb-9780198735410-e-41
[6] 
https://www.oxfordhandbooks.com/view/10.1093/oxfordhb/9780198735410.001.0001/oxfordhb-9780198735410
[7] 
https://www.theguardian.com/books/2019/feb/02/age-of-surveillance-capitalism-shoshana-zuboff-review
[8] 
https://www.theguardian.com/books/2016/dec/26/the-attention-merchants-tim-wu-review
[9] 
https://www.penguinrandomhouse.com/books/531013/the-hacking-of-the-american-mind-by-robert-h-lustig-md-msl/
[10] https://manuals.annafreud.org/ambit/
[11] https://www.bbc.co.uk/programmes/m000dpj2
[12] https://thetechnoskeptic.com/podcast-26-adam-gazzaley/
[13] https://thetechnoskeptic.com/podcast-27-robert-lustig/
[14] https://twitter.com/globalhlthtwit
[15] https://www.youtube.com/watch?v=64pdEWYLZow


Wholes and parts



Luhmann
Zettelkasten
Ashby







Alex

On Sunday, 14 June 2020 23:05:23 UTC+1, Thomas Teepe wrote:
>
> Hi,
>
> I'm Thomas - 48, back

[tw5] Re: GitHub Saver commits but without changes

2020-05-07 Thread Alex Goldstein
Also strange... I just added a tiddler called "test stuff", and if you look 
at the diff, it shows there's a new div called "test stuff" — but you can't 
see it anywhere on the actually-deployed website. So I think stuff is 
getting created, but something is broken along the way.

On Wednesday, May 6, 2020 at 11:37:08 PM UTC-7, Alex Goldstein wrote:
>
> I just got a fresh TiddlyWiki set up, set up my GitHub login in the GitHub 
> Saver tab. If I open it in TiddlyDesktop, then upon save it will update my 
> GitHub. I load up the GH Pages site, and I can see my new content. However, 
> if I am then on that site and make edits through my browser, then upon 
> clicking "save," it will not do anything. Most times, it will download the 
> HTML file. Interestingly, if I open that, and then click "Save", it will 
> push to GitHub -- only, it's the same content as before. 
>
> Here's my GitHub repo: https://github.com/quesman1/quesman1.github.io
>
> You can see there's been a couple commits in there. A lot of them are the 
> same. 
>
> I'm using Google Chrome without any extensions or anything. My 
> understanding is that this method should allow you to open 
> username.github.io, make edits, and upon pressing "save", it will update 
> the Github repo; in this way, it's portable and easy to access / update 
> your TW from anywhere, regardless of the device. (I like TiddlyDesktop, but 
> I won't always have that on my device depending on where I am.)
>
> Maybe I'm misunderstanding the intended functionality, but to me it 
> doesn't seem like this is working as it should.
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62cebd5c-0310-4735-96f3-469763cb28f7%40googlegroups.com.


[tw5] GitHub Saver commits but without changes

2020-05-07 Thread Alex Goldstein
I just got a fresh TiddlyWiki set up, set up my GitHub login in the GitHub 
Saver tab. If I open it in TiddlyDesktop, then upon save it will update my 
GitHub. I load up the GH Pages site, and I can see my new content. However, 
if I am then on that site and make edits through my browser, then upon 
clicking "save," it will not do anything. Most times, it will download the 
HTML file. Interestingly, if I open that, and then click "Save", it will 
push to GitHub -- only, it's the same content as before. 

Here's my GitHub repo: https://github.com/quesman1/quesman1.github.io

You can see there's been a couple commits in there. A lot of them are the 
same. 

I'm using Google Chrome without any extensions or anything. My 
understanding is that this method should allow you to open 
username.github.io, make edits, and upon pressing "save", it will update 
the Github repo; in this way, it's portable and easy to access / update 
your TW from anywhere, regardless of the device. (I like TiddlyDesktop, but 
I won't always have that on my device depending on where I am.)

Maybe I'm misunderstanding the intended functionality, but to me it doesn't 
seem like this is working as it should.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c1f42a13-d6fb-4d52-9ba7-eb2a32ef6592%40googlegroups.com.


[tw5] Re: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2020-04-28 Thread Alex
Unfortunately, I've the same issue and I've been digging around in the code 
to see if I can find a solution, unfortunately I cannot trace it. Hoping 
you might have a fix soon! Thanks JD. Love the theme!

On Sunday, August 26, 2018 at 8:36:03 PM UTC+8, JD wrote:
>
> Hello everyone, theming-obsessed JD here,
>
> This might be against the grain of current UI ideas and conversations, but 
> lately I've been nostalgic about a webapp-y kind of design... So I made a 
> theme out of it, for other folks who might be into this sort of style. I 
> don't expect it would be used much, I'm just sharing for archiving 
> reasons... 
>
> Link here: http://j.d.whitespace.tiddlyspot.com/ 
>
> Thanks for the inspiring conversations, everyone. I love back-reading ☺️
>
> Perpetual lurker, 
> JD
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0c11a9c8-257d-4e65-9b5b-8ba6a9146b44%40googlegroups.com.


Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-24 Thread Alex Hough
Dave,

All this look very exciting.

The first thing I thought was : wouldn't it be wonderful if it had the
recent annotation tools -- those on the publisher TW

Alex

On Fri, 24 Apr 2020 at 05:43, Tony K  wrote:

> Hello David
>
> Thank you for the efforts putting this together, I  hope you do not mind a
> few suggestions / questions ?
>
>
>- The "footer" of TiddlyBlink was better to my eyes (simply references
>with the option to change 'View references as:' from the menu
>- Can we hide the "references" none exists?
>- is there an easy way to add "breadcrumbs" on top of the tiddler?
>i.e. From Tiddler 2 you use a link to jump to Tiddler 3 and on the top of
>Tiddler 3 you have Tiddler 1 >> Tiddler 2 both clickable ? kind of a
>"Parent - Child" relationship ?
>- The indentation between the UL items is somehow big
>
>
> bug thanks again
>
>
> On Tuesday, April 21, 2020 at 5:30:36 PM UTC+3, David Gifford wrote:
>>
>> Hi all
>>
>> Looking at updating TiddlyBlink with the features explained in this link:
>> two columns of tiddlers, folding tiddlers, moving tiddlers between columns.
>> A HUGE thank you to Saq Imtiaz and TonyM for their help with this.
>>
>> https://giffmex.org/experiments/tiddlyblink.experiment.html
>>
>> Known things to fix:
>>
>> 1) Wide gap between columns when the sidebar is open *(we will probably
>> leave this alone for now, very minor issue)*
>> 2) Sidebar should probably close by default when shift clicking to start
>> a new column *(fixed: problem was a width setting)*
>> 3) Close others in viewtoolbar is not working properly* (I just need to
>> explain in instructions that it only works within the same story, not
>> across stories)*
>> 4) Completely redo the instructions. *(I plan to do video instructions)*
>>
>> Comments? Frustrations? Confusion? Questions?
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/b0bb067a-13f1-4b6e-ac14-95234449d0c1%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b0bb067a-13f1-4b6e-ac14-95234449d0c1%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYeXyBsKHTNe4UBcD_12e97jSQuy9BkyukvuQZysBiqqvA%40mail.gmail.com.


[tw5] Re: Tagging with Transclusions?

2020-04-12 Thread Alex Olsen
I think I have an idea, but I don't even know where to start with 
implementation. I'd like to give any newly created tiddlers a 'Stub' tag 
which is, by policy, to be removed once that tiddler is deemed completed. 
Then I'd have a tiddler that lists all Stubs called 'To-Do' or something 
that's listed in the startup tiddlers. Is there a way to make a new tiddler 
come preloaded with a tag?

Further, I'm very new to the syntax here. The official tiddlywiki.com 
source is what I'm getting all my knowledge from, but it's not the best 
example of in-depth execution of various things. For instance the section 
on Macros explains what a macro is well enough, but doesn't show macro's in 
use with different pages. I'm hands-on when it comes to learning, so seeing 
an example of what I want to do helps me better than explanation of a 
features function. Where could I find peoples Tiddlywikis?

On Sunday, April 12, 2020 at 12:49:04 AM UTC-6, TonyM wrote:
>
> Have you considered any tiddler incomplete If not flagged complete. This 
> flag could be a tag but if it were a date field you could stamp it with the 
> date and time it was completed. Thus incomplete would be 
> !has[completed-date] 
>
> This makes sense because all tiddlers start as incomplete.
>
> Notes about what to complete can be placed inside comments that you can 
> only read on editing.
>
> Regards
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c2ba89c-a6ad-423d-8303-f03bf0c92db8%40googlegroups.com.


[tw5] Point a newbie in the right direction? Tiddlywiki as a file database...

2020-04-11 Thread Alex Olsen
I'm very new to the Tiddlywiki community. To learn the platform as 
completely as possible, I'm doing a project for work. Smart, right?

I'm in the training department. We have a bunch of stuff we need regular 
access to. Other stuff we need less frequent access to. Some stuff we need 
desperately once in a blue moon. Due to the nature of the previous file 
management system (lets make a folder) it's impossible to find what you 
need. My intent is to use the wiki framework to help tag documents and give 
instructions for their use.

The difficult part is how many files are on the shared server (drive? I 
don't know a lot about networking). Is there a handy way to automate any 
part of this process? To break it down, each file we need is in a maze of 
folders. I'd like to set this up with as much automation as possible. I 
have a few ideas, but don't know if Tiddlywiki has the ability to look 
through the files around it. That's a feature most of my automation ideas 
would require.

First step is going to be making a list of the files that need sorting. All 
I'd really need are name, file type, and location. Then we'd set up some 
sort of database with that info and call on that database for partial 
Tiddler Population. Something like a transcluded bit of code that prints 
the info from the database above a description text the user enters.

Is my rough plan feasible? If so, what resources would you point me towards?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3cd69e00-7162-4b2b-8e7d-71bb9e0dc3cf%40googlegroups.com.


[tw5] Re: Tagging with Transclusions?

2020-04-09 Thread Alex Olsen
I've thought of a workaround. Sometimes all a seemingly complex problem 
needs is a break and fresh eyes to realize it's not as complex as you're 
making it!
 

> How does the system know it is an unfinished tiddler (so the transclusion 
> can be applied)? What is the difference between an unfinished and finished 
> tiddler?
>

Ideally with a tag. I plan on using 'incomplete' for any tiddler left 
unfinished. I also wanted an array of in-line messages that were easy to 
see, all of which would tag anything that transcludes them they same way. 
These messages would describe the nature of incompleteness. I have no idea 
what these would include. That's the first sign I'm on the wrong track.

Fundamentally my issue is that I want to have an easy way to organize what 
I need to finish. That's made difficult by the way I'd like to do it: a 
very visible manner which automatically updates a list of tiddlers that 
have the same need for completion.

Moving forward, I'll be applying an incomplete tag to anything as I begin 
it and remove that tag afterwards. Simple problems require the simplest 
solutions!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7e07cf24-e502-4d1b-bed1-4178ae08cd57%40googlegroups.com.


[tw5] Tagging with Transclusions?

2020-04-09 Thread Alex Olsen
I'm working on a viewed-before-complete Wiki. I'd like to do 2 things with 
each page before it's complete:

1. Use a Curly-Bracketed Transclusion of a Construction Message Tiddler so 
anyone looking at an unfinished Tiddler knows it's incomplete at a glance
2. Tag the Tiddlers using this Transclusion with a 'task' tag for easy 
reference in a separate To-Do Tiddler

Is there a way to do this? or should I bite the bullet and do this tagging 
manually?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a94c47dc-3e2e-47c0-92d1-10a71d34083f%40googlegroups.com.


[tw5] Re: TW5 basics, how to create a list of tiddler tagged with current tiddler

2020-04-04 Thread alex li
Hi Jeff Vance, The *Table of contents expandable *is not work for me now, 
is there something change?

I'm using TiddlyWiki5

在 2017年5月1日星期一 UTC+8上午12:15:24,Jeff Vance写道:
>
> I do this so often that I created several snippets that I insert regularly 
> (using the snippet editor button), each listing titles in a different way.  
> I use all of these different methods depending on the kind of content and 
> how much of it there is. These might give you other ideas:
>
>
> *Titles in bullets (sorted):*
>
> <>
>
>
>
>
>
> *Tiddlers in tabs:*
> <$macrocall $name="tabs"
> tabsList="[tag{!!title}]"
> class="tc-vertical"
>   />
>
>
>
>
>
> *Table of contents expandable*
> <$set name="this" value={{!!title}}>
> <>
> 
>
>
>
>
>
> *TOC internal navigation*Note that for these, I customize the state 
> tiddler to a unique name for each TOC so currently selected tiddler doesn't 
> show up in other TOCs. I also made it a "popup" state because I didn't want 
> it to save state for every single TOC between loads. But others may prefer 
> to keep the state of the selected title, in which case you could save it it 
> $:/state/toc/
>
> <$set name="this" value={{!!title}}>
>   <$macrocall $name="toc-tabbed-internal-nav"
>   tag="$(this)$"
>   selectedTiddler="$:/state/popup/toc/$(this)$"
>   />
> 
>
>
>
> *TOC external navigation:*
>
> <$set name="this" value={{!!title}}>
>   <$macrocall $name="toc-tabbed-external-nav"
>   tag="$(this)$"
>   selectedTiddler="$:/state/popup/toc/$(this)$"
>   />
> 
>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4c54c275-919e-4fe5-a8d0-6814d9a065ab%40googlegroups.com.


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

2020-03-24 Thread Alex S. Garcia
> "save changes" links under Admin Tools must be within TiddlyWiki not
> Browser menus!

Browser menus? I have no idea what you're talking about.

Admin Tools is in the right-side menu within TiddlyWiki.



Alex.
-- 
-
http://www.alexsgarcia.com/
https://soundcloud.com/asglyrics
Music Videos : http://mvdbase.com [database]
 http://www.freelists.org/list/mv [mailing-list]
Follow mvdbase: https://twitter.com/mvdbase
Support mvdbase: https://www.patreon.com/mvdbase
-



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/23321816.QUHhsFOJVb%40unicorn.


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

2020-03-24 Thread Alex S. Garcia
>- yes, Timimi works with it in modern FireFox (with several minor
>issues, but generally it works even better than TiddlyFox)

I just tried Timimi. Though installation seemed to work (got the "Hello there 
/ Have a great day" message) I still get an error message when I try to save 
changes to a TW file.

I removed all other TW related plugins to make sure there weren't any 
conflicts, but no luck.

Maybe I'm doing this wrong though... how do you save? I'm trying to use the 
usual "save changes" links under Admin Tools, should I use something else?

Oh and Yakov, BTW, I tried to post about my saving issues on the TWC list back 
in December, but my mail did not go through because the list is set up as a 
forum rather than a mailing-list.



Alex.
-- 
-
http://www.alexsgarcia.com/
https://soundcloud.com/asglyrics
Music Videos : http://mvdbase.com [database]
 http://www.freelists.org/list/mv [mailing-list]
Follow mvdbase: https://twitter.com/mvdbase
Support mvdbase: https://www.patreon.com/mvdbase
-



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/20867880.8KpBDryYxg%40unicorn.


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

2020-03-22 Thread Alex S. Garcia
> Why would you say "I might have to drop using TW entirely"?

Because if I can't save changes to TW, then TW becomes useless.

> *The title and leading posts are out of date and no longer relevant. Almost
> 3 years OLD*
> [...]
> but if you are browser junkie what problem do you have?

To your point, I am indeed using an even more recent version of Firefox 
(68.4.1esr) but that doesn't make the issue any less relevant. Plugin is still 
broken and I still can't save changes.



Alex.
-- 
-
http://www.alexsgarcia.com/
https://soundcloud.com/asglyrics
Music Videos : http://mvdbase.com [database]
 http://www.freelists.org/list/mv [mailing-list]
Follow mvdbase: https://twitter.com/mvdbase
Support mvdbase: https://www.patreon.com/mvdbase
-



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2262282.JkvYxlvgrr%40unicorn.


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

2020-03-21 Thread Alex S. Garcia
I just downloaded TiddlyDesktop and gave it a shot. It's interesting. Could 
help as a temporary workaround, though I can't see myself using this 
indefinitely. It's nowhere near as convenient as editing it in my browser. I 
might have to drop using TW entirely, though not sure yet what I'd replace it 
with :(

BTW, I'm noticing that some stuff doesn't work in TiddlyDesktop. Like clicking 
on the "Settings", "Help" and "Backstage" buttons at the top. I'm using 
v0.0.13 for linux.



Alex.


On samedi 21 mars 2020 15:36:34 CET 'Mark S.' via TiddlyWiki wrote:
> I can understand that fans of FF want to continue using FF. But if you're
> on a desktop, and having to use Beaker, Waterfox, or an old version of FF,
> why not just use TiddlyDesktop ?
> 
> On Saturday, October 28, 2017 at 2:33:51 AM UTC-7, Norm Davis wrote:
> > Firefox and Tiddly have long been great companions, but Firefox is going
> > sideways and the old Firefox Tiddly extension for saving in the new
> > Firefox
> > 57 doesn't work.  Will there be anyone working on a rewrite or a new
> > extension?  Hope so!  Thanks for any helpful info.


-- 
-
http://www.alexsgarcia.com/
https://soundcloud.com/asglyrics
Music Videos : http://mvdbase.com [database]
 http://www.freelists.org/list/mv [mailing-list]
Follow mvdbase: https://twitter.com/mvdbase
Support mvdbase: https://www.patreon.com/mvdbase
-



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1942427.4bG3EsPGAX%40unicorn.


Re: [tw5] Re: Tiddlywiki and Coronavirus

2020-03-19 Thread Alex Hough
how about a hangout!

Alex

On Thu, 19 Mar 2020 at 12:06, Birthe C  wrote:

> @Gloom,
> Exactly. I just wonder if it would not have been a good idea to keep some
> of the old analogue ways of doing things. Just for an alternative. It
> happens often enough that the tech solution does not work. Is laid down,
> hacked or just not suited for some situations. You need something to log in
> that you can really only apply for when you are logged in.
> For some purposes snail mail worked very well.
>
> Our taxation has not been working for about 20 years now leaking enormous
> amount of money. Expensive programming that did not work dropped and
> something new costing even more.
>
> Converting the medical journals to digital version and all the fancy
> possibilities that offered was costly. That came with a cost. Closure of
> the local hospitals to have a few very big and specialised ones. Well with
> the cost rising they never got that big though. Cut in the staff doctors
> and nurses. Same group complaining that about half of their time was now
> used at the computer.
>
> Most people will find that very relevant right now.
>
> Great illustration the "Simulitis".
>
> As yes, I know exactly what you mean ;-)
>
> Birthe
>
>
>
> torsdag den 19. marts 2020 kl. 12.00.25 UTC+1 skrev A Gloom:
>>
>> @Birthe
>>
>> If you ever hear me grumbling about someone not be able to think their
>> way out of their box left think outside of it now you'll know what I mean :
>> )
>>
>>
>>> Do you think that younger people loving all the new possibilities will
>>> all be loving it when they get old?
>>>
>>
>> they will just be like the old of the previous generation-- they will be
>> used to the technology of their time and out of touch will technology of
>> the next generation.  Its a repeating cycle of Life-- today's old were more
>> tech savvy than their elders..
>>
>>  an interesting demo (animated info graphics) supporting the social
>> distancing approach to Covid
>>
>>
>> https://www.washingtonpost.com/graphics/2020/world/corona-simulator/?utm_campaign=wp_main_medium=social_source=twitter
>>
>>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/cdfc5699-c2b1-405c-83c4-f82828efd647%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/cdfc5699-c2b1-405c-83c4-f82828efd647%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYfMW-HKNoZF1QDw6mZv%3D%2BM3O47e4fX4Z6r5s3PxeJih%2Bw%40mail.gmail.com.


Re: [tw5] Re: Question about: Printing in Tiddlywiki

2020-03-16 Thread Alex Hough
Done! (I think!)
I've clicked in a thumbs up


Alex

On Mon, 16 Mar 2020 at 14:50, TiddlyTweeter  wrote:

> Alex, a Github upvote could help move it on ...
>
> https://github.com/Jermolene/TiddlyWiki5/issues/4352
>
> TT, x
>
> On Monday, 16 March 2020 14:02:20 UTC+1, AlexHough wrote:
>>
>> and in light of the new developments in publishing and annotation ... it
>> feel like we are nearly there, at the place where TW is all we need
>>
>>
>> Alex
>>
>> On Monday, 16 March 2020 11:44:20 UTC, TiddlyTweeter wrote:
>>>
>>> I agree.
>>>
>>> Of proposed enhancements over time this is one of the nicest. It extends
>>> TW function in a way relevant to much common use. High relevance!
>>>
>>> Best wishes
>>> TT
>>>
>>> On Monday, 16 March 2020 07:53:40 UTC+1, Mohammad wrote:
>>>>
>>>> *Reminder:*
>>>>
>>>>  PrintRiver plugin is a great plugin lets produce customized PDFs, hard
>>>> copies, and even other final formats.
>>>>  *BTC* proposed to add this to core, if not I propose to publish it as
>>>> an official plugin and to do this I needs some more polishing!
>>>>
>>>> This is to remind *BTC *and *Jeremy *and also *everybody *in favor of
>>>> this to support the idea here or at GitHuB:
>>>> https://github.com/Jermolene/TiddlyWiki5/issues/4352
>>>> <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FJermolene%2FTiddlyWiki5%2Fissues%2F4352=D=1=AFQjCNHRP4VDuqtiwmjUdDSSzU2GH7tSNw>
>>>>
>>>> --Mohammad
>>>>
>>>>
>>>>
>>>> On Monday, October 28, 2019 at 5:09:38 PM UTC+3:30, Mohammad wrote:
>>>>>
>>>>> While TW encourages to do not print and remain green and EnviroFriend
>>>>> (don't waste papers!!)
>>>>> But there are situations where you have to print or create a single
>>>>> PDF from a tiddler or a river of tiddlers!
>>>>> It seems TW is not very user friendly in such a case!
>>>>>
>>>>> *Question:*
>>>>>  I have created a tiddler using a custom class (say notebook) and when
>>>>> I want to print, in the preview I see different margins, padding not easy
>>>>> to modify or difficult
>>>>> for TW user to write or modify a CSS.
>>>>>
>>>>> For example see the below tiddler
>>>>>
>>>>> http://tw5-print.tiddlyspot.com/#Homework%3A%20Simpson%20Integration
>>>>>
>>>>> I had to write a stylesheet for printing as below
>>>>> http://tw5-print.tiddlyspot.com/#stylesheet%2Fnotebook
>>>>>
>>>>> I would like to have your advise if my CSS is correct or there is
>>>>> something easier to control printing!
>>>>>
>>>>>
>>>>> *Footnote:*
>>>>> I have created a tiddlyspot page as a playground for printing in TW.
>>>>> So the whole story ca be fond at
>>>>> http://tw5-print.tiddlyspot.com/#
>>>>>
>>>>>
>>>>> References
>>>>> Mohammad  <http://tw5-print.tiddlyspot.com/#Mohammad>28th October
>>>>> 2019 at 5:08pm
>>>>> PluginsPrintriverhttp://printriver.tiddlyspot.com/
>>>>> DiscussionView and Print tiddlers with page handling - help requested
>>>>> https://groups.google.com/d/msg/tiddlywiki/SthCKBaE0c0/tr7PrKjXDwAJBasic
>>>>> question - how do you print a tiddler?
>>>>> https://groups.google.com/d/msg/tiddlywiki/SYGksSEeNTA/-75B6u1EAwAJ
>>>>>
>>>>>
>>>>> Mohammad
>>>>>
>>>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/59024c12-aa72-4197-8438-036a1aa58a09%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/59024c12-aa72-4197-8438-036a1aa58a09%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYfEwwWwGhVuZu%3D65A%3DaDeRBPCQ%3Dvao8P2opJxFnfLNGFw%40mail.gmail.com.


Re: [tw5] Re: Announcement: TW5-powered ebooks

2020-03-14 Thread Alex Hough
JUST WOW!

Everything I love about TW on this thread. Innovation, cooperation,
comments from around the world

Thank you Xavier, Jeremy and JD!

Alex

On Sat, 14 Mar 2020 at 15:12, Thomas Elmiger 
wrote:

> Wow! Congrats to the whole team.
>
> At first sight, the search features impressed me most, other parts
> resemble ideas I had myself (e.g. 1 tiddler per paragraph). I will have to
> explore more.
>
>>
>> There are almost 60K books in German that you can test here:
>> https://www.7switch.com/de/list/drmfree/lang-ger/new/territory-FR/page/1/price
>> :-)
>>
>>
> By the way: If you delete "Einen" then the text would fit on the button
> shown below also in German. And it would not harm the meaning in any way.
> (In Switzerland we always assume French would take up most space.)
>
> [image: Bildschirmfoto 2020-03-14 um 16.01.03.png]
>
>
> Last and least: Languages symbolised by flags as on your website often
> don’t match. I read books in German, but I am Swiss so the German flag does
> not appeal to me in the way it might be intended. Possibly it is the same
> for English speaking Canadians or US citicens.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/2088802b-3b2e-4ba2-9113-c680b4d9c198%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2088802b-3b2e-4ba2-9113-c680b4d9c198%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYdU%2BSS2pTnd8Y61XmSZUSBRfdYGRzpJ6jKCDpyDW9ZR5A%40mail.gmail.com.


Re: [tw5] tiddlymap fonts question

2020-02-05 Thread Alex Hough
Ah!  I see!


I think the formatting CSS is buried in the Viz.js plugin

I'm stumped!



Alex

On Fri, 31 Jan 2020 at 13:41, A Sklpns  wrote:

> Hello Alex, thank you. This seems to change the font family of the edge
> labels but not the nodes (which I am after)-unless of course I am missing
> something.
> Thanks again.
> sklpns
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/63ea61e5-173e-4379-88a2-ef9466f6c566%40googlegroups.com
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYcUsvJmhg2kTsBR%3Dfgs_aRkSfr4-XpOonj2XQr98LeENg%40mail.gmail.com.


Re: [tw5] tiddlymap fonts question

2020-01-30 Thread Alex Hough
use the edge type manager


[image: Screen Shot 2020-01-30 at 14.53.14.png]


Alex

On Thu, 30 Jan 2020 at 11:50, A Sklpns  wrote:

> Dear friends,
> how would I change the font family of tiddlymap nodes?
> Thank you
> sklpns
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/f29c622a-e170-4e52-ab46-114305ae00cc%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/f29c622a-e170-4e52-ab46-114305ae00cc%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALc1hYeoFEDbBdsEahc%3DNkzne9ywuxo1YqA5MddjfG7B43xteA%40mail.gmail.com.


[tw5] AndTidWiki Password Decryption On Android 8.0

2019-10-28 Thread Alex Matias
Alright, I really don't know anything about computing and whatnot so I'm 
looking for anyone who can help me figure out why the password I JUST set up 
40mins ago on one of my files is not granting me access despite the fact that 
I'm 100% sure of the password. (I'm using the free version of the app btw).

I've tried to ask the developer for some help via email/app store review, the 
only reply I've gotten so far is the following (which, after some light 
Googling, I barely understand): 

"AndTidWiki is a container to support an write interface between TiddlyWiki and 
filesystem only. Password protection or encryption is by TiddlyWiki. You can 
try to recover your data e.g. in a desktop browser/export tiddlers."

If anyone has any idea at all about what to do/how to retrieve the info on that 
html PLEASE send help. 

Sincerely, 
A nerd who doesn't want to lose all her dnd worldbuilding info. 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c5c0ab71-d8a0-4a20-850d-94c9cdbb9fb0%40googlegroups.com.


[tw5] Re: [TW5] Search in field contents?

2019-10-01 Thread 'Alex' via TiddlyWiki
@Mohammad:

I think you could change die SearchResult within the 
tiddler $:/core/ui/ListItemTemplate:


<$link to={{!!title}}>
<$view field="title"/>



Change parameters of link-widget to show the field-name.

$(searchTiddler)$ is a temp-tiddler from the tiddlywiki core. It contains 
the the link to $:/temp/search (according to 
$:/core/ui/SideBarSegments/search). To understand the filter you can think 
of it as the search-term someone entered.


@Tony

Thats right. Even thought about some kind of settings-tiddler to simple 
change the searched fields.




On Sunday, September 7, 2014 at 6:58:20 PM UTC+2, cmari wrote:
>
> I find myself using a lot of fields, and I wonder if anyone has come up 
> with an easy way to search for the contents of fields.  As best I can tell, 
> you need to know a field's name in order to search for its contents?  
> As an example, two of the publications in the demo at 
> http://tw5.scholars.tiddlyspot.com/ are books and are labelled as such in 
> a field.  However, a search for the word "book" will not find them.  You 
> need to know know that the field where the information is stored is called 
> "publication type", you need to go to advanced search, and you need to put 
> [publication_type[book]] into the filter search.  Note that I am in no way 
> criticizing Alberto's great tool (I know he has other ways of identifying 
> books and I'm a happy adapter of his approach). I'm just wondering if there 
> is a quicker way to find all the tiddlers that contain the word book in 
> their fields.
>
> Thanks - and as always, apologies if I missed an answer that's already 
> been given.
> cmari
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9bcee44e-f511-429a-957c-23c7cca8f14f%40googlegroups.com.


[tw5] Re: [TW5] Search in field contents?

2019-10-01 Thread 'Alex' via TiddlyWiki
If anyone is looking for a solution, here it is:

There is an extrem powerful Update for the "search"-Operator 
(https://tiddlywiki.com/#search%20Operator) in 5.1.18 which allow to use 
multiple fields to be passed.

With this new operator it is extremly easy to search in all fields at the 
default search:

Simply duplicate 

the "All matches:"-part of $:/core/ui/DefaultSearchResultList and simply 
add :* after search-operator in list-widget:

\define searchResultList()
//{{$:/language/Search/Matches/Title}}//

<$list 
filter="[!is[system]search:title{$(searchTiddler)$}sort[title]limit[250]]" 
template="$:/core/ui/ListItemTemplate"/>

//{{$:/language/Search/Matches/All}}//

<$list filter="[!is[system]search{$(searchTiddler)$}sort[title]limit[250]]" 
template="$:/core/ui/ListItemTemplate"/>

//All matching fields://

<$list 
filter="[!is[system]search:*{$(searchTiddler)$}sort[title]limit[250]]" 
template="$:/core/ui/ListItemTemplate"/>

\end
<>

Maybe change the string

"All matching fields:" to an transcluded language-tiddler and you are done.

I think this would be very helpful, if this is part of the generic 
tiddlywiki.

Maybe one could add a settingstiddler to exclude or include some 
standard-fields like author, text & created.

For me this very simple solution is wonderful and helps a lot creating a 
people-db based on field-values.

Thanks Jeremy.


Am Sonntag, 7. September 2014 18:58:20 UTC+2 schrieb cmari:
>
> I find myself using a lot of fields, and I wonder if anyone has come up 
> with an easy way to search for the contents of fields.  As best I can tell, 
> you need to know a field's name in order to search for its contents?  
> As an example, two of the publications in the demo at 
> http://tw5.scholars.tiddlyspot.com/ are books and are labelled as such in 
> a field.  However, a search for the word "book" will not find them.  You 
> need to know know that the field where the information is stored is called 
> "publication type", you need to go to advanced search, and you need to put 
> [publication_type[book]] into the filter search.  Note that I am in no way 
> criticizing Alberto's great tool (I know he has other ways of identifying 
> books and I'm a happy adapter of his approach). I'm just wondering if there 
> is a quicker way to find all the tiddlers that contain the word book in 
> their fields.
>
> Thanks - and as always, apologies if I missed an answer that's already 
> been given.
> cmari
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8bde218c-a13f-466c-baf1-313162bf380b%40googlegroups.com.


[tw5] Copying & Changing EditTemplate/tags goes wrong

2019-09-13 Thread 'Alex' via TiddlyWiki
I realized it is the tag-picker Macro. :-) Its digging-time.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e61f957a-4cce-4690-b656-72566339b98e%40googlegroups.com.


[tw5] Copying & Changing EditTemplate/tags goes wrong

2019-09-13 Thread 'Alex' via TiddlyWiki
Hi folks,

at the moment I‘m trying to reuse the code from $:/core/ui/EditTemplate/plugins 
for a specific EditTemplate but I am stuck.

I like the smooth mechanics behind this dropdown-list and edit-field. „Enter 
some chars and see whats there. Nothing for you? I‘ll create something new.“

That is exactly what I‘m looking for and I dig into the code from this tiddler. 
But I was not able to change the content of the shown dropdown list.

I want to show titles of tiddlers in this list which got the field value 
category:person. If there is no such person, I enter the name into the 
edit-field and a new tiddler with the field category:person and title:“input“ 
is created. All entered persons are not linked to the tiddler via tags but via 
a list in the field „members“. This field is editable directly or over this 
customized EditTemplate-Field.

This EditTemplate-field will be shown if I create a specific categorie of 
tiddlers (meetings) via a seperate NewMeetingButton.

Did anyone got a solution to this where I could read the code to understand 
exactly what this EdiTemplate-field is  My biggest problem is, that the 
dropdown menu always shows tags even if I delete nearly every line of code. I 
not recognized any further link or transclusion to/of other tiddlers.

Do you have any advice?

Best regards



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b78ab8a6-46cd-4657-ba08-6466c424f808%40googlegroups.com.


Re: [tw5] Re: Blasts From The Past ...

2019-06-27 Thread Alex Hough
are you still working at Stockport college Steve?
(or have i got the wrong end of the stick?)

Alex

On Tue, 25 Jun 2019 at 14:51, Ste Wilson  wrote:

> I had no idea of that local sheepishness!
>
> (I'm not from Stockport.. I just worked there) :)
>
> --
> 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/eb538908-035f-44ca-b76d-ae6ffd77c30b%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/CALc1hYeYFvdh-fUAAuVi%2Ba1_W_Pc46ZqG3vBq_fYDH9TdATQXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Blasts From The Past ...

2019-06-25 Thread Alex Hough
Hi All,

... and thanks for reminding me of this. This is a typical tiddling pattern
for me - an intense renewal of obsession then... then life catches up

@ Ste : I basically altered one of the documentations macros then used some
icons from the noun project

As a Stockport person you might be familiar with Teggs Nose. The sheep in
SheepyWiki is looking out over the Cheshire plain from there...
contemplating the Mersey Basin: Macclesfield, Joy Division, silk, cotton
out and way to the Dee and Stanlow

Maybe we should organise a Stockport TiddlyWiki Fan club meetup?

Alex

[1]

On Thu, 13 Jun 2019 at 07:52, @TiddlyTweeter 
wrote:

> A TW from a DesignWriteStudio student ...
>>
>> Tomb Of Horrors ... http://tombofhorrors.tiddlyspot.com/
>> <http://www.google.com/url?q=http%3A%2F%2Ftombofhorrors.tiddlyspot.com%2F=D=1=AFQjCNHvLkJ4tx4Gz8Uy2T0ASS_2MOq1ow>
>>
>>
> It emerged about a year ago.
>
> --
> 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/03e945d0-a18f-4e3d-9cb1-9c0ce796f929%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/03e945d0-a18f-4e3d-9cb1-9c0ce796f929%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYdBTtPwqPxJTNhDObJ-6G7je0R23CizV4eWz3AoSFHQfA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: TW5: Tiddlywiki on node.js: Show content of local text file in a tiddler

2019-06-11 Thread Alex
Maybe a bit late for the party, but you may also want to read this:

https://tiddlywiki.com/#tiddlywiki.files%20Files

It works like this: you create a subfolder under $ROOT/tiddlers, and put a 
single file tiddlywiki.files there. If the file is created correctly, it 
will tell TW to parse files somewhere else on the file system as if they 
were tiddlers in this folder.

Although, IMHO, symbolic link to $ROOT/files subfolder is easier :)

On Tuesday, 21 May 2019 13:57:57 UTC+1, rooster91an wrote:
>
> Hello everybody!
>
> I am running a Tiddlywiki via node.js on my Raspberry Pi. This works 
> wonderfully. Now I have some telemetry data from my network, periodically 
> updated in a text file. It would be great, if I could show the current text 
> content of this file in a tiddler in my wiki. 
>
> What is the best (and easiest) way to do this?
>
> What I have tried so far:
>
> 1. I guessworked with the import and load commands of tiddlywiki on 
> node.js. This works in principle, but to show the imported tiddlers, I had 
> to stop and restart the tiddlywiki server after every import or load. 
> Otherwise the new tiddlers were not shown in the refreshed browser page. Is 
> there a way to avoid a restart of the node process?
>
> 2. I tried to use the HTML embed command in a tiddler like this:
>
> 
> 
> 
>
> But I did not get it working, neither with an absolute file path, nor with 
> a relative file path. To be sure I copied the text file to the higher-level 
> folder, to the 'mywiki' folder and to the 'tiddlers' folder. The file 
> rights are checked and okay. No success.
>
> Is access to local files with tiddlywiki on node.js even possible? How 
> does it have to be formatted?
>
> Thank you for helping me out.
>
> Oliver
>
>

-- 
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/038f009d-4833-498f-bf19-627d200ef775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Play several songs consecutively

2019-05-13 Thread Alex Hough
Hi Bimba,

this looks great! thanks for sharing!


Alex

On Mon, 13 May 2019 at 07:40, bimlas  wrote:

> I made a primitive media player plugin that allows you to create
> playlists: https://bimlas.gitlab.io/tw5-mediaplayer/
>
> I'm not completely satisfied with it, at least in terms of design. It
> looks like this right now:
>
> [image: vivaldi_2019-05-13_08-30-28.png]
>
>
> I'm wondering if the `tabs` macro might be better.
>
> [image: vivaldi_2019-05-13_08-36-15.png]
>
> The downside is that it would be useless in the sidebar (adding
> `$:/tags/SideBarSegment` tag), and in the case of long names, the left
> sidebar would be too wide, leaving less space for the content itself. What
> do you think?
>
> --
> 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/13e6358b-9a3d-4ef0-8736-9632dd123d48%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/13e6358b-9a3d-4ef0-8736-9632dd123d48%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYd4fs9Cshh8JFRUTq6hj25bhbKDdR_hN7C2%3DU7uCn%2BGoQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Executive functioning, lists - for interests

2019-04-10 Thread Alex Hough
Dear All,

A friend pointed me towards this [1] post on executive functioning:

"This involves detailed calendars and diaries, lots of lists - one big
to-do list and lots of little to-do lists for each time segment, I have to
breakdown each task in written steps to get things done, I set reminders on
my phone, plan and organise things to the smallest detail, set myself
goals, do one thing at time to avoid getting distracted, and so on. I know
logically that I am neither lazy nor stupid, I just have brain that's not
wired to do executive functioning.


I wonder if TW could be useful to help with executive functioning

Alex

https://www.mairelliott.com/blog/executive-functioning

-- 
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/CALc1hYfvASY%3D2cbt5iMuJEmJkBp51pvB1Nn715n%2BUjFOy4tDgg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [Off Topic] Laser cut Motovun Jack

2019-04-05 Thread Alex Hough
Ged,

You designed and built a laser cutter ... tell us more!

I know that we have to keep a focus on TW here on the group, but I think we
can drift into curiosity about what people in the community are are up to.

Of course, no obligation to share i'm just nosy

Alex

On Fri, 5 Apr 2019 at 10:38, Mohammad  wrote:

> :-)
>
>
>
> On Friday, April 5, 2019 at 2:02:34 PM UTC+4:30, Jed Carty wrote:
>>
>> In my other work I designed and build a laser cutter. I needed something
>> to test focus so I used the Motovun Jack svg from tiddlywiki.
>>
>> I am sure that there will be more later.
>>
> --
> 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/950e3985-fcdd-4f20-9ac7-be03cadbe230%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/950e3985-fcdd-4f20-9ac7-be03cadbe230%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYfp0DMRS-5%3DfT%2B_LWqqYwu6urQy3hb8ji3BDdx%3DyCtsUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Named story rivers (or trails)

2019-03-17 Thread Alex Hough
Would a trail be one of many lists?

When a tiddler is tagged, the order of the tiddler can be changed in the
list. Perhaps if there was more than one list field in which tiddlers could
registered?


Alex

On Tue, 5 Feb 2019 at 14:52, Jeremy Ruston  wrote:

> Hi Joe
>
> On 5 Feb 2019, at 13:44, Joe Armstrong  wrote:
>
> I think adding this to the reference site and making up many stories would
> be a good idea
>
>
> It’d be interesting to see some examples of trails that might be useful.
> Along with Tobibeer’s sidebar UI I’d want individual tiddlers to show which
> trails they are participating in, and let the user explore back and forth
> along those trails.
>
> In terms of implementation, I’m thinking that trails are actually some
> additional sugar on top of tags. Tags are already a flexible implementation
> of an ordered lists of tiddlers.
>
> So, displaying a story would correspond to clearing the story river and
> replacing it with the ordered list of tiddlers with that tag. Reordering a
> trail could be accomplished via the tag dropdown.
>
> We might want to add arrows for “previous” and “next” to the tag pills so
> that it is easy to navigate within a tag.
>
> 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/3C56E3F2-022F-4B1C-A100-2BF757E66893%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/3C56E3F2-022F-4B1C-A100-2BF757E66893%40gmail.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYdsgmZp-1gW8Pr6Lnvr7G6rKwk4ynOtfe_JMoMsMuyzRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: comments plugin - incorrect palette support

2019-01-17 Thread Alex
https://github.com/Jermolene/TiddlyWiki5/issues/3701

On Wednesday, 16 January 2019 04:34:42 UTC, TonyM wrote:
>
> Alex,
>
> Consider a git hub issue for this.
>
> 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/1a927038-3fec-41ba-af9d-19836582871c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Logistics 101 -- Do you use Telegram?

2019-01-13 Thread Alex Hough
i have telegram installed... and one friend who uses it


Alex

On Fri, 11 Jan 2019 at 13:42, @TiddlyTweeter 
wrote:

> For reasons no one understands my first posts to GG don't get to the email
> group.
>
> Here it is ...
>
> On Friday, 11 January 2019 14:34:15 UTC+1, @TiddlyTweeter wrote:
>>
>> I'm thinking that the pretty good #Twitter for #Tiddlywiki, @Tiddlywiki
>> <https://twitter.com/TiddlyWiki> and @Jermolene
>> <https://twitter.com/Jermolene> could be matched by a Telegram
>> <https://telegram.org/> channel.
>>
>> I'm interested if any Telegram users here feel the same?
>>
>> @TiddlyTweeter
>>
> --
> 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/79a64182-7cb9-4ae5-9d29-808e26c11b30%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/79a64182-7cb9-4ae5-9d29-808e26c11b30%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYeeRRjvnTBJzQD3R7w5hgoGRsKMpOy9LcHCD-D-%3DVxzeA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: slideshow (presentation) TW

2019-01-13 Thread Alex Hough
are there any which loop a set of Tiddlers?


Alex

On Thu, 10 Jan 2019 at 20:35, @TiddlyTweeter 
wrote:

> Joe
>
> Several are listed in David Gifford's TiddlyToolmap resource list for TW:
> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#z=daq3QPYxpdVcebRQi2N6gc8A
>
> Best
> Josiah
>
> On Thursday, 10 January 2019 21:07:06 UTC+1, Joe Armstrong wrote:
>>
>> Has anybody pointers to a slideshow plugin?
>>
>> I found this
>>
>> https://tiddlywiki.com/talkytalky/
>>
>> Might be fun to give my next talk with the TW -
>>
>> Can we make a "keynote" or "powerpoint" lite ?
>>
>> /Joe
>>
> --
> 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/829fedf6-b105-4d69-bfb8-0f48b904ec48%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/829fedf6-b105-4d69-bfb8-0f48b904ec48%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYcajgkp51NwGX-JT-2fvsvhCDbDa7%2BDaPKy7WcViDCT6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-19 Thread Alex Hough
you could extract top 5 contributors, top 10...

I was thinking, this is a "search and extract" function

its like slicing only that it uses a search

digging into the links above brings us to automatic summarization, and
extraction based summarization [1]

*Ideas for extraction*


   1. Extract all TiddlySpot links (all posts which contain tiddlyspot.com)
   2. all posts linking to Github
   3. posts from Groups to Github issues / pull requests
   4. all post which have attachments
   5. for each macro
   6. widget, wikitext

How about this: extract search terms and from tiddlers in TW repo, search
and extract from archieve




Alex


[1]
https://en.wikipedia.org/wiki/Automatic_summarization#Extraction-based_summarization

On Wed, 19 Dec 2018 at 13:45, @TiddlyTweeter 
wrote:

> Its an interesting theme. Quite how you'd limit it to ALL but ONLY
> relevant posts is a pragmatic issue.
>
> Part of the issue is writing style in threaded posts may be harder to
> decipher than it may first appear.
>
> On the one hand presenting everything would be likely too much. One the
> other hand a lot of posts explicitly need thread position to make sense and
> you could have issues with non sequiturs when you try get rid of redundancy.
>
> Just thoughts
> Josiah
>
> On Wednesday, 19 December 2018 14:03:32 UTC+1, Mohammad wrote:
>>
>> Seems very promising!
>> I am thinking if it possible to retrieve and categorize the last 5 years
>> where most of TW5 development occurred.
>>
>
>
>> On Wednesday, December 19, 2018 at 4:13:59 PM UTC+3:30, AlexHough wrote:
>>>
>>> I don't know... but perhaps it a data mining problem..
>>>
>>
>
> --
> 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/8a81c558-9522-4324-a8c8-ef163a1921a1%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/8a81c558-9522-4324-a8c8-ef163a1921a1%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYdPPkAPWDi_VNMP%3DsT7scRcTx5kfJn37wxOcNV8t47byw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-19 Thread Alex Hough
Mohammad,

I don't know... but perhaps it a data mining problem...

This question [1] seems the same as ours:

 I have a large corpus of documents from the same domain. There are parts
of text that hold the key information what single document talks about. I
want to extract some of those parts and use them as kind of a summary of
the text. Is there any useful documentation about how to achieve something
like this.


The answer given is

What you're describing is often achieved using a simple combination of
TF-IDF <http://en.wikipedia.org/wiki/Tf%E2%80%93idf> and extractive
summarization
<http://en.wikipedia.org/wiki/Automatic_summarization#Extraction-based_summarization>
.

In a nutshell, TF-IDF tells you the relative importance of each word in
each document, in comparison to the rest of your corpus. At this point, you
have a score for each word in each document approximating its "importance."
Then you can use these individual word scores to compute a composite score
for each sentence by summing the scores of each word in each sentence.
Finally, simply take the top-N scoring sentences from each document as its
summary.

Earlier this year, I put together an iPython Notebook that culminates with
an implementation of this in Python using NLTK and Scikit-learn: A
Smattering of NLP in Python
<https://github.com/charlieg/A-Smattering-of-NLP-in-Python>.


I've not done this kind of thing before, but the idea came to me by
remembering a friend who used to run a company analysing huge data sets
concerning legal documents. (as it happens he was a chemist by training)

He said he used regular expressions and monte carlo techniques -- I haven't
a clue about these things myself.

If you search and extracted text from a mega file of all TW posts based on
code fragments, it would reduce the possibility of variation on spelling
and would return  questions and answers with code. Maybe it could return
threads.

You could then say something like:

IF thread contains posts by Eric or Jeremy increase its value

Anyway ... we could do data science on our archive ... then bring TW in for
individual managemenet and learning based on an archive which could
gradually become more structured.

A metaphorical turn: the tiddlers swim in the sea of data, the tide
constantly moves and sifts the data, washing it up on the shore. we can
collect it when the tide goes out...


Alex

https://datascience.stackexchange.com/questions/2646/extract-most-informative-parts-of-text-from-documents?rq=1

On Wed, 19 Dec 2018 at 11:57, Mohammad  wrote:

> Alex,
>  This is amazing! So, it is possible to get all messages, categorized them
> and put in tiddlers!
>
> Lets see what other people here say!
>
>
> -Mohammad
>
> --
> 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/82a51382-bb2d-4d26-be57-b02c5ced5553%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/82a51382-bb2d-4d26-be57-b02c5ced5553%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYf%3D%2Bd3ShbfBDnUzDmQGa%2Bvt%2BXOHRg7EFzzhJBfsJ%3DQEtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TiddlySkunkWorks?

2018-12-19 Thread Alex Hough
Hello there,

Do we need a TiddlySkunkWorks [1]


Alex

[1] https://en.wikipedia.org/wiki/Skunkworks_project

-- 
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/CALc1hYcuptoaGnSQsoMqJwu89_5ScZXPk48MfYdK4B2hJubQDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-19 Thread Alex Hough
Hello All,

Get Google Groups Data – Tool to fetch all messages of a Google Group as
raw mbox data [1], then extract data based on searches based on contents of
tiddlers on TW.com

map each tiddler onto the mega-archieve -- give options to refactor,
submit, demo on a TW

If we use the Jeremy technique of thinking "what's at the next level of
abstraction" (excuse me for putting words in your mouth here Jeremy!) we
could start with TiddlyWiki being a tool for personal "garbage collector"
(as Joe puts it) for use on the web, to a knowledge creation tool in a
specific domain.

In some ways we are lucky that we have two consistent Google Group. Is this
a matter of getting funding for some kind of research project, and having
some funded working on it?

TW seems to be a rich community, an interesting group for researchers.
Perhaps we could collectively come up with some questions we could approach
research organisations with...

Alex

[1] https://github.com/henryk/gggd

On Wed, 19 Dec 2018 at 11:24, Alex Hough  wrote:

> the design problem surely needs to be around using TW to refine a
> knowledge base...
>
> Taking the metaphor of tiddlers and fish -- to help think about this --
> there are some "big fish" (people who have developed languages or
> frameworks, have spoken at conferences (Joe and Jeremy) ...
>
> One the TW Dev group the interactions between Joe and Mario, Josiah, Ged,
> Tony, Simon, Jeremy seem to offer a rich resource for the type of small
> fish (like myself) who is happy to pick up scraps. We have good questions
> and good answers: for a TW fan it makes for good viewing.
>
> The TW community has grown organically. There is no formal organisation
> like the "International TiddlyWiki User Research Foundation", but if there
> were some -- even lightweight - commitment to something like that then some
> of the technology issues might dissolve.
>
> The solution may lie in the people space not the technology space.
>
> best wishes
>
> Alex
>
> On Wed, 19 Dec 2018 at 11:09, Jed Carty  wrote:
>
>> Must haves would include:
>>
>> Searchable by title (not just by text content)
>> Accessibility (the site is very hard for me to use, the clutter of having
>> the three columns is a problem, the conversation structure is a problem for
>> me reading it, not being able to change the styling on the page makes it
>> hard for me to read)
>> Publicly viewable posts
>> A concise and easily viewable list of recent posts, preferably with an
>> indicator of if I have seen each post or not
>>
>> As far as creating apps go, while I am very willing to donate time to
>> make things that help the community, I am not comfortable making tools that
>> are exclusively useful on a closed platform like Yammer. If there were
>> something like githubs web hooks i would consider it, but I don't want to
>> do free work for Microsoft.
>>
>> --
>> 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/c061d3a7-81a2-48c0-af11-1af365f87765%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/c061d3a7-81a2-48c0-af11-1af365f87765%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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/CALc1hYeJMNWKbNkubQxQjt5d%2BOTKOB9CoGxt01%2BVMX_%3D7N1kxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-19 Thread Alex Hough
the design problem surely needs to be around using TW to refine a knowledge
base...

Taking the metaphor of tiddlers and fish -- to help think about this --
there are some "big fish" (people who have developed languages or
frameworks, have spoken at conferences (Joe and Jeremy) ...

One the TW Dev group the interactions between Joe and Mario, Josiah, Ged,
Tony, Simon, Jeremy seem to offer a rich resource for the type of small
fish (like myself) who is happy to pick up scraps. We have good questions
and good answers: for a TW fan it makes for good viewing.

The TW community has grown organically. There is no formal organisation
like the "International TiddlyWiki User Research Foundation", but if there
were some -- even lightweight - commitment to something like that then some
of the technology issues might dissolve.

The solution may lie in the people space not the technology space.

best wishes

Alex

On Wed, 19 Dec 2018 at 11:09, Jed Carty  wrote:

> Must haves would include:
>
> Searchable by title (not just by text content)
> Accessibility (the site is very hard for me to use, the clutter of having
> the three columns is a problem, the conversation structure is a problem for
> me reading it, not being able to change the styling on the page makes it
> hard for me to read)
> Publicly viewable posts
> A concise and easily viewable list of recent posts, preferably with an
> indicator of if I have seen each post or not
>
> As far as creating apps go, while I am very willing to donate time to make
> things that help the community, I am not comfortable making tools that are
> exclusively useful on a closed platform like Yammer. If there were
> something like githubs web hooks i would consider it, but I don't want to
> do free work for Microsoft.
>
> --
> 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/c061d3a7-81a2-48c0-af11-1af365f87765%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/c061d3a7-81a2-48c0-af11-1af365f87765%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYdtXH77ye4fVt0h9_0TO5UHw8cUN4bWJ5wNAxsxsMe_jw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Tiddlywiki and Codepen, JSFiddle, .... or similar

2018-12-19 Thread Alex Hough
I'm one of those users who gets GG via email.

I search the group on my email.

Instead of tagging, perhaps we should be looking at a way of indexing. TW
is a great indexer.

I sometimes search using a particular members email address as filter,
making the assumption that there will be TiddlyGold in their reply.

In the world of systems this issue occurs with IT. One solution is to
increase order at source (that would mean that community members add meta
data to a shared schema) the other is to increase order by categorising on
the other side of the "variety balance"

Clearly there are value judgements to be made in the latter option. I tend
to browse based on a handful of well known great question askers and great
answerers -- we all know who they are

In summary, I think we should keep using GG and think of ways of re-using
the content that's already there and making smart assumptions...

best wishes

Alex

On Wed, 19 Dec 2018 at 10:52, TonyM  wrote:

> Mark,
>
> I will look into it soon, but idealy I would like to see other must haves
> identified along with a little more exploration of yammers advantages.
>
> Perhaps some of the addin apps need to be considered, or even created for
> example github connectivity.
>
> But I will do as you suggest.
>
> 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/a50dc853-a530-462d-ac98-dc3a219ff8ab%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/CALc1hYcK7d2%3D8GGCm-fyFAev%2B3920H23aGieragu5EGpb_vZ3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: filtering tiddlers created after a certain date?

2018-12-19 Thread Alex Hough
Ah-Ah!


It would have never occurred to me to use prefix!

The mental block is because I see them as numbers not strings

Thanks Tony!

Alex

On Wed, 19 Dec 2018 at 00:19, TonyM  wrote:

> Alex,
>
> If you want to make a before or after comparison, remember that date
> fields contain a serial number, that is the most significant values proceed
> the less significant.
>
> The standard date field uses the following format
> https://tiddlywiki.com/#Date%20Fields
>
> Values of date fields are 17-character strings:
>
>- 4 digits for the year
>- 2 digits for the month
>- 2 digits for the day
>- 2 digits for the hour
>- 2 digits for the minute
>- 2 digits for the second
>- 3 digits for the millisecond
>
>
> See https://tiddlywiki.com/#DateFormat for the details
>
>
>- There is a potential for invalid values in a date field like minutes
>between 59-99 so its when a date is set/reset we ensure it remains valid,
>- However we can always compare any date time field of the same length
>and determine which is the larger or smaller or equal to.
>- Making such comparisons does not need any date handling, just a
>numerical comparison.
>- You can also sort by date field and get them in the order they appear
>- Although you may use the view widget date format to extract
>0MM0DD from a full date for comparison purposes.
>- Reveal allows the use of grater-than, less than and equal to
>- The days operator allows N days relative to a specified day/date
>
> So in your original Question you want to find items where the created date
> is older than date1 but not older than date2
>
> I often cheat and ask for all dates in a given month eg 0MM is the
> same or equal to. In this case the prefix is helpful eg all created dates
> with a Prefix of the same 0MM where created this month.
>
> I hope this helps
>
> Regards
> Tony
>
> On Wednesday, December 19, 2018 at 9:05:57 AM UTC+11, AlexHough wrote:
>>
>> a use case sprung to mind...
>>
>> i want to fetch all the tiddler created between two events
>>
>> something like this
>>
>> [created[date1-date2]
>>
>>
>> Alex
>>
>> On Wed, 12 Dec 2018 at 22:18, 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com> wrote:
>>
>>> In the original I immediately removed that line. So I guess you're
>>> viewing the forum via email.
>>>
>>> Thanks!
>>> -- Mark
>>>
>>> On Wednesday, December 12, 2018 at 1:07:56 PM UTC-8, AlexHough wrote:
>>>>
>>>> Thanks Mark,
>>>>
>>>> What is the purpose of this line?
>>>>
>>>> <$view tiddler="Code to split out filename" field=modified />
>>>>
>>>> Alex
>>>>
>>>> On Wed, 12 Dec 2018 at 15:13, 'Mark S.' via TiddlyWiki <
>>>> tiddl...@googlegroups.com> wrote:
>>>>
>>>>> The filter operators toolkit is under-powered lacking comparison,
>>>>> splitting, and most date functions. I don't think you can use a simple
>>>>> filter.
>>>>>
>>>>> You could use a list, and then inside the list use the reveal widget
>>>>> which does have comparison tools. Then select out and reveal tiddlers with
>>>>> dates less than a specified date (presented in TW date format).
>>>>>
>>>>> This code shows the non-system, non-system label items modified on
>>>>> TiddlyWiki.com since mid September, 2018:
>>>>>
>>>>> <$view tiddler="Code to split out filename" field=modified />
>>>>>
>>>>> <$list
>>>>> filter="[all[tiddlers]!is[system]!tag[SystemTags]!sort[modified]]">
>>>>> <$reveal type="lt"  default="20180911214913228" text={{!!modified}}>
>>>>> <$view field="title"/> 
>>>>> 
>>>>> 
>>>>>
>>>>>
>>>>> -- Mark
>>>>>
>>>>> On Wednesday, December 12, 2018 at 5:52:41 AM UTC-8, AlexHough wrote:
>>>>>>
>>>>>> thanks Bimba,
>>>>>>
>>>>>> I am trying to replicate the function on my computer where I can find
>>>>>> a file created on, after or before a particular date.
>>>>>>
>>>>>> The filter I would like to create would be like a saved search.
>>>>>>
>>>>>> The viz.j

Re: [tw5] Re: filtering tiddlers created after a certain date?

2018-12-18 Thread Alex Hough
a use case sprung to mind...

i want to fetch all the tiddler created between two events

something like this

[created[date1-date2]


Alex

On Wed, 12 Dec 2018 at 22:18, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> In the original I immediately removed that line. So I guess you're viewing
> the forum via email.
>
> Thanks!
> -- Mark
>
> On Wednesday, December 12, 2018 at 1:07:56 PM UTC-8, AlexHough wrote:
>>
>> Thanks Mark,
>>
>> What is the purpose of this line?
>>
>> <$view tiddler="Code to split out filename" field=modified />
>>
>> Alex
>>
>> On Wed, 12 Dec 2018 at 15:13, 'Mark S.' via TiddlyWiki <
>> tiddl...@googlegroups.com> wrote:
>>
>>> The filter operators toolkit is under-powered lacking comparison,
>>> splitting, and most date functions. I don't think you can use a simple
>>> filter.
>>>
>>> You could use a list, and then inside the list use the reveal widget
>>> which does have comparison tools. Then select out and reveal tiddlers with
>>> dates less than a specified date (presented in TW date format).
>>>
>>> This code shows the non-system, non-system label items modified on
>>> TiddlyWiki.com since mid September, 2018:
>>>
>>> <$view tiddler="Code to split out filename" field=modified />
>>>
>>> <$list
>>> filter="[all[tiddlers]!is[system]!tag[SystemTags]!sort[modified]]">
>>> <$reveal type="lt"  default="20180911214913228" text={{!!modified}}>
>>> <$view field="title"/> 
>>> 
>>> 
>>>
>>>
>>> -- Mark
>>>
>>> On Wednesday, December 12, 2018 at 5:52:41 AM UTC-8, AlexHough wrote:
>>>>
>>>> thanks Bimba,
>>>>
>>>> I am trying to replicate the function on my computer where I can find a
>>>> file created on, after or before a particular date.
>>>>
>>>> The filter I would like to create would be like a saved search.
>>>>
>>>> The viz.js timeline has the functionality, but I'd prefer a cut down
>>>> version.
>>>>
>>>>
>>>> Alex
>>>>
>>>> [1] http://kixam.github.io/TW5-visjsTimeline/
>>>>
>>>> On Wed, 12 Dec 2018 at 13:35, bimlas  wrote:
>>>>
>>>>> Well, to be frank, you have to transform the date to days: for example
>>>>> today is 2018.12.12, if you want to list tiddlers after 2018.12.01, you 
>>>>> can
>>>>> use `days[-12]`.
>>>>>
>>>>> --
>>>>> 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/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/tiddlywiki/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com?utm_medium=email_source=footer>
>>>>> .
>>>>> 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+...@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/b34ab58d-ac54-4edb-abc8-544168a2004e%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/b34ab58d-ac54-4edb-abc8-544168a2004e%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> 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/db402f88-8bcb-4fee-9b34-5d55f552560b%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/db402f88-8bcb-4fee-9b34-5d55f552560b%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYf%3DfKjcakxRTGwqrtzxkcUvM%2BJD4LDR_G5FxXrYk28%2B3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Tagging --- Organise From Serendipity

2018-12-15 Thread Alex Hough
tagging the tag is an option to classify a particular tag... thinking out
loud...

Alex

On Sat, 15 Dec 2018 at 13:55, S. S.  wrote:

>
> While reading various TW Google Group exchanges (some are included below
> that I had noted down), I put down some thoughts the last few days.
>
> For what purposes am I using tags used for?
>
>
>1. tags prefixed $:/ for the TW system
>2. tags for creating "parent-child" relationships - i.e. ordering a
>Table of Contents
>3. tags for keeping track of excised data for transclusion back into
>the original
>4. tags for changing style (custom css, display, colour, adding text,
>triggering a veiw template, etc)
>5. tags for creating groups
>6. tags for categories
>7. tags for keywords
>8. other uses ???
>
>
> What if I start different uses of tags with different prefixes?
> I already prefix system tags because this is how TW is designed with:
> *$:/some/system/tag*
> Table of Content tags are the Title of the parent tiddler - usually no
> prefix
>
> So RANDOMLY - without putting much thought into what symbol to prefix the
> tags ...
>
> Keywords? How about starting those with : *#my-keyword*
> Category? How about : *@my-category*
> Topic? How about: *!topic*
> Keeping track of excised data?: *^Parent-Tiddler-Name*
> Groups? perhaps: *%my-group*
> Styling tags? How about: **my-style*
>
> I just started thinking about this recently, so my insights are still in
> infancy.
>
>
> [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018
> <https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/FXGEIa85Bks>  -
> the whole fascinating discussion - and of course the video it refers to: Joe
> Armstrong & Jeremy Ruston - Intertwingling the Tiddlywiki with Erlang |
> Code Mesh LDN 18
> <https://www.youtube.com/watch?v=Uv1UfLPK7_Q=9=PLvL2NEhYV4ZtWFBNOrApXaIoCTtj-yk7Y>
>
> In this fascinating discussion we had:
>
> TiddlyTweeter
> <https://groups.google.com/d/msg/tiddlywiki/FXGEIa85Bks/S2h4-nixBgAJ> :
> TW is interesting because its tags serve several functions (semantic,
> organizational, systemic) seamlessly.
>
> But, at the same time, any TW tag is a "label applied" to a tiddler -- a
> distance between the tiddler and its manifest content.
>
> FYI I'm a big fan of Twiitter where #hashtags are always inline. No
> separation of content from organization. Its a neat approach on content
> cognisance. Twitter is maybe extreme in its #hashtaggery but its effective
> in terms of finding stuff well enough. But, of course, Twitter usage of
> #hashtags is purely about flagging content, whilst in TW tags do several
> jobs.
>
> Joe Armstrong
> <https://groups.google.com/d/msg/tiddlywiki/FXGEIa85Bks/0mMnU0qvDwAJ> -
> YES :-)  -- Given my earlier observations, perhapse we could distinguish
> two types of tags. The #inlineHashTags could have something to do with the
> content of the containing paragraph. The tiddler tags could mean "tags used
> to internally organise the TW itself"
>
> TonyM
> <https://groups.google.com/d/msg/tiddlywiki/FXGEIa85Bks/pLAQdMXfBgAJ>  -
> The simple act of ignoring tags prefixed $:/ is enough to keep system tags
> out of your models.
>
> PMario
> <https://groups.google.com/d/msg/tiddlywiki/FXGEIa85Bks/2xa5skLyBgAJ> -
> Both of those systems [Table of Contents & list-links] (mis)use tags to
> create internal structure, because the tagging mechanism was and is highly
> optimized. Both in the core-software and the UI. The core uses several
> caches to speed up tag and "backlink" lookups. ... We do have fields and
> filters, that are able to create invisible internal structure. But none of
> those possibilities offer the performance and "ease of use" from the UI
> perspective.
>
> --
>
> TonyM - Searching Tiddlers with transcluded content
> <https://groups.google.com/d/msg/tiddlywiki/SpSVHc1ZLYE/3C36TfRyBwAJ>
>
> Especially when it comes to intrinsically related data, I tend to start
> with a body of text and excise it, into our partial-tiddler(s) not only
> will the excise replace it but It also tags the new tiddler with the title
> of where is was excised from.
>
> Thus if I was to search for something and it is found in a particular
> tiddler, then what that tiddler is tagged with is likely where I will find
> it transcluded as well.
>
> --
>
> Jed's Generic Tag Fields
> <https://ooktech.com/jed/ExampleWikis/GenericTagFields/>
>
> --
> Mark S. How to tag separate paragraphs in different tiddlers and then
>

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-15 Thread Alex Hough
 further thoughts from Wordnet


the tag needs to classify the contents of the tiddler. So for example
Concepts [1] classifies many tiddlers as belonging to the class "Concept"


Wordnet has hierarchies of meaning based on synsets.

suggestions for choosing words higher and lower in hierarchy would be
useful for me. I am forever going to Wordnet and choosing the right word.
Integration would be good



Alex

[1] https://tiddlywiki.com/prerelease/#Concepts

On Fri, 14 Dec 2018 at 23:53, 'Marcel Otto' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Am Dienstag, 11. Dezember 2018 19:03:30 UTC+1 schrieb Joe Armstrong:
>>
>> Thinking out loud here ...
>>
>> I've been thinking more about tags. One problem is that tags are rather
>> vague and are written in different human languages.
>>
>> One way out of this might be to adopt the wikidata word definitions. For
>> example, I am, unambiguously
>>
>> https://www.wikidata.org/wiki/Q1691321
>> <https://www.google.com/url?q=https%3A%2F%2Fwww.wikidata.org%2Fwiki%2FQ1691321=D=1=AFQjCNFRT6Euza35njDPie_N6Crb_9vJUw>
>>
>> There are actually several Joe Armstrong's (for example,
>> https://www.wikidata.org/wiki/Q712592)
>>
>> These Q numbers uniquely define subjects and objects. Verbs (or
>> predicates) are given by P numbers
>> so https://www.wikidata.org/wiki/Property:P178 means "the organisation
>> or person who developed the item.
>>
>>
> I really like this idea. The natural-language tags of a TiddlyWiki could
> be linked to global URIs (like the ones from Wikidata) by adding a context
> to a TiddlyWiki in the same way JSON-LD adds a @context to JSON documents
> to give globally understandable meaning to application-specific property
> identifiers: https://en.wikipedia.org/wiki/JSON-LD
>
>
>> in RDF speak the triple
>>
>> {https://www.wikidata.org/wiki/Q1144644,
>>   https://www.wikidata.org/wiki/Property:P178,
>>   https://www.wikidata.org/wiki/Q17031730}
>>
>> (BTW I recommend clicking on these links and playing around - there's
>> lots of interesting
>> data in RDF tuples and the above links are a good place to start looking)
>>
>> Means "TiddlyWiki developer Jeremy Rushton"
>>
>> These triples encode facts in a hopefully reasonably clear manner.
>>
>> So now the N$ question - can we automatically analyse a tiddler and turn
>> it into a set
>> of RDF tuples. If we could then we could add these to the huge databases
>> of RDF tuples
>> and possible find stuff in a clever way.
>>
>>
> That would be a very ambitious endeavor as it would require solutions to
> two very hard problems:
>
> 1. The long-standing research problem of entity recognition and linkage:
> https://www.stardog.com/blog/entity-linking-in-the-knowledge-graph/
> 2. Connecting the recognized entities semantically properly. For example,
> how would you detect from the sentence "Jeremy Ruston started the
> TiddlyWiki project in 2004." to use the
> https://www.wikidata.org/wiki/Property:P178 property?
>
> Regarding the first problem, which would already solve your initial tag
> ambiguity problem, research has led to quite some progress. This library,
> for example, offers a solution in JavaScript:
> https://github.com/spencermountain/compromise
>
> The filter notation in the tiddlywiki reminds me very much of prolog, and
>> I guess with a but of
>> work SPARQL queries might be possible (SPARQL is an RDF query language)
>>
>
> Even without a solution to the mentioned second problem (allowing to
> generate proper RDF triples like the one you mentioned), we could already
> do interesting SPARQL queries with recognized Wikidata entities for content
> tags. We could for example query for all tiddlers tagged with a computer
> scientist and would get the tiddlers tagged with "Jeremy Ruston". A SPARQL
> engine for in-memory data in JavaScript can be found here:
> https://github.com/antoniogarrote/rdfstore-js (I can't resist to also
> mention that a SPARQL engine also exists for the BEAM:
> https://github.com/marcelotto/sparql-ex ;-))
>
> Cheers
>>
>> /Joe
>>
>>
> Cheers,
>
> Marcel
>
>
>>
>>
>>
>> On Monday, 10 December 2018 17:43:01 UTC+1, @TiddlyTweeter wrote:
>>>
>>> One of the things that interests me a lot that the talk raised a
>>> bit--and which no one seems to know how to answer is ... :-)
>>>
>>> - WHAT exactly is an SU (Semantic Unit) in TW writing (or computing
>>> writing In General, for that matter)?
>>>
>>> T

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-14 Thread Alex Hough
https://babelnet.org/ == many languages


On Fri, 14 Dec 2018 at 13:21, @TiddlyTweeter 
wrote:

> Alex
>
> Is it in many languages?
>
> J, x
>
> On Friday, 14 December 2018 13:39:23 UTC+1, AlexHough wrote:
>>
>> Mario,
>>
>> " a mechanism, that would suggest "meaningful tags" by analysing the
>> prose text(s). ... but it needs to work without a 3rd party server. It
>> should be integrated into TW. ... Is this possible?"
>>
>> Wordnet [1] might be useful.
>>
>> WordNet® is a large lexical database of English. Nouns, verbs, adjectives
>> and adverbs are grouped into sets of cognitive synonyms (synsets), each
>> expressing a distinct concept. Synsets are interlinked by means of
>> conceptual-semantic and lexical relations. The resulting network of
>> meaningfully related words and concepts can be navigated with the browser
>> <http://wordnetweb.princeton.edu/perl/webwn>. WordNet is also freely and
>> publicly available for download <https://wordnet.princeton.edu/download>.
>> WordNet's structure makes it a useful tool for computational linguistics
>> and natural language processing.
>>
>>
>> I use it a lot to find words at higher or lower levels of abstraction. It
>> would be wonderful if, when tagging, words from Wordnet were suggested...
>>
>> Alex
>>
>> [1] https://wordnet.princeton.edu/
>>
>> On Thu, 13 Dec 2018 at 11:58, PMario  wrote:
>>
>>>
>>> On Wednesday, December 12, 2018 at 5:54:41 PM UTC+1, Joe Armstrong wrote:
>>> ...
>>>
>>>> What I did was to use Baysian inference to "learn" the relationship
>>>> between the words in the text and the supplied tags - so for each word in
>>>> the text I caculate the probability that the tiddler has tag  (forall
>>>> known tags ) - then in a second pass I tested the model and predicted
>>>> the tags from the text. This way I could correctly predict about 80% of the
>>>> tags from the text alone. The problem was that, to me, many of the tags
>>>> were meaningless and were used internally to organise the TW.
>>>>
>>>
>>> That's interesting. ... But I think this has some "evolutionary" causes.
>>>
>>> I think, it hasn't always been that way. Open classic.tiddlywiki.com
>>> ... You'll see wikipedia-like tag-box in every tiddler. ... The UI isn't
>>> "nice" with tags here. .. So a very common question in the group was: "How
>>> can I switch this box off?"
>>>
>>> I personally prefer something that's called "TagglyTagging" (... oh we
>>> love those weird names :) I think TagglyTagging was introduced with MPTW
>>> <http://mptw.tiddlyspot.com/#TagglyTagging> (Monkey Pirate TiddlyWiki).
>>> For me it was a completely new way to work with tiddler titles. ... TT is a
>>> set of plugins, that allows you to visualize the relation between different
>>> tiddlers ... It speeds up navigation between related tiddlers, in a very
>>> convenient way. ... The "sitemap" view is what we call TOC (Table of
>>> Content) in TW5 now.
>>>
>>> An other plugin, that imo influenced TW5 was: the fET-plugin (for each
>>> tiddler) <https://tiddlywiki.abego-software.de/#ForEachTiddlerMacro>.
>>> It allows *users *to iterate over the tiddler store and *create *many
>>> types of "*list-views*". This plugin was highly influential for the TW5
>>> list-widget, and <> macros that we have today.
>>>
>>> Both of those systems (mis)use tags to create internal structure,
>>> because the tagging mechanism *was and is* highly optimized. Both in
>>> the core-software and the UI. The core uses several caches to speed up tag
>>> and "backlink" lookups. ... We do have fields and filters, that are able to
>>> create invisible internal structure. But none of those possibilities offer
>>> the performance and "ease of use" from the UI perspective.
>>>
>>> In my opinion the TF*IDF were better than the assigned tags since they
>>>> had nothing
>>>> to do with the organisation, but more to do with the actual words in
>>>> the text.
>>>>
>>>
>>> For me it would be very interesting to have a mechanism, that would
>>> suggest "meaningful tags" by analysing the prose text(s). ... but it needs
>>> to work without a 3rd party server. It should be integrated into TW. ... Is
>>> this possible?

Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-14 Thread Alex Hough
Mario,

" a mechanism, that would suggest "meaningful tags" by analysing the prose
text(s). ... but it needs to work without a 3rd party server. It should be
integrated into TW. ... Is this possible?"

Wordnet [1] might be useful.

WordNet® is a large lexical database of English. Nouns, verbs, adjectives
and adverbs are grouped into sets of cognitive synonyms (synsets), each
expressing a distinct concept. Synsets are interlinked by means of
conceptual-semantic and lexical relations. The resulting network of
meaningfully related words and concepts can be navigated with the browser
<http://wordnetweb.princeton.edu/perl/webwn>. WordNet is also freely and
publicly available for download <https://wordnet.princeton.edu/download>.
WordNet's structure makes it a useful tool for computational linguistics
and natural language processing.


I use it a lot to find words at higher or lower levels of abstraction. It
would be wonderful if, when tagging, words from Wordnet were suggested...

Alex

[1] https://wordnet.princeton.edu/

On Thu, 13 Dec 2018 at 11:58, PMario  wrote:

>
> On Wednesday, December 12, 2018 at 5:54:41 PM UTC+1, Joe Armstrong wrote:
> ...
>
>> What I did was to use Baysian inference to "learn" the relationship
>> between the words in the text and the supplied tags - so for each word in
>> the text I caculate the probability that the tiddler has tag  (forall
>> known tags ) - then in a second pass I tested the model and predicted
>> the tags from the text. This way I could correctly predict about 80% of the
>> tags from the text alone. The problem was that, to me, many of the tags
>> were meaningless and were used internally to organise the TW.
>>
>
> That's interesting. ... But I think this has some "evolutionary" causes.
>
> I think, it hasn't always been that way. Open classic.tiddlywiki.com ...
> You'll see wikipedia-like tag-box in every tiddler. ... The UI isn't "nice"
> with tags here. .. So a very common question in the group was: "How can I
> switch this box off?"
>
> I personally prefer something that's called "TagglyTagging" (... oh we
> love those weird names :) I think TagglyTagging was introduced with MPTW
> <http://mptw.tiddlyspot.com/#TagglyTagging> (Monkey Pirate TiddlyWiki).
> For me it was a completely new way to work with tiddler titles. ... TT is a
> set of plugins, that allows you to visualize the relation between different
> tiddlers ... It speeds up navigation between related tiddlers, in a very
> convenient way. ... The "sitemap" view is what we call TOC (Table of
> Content) in TW5 now.
>
> An other plugin, that imo influenced TW5 was: the fET-plugin (for each
> tiddler) <https://tiddlywiki.abego-software.de/#ForEachTiddlerMacro>. It
> allows *users *to iterate over the tiddler store and *create *many types
> of "*list-views*". This plugin was highly influential for the TW5
> list-widget, and <> macros that we have today.
>
> Both of those systems (mis)use tags to create internal structure, because
> the tagging mechanism *was and is* highly optimized. Both in the
> core-software and the UI. The core uses several caches to speed up tag and
> "backlink" lookups. ... We do have fields and filters, that are able to
> create invisible internal structure. But none of those possibilities offer
> the performance and "ease of use" from the UI perspective.
>
> In my opinion the TF*IDF were better than the assigned tags since they had
>> nothing
>> to do with the organisation, but more to do with the actual words in the
>> text.
>>
>
> For me it would be very interesting to have a mechanism, that would
> suggest "meaningful tags" by analysing the prose text(s). ... but it needs
> to work without a 3rd party server. It should be integrated into TW. ... Is
> this possible?
>
> 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/90d0b5a8-88b2-4489-ac3d-ed724f08b01c%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/90d0b5a8-88b2-4489-ac3d-ed724f08b01c%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
&

[tw5] Sonix.ai experiment

2018-12-12 Thread Alex Hough
Dear All,

Sonix.ai have kindly donated an hour of transcription time. My approach
here is to use Sonix in an art project, an installation along with Sonic Pi
... practice as research they call it...

I'd like to be able to embed their media player. You can see an example on
the link [1] below. However I am not sure where to put the javascript.
Below is a screenshot

[image: Screen Shot 2018-12-12 at 22.26.08.png]

*Research Tool?*

I think it could be good for working with transcribing audio where tagging
fragments of text are coded and tagged...



best wishes

Alex

[1] https://sonix.ai/how-to-capture-great-audio

Note: the javascript seems to just be for formating i can't see how it
produces a media player



  (function(s,o,n,i,x) {
if(s[n])return;s[n]=true;
var
j=o.createElement('script');j.type='text/javascript',j.async=true,j.src=i,o.head.appendChild(j);
var
css=o.createElement("link");css.type="text/css",css.rel="stylesheet",css.href=x,o.head.appendChild(css)
  })(window,document, "__sonix",'//sonix.ai/widget.js','//
sonix.ai/widget.css');



-- 
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/CALc1hYd0ecw9R1R4feEgs1rfnwwU%2Brc1jQo5EqdwxV1cOVSMpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Merging some of Tobias filter operators into the core

2018-12-12 Thread Alex Hough
filters which can do conditionals with dates would be good.

created before
created on
created after ... like on a mac:

[image: Screen Shot 2018-12-12 at 21.51.32.png]

Alex

On Wed, 12 Dec 2018 at 18:50, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> Note that "contains" is now in the core.
>
> Have fun!
> -- Mark
>
>
>
> On Wednesday, December 12, 2018 at 10:10:37 AM UTC-8, Diego Mesa wrote:
>>
>> Hey all,
>>
>> In a previous
>> <https://groups.google.com/d/msg/tiddlywiki/af27-pWGBkk/PktEzlmuBgAJ>post
>> <https://groups.google.com/d/msg/tiddlywiki/af27-pWGBkk/PktEzlmuBgAJ>,
>> Mark S. says "The filter operators toolkit is under-powered lacking
>> comparison, splitting, and most date functions". I agree, and issues around
>> this have come up several times before. Several people have tried to
>> address related issues in the past.
>>
>> I am a huge fan of all of Tobias' plugins
>> <https://tobibeer.github.io/tb5/#plugins>, and think that these three
>> filter operators should be merged into the core:
>>
>>- contains <https://tobibeer.github.io/tw5-plugins/#contains>
>>- join <https://tobibeer.github.io/tw5-plugins/#join>
>>- split <https://tobibeer.github.io/tw5-plugins/#split>
>>
>> What do you all think?
>>
>> Diego
>>
>> P.S. I'm also a big fan of preview
>> <https://tobibeer.github.io/tw5-plugins/#preview>, but am pretty sure no
>> one else thinks it should be in the core (purists!)
>>
> --
> 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/72acd745-d381-4f7d-a4fc-b90bd7723804%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/72acd745-d381-4f7d-a4fc-b90bd7723804%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYdyBuwBzb1L_HxnCRGku616pdH_EwLdpH%2Bquc0jo_eNkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: filtering tiddlers created after a certain date?

2018-12-12 Thread Alex Hough
Thanks Mark,

What is the purpose of this line?

<$view tiddler="Code to split out filename" field=modified />

Alex

On Wed, 12 Dec 2018 at 15:13, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> The filter operators toolkit is under-powered lacking comparison,
> splitting, and most date functions. I don't think you can use a simple
> filter.
>
> You could use a list, and then inside the list use the reveal widget which
> does have comparison tools. Then select out and reveal tiddlers with dates
> less than a specified date (presented in TW date format).
>
> This code shows the non-system, non-system label items modified on
> TiddlyWiki.com since mid September, 2018:
>
> <$view tiddler="Code to split out filename" field=modified />
>
> <$list filter="[all[tiddlers]!is[system]!tag[SystemTags]!sort[modified]]">
> <$reveal type="lt"  default="20180911214913228" text={{!!modified}}>
> <$view field="title"/> 
> 
> 
>
>
> -- Mark
>
> On Wednesday, December 12, 2018 at 5:52:41 AM UTC-8, AlexHough wrote:
>>
>> thanks Bimba,
>>
>> I am trying to replicate the function on my computer where I can find a
>> file created on, after or before a particular date.
>>
>> The filter I would like to create would be like a saved search.
>>
>> The viz.js timeline has the functionality, but I'd prefer a cut down
>> version.
>>
>>
>> Alex
>>
>> [1] http://kixam.github.io/TW5-visjsTimeline/
>>
>> On Wed, 12 Dec 2018 at 13:35, bimlas  wrote:
>>
>>> Well, to be frank, you have to transform the date to days: for example
>>> today is 2018.12.12, if you want to list tiddlers after 2018.12.01, you can
>>> use `days[-12]`.
>>>
>>> --
>>> 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/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> 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/b34ab58d-ac54-4edb-abc8-544168a2004e%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/b34ab58d-ac54-4edb-abc8-544168a2004e%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYde%2BpMCE9ipE8rz493%2BBzjkOG43Xf9sf8nxYJdGW%2B5k1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: filtering tiddlers created after a certain date?

2018-12-12 Thread Alex Hough
thanks Bimba,

I am trying to replicate the function on my computer where I can find a
file created on, after or before a particular date.

The filter I would like to create would be like a saved search.

The viz.js timeline has the functionality, but I'd prefer a cut down
version.


Alex

[1] http://kixam.github.io/TW5-visjsTimeline/

On Wed, 12 Dec 2018 at 13:35, bimlas  wrote:

> Well, to be frank, you have to transform the date to days: for example
> today is 2018.12.12, if you want to list tiddlers after 2018.12.01, you can
> use `days[-12]`.
>
> --
> 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/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/3ddb4db0-4d37-4547-830e-f10ba1ae890e%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYe6sV%3DCcGzthGvrXjE_L4MOrhBVy9y27xRsPK2zDCAzhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] filtering tiddlers created after a certain date?

2018-12-12 Thread Alex Hough
Dear All,

is there a way of filtering tiddlers created after a certain date?


Alex

-- 
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/CALc1hYeC1qcBsDjEczA%3DDxi3hbHj8QQ0uceoCVU6oYhFZULHuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [TW5] Bob and BobEXE version 1.1.1 Pretzel Nubs

2018-12-11 Thread Alex Hough
Jed,

perhaps we could try it out. I could be a tester. the TW could be concerned
with the installation I mentioned elsewhere...

Alex

On Tue, 11 Dec 2018 at 09:26, Jed Carty  wrote:

> For anyone using the plugin version, I added some quick instructions on
> how to update tiddlywiki to the newest version. Let me know if there are
> any problems with them.
>
> --
> 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/6802e7e6-ba8f-43f8-addb-fe6378238c21%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/6802e7e6-ba8f-43f8-addb-fe6378238c21%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYcad6SX%3DHSrX3gvQHnWbWcpNJw%2Bai5jNh8pEdDzi8XxeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] TiddlyWiki at the local Community College

2018-12-11 Thread Alex Hough
Jeremy wrote:

One crazy possibility I’ve considered is to package a course as “personal
effectiveness” or “personal organisation" and show people how to be more
organised using the principles we’ve learned with TW. You’d still be
teaching how to use TiddlyWiki, but within a broader agenda rooted on the
idea that many people feel they would be more effective and successful if
only they were a little better organised…


I think a side project were us TWikers reflect on learning in this context
is a good idea...

Alex

On Thu, 6 Dec 2018 at 08:29, Jeremy Ruston  wrote:

> Hi Tony
>
> Doing the course is a great idea. Your bullet points are good.
>
> One crazy possibility I’ve considered is to package a course as “personal
> effectiveness” or “personal organisation" and show people how to be more
> organised using the principles we’ve learned with TW. You’d still be
> teaching how to use TiddlyWiki, but within a broader agenda rooted on the
> idea that many people feel they would be more effective and successful if
> only they were a little better organised…
>
> Best wishes
>
> Jeremy.
>
> On 6 Dec 2018, at 06:56, TonyM  wrote:
>
> Folks,
>
> I am hoping to offer some tiddlywiki lessons with our local community
> college, on the subject of our beloved TiddlyWiki.
>
> I hope to build a local group of enthusiasts. It seems however the college
> needs persuading it is a marketable course.
>
> I have given this some thought but wonder what you would think would be a
> good way to market it to those as yet uninitiated in the "TiddlyWiki
> platform"
>
> here is an example I have
>
>
>- Ever dreamed of writing an App?
>- Do you want to be in control of your own computer?
>- Ever wanted to build a database of information for a hobby?
>- Software is a key to the modern world, but being able to write your
>own software makes you the locksmith.
>
>- In the beginning there was the "General Purpose Computer", on which
>others wrote programs.
>- In time there came the "Universal Client", for which others built
>websites
>- Then came Internet 2.0 which others allowed you to add content
>- Then came tiddlywiki, and all that went before it became yours.
>
> I would appreciate your 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/92700a7b-286e-4474-8601-a0660eb3ef01%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/92700a7b-286e-4474-8601-a0660eb3ef01%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/DBE6D206-D6A5-44DE-8EB4-8FA611A712C8%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/DBE6D206-D6A5-44DE-8EB4-8FA611A712C8%40gmail.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYdHSAXsnmkAC%2BDxnhRQCLoSUAEucXjnpEZuJNpvtwJr7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-12-11 Thread Alex Hough
Hi All,

I've sent an email to Sonix [1] requestion time to transcribe the talk.

I also get free minutes if other people sign up using the link [2]

My grand idea that the audio could be cut up into semantic units and put
into TW

I did a test [3] with a YouTube of Mark Fisher [4]

I wondered if the Sonix audio editor could be embedded in a Tiddler...

Once the text is in the editor you can use it a bit like a sampler. I[5].
Use the browser's built in search to navigate to word and phrases -- and
hey -- why not feed it into SonicPi for your sonic art project?


Alex

[1] https://sonix.ai/
[2] https://sonix.ai/invite/kmnagvw
[3] https://sonix.ai/r/xpe6rwtXX8sm1pbMUP4okUe1
[4] https://www.youtube.com/watch?v=AhOcwhwumP4
[5] https://soundcloud.com/startdivergence/r26-0003-1wav

On Tue, 11 Dec 2018 at 18:03, Joe Armstrong  wrote:

> Thinking out loud here ...
>
> I've been thinking more about tags. One problem is that tags are rather
> vague and are written in different human languages.
>
> One way out of this might be to adopt the wikidata word definitions. For
> example, I am, unambiguously
>
> https://www.wikidata.org/wiki/Q1691321
>
> There are actually several Joe Armstrong's (for example,
> https://www.wikidata.org/wiki/Q712592)
>
> These Q numbers uniquely define subjects and objects. Verbs (or
> predicates) are given by P numbers
> so https://www.wikidata.org/wiki/Property:P178 means "the organisation or
> person who developed the item.
>
> in RDF speak the triple
>
> {https://www.wikidata.org/wiki/Q1144644,
>   https://www.wikidata.org/wiki/Property:P178,
>   https://www.wikidata.org/wiki/Q17031730}
>
> (BTW I recommend clicking on these links and playing around - there's lots
> of interesting
> data in RDF tuples and the above links are a good place to start looking)
>
> Means "TiddlyWiki developer Jeremy Rushton"
>
> These triples encode facts in a hopefully reasonably clear manner.
>
> So now the N$ question - can we automatically analyse a tiddler and turn
> it into a set
> of RDF tuples. If we could then we could add these to the huge databases
> of RDF tuples
> and possible find stuff in a clever way.
>
> The filter notation in the tiddlywiki reminds me very much of prolog, and
> I guess with a but of
> work SPARQL queries might be possible (SPARQL is an RDF query language)
>
> Cheers
>
> /Joe
>
>
>
>
>
>
>
>
> On Monday, 10 December 2018 17:43:01 UTC+1, @TiddlyTweeter wrote:
>>
>> One of the things that interests me a lot that the talk raised a bit--and
>> which no one seems to know how to answer is ... :-)
>>
>> - WHAT exactly is an SU (Semantic Unit) in TW writing (or computing
>> writing In General, for that matter)?
>>
>> There is a kind of rule of thumb "its maybe a paragraph"? But, of course
>> that won't quite work for the one-sentence brevity of a Nietzsche.
>>
>> Its obviously highly context dependent. And I doubt much of that context
>> lives on the computer itself.
>>
>> The idea in TW towards writing "the shortest semantic whole possible"
>> (the word "fragment" here that is thrown around has muddied waters; they
>> are not fragments so much as whole-parts-of-wholes) allows for later
>> re-combinations to form more complex semantics.
>>
>> However, I think its bit of an, ultimately, moot and mute point, in the
>> sense that human meaning is often an interaction with technologies of
>> expression themselves (though no where ever fully defined by them). So its
>> an area of intuited understanding, not formal logic? On the other hand,
>> who's offering the horse which water?
>>
>> Josiah
>>
>> On Monday, 10 December 2018 12:49:14 UTC+1, PMario wrote:
>>>
>>> Hi,
>>>
>>> Here's the video:
>>> https://www.youtube.com/watch?v=Uv1UfLPK7_Q=9=PLvL2NEhYV4ZtWFBNOrApXaIoCTtj-yk7Y
>>>
>>> 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/15b60976-2b34-4947-abdc-b24cedd36584%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/15b60976-2b34-4947-abdc-b24cedd36584%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more opt

[tw5] SonicPi, TiddlyWiki and OSC?

2018-12-08 Thread Alex Hough
Dear All,

I've been playing with Sonic Pi [1] and was shown how it can take OSC data
from TouchOSC [2]

I searched the web and found osc.js [3]

I was wondering if :
a) anyone exploring or wants to explore TiddlyWiki, SonicPi and OSC?
b) they would be interested in collaborating on a art installation using
these technologies?
c) TW could take the place of TouchOSC

All comments and thoughts most welcome

best wishes

Alex

[1] https://sonic-pi.net/
[2] https://hexler.net/software/touchosc
[3] https://github.com/colinbdclark/osc.js/

-- 
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/CALc1hYfXH%2BT-fnW0ZzUmpQ6k9C98cbTyvAqYiks0%3DSjk8pKyjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Easier editing idea.

2018-11-29 Thread Alex K
The only way to edit the tiddler is to push the edit button. When editing 
too much, it becomes smth like "movement bottleneck" - for me is pain. Is 
there any script how to make switch to editing state from the right click 
menu or even hotkey (edit the most recent opened)?

-- 
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/30cfd716-da9b-4961-90e4-c22c08966e90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Publication Quality Contents Using Tiddlywiki

2018-11-20 Thread Alex Hough
i remember that!

it must be a lot easier now --with new CSS rotate and all that




Alex

On Tue, 20 Nov 2018 at 12:37, Jeremy Ruston  wrote:

> The waybackmachine to the rescue:
>
> https://web.archive.org/web/20100225222805/http://tiddlypocketbook.com:80/
>
> Best wishes
>
> Jeremy
>
> On 20 Nov 2018, at 12:25, Jeremy Ruston  wrote:
>
>
> On 20 Nov 2018, at 12:14, Alex Hough  wrote:
>
>
> any thoughts on how to make a muti-page booklet?
>
>
> It’s not quite what you want, but I’ve always loved the venerable
> TiddlyPocketBook:
>
> https://blog.whatfettle.com/2010/09/15/tiddlypocketbook/
>
> 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/2A267E6F-9583-4429-8F96-4026C978FF36%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/2A267E6F-9583-4429-8F96-4026C978FF36%40gmail.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYfKNszYD_8vgFNh9y8HOLhQFJDis7QuM53nUfx-grZ9Pg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Publication Quality Contents Using Tiddlywiki

2018-11-20 Thread Alex Hough
I was thinking about the same, only making a print magazine

Its about matching the tiddler size to the paper size, in my case each page
would be A5

any thoughts on how to make a muti-page booklet?

Alex

On Mon, 19 Nov 2018 at 15:05, Jan  wrote:

> Hi Mohammad,
> for me the biggest problem in using TW for scientific publications was
> footnotes. Thomas Elminger helped me with a plugin to solve this:
> http://slidesnstories.tiddlyspot.com/#About%20Footnotes.
> There you also find my variant of Alberto Molinas ScholarTabs which is
> called MetaTabs and the storysaver Plugin which allows to save sets of
> tiddlers and reload the to the story.
>
> Cheers Jan
>
> Am 19.11.2018 um 10:17 schrieb Mohammad:
>
> Is it possible to configure tiddlers for preparing high quality contents
> and print to pdf?
> This because I want to see if there is any experience to use Tiddlywiki
> like Ms Word or Latex
> for preparing publication quality contents?
>
> Any idea / sharing experiences / resources are appreciated!
>
> In my opinion we need some tools, some are already ready as plugin for
> Tiddlywiki!
>
>
>
> Mohammad
> --
> 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/3375c254-0f00-4b1f-8ae5-8643f1bd6e5b%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/3375c254-0f00-4b1f-8ae5-8643f1bd6e5b%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/5BF2D119.6060209%40googlemail.com
> <https://groups.google.com/d/msgid/tiddlywiki/5BF2D119.6060209%40googlemail.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYfmVq7L9Y7-qe7rrmUVGV%3DXyprmubeG-9mnkvX9uEo-%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Animation effects: On Opening Tiddlers

2018-11-08 Thread Alex Hough
I wonder why the animation sends the tiddler off to the left when the side
bar is on the right.
the closed tiddler "goes into recent". If the tiddler could go right and
the recent tab flash to show where it is going I would be over the moon


Alex

On Thu, 8 Nov 2018 at 16:54, Mohammad  wrote:

> Hello Riz,
>  Thank you for the info! It is really great and I can find many effects
> there!
>
> Cheers
> Mohammad
>
> --
> 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/ba6dd67a-8b84-4156-a44a-6ee82de45a94%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/ba6dd67a-8b84-4156-a44a-6ee82de45a94%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYd_ZJpiF0GLzkVAm5fqMzYYQ0_8CwqX58km_u%3DLP7xMvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Webzine 1990s style: ideas for theme? Web Art Project

2018-09-17 Thread Alex Hough
The topics are  music, art, craft, makerspace, design

I've run into problems with the TW / audio solution. The standalone version
of TW can't to relative links to external folder of audio files


Alex

On 14 September 2018 at 03:31, Guille Rmo  wrote:

> I also think TW is a great fit for this sort of project. I think you can
> have the file in the usb and play it in tiddlywiki.
>
> What kind of topics are present in your zine? If there is something I can
> contribute I would be glad to participate :)
>
>
>
> El jueves, 13 de septiembre de 2018, 6:47:10 (UTC-6), AlexHough escribió:
>>
>> Dear All,
>>
>> From 1993-1999 I produced a fanzine. I am now revisting the project using
>> audio, video and -- naturally -- TW.
>>
>> Since the 1990s, in electronic music there have been trends evoking
>> earlier electronic music.
>>
>> I'd like the TW to share this aesthetic in a knowing and loving homage.
>>
>> The feeling I want to evoke is of "nostalgia for a forgotten future" -
>> the future was more exciting back in the early days of dance music and the
>> web.
>>
>> I think I'd like to distribute the TW and the audio adn video on a USB
>> stick. Releasing a fanzine (on a paper medium) on a USB (more modern, yet
>> on the way out thanks to Dropbox) is like the current trend where vinyl is
>> making a return
>>
>> Anyone one have any stylistic pointers? Even better if anyone wants
>> to engage in a media art project involving music, audio, video, 'zines and
>> TW, please get in contact
>>
>> best wishes
>>
>>
>> Alex
>>
> --
> 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/c57179ef-e39f-451c-ad8d-54e92026631b%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/c57179ef-e39f-451c-ad8d-54e92026631b%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> 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/CALc1hYdby%2BDW1fc7wYu4cTzQ%3DLYp0Hae0F8rbgnhP1PP4rcEYw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Webzine 1990s style: ideas for theme? Web Art Project

2018-09-13 Thread Alex Hough
Hi Tony,

We've been recording audio and the files are coming in really big.


There's some VHS footage which is nearly 2 gigabites. I was thinking that
using the memory stick as a way with a TW to distribute the media. It would
be a little like a CD Rom from the old days. The files are just too big for
Dropbox and UK upload speeds.

Collaborators its taking too long to share files: the USB drive seems the
thing to use

We're also playing about with 3d scaning and 3d printing. we can distribute
these type of files in our commuity of collaborators.

All this is in and about Stoke on Trent. The USB drive is fine as we are
close enough to make human contact.


I really like the idea of  the portfolio which people "own" -- i think its
especially interesting when working with archieve material and re-mixable
material.

Alex

On 13 September 2018 at 15:02, TonyM  wrote:

> Alex,
>
> Sounds interesting. I studied a little in electronic music in school
> around 1982. I would love to help if I can
>
> I have being thinking of building comissioned portfolio wikis to package
> content in a similar manner, but I think it is importiant to maintain the
> advantage of online capabilities to view or pull fresh content into wikis.
>
> Basicaly I am suggesting that with some design planning you can distribute
> a tiddlywiki like a document but it can be primed to remain current through
> internet connectivity.
>
> In some ways you share a curated view of the portfolio which people "own",
> can apply thier own feel and favorites. Yet at the same time you can source
> content where it is already published and avoid some of the copywrite
> issues since you never copy the source.
>
> I think having something that is more than a bookmark to a website, more
> like a magazine while still benifiting from the online content available is
> a new way of looking at the world, a way that harks back to those simpler
> and collectable days. So you can give someone this as a gift, even wrapped
> is a great idea, Yet embracing the future,
>
> Tiddlywiki is more than ideal for this.
>
> 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/56033741-19c9-46db-ad59-946f8135d0f7%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/CALc1hYfdTznZp1vFgjyGvGbHuN8Hh-7LtrbJ6PxzRmr_3bcbpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Webzine 1990s style: ideas for theme? Web Art Project

2018-09-13 Thread Alex Hough
Dear All,

>From 1993-1999 I produced a fanzine. I am now revisting the project using
audio, video and -- naturally -- TW.

Since the 1990s, in electronic music there have been trends evoking earlier
electronic music.

I'd like the TW to share this aesthetic in a knowing and loving homage.

The feeling I want to evoke is of "nostalgia for a forgotten future" - the
future was more exciting back in the early days of dance music and the web.

I think I'd like to distribute the TW and the audio adn video on a USB
stick. Releasing a fanzine (on a paper medium) on a USB (more modern, yet
on the way out thanks to Dropbox) is like the current trend where vinyl is
making a return

Anyone one have any stylistic pointers? Even better if anyone wants to
engage in a media art project involving music, audio, video, 'zines and TW,
please get in contact

best wishes


Alex

-- 
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/CALc1hYc5%3DcZqtSxD9gvUopgvbh-1atPrHNZCHQySTzB0FHtLxg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Floating header "menu" for very long tiddlers

2018-08-27 Thread Alex K
It looks better but also don't remember previous state position and you 
steel need to find editable place.

суббота, 25 августа 2018 г., 22:00:38 UTC+3 пользователь bimlas написал:
>
> The ControlPanel -> Appearance -> Theme Tweaks -> Sticky Headers is what 
> you look for, but it's a bit buggy: turn it on, create a new, empty 
> tiddler, save it and open the drop-down menu of it: the floating header 
> below the empty tiddler overlaps the menu items. I checked the Z-indexes, 
> it seems that everything is OK, but the bug is exists for unknown reasons. 
> I tried on Chrome (Vivaldi).
>

-- 
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/dab4888b-e1f6-456f-980e-44db7290b6a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Floating header "menu" for very long tiddlers

2018-08-27 Thread Alex K
Would be interesting)

воскресенье, 26 августа 2018 г., 3:04:43 UTC+3 пользователь TonyM написал:
>
> Alex,
>
> There are solutions for view toolbar and edittool bars floating or 
> remaining in place while you scroll. I will try and find it when I return 
> to my computer 
>
> Does that sound like a solution
>
> 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/3e269259-8f1d-401b-9120-5da7a5591aa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Floating header "menu" for very long tiddlers

2018-08-25 Thread Alex K
Every tiddler has some buttons on top. But if tiddler is very long, it is 
pain to edit something in the middle: you should scroll up push "edit" and 
find the place you read. Very uncomfortable. Did anybody solve this problem?

-- 
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/febe6b57-8a7e-4d88-957a-ffadc9f032b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: SelectMode - KeeBoord Navigation

2018-08-05 Thread Alex Hough
BurningTreeC,

when you open the tiddler for editing with 'e' could the focus be on the
tiddler body?

really like this approach - i puts an other layer of editing over the top
of the TW.



Alex

On 5 August 2018 at 12:55, BurningTreeC 
wrote:

> Am Sonntag, 5. August 2018 03:01:07 UTC+2 schrieb h0p3:
>>
>> Hi community,
>>> for those interested in more advanced Keyboard-Navigation within
>>> tiddlywiki I've created
>>> http://selectmode.tiddlyspot.com
>>> <http://www.google.com/url?q=http%3A%2F%2Fselectmode.tiddlyspot.com=D=1=AFQjCNF9Egw0JZO9ua6IhLV9uxHt-zZIBg>,
>>> where the "SelectMode" plugin will soon be available for drag
>>> installation
>>>
>>
>> Sending you all my interweb XOXOs. Thank you! This could easily be my
>> favorite plug-in.
>>
>> Meanwhile, if you're interested to test and comment, that would be great
>>> help.
>>> I'm looking for ideas how to visualize that the wiki is in select-mode.
>>> The top yellow bar will get an option to be disabled, but there should still
>>> be some kind of a visual hint that select-mode is on.
>>>
>>
>> Feel free to ignore anything I have to say here. I'm just spitballin'.
>>
>>- You might consider making it sticky as you scroll/navigate. It
>>doesn't follow you, and that might be worth having. The "highlighting" of
>>current/target/focused tiddler is outstanding. I really appreciate that
>>very much, and I may not really even need the bar just because of that
>>gorgeous highlighting.
>>- I use sticky titles (probably can't live without them). That
>>function wasn't working nicely for me on that particular TW, and I'm not
>>sure why. This might be a reason to put the bar on the bottom instead of
>>the top, which also has that sometimes annoying "Drop here (or use the
>>'Escape' key to cancel)" bar.
>>- Is it possible to start default in the text-body window for editing?
>>- You might consider adding a search bar that steps through entries
>>better than http://j.d.spartan.tiddlyspot.com/
>>
>> This is really awesome.
>>
>>
> Thanks, very helpful!
> I've addressed some points you've mentioned:
> The select-mode bar is on the bottom now and should have sticky position
> You can now select if you want to focus the text-editor or the title when
> editing a tiddler. I'll probably add shortcuts that will be active in
> select-mode to focus title, tags, editor, type and fields inputs
>
> How did you imagine the search bar? How should it behave, what should it
> search for... ?
>
> BTC
>
> --
> 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/45508578-5990-4291-a2af-89ad449dd623%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/45508578-5990-4291-a2af-89ad449dd623%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> 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/CALc1hYdNURTTXR8340xTb8nz8WQzjPTHWV_fYVz_yNLkLV%3D11Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] thumbnail images from tiddler

2018-08-01 Thread Alex Hough
an idea: maybe transclude through a template?


ALex

On 30 July 2018 at 19:47, Mohammad  wrote:

> Is there any way to produce thumbnail images from tiddlers say tagged with
> someTag?
>
> for example:
>
>
> <$list filter="[tag[someTag]]">
>  <>
> 
>
>
>
> It seems trasclude does not keep the source format (those applied by css
> to special tagged tiddlers)!
>
> I want to use later list widget to show like gallery for quick view these
> tiddlers.
>
> Mohammad
>
> --
> 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/ae83e09a-5d3f-4d0a-9408-c201ecf30391%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/ae83e09a-5d3f-4d0a-9408-c201ecf30391%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYeUgkYqaeH2nK-Zp-h2U46idBXf7%3DP7mbe%3Dv71gMGZMHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] username not saved, node

2018-08-01 Thread Alex Hough
Hi TW

I'm using the node version, i've noticed that when I reload the user name
does not persist.

Is this a bug?


best

Alex

-- 
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/CALc1hYeVUF_K9tvi2qxhL%3DAdp%2BWgWdOW5%2BuxLLP17VxRtEYZNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2018-08-01 Thread Alex Hough
So you could link your node .tid files to dropbox?

I can see the point of running a single file TW  am i missing the
benefit of saving .tid files




Alex

On 1 August 2018 at 19:22, 'Mark S.' via TiddlyWiki <
tiddlywiki@googlegroups.com> wrote:

> TiddlyWiki on node (and TiddlyServer) can run with data tiddlers. That is,
> each tiddler is in it's own file below a common subdirectory and is served
> up by the tiddlyserver as though it were one single TiddlyWiki. This has
> some advantages, like instant upgrades, faster load times, and you can (in
> a pinch) edit using your operating system text edit tools. But it's not as
> universal or portable as using a single-file TiddlyWiki.
>
> -- Mark
>
> On Wednesday, August 1, 2018 at 11:11:04 AM UTC-7, AlexHough wrote:
>>
>> Hi Arlen
>>
>> I am using a TW file and it works really well.
>> I've partnered it with Updog
>>
>> Its amazing! thank you!
>>
>>
>> a final question: when you say "data folders" what do you mean?
>>
>> Alex
>> [1] https://updog.co/news/tiddly-wiki/
>>
>> On 1 August 2018 at 02:10, Arlen Beiler  wrote:
>>
>>> Dropbox confirms it with the window you attached earlier. I was assuming
>>> everyone on this forum is familiar with https://twcloud.github.io/tw5-
>>> dropbox/ so I didn't bother to explain.
>>>
>>> The whole point of the app is to access your Dropbox and read and write
>>> the data folder you select. Sorry for the confusion.
>>>
>>>
>>> On Wed, Aug 1, 2018, 08:30 TonyM  wrote:
>>>
>>>> As mark says, Arlen should confirm - you are granting access to the
>>>> Application
>>>>
>>>> On Wednesday, August 1, 2018 at 12:29:18 AM UTC+10, Mark S. wrote:
>>>>>
>>>>> Hi Arlen,
>>>>>
>>>>> I think the concern is that a 3rd party might be perusing your dropbox
>>>>> directory. I think you've explained before that that doesn't/can't happen?
>>>>>
>>>>> Thanks!
>>>>>
>>>>> -- Mark
>>>>>
>>>>> On Monday, July 30, 2018 at 11:59:32 PM UTC-7, Arlen Beiler wrote:
>>>>>>
>>>>>> Yes, the app enables you to access TiddlyWiki data folders stored in
>>>>>> your Dropbox. It works online so you can access it from any computer you
>>>>>> are logged into Dropbox on.
>>>>>>
>>>>>> On Tue, Jul 31, 2018, 12:19 Alex Hough  wrote:
>>>>>>
>>>>>>> Arlen,
>>>>>>>
>>>>>>> I'd like to help test this, Ive got this far:
>>>>>>>
>>>>>>> I am a bit confused... could you explain what happens next. It looks
>>>>>>> like I am being asked to share my dropbox with you.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Alex
>>>>>>>
>>>>>>> On 30 July 2018 at 08:32, Arlen Beiler  wrote:
>>>>>>>
>>>>>>>> Hello everyone,
>>>>>>>>
>>>>>>>> I have worked out a prototype of TiddlyWiki in the Sky for Dropbox
>>>>>>>> that loads data folders. I am eager to hear your feedback on it. It's 
>>>>>>>> the
>>>>>>>> same basic idea, so without further ado, here is a link to the page.
>>>>>>>>
>>>>>>>> It is still in very early beta, so there is no code to save changes
>>>>>>>> yet, but that is part of the plan. There is no code anywhere in the app
>>>>>>>> that makes changes to your Dropbox, so feel free to explore all you 
>>>>>>>> want
>>>>>>>>
>>>>>>>> https://twcloud.github.io/dropbox-datafolder/
>>>>>>>>
>>>>>>>> And here is the Github repo.
>>>>>>>>
>>>>>>>> https://github.com/twcloud/dropbox-datafolder
>>>>>>>>
>>>>>>>> Let me know how it works.
>>>>>>>>
>>>>>>>> Enjoy!
>>>>>>>> Arlen
>>>>>>>>
>>>>>>>> --
>>>>>>>> You received this message because you are subscribed to the Google
>>>>>>>> Groups "TiddlyWiki" group.
>>>>>>&

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

2018-08-01 Thread Alex Hough
Hi Arlen

I am using a TW file and it works really well.
I've partnered it with Updog

Its amazing! thank you!


a final question: when you say "data folders" what do you mean?

Alex
[1] https://updog.co/news/tiddly-wiki/

On 1 August 2018 at 02:10, Arlen Beiler  wrote:

> Dropbox confirms it with the window you attached earlier. I was assuming
> everyone on this forum is familiar with https://twcloud.github.io/tw5-
> dropbox/ so I didn't bother to explain.
>
> The whole point of the app is to access your Dropbox and read and write
> the data folder you select. Sorry for the confusion.
>
>
> On Wed, Aug 1, 2018, 08:30 TonyM  wrote:
>
>> As mark says, Arlen should confirm - you are granting access to the
>> Application
>>
>> On Wednesday, August 1, 2018 at 12:29:18 AM UTC+10, Mark S. wrote:
>>>
>>> Hi Arlen,
>>>
>>> I think the concern is that a 3rd party might be perusing your dropbox
>>> directory. I think you've explained before that that doesn't/can't happen?
>>>
>>> Thanks!
>>>
>>> -- Mark
>>>
>>> On Monday, July 30, 2018 at 11:59:32 PM UTC-7, Arlen Beiler wrote:
>>>>
>>>> Yes, the app enables you to access TiddlyWiki data folders stored in
>>>> your Dropbox. It works online so you can access it from any computer you
>>>> are logged into Dropbox on.
>>>>
>>>> On Tue, Jul 31, 2018, 12:19 Alex Hough  wrote:
>>>>
>>>>> Arlen,
>>>>>
>>>>> I'd like to help test this, Ive got this far:
>>>>>
>>>>> I am a bit confused... could you explain what happens next. It looks
>>>>> like I am being asked to share my dropbox with you.
>>>>>
>>>>>
>>>>>
>>>>> Alex
>>>>>
>>>>> On 30 July 2018 at 08:32, Arlen Beiler  wrote:
>>>>>
>>>>>> Hello everyone,
>>>>>>
>>>>>> I have worked out a prototype of TiddlyWiki in the Sky for Dropbox
>>>>>> that loads data folders. I am eager to hear your feedback on it. It's the
>>>>>> same basic idea, so without further ado, here is a link to the page.
>>>>>>
>>>>>> It is still in very early beta, so there is no code to save changes
>>>>>> yet, but that is part of the plan. There is no code anywhere in the app
>>>>>> that makes changes to your Dropbox, so feel free to explore all you want
>>>>>>
>>>>>> https://twcloud.github.io/dropbox-datafolder/
>>>>>>
>>>>>> And here is the Github repo.
>>>>>>
>>>>>> https://github.com/twcloud/dropbox-datafolder
>>>>>>
>>>>>> Let me know how it works.
>>>>>>
>>>>>> Enjoy!
>>>>>> 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/
>>>>>> msgid/tiddlywiki/CAJ1vdST0%2B3UQrvMUXK1F5a90VHyFbA%
>>>>>> 2BZHtgWSDUM0HrXxfdSyQ%40mail.gmail.com
>>>>>> <https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdST0%2B3UQrvMUXK1F5a90VHyFbA%2BZHtgWSDUM0HrXxfdSyQ%40mail.gmail.com?utm_medium=email_source=footer>
>>>>>> .
>>>>>> 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+...@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/CALc1hYd7d_Xm3FXH0zJv1_wBD-kPwhaXLvmd7vhh3OiSdLcQGg%
>&

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

2018-07-30 Thread Alex Hough
Arlen,

I'd like to help test this, Ive got this far:

I am a bit confused... could you explain what happens next. It looks like I
am being asked to share my dropbox with you.



Alex

On 30 July 2018 at 08:32, Arlen Beiler  wrote:

> Hello everyone,
>
> I have worked out a prototype of TiddlyWiki in the Sky for Dropbox that
> loads data folders. I am eager to hear your feedback on it. It's the same
> basic idea, so without further ado, here is a link to the page.
>
> It is still in very early beta, so there is no code to save changes yet,
> but that is part of the plan. There is no code anywhere in the app that
> makes changes to your Dropbox, so feel free to explore all you want
>
> https://twcloud.github.io/dropbox-datafolder/
>
> And here is the Github repo.
>
> https://github.com/twcloud/dropbox-datafolder
>
> Let me know how it works.
>
> Enjoy!
> 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/CAJ1vdST0%2B3UQrvMUXK1F5a90VHyFbA%
> 2BZHtgWSDUM0HrXxfdSyQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdST0%2B3UQrvMUXK1F5a90VHyFbA%2BZHtgWSDUM0HrXxfdSyQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYd7d_Xm3FXH0zJv1_wBD-kPwhaXLvmd7vhh3OiSdLcQGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] I think it might work to have an interview series ... "TW to TW"

2018-07-30 Thread Alex Hough
I'm curious, in a pleasantly confused way

can you expand?

Alex

On 30 July 2018 at 21:06, @TiddlyTweeter  wrote:

> One has the stupid idea of one interviewing about the formation of the
> thing from the inside. One idea against has been the great danger that one
> could overlook the moment recently.  But I sat down with that and felt it
> was too expensive to think that way.
>
> One can roughly advance the idea that some here may have a lot to say that
> could be helpful IF expanded further.
>
> I like the idea a TW can talk to a TW about what a TW is.
>
> Could be interesting.
>
>
> --
> 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/f08b0553-4381-41e3-a600-5178b37443ff%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/f08b0553-4381-41e3-a600-5178b37443ff%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYfFWOC%2BfZawwkqXLJEfbJZRE1T7byTHa-VNoba7GFJAAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to create dynamic link of this type [img[$hostname%/img.jpg]

2018-07-24 Thread Alex K
Thanks! It works

вторник, 24 июля 2018 г., 13:04:49 UTC+3 пользователь Alex K написал:
>
> Tried different approaches - could not find right.
>
> Anyone has working decision? I am on latest tw on node server.
>

-- 
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/66296f05-709d-4289-94a7-cb05e93001ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] How to create dynamic link of this type [img[$hostname%/img.jpg]

2018-07-24 Thread Alex K
Tried different approaches - could not find right.

Anyone have working decision. have latest tw on node server.

-- 
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/9b94adc4-a1a6-49c9-9abb-cc2df74ae07b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] [Slightly OT] Jeremy speaking at CodeMesh, London 8/9th November 2018

2018-07-19 Thread Alex Hough
Jeremy,

I have an idea!

Could we make a separate artefact with you and Joe. I am kick starting a
not-for-profit project, it has a Code Club as part of it.

Thanks to Joe's Tweet mentioning Sonic Pi and TiddlyWiki as great starting
points for learning to code, we are planning an event using Sonic Pi

maybe we could take this converstaion off line before reporting back to the
TiddlyWiki community...

best wishes

Alex

On 19 July 2018 at 10:01, Jeremy Ruston  wrote:

> Joe Armstrong has kindly invited me to speak with him on "Intertwingling
> the Tiddlywiki with Erlang” at the CodeMesh conference in London on
> November  8/9th 2018. For those that may not know, Joe is the eminent
> creator of Erlang, a computer language that has become dominant in real
> time telecoms systems over the last 30 years. Joe has been interested in
> TiddlyWiki for a few years, and recently we’ve been collaborating on ideas
> that emerge from mixing the concepts of Erlang with those of TiddlyWiki.
>
> I’m afraid it’s a commercial conference with a hefty price tag, but may be
> interesting for anyone with a supportive employer who funds conference
> attendance. If it’s not recorded I think Joe and I can undertake to repeat
> the talk for posterity at some point.
>
> https://codesync.global/conferences/code-mesh-2018/
>
> I don’t normally seek out opportunities for public speaking, but I’m quite
> excited about this one. It’s been fascinating to see how Joe thinks about
> TiddlyWiki, and encouraging to have some mainstream interest.
>
> 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/A79BC829-DC1B-481F-8F9F-77B2B8FC32F1%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/A79BC829-DC1B-481F-8F9F-77B2B8FC32F1%40gmail.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYfJ%2BR1q%3DBt%3D0O59X5%2B9bCW4F7PA1xUFhGR7uSCrrpCBbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Newbie help: kind of a nested list

2018-07-17 Thread 'Alex W' via TiddlyWiki
Thank you, it is working like a charm :-)

Is it possible to modify the way of display, eg. show the tags of the 
tiddlers?

Greets, Alex

Am Montag, 16. Juli 2018 22:33:56 UTC+2 schrieb TonyM:
>
> Alex,
>
> I will just add in your example, to  use the TOC macros, you will need a 
> root tag, such as TableOfContents or in your case maybe "AllCategories" 
> that tags Category A and Category B then the TOCs root tag will be 
> AllCategories
>
> Regards
> Tony
>
> On Tuesday, July 17, 2018 at 12:16:07 AM UTC+10, Alex W wrote:
>>
>> Thanks a lot, I will have a look into it!!
>>
>>
>> Am Montag, 16. Juli 2018 15:56:54 UTC+2 schrieb Mark S.:
>>>
>>> The table-of-content macros can already do that for you:
>>>
>>> https://tiddlywiki.com/#Table-of-Contents%20Macros
>>>
>>> Have fun,
>>>
>>> -- Mark
>>>
>>> On Monday, July 16, 2018 at 5:40:57 AM UTC-7, Alex W wrote:
>>>>
>>>> Hello all,
>>>>
>>>> my question is probably a no-brainer for you folks, but I am totally 
>>>> overwhelmed 
>>>> :-(
>>>>
>>>> I have the following construct of tiddlers:
>>>>
>>>>- category-tiddler, not tagged
>>>>
>>>>
>>>>- list-tiddler, tagged with a category
>>>>
>>>>
>>>>- task-tiddler, tagged with a list
>>>>
>>>>
>>>> I now want a nested (dynamic) view:
>>>>
>>>> Category A
>>>> List X
>>>>Task 1
>>>>Task 2
>>>> 
>>>> List Y
>>>>Task 1
>>>>Task 2
>>>> 
>>>> Category B
>>>>   ...
>>>>
>>>> I tried various variations with filters and <$list..., but I did not 
>>>> got the clue.
>>>> Could some pls help me out here? Tx a lot!!
>>>>
>>>> PS: I am using the TW-Plugin "Dropboard 
>>>> <https://reidgould.github.io/tiddlywiki-dropboard/>". Therefore the 
>>>> structure/ tagging etc. is given.
>>>>
>>>> Greets, Alex
>>>>
>>>

-- 
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/b746b97a-413b-4adf-b65a-d9aae38fff37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Newbie help: kind of a nested list

2018-07-16 Thread 'Alex W' via TiddlyWiki
Thanks a lot, I will have a look into it!!


Am Montag, 16. Juli 2018 15:56:54 UTC+2 schrieb Mark S.:
>
> The table-of-content macros can already do that for you:
>
> https://tiddlywiki.com/#Table-of-Contents%20Macros
>
> Have fun,
>
> -- Mark
>
> On Monday, July 16, 2018 at 5:40:57 AM UTC-7, Alex W wrote:
>>
>> Hello all,
>>
>> my question is probably a no-brainer for you folks, but I am totally 
>> overwhelmed 
>> :-(
>>
>> I have the following construct of tiddlers:
>>
>>- category-tiddler, not tagged
>>
>>
>>- list-tiddler, tagged with a category
>>
>>
>>- task-tiddler, tagged with a list
>>
>>
>> I now want a nested (dynamic) view:
>>
>> Category A
>> List X
>>Task 1
>>Task 2
>> 
>> List Y
>>Task 1
>>Task 2
>> 
>> Category B
>>   ...
>>
>> I tried various variations with filters and <$list..., but I did not got 
>> the clue.
>> Could some pls help me out here? Tx a lot!!
>>
>> PS: I am using the TW-Plugin "Dropboard 
>> <https://reidgould.github.io/tiddlywiki-dropboard/>". Therefore the 
>> structure/ tagging etc. is given.
>>
>> Greets, Alex
>>
>

-- 
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/245cc3e4-f234-4c3e-8c61-d72587d665b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Newbie help: kind of a nested list

2018-07-16 Thread 'Alex W' via TiddlyWiki
Hello all,

my question is probably a no-brainer for you folks, but I am totally 
overwhelmed 
:-(

I have the following construct of tiddlers:

   - category-tiddler, not tagged
   

   - list-tiddler, tagged with a category


   - task-tiddler, tagged with a list


I now want a nested (dynamic) view:

Category A
List X
   Task 1
   Task 2

List Y
   Task 1
   Task 2

Category B
  ...

I tried various variations with filters and <$list..., but I did not got 
the clue.
Could some pls help me out here? Tx a lot!!

PS: I am using the TW-Plugin "Dropboard 
<https://reidgould.github.io/tiddlywiki-dropboard/>". Therefore the 
structure/ tagging etc. is given.

Greets, Alex

-- 
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/0d435281-695e-4c5c-913a-eba4770082c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Care to beta test Tekkan One?

2018-07-13 Thread 'Alex W' via TiddlyWiki
It would be great, if you could post this in your GitHub Project! I just 
got to know Tekan and Tekkan, and like it very much. Now I read, it is an 
abandoned project... I would not have started bringing my open actions into 
it if I had known about this :-(
I will have a look at Dropboard now.

Nevertheless: very sad, that it wont be continued! You did a great job!!



Am Samstag, 14. April 2018 14:56:04 UTC+2 schrieb Riz:
>
> My general advice would be not to use it, it is an abandoned project. 
>
> Standalone version creates its own titles using unique ID macro. That is 
> why it is incompatible with the imported Tiddlers. 
>
> On Saturday, 14 April 2018 10:51:50 UTC+5:30, MrsJB Wells wrote:
>>
>> Thanks so much for the quick reply. I've been using GSD5 for years and 
>> decided on a change. I want to import all the open actions from GSD5 to the 
>> Tekan One but when I do they don't appear anywhere on the board. That's why 
>> I was going to try and go into the back and sort it out. I've read all 
>> notes that can be found [if you google various versions of Tekan TW5] but 
>> can't seem to find a way. Would you have any advice on how I could import 
>> the tiddlers?
>>
>

-- 
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/2873cb1f-3961-48eb-9f0e-6393a6311904%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Node, 5.1.18-prerelease: TypeError: Buffer.alloc is not a function

2018-07-10 Thread Alex Hough
Thanks Jeremy,

I'll give it a go...

Alex

On 7 July 2018 at 12:26, Jeremy Ruston  wrote:

> Hi Alex
>
> I followed the documentation on installing pre-release on node.
>
>
> OK, the difference here is that the new code is in a different branch, so
> you'll need to download it from this URL, rather than the one in the
> instructions:
>
> https://github.com/Jermolene/TiddlyWiki5/tree/http-server
>
> Best wishes
>
> Jeremy
>
>
> I updated node following Jed's recommendation.
>
> its working perfectly...
>
> The new custom styles are amazing btw
>
> Alex
>
> [1] https://tiddlywiki.com/prerelease/#Installing%
> 20TiddlyWiki%20Prerelease%20on%20Node.js
>
> On 6 July 2018 at 07:24, Jeremy Ruston  wrote:
>
>> Hi Alex
>>
>> Did you definitely download the new branch, rather than the default
>> master branch? Check my original post for links
>>
>> Best wishes
>>
>> Jeremy
>>
>> --
>> Jeremy Ruston
>>
>>
>> On 6 Jul 2018, at 06:37, Alex Hough  wrote:
>>
>> UPDATE
>>
>> The listen command still doesn't work, server does though.
>>
>> ast login: Fri Jul  6 06:19:08 on ttys003
>>
>> users-mbp-2:~ alexhough$ node -v
>>
>> v8.11.3
>>
>> users-mbp-2:~ alexhough$ TiddlyWiki --version
>>
>> 5.1.18-prerelease
>>
>> users-mbp-2:~ alexhough$ tiddlywiki mynewwiki --listen
>>
>> *Error: Unknown command: listen*
>>
>> users-mbp-2:~ alexhough$ tiddlywiki mynewwiki --server
>>
>> Serving on 127.0.0.1:8080
>>
>> maybe the docs are ahead of the code in this instance
>>
>> Alex
>>
>>
>> On 5 July 2018 at 12:13, Alex Hough  wrote:
>>
>>>
>>> thanks Jed and Tony,
>>>
>>> I like using the latest version, and want to help iron out problems.
>>>
>>> I'm pretty certain I'm running an old version of node, thanks Jed!
>>>
>>> Alex
>>>
>>> On 5 July 2018 at 10:19, Jed Carty  wrote:
>>>
>>>> I think there were some changes to the Buffer module but that was a
>>>> while ago. Are you using an older version of node? You can tell by opening
>>>> a terminal and typing 'node -v'. If you have a version older than 6 you
>>>> should probably consider updating.
>>>>
>>>> --
>>>> 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/ms
>>>> gid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com?utm_medium=email_source=footer>
>>>> .
>>>>
>>>> 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/ms
>> gid/tiddlywiki/CALc1hYePLxE_8h0Wwfsjndup50_Ngd7sn38%2BErvUKH
>> QMqbJL%3DA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/tiddlywiki/CALc1hYePLxE_8h0Wwfsjndup50_Ngd7sn38%2BErvUKHQMqbJL%3DA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>> 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/ms
>> gid/tiddlywiki/96D37659-B4E1-45A3-9362-2060C376E755%40gmail.com
>> <http

Re: [tw5] Query: Is TW Male, Female?

2018-07-07 Thread Alex Hough
It's more like a plant I think... i miss the fracalVeg.jpg from the old
days of TW.

Ferns, sunflower heads -- the fractal or fractal like nature of TW sure

As a guidance for gendered language, I think it should be La TiddlyWiki,
Die TiddlyWiki -- feminine. The useful buds are on the female plants in
hemp family, so...

The cultural arround TW seems too gentle to be associated with testosterone
led behavoirs of male animals


Alex

On 6 July 2018 at 22:12, Thomas Elmiger  wrote:

> Well IT is able to reproduce itself, so it might be a hermaphrodite (both
> at the same time).
>
> 
>
> Cheers,
> -t
>
> --
> 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/bfbf2aa3-48aa-4e57-8373-0649ff8dec96%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/CALc1hYdfmx8toGOa3GxQ47NqnbRDNE2Nu1875J63%2BYEf_xZJfQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Node, 5.1.18-prerelease: TypeError: Buffer.alloc is not a function

2018-07-06 Thread Alex Hough
Hi Jeremy,

I followed the documentation on installing pre-release on node.

I updated node following Jed's recommendation.

its working perfectly...

The new custom styles are amazing btw

Alex

[1]
https://tiddlywiki.com/prerelease/#Installing%20TiddlyWiki%20Prerelease%20on%20Node.js

On 6 July 2018 at 07:24, Jeremy Ruston  wrote:

> Hi Alex
>
> Did you definitely download the new branch, rather than the default master
> branch? Check my original post for links
>
> Best wishes
>
> Jeremy
>
> --
> Jeremy Ruston
>
>
> On 6 Jul 2018, at 06:37, Alex Hough  wrote:
>
> UPDATE
>
> The listen command still doesn't work, server does though.
>
> ast login: Fri Jul  6 06:19:08 on ttys003
>
> users-mbp-2:~ alexhough$ node -v
>
> v8.11.3
>
> users-mbp-2:~ alexhough$ TiddlyWiki --version
>
> 5.1.18-prerelease
>
> users-mbp-2:~ alexhough$ tiddlywiki mynewwiki --listen
>
> *Error: Unknown command: listen*
>
> users-mbp-2:~ alexhough$ tiddlywiki mynewwiki --server
>
> Serving on 127.0.0.1:8080
>
> maybe the docs are ahead of the code in this instance
>
> Alex
>
>
> On 5 July 2018 at 12:13, Alex Hough  wrote:
>
>>
>> thanks Jed and Tony,
>>
>> I like using the latest version, and want to help iron out problems.
>>
>> I'm pretty certain I'm running an old version of node, thanks Jed!
>>
>> Alex
>>
>> On 5 July 2018 at 10:19, Jed Carty  wrote:
>>
>>> I think there were some changes to the Buffer module but that was a
>>> while ago. Are you using an older version of node? You can tell by opening
>>> a terminal and typing 'node -v'. If you have a version older than 6 you
>>> should probably consider updating.
>>>
>>> --
>>> 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/ms
>>> gid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>> 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/CALc1hYePLxE_8h0Wwfsjndup50_Ngd7sn38%
> 2BErvUKHQMqbJL%3DA%40mail.gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/CALc1hYePLxE_8h0Wwfsjndup50_Ngd7sn38%2BErvUKHQMqbJL%3DA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> 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/96D37659-B4E1-45A3-9362-2060C376E755%40gmail.com
> <https://groups.google.com/d/msgid/tiddlywiki/96D37659-B4E1-45A3-9362-2060C376E755%40gmail.com?utm_medium=email_source=footer>
> .
>
> 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/CALc1hYcPt4xkiFRA%2Bh%2BrtmLXLTbs%2BLvsM6LrVpYkJHDvv7b_eg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: "new here" open above current tiddler option?

2018-07-06 Thread Alex Hough
Thanks Mario,

If it's "feature request" - what are the next steps?

You wrote:

BUT if the param is added it is ignored. ... Which is a _different_ bug.

Does you mean that tm-new-tiddler doesn't have the complexity to handle the
requested behaviour?


Alex

On 6 July 2018 at 11:45, PMario  wrote:

> Hi Alex,
>
> It seems those settings only apply to "link" activation. ...
> IMO this is a feature request.
>
> ---
>
> tm-new-tiddler handling uses different rules. It uses a parameter: 
> navigateFromTitle
> <https://tiddlywiki.com/#WidgetMessage%3A%20tm-new-tiddler>... BUT if the
> param is added it is ignored. ... Which is a _different_ bug.
>
> -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/124f18a9-16d9-48ee-aeca-a16fc99ff814%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/124f18a9-16d9-48ee-aeca-a16fc99ff814%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CALc1hYeLXt7ibFT%3D06mZFv5WViEsX08gGi3H%3DZqJQc7E9__3CQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Node, 5.1.18-prerelease: TypeError: Buffer.alloc is not a function

2018-07-05 Thread Alex Hough
UPDATE

The listen command still doesn't work, server does though.

ast login: Fri Jul  6 06:19:08 on ttys003

users-mbp-2:~ alexhough$ node -v

v8.11.3

users-mbp-2:~ alexhough$ TiddlyWiki --version

5.1.18-prerelease

users-mbp-2:~ alexhough$ tiddlywiki mynewwiki --listen

*Error: Unknown command: listen*

users-mbp-2:~ alexhough$ tiddlywiki mynewwiki --server

Serving on 127.0.0.1:8080

maybe the docs are ahead of the code in this instance

Alex


On 5 July 2018 at 12:13, Alex Hough  wrote:

>
> thanks Jed and Tony,
>
> I like using the latest version, and want to help iron out problems.
>
> I'm pretty certain I'm running an old version of node, thanks Jed!
>
> Alex
>
> On 5 July 2018 at 10:19, Jed Carty  wrote:
>
>> I think there were some changes to the Buffer module but that was a while
>> ago. Are you using an older version of node? You can tell by opening a
>> terminal and typing 'node -v'. If you have a version older than 6 you
>> should probably consider updating.
>>
>> --
>> 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/ms
>> gid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>> 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/CALc1hYePLxE_8h0Wwfsjndup50_Ngd7sn38%2BErvUKHQMqbJL%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] What does the qualify macro do

2018-07-05 Thread Alex Hough
Jeremy,

To see the difference you have to open up the tiddler.

I think the docuemntation example is possibly a bit confusing.

For learning I think that perhaps the "try it" feature kind of gets in the
way of opening the tiddler and seeing inside.

the documentation tiddler macro adds another level of complextity as the
transcluded tiddler contains such a macro.

... not a major point, but I  find qualify difficult to get my head round.

Why is is called "qualify"? To me the word means qualify as in "we
qualified for the world cup"...

best wishes

Alex

On 5 July 2018 at 14:52, Mohammad  wrote:

> Hello Jeremy!
>  I read that, but actually I didn't get the real purpose!
>
> /Mohammad
>
>
>
> On Thursday, July 5, 2018 at 6:16:37 PM UTC+4:30, Jeremy Ruston wrote:
>>
>> Hi Mohammad
>>
>> If you didn’t see it, there’s more information about the state mechanism
>> here: https://tiddlywiki.com/#qualify%20Macro
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>>
>> On 5 Jul 2018, at 14:43, Mohammad  wrote:
>>
>> Look at
>>  https://tiddlywiki.com/#qualify%20Macro
>>
>> I dont get what really the qualify macro do! Does it generate some states
>> to be used with widgets like Reveal widget?
>> If so, how and when these states are removed?
>>
>> /Mohammad
>>
>> --
>> 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/f99adb64-807a-4ed8-9693-edd2098efca1%40googlegroups.com
>> <https://groups.google.com/d/msgid/tiddlywiki/f99adb64-807a-4ed8-9693-edd2098efca1%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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/46389542-c2e7-404b-9507-7aa92b55d177%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/46389542-c2e7-404b-9507-7aa92b55d177%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> 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/CALc1hYfzGM8ZZ%2BE%2BupZfp_694yFGsCkyH-fXuoAbbdpagCU61w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: [TW5] Announcing Single Executable version using Bob 1.0.2 Sourdough Biscuits

2018-07-05 Thread Alex Hough
Hi Jed,

some dunmb questions:


1) does this require a node server connected to the internet
2) can we have go with a test version

looks really good on the face of it, I need to spend more time on
processing the detail. Seeing what it does would help me.


Alex

On 5 July 2018 at 14:06, @TiddlyTweeter  wrote:

> This is a periodic "shout-out" about the Brilliance Of Bob ... I, a
> relative idiot, got Bob to do loads of things quickly and easily ... Here
> is a shot of a small part of what I use Bob for ...
>
> --
> 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/7b9df187-09c2-4ce3-80a0-dcc4b5a1129e%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/7b9df187-09c2-4ce3-80a0-dcc4b5a1129e%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> 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/CALc1hYee%2B%2BUmCWumiTYjmyYgFVsdNp2Jz5ZGQmTk2Bhtsth-SQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Spell checking in browser- has it gone?

2018-07-05 Thread Alex Hough
Hello TiddlyWorld,

Is it just me of does the spell checker in Chrome no longer work wiht the
latest pre-release of TW?

Bellow is  screenshot from https://tiddlywiki.com/prerelease/





This is from TW,com.. the errors are underlined





best wishes

Alex

.·´¯`·.´¯`·.¸¸.·´¯`·.
<http://asciifish.tiddlyspot.com/#.%C2%B7%C2%B4%C2%AF%60%C2%B7.%C2%B4%C2%AF%60%C2%B7.%C2%B8%C2%B8.%C2%B7%C2%B4%C2%AF%60%C2%B7.>
¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º<
<http://asciifish.tiddlyspot.com/#%C2%B8.%C2%B7%C2%B4%C2%AF%60%C2%B7.%C2%B4%C2%AF%60%C2%B7.%C2%B8%C2%B8.%C2%B7%C2%B4%C2%AF%60%C2%B7.%C2%B8%3E%3C(((%C2%BA%3C>follow
me <https://twitter.com/100aCreweRoad>

-- 
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/CALc1hYf8_zZRpXyRV6EmvmBBdbTVadY0AOD%2B%3D2r2Vz--Zju1Fw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Node, 5.1.18-prerelease: TypeError: Buffer.alloc is not a function

2018-07-05 Thread Alex Hough
thanks Jed and Tony,

I like using the latest version, and want to help iron out problems.

I'm pretty certain I'm running an old version of node, thanks Jed!

Alex

On 5 July 2018 at 10:19, Jed Carty  wrote:

> I think there were some changes to the Buffer module but that was a while
> ago. Are you using an older version of node? You can tell by opening a
> terminal and typing 'node -v'. If you have a version older than 6 you
> should probably consider updating.
>
> --
> 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/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/9be6f6c3-dd7e-4ad9-bc34-7bc5464039b8%40googlegroups.com?utm_medium=email_source=footer>
> .
>
> 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/CALc1hYfD_eDw4U7y9B485jJVk0gP-YSq9a-6pDbR7ZcFNte8Cw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Node, 5.1.18-prerelease: TypeError: Buffer.alloc is not a function

2018-07-05 Thread Alex Hough
@jeremy,

Is this the best place to post the below?
I have updated TW on node

users-mbp-2:TW-Node alexhough$ tiddlywiki --version

5.1.18-prerelease


Then I tried

users-mbp-2:TW-Node alexhough$ tiddlywiki mynewwiki --init server


The output was

$:/core/modules/utils/filesystem.js:60

fileBuffer = Buffer.alloc(FILE_BUFFER_LENGTH);

^

TypeError: Buffer.alloc is not a function

at exports.copyFile ($:/core/modules/utils/filesystem.js:60:23)

at copy ($:/core/modules/utils/filesystem.js:35:14)

at copy ($:/core/modules/utils/filesystem.js:40:12)

at exports.copyDirectory ($:/core/modules/utils/filesystem.js:47:2)

at Command.execute ($:/core/modules/commands/init.js:42:23)

at Commander.executeNextCommand ($:/core/modules/commander.js:100:14)

at Commander.execute ($:/core/modules/commander.js:64:7)

at Object.exports.startup ($:/core/modules/startup/commands.js:34:12)

at $tw.boot.executeNextStartupTask
(/Users/alexhough/TiddlyWiki5-master/boot/boot.js:2113:10)

at $tw.boot.executeNextStartupTask
(/Users/alexhough/TiddlyWiki5-master/boot/boot.js:2111:21)

users-mbp-2:TW-Node alexhough$



The new material on the pre-release looks very interesting, I have a new
project and want to start with state of the art TW...

best wishes


Alex

-- 
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/CALc1hYcwVH%3DsXj%3D5QXQEszOiJpBO9av6kvkmq9aJ8q3suJ3UkA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] The Art Of Memory -- Just a few thousand years of thoughts

2018-05-15 Thread Alex Hough
Josiah,

I've been exploring space and thinking, from starting point of a garden
explicitly designed for speculation




The Garden of Cosmic Speculation,positive feedback in my attention system:

It now seems
MORE LIKELY
to be directed towards
how
GARDENS AND PLACES
can interact
with THINKING, DREAMING & SPECULATION
than it was before

=> #PositiveFeedback

https://thegardenofcosmicspeculation.com/about




https://twitter.com/100aCreweRoad/status/996354852509937665

On 15 May 2018 at 11:00, Kalmir  wrote:

> Andreas, I think this is pure awesomeness! I have been considering to
> build mem palaces in Minecraft but havn't got to it yet.
>
> Is it difficult to set up your solution (for a non-coder, half-geek)?
>
>
> On Friday, May 11, 2018 at 3:44:47 PM UTC+2, Andreas Hahn wrote:
>>
>> Hi,
>>
>> I hope I am not offtopic with sharing this, but back in February I wrote
>> a plugin for a Minecraft server that connects to Tiddlywiki for the
>> purposes of exploring memory palaces. The idea was that you could link
>> up places within your Minecraft world to tiddlers within your wiki,
>> which would help you both remember facts and visualize content from your
>> wiki.
>>
>> After I got an initial version to work, I more or less ran out of ideas
>> and put the project aside for a bit, but I thought it might be
>> interesting to show it off, so here is a small video of how it works:
>>
>> https://www.youtube.com/watch?v=VXgcNBXGThs
>>
>> (Note: I have two monitors, so usually this sort of concept is a lot
>> more usable)
>>
>> /Andreas
>>
>> --
> 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/388242a2-5ab5-4ce7-bbaf-72df5ca7a850%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/CALc1hYfGYqf7maKzvpM7wAeVjw1Nhutno6txCJhO70YWw3Z1MA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   5   6   7   8   9   10   >