[tw] Re: Can you change image display orientation?

2017-03-27 Thread Mat
You could probably put the image or imagelink in a div that you style 
transform to show it at 90 degrees . 

 transform: rotate({{!!myfield}}deg);


This general idea should work but I'm sure you must do some experimenting 
to *actually *get it to work ;-)

You could have the image itself be a button that toggles the angle when 
clicked.

<:-)

-- 
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/0801b25a-56cf-453d-afaa-65073dcb32d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TypeError: a.fields[sortField].toLowerCase is not a function

2017-03-27 Thread PMario
hi,

how did you create your tiddlers?

-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/ebf15600-0080-4aef-96ca-13b4f6ab1e3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Noteself Error (for Danielo)

2017-03-27 Thread Alfonso Arciniega
Hola Danielo,

I downloaded NoteSelf from the only link not once but trice. Tried several 
times making copies. Same result. I think I figured out what the issue may 
be: I was using portable browsers running out of a USB with no cache 
allowed.

Saludos,

Alfonso

-- 
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/4045afbf-b0be-4dfa-8550-f0398803866a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Is it possible to run a tiddlywiki server over a linux/unix socket?

2017-03-27 Thread leeand00
I was reading up on Systemd Socket Activation 
...which,
 
if I understand it correctly, means that I should be able to ping a TCP 
port to a socket file and start a unit service.

But!  There's a catch.  The server can't be listening over TCP, it has to 
be listening over the tocket file.  Is there any way to start a tiddlywiki 
to run through a socket file?

Thanks, 
Andrew J. Leer

-- 
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/573b59d4-f08f-4013-848c-a50c2040e2e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to remove Tiddlers with [[More than one Word Titles]] from a list with the action Listops

2017-03-27 Thread Jan

Hi,
I got it, its this:
<$action-listops $tiddler="$:/slideshow" $field="list" 
$subfilter="+[!]"/>


Greetings Jan

Am 28.03.2017 um 01:55 schrieb Jan:

Hi!
To remove Tiddlers with [[More than one Word Titles]] from a list with 
the action-Listops-Widget I tried this:


<$action-listops $tiddler="$:/slideshow" $field="list" 
$subfilter="+[!remove]"/>

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

This works fine for Tiddlers without spaces in the title... How can I 
make it work for Tiddlers with spaces in the Title?


Yours Jan


--
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/58D9B173.3070609%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Can you change image display orientation?

2017-03-27 Thread 'Mark S.' via TiddlyWiki
I'm trying to make my own photo manager. Right off the bat I encountered a 
problem that some external images are not oriented correctly. The same 
images often display correctly when displayed through and image viewer. I 
suppose there is some internal info in the image that is ignored by the 
browser. Is there some way to give a hint to TW to display the image 
differently? I'm thinking the hint could be stored with each image so that 
it displays nicely.

Thanks!
Mark

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/72551cc5-908f-4579-8aaa-1b281b6d0a5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How to remove Tiddlers with [[More than one Word Titles]] from a list with the action Listops

2017-03-27 Thread Jan

Hi!
To remove Tiddlers with [[More than one Word Titles]] from a list with 
the action-Listops-Widget I tried this:


<$action-listops $tiddler="$:/slideshow" $field="list" 
$subfilter="+[!remove]"/>

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

This works fine for Tiddlers without spaces in the title... How can I 
make it work for Tiddlers with spaces in the Title?


Yours Jan

--
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/58D9A67E.808%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Navigating and transcluding Slices...Missing Features for the atomic concept:

2017-03-27 Thread Jan

Hi Thomas, thanks a lot for this.
I would prefer an Infobox in the Edit-Mode right below the TiddlerTitle.
It would be best to include a warning wether the Tiddler is transcluded 
from somewhere in order to avoid accidental confusions.


...but I also have thought of using your Plugin the other way round to 
produce a slice-replacement.
A function extracting some marked piece of a specific Tiddler. Something 
like Text to extract.
This would also have the advantage that it would be immediately visible 
that the slice is used elsewhere.


Yours Jan

Am 08.01.2017 um 01:07 schrieb Thomas Elmiger:

Hi Jan

The extract macro  
offers a new solution to this:


-When you discover that the content you wish to change was
transcluded, it takes some time to get to the real tiddler; in
most cases I have to find and open with the searchbar.
It would be practical if transclusions were clickable Links in the
edit-Mode. Could this be done with a template or plugin?

As you would expect, it can find all {{transclusions}} in curly style 
– and with the new version (0.9.2) you can output them as a list of 
links. I made a demo here: http://tid.li/tw5/hacks.html#Icon%20Test 
where it lists all the images used.


I think such a list could be appended as a tab to the tiddler info 
panel … or maybe you could make a conditional view template and append 
it to the edit view. Of course you miss .


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

Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1593e2f-124f-419d-8922-3f4a98d00d8b%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/587240AE.4010102%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 - An environment with LaTeX and Markdown?

2017-03-27 Thread Roving Richard
Sorry for the necrobump, but does anyone know if anyone figured out a way 
to parse LaTeX in markdown?

On Monday, April 6, 2015 at 8:57:57 AM UTC-4, radu@gmail.com wrote:
>
> I started using tiddlywiki about one week ago, on the third attempt. The 
> thing that made it viable for me was the TexZilla 
>  plugin. It works great, 
> providing most notably the "aligned" environment which is missing in KaTeX.
>
> This makes TW5 almost perfect as a math notebook. What is missing is 
> Markdown. Besides making the notes look much better, having them written in 
> markdown syntax would make sharing one's work on (virtually all) online 
> forums seamless.
> Unfortunately, the Markdown plugin 
> doesn't work together 
> with the LaTeX plugin (one has to designate the content type as 
> text/x-markdown and as a consequence the LaTeX rendering is inactivated).
>
> Are there any solutions of having markdown and LaTeX rendering functional 
> at the same time?
>
> Thank you
>

-- 
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/f63ae84c-d1c3-45bc-a374-9c8c1ed86195%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Converting Tiddlywiki Wikitext to Markdown

2017-03-27 Thread Roving Richard
Please document how you do the conversion :)

On Monday, March 6, 2017 at 9:16:20 PM UTC-5, Leopold Bloom wrote:
>
> Markdown doesn't have easy way to represent wikilinks, true, but I'll be 
> okay with either Dokuwiki  or 
> Mediawiki  wikitext 
> formats. I use the following formatting devices mostly: links, code blocks, 
> in-line code, headings, bullets, and numbered lists. I know Emacs and Vim 
> at a basic level, I will try to create some macro to process the files one 
> by one—first the links, in the second go bullets and so on and so forth. If 
> I could get this to work it would become easy for me to host my files on 
> the web. My TW5 is 2.1+ mb and it is a big file (for a webpage) to host on 
> the web. Dumping all the text files (once converted, say, to Dokuwiki) will 
> allow easy hosting online in Dokuwiki.
>
> I'd bookmarked a Perl module HTML:WikiConverter 
> 
>  
> to convert HTML (output withTW5 node.js) to various wikitext formats, but 
> since I am not a programmer I had trouble getting it to properly convert 
> the wikilinks in the output converted text, but it does have an option for 
> wikifying links; I need to experiment to see how I can make it work.
>
> On Monday, 6 March 2017 17:39:05 UTC+5:30, PMario wrote:
>>
>> Hi Leopold,
>>
>> There is no automagic way to achieve this. So you'll need to do manual 
>> "find and replace" magic. ... You can split your tiddlers into single 
>> files, use an external text editor and do global search and replace, which 
>> should be pretty fast. ... But you need to be careful. markdown only 
>> supports basic wikitext functions. TiddlyWiki wikitext has a lot more 
>> possibilities. 
>>
>> -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/63206797-fb4c-4dca-91ee-65067cd7a1d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TypeError: a.fields[sortField].toLowerCase is not a function

2017-03-27 Thread Stéphane Delaye
Hello,

I ve got a strange error.

when I click on the pen icon to enter the edit mode, this raises.
TypeError: a.fields[sortField].toLowerCase is not a function
It happens for all the tiddlers in the wiki.

I deleted the tiddler I was working on but it stills raise.

Any Idea ?

-- 
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/a0ccdbd5-c8ab-42c3-acde-cc9b71916ddf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion & Formatting Issue

2017-03-27 Thread @TiddlyTweeter
Ciao Jed & Thomas

Thanks for the tips.

I tried Jed's suggestion without success. Since its inside a complex 
transclusion I will make a test that is simpler to try to pin it down in a 
way where the issue gets clearer & I can document it better. 

Tomorrow.

Notte, Josiah   

On Monday, 27 March 2017 23:07:17 UTC+2, Thomas Elmiger wrote:
>
> Hi, I add to the guesswork: Might be the transclusion adds a div or a span 
> element surrounding your stuff that breaks the CSS formatting of the titles 
> … would have to see a live example to check that. 
>
> -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/48ba1ce9-7f79-4bd9-8a91-516f2b2e83a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread @TiddlyTweeter
Thomas, the priority setting is a neat feature and VERY flexible. 

Its perhaps worth also explaining that you can BOTH set priorities in the 
drop-down using any single character AND also manually add other single 
characters to the priority field of individual tiddlers that will NOT 
appear in the drop-down selector. 

The point of that is you can track items rarely edited, but needed. For 
instance I use the letter "C" for Contract dates that I'll only ever enter 
once. I won't put it on the priority select menu. Too rare. 

Heck, maybe that is all too complicated!!! So forget it.

In short: Its a very flexible tool. And very easy to learn.

Best wishes
Josiah 

On Monday, 27 March 2017 23:02:59 UTC+2, Thomas Elmiger wrote:
>
> Ah, now I get it, Mark – you asked about the project list: Well, all 
> other/additional tags of ToDo tiddlers will show up in the project select. 
>
> Maybe I should provide an example for that. 
> Cheers, Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9ce58992-2666-4b71-90da-63a5c03626e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion & Formatting Issue

2017-03-27 Thread Thomas Elmiger
Hi, I add to the guesswork: Might be the transclusion adds a div or a span 
element surrounding your stuff that breaks the CSS formatting of the titles … 
would have to see a live example to check that. 

-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/90c7af4d-12ff-4290-8e64-2570700996f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread Thomas Elmiger
Ah, now I get it, Mark – you asked about the project list: Well, all 
other/additional tags of ToDo tiddlers will show up in the project select. 

Maybe I should provide an example for that. 
Cheers, Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d7875f5-94be-477d-b326-4b7e4f808fc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread Thomas Elmiger
Thank you Mark and Josiah!

Josiah explained everything about the tags, but there is one more thing ;–) 

There is a green button with a plus sign (+) on it, that creates new ToDo items 
based on a template. The plugin’s readme tells you where to change the 
template. 

Happy do-ing!
Thomas 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7a42c4e1-be74-4cf9-bff1-f52f8576d4fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Transclusion & Formatting Issue

2017-03-27 Thread Jed Carty
If you don't have a blank line directly above the transclusion in a tiddler 
it can cause the transclusion to be treated as inline.

So my guess is that you need to add a blank line above your transclusion.

-- 
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/82cf7b9a-3b12-48fc-9bff-45b3d8f77859%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Transclusion & Formatting Issue

2017-03-27 Thread @TiddlyTweeter


I have a problem with formatting under transclusion ... A tiddler like this 
...




... renders in a transclusion like this ... LOSING the spacing before the 
second list. I am not clear why this is happening. The headings are simply 
''bold'' WikiText.










-- 
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/d3ec7ad5-d95d-47d1-99f7-9fe38b291b8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread @TiddlyTweeter
the tags are ...

  ToDoNow

  ORToDo

  ORToDoDone

The app seamlessly changes them as you wish for up promotion or down 
demotion via arrows. You can add any tiddler  by using one of the tags. You 
should then set the priority--and a completion date if you need it.

Best wishes
Josiah

On Monday, 27 March 2017 20:38:20 UTC+2, Mark S. wrote:
>
> This looks really amazing! I'm not seeing much in the way of 
> documentation, which is mostly OK since it works so well. But I was 
> wondering, how do you identify or tag projects so they'll show up in the 
> project list?
>
> Thanks!
> Mark
>
> On Monday, March 27, 2017 at 4:57:49 AM UTC-7, Thomas Elmiger wrote:
>>
>> Hi all,
>>
>> Just a short note, most of all to Josiah who contributed another great 
>> idea and testing: My plugins are updated!
>>
>>- ToDoNow in V 1.0.0 has a new concept to set priorities for tasks in 
>>the list – presets for this can be defined in the plugin’s readme.
>>   - You will *have to *(re)set your priority values if you update
>>   - Thanks for inspiration to Josiah!
>>- Listreveal brings components and translations for this so be sure 
>>to upgrade that too (v 0.1.14)
>>- As an Add-on you get a tiddler *Work-Report* to look back on what 
>>you have been working on – with editable title and optimized for printing 
>>(since last version).
>>
>> *As always: remember to back up your wikis before you try my stuff.*
>>
>> And as always you can find my plugins here: 
>> http://tid.li/tw5/plugins.html#Get%20More%20Plugins – feedback is highly 
>> appreciated.
>>
>> Have a nice week!
>> Thomas
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/48c95f71-f528-441e-9e3c-cffd06ac96d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread 'Mark S.' via TiddlyWiki
This looks really amazing! I'm not seeing much in the way of documentation, 
which is mostly OK since it works so well. But I was wondering, how do you 
identify or tag projects so they'll show up in the project list?

Thanks!
Mark

On Monday, March 27, 2017 at 4:57:49 AM UTC-7, Thomas Elmiger wrote:
>
> Hi all,
>
> Just a short note, most of all to Josiah who contributed another great 
> idea and testing: My plugins are updated!
>
>- ToDoNow in V 1.0.0 has a new concept to set priorities for tasks in 
>the list – presets for this can be defined in the plugin’s readme.
>   - You will *have to *(re)set your priority values if you update
>   - Thanks for inspiration to Josiah!
>- Listreveal brings components and translations for this so be sure to 
>upgrade that too (v 0.1.14)
>- As an Add-on you get a tiddler *Work-Report* to look back on what 
>you have been working on – with editable title and optimized for printing 
>(since last version).
>
> *As always: remember to back up your wikis before you try my stuff.*
>
> And as always you can find my plugins here: 
> http://tid.li/tw5/plugins.html#Get%20More%20Plugins – feedback is highly 
> appreciated.
>
> Have a nice week!
> Thomas
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/150c81f7-7d80-4d4a-811c-1ca6bbdb02d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Slow response and slow text entry - Win7, Firefox45, TW5.1.13

2017-03-27 Thread BJ
have you updated to the latest version? 5.1.13?

On Monday, March 27, 2017 at 7:23:45 AM UTC+2, Matthew Petty wrote:
>
> It's getting slower and slower. Is there a checklist of things I can do to 
> improve it?
> This is a locked-down work computer, so I don't have much control.
>

-- 
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/794a0407-91ad-4dc8-a1a4-5439738ed477%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Slow response and slow text entry - Win7, Firefox45, TW5.1.13

2017-03-27 Thread 'Mark S.' via TiddlyWiki
TW isn't an indexed, scaleable technology. It has no database engine. Its 
performance will suffer depending on the size of the TW and capability of 
the hardware.

That said, hardware is continually improving, helping to compensate for 
software limitations. On my machine, the practical upper limit is around 10 
megs. On a Samsung 3 phone or tablet the upper limit seems around 6 megs. 
That's enough for one very large book or a small library of books.

One thing you can do is close out all your tabs and reboot FF so that all 
its resources will go to TW. If you pay attention to the Windows Task 
Manager, you'll notice that the longer you use FF the more it's memory 
hoarding increases. Giving it a clean start may help.

Good luck,
Mark

On Sunday, March 26, 2017 at 10:23:45 PM UTC-7, Matthew Petty wrote:
>
> It's getting slower and slower. Is there a checklist of things I can do to 
> improve it?
> This is a locked-down work computer, so I don't have much control.
>

-- 
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/933000ed-2eaf-461c-aa9e-905f5e7c06e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to transclude all tiddlers tagged with

2017-03-27 Thread Matthew Lauber
Just as an FYI, you could also have done 

<$list filter="[tag]">
<$link><$transclude field="title"/>
<$transclude mode="block"/>



The extra square brackets were the problem.


On Sunday, March 26, 2017 at 10:02:42 PM UTC-4, Roving Richard wrote:
>
> I figured it out:
>
> <$list filter="[tag{!!title}]">
> <$link><$transclude field="title"/>
> <$transclude mode="block"/>
> 
>
>
>
> Credit: https://groups.google.com/forum/#!searchin/TiddlyWiki/
> <$24list$20filter$3D"[tag{!!title}]">|sort:relevance/tiddlywiki/V-sEk0nULSI/KFbOQ3vmEwAJ
>
> On Sunday, March 26, 2017 at 8:11:14 PM UTC-4, Roving Richard wrote:
>>
>> I see that I can transclude 
>>  tiddlers with a 
>> specific tag using
>>
>> <$list filter="[tag[TagNameHere]]">
>> ! <$transclude field="title"/>
>> <$transclude mode="block"/>
>>
>> I can also make lists of tiddlers using the current title using 
>> :
>>
>> <] +[sort[title]]">>
>>
>>
>> ... but if I try to use the  magic with the transclude 
>> code, it doesn't work:
>>
>> <$list filter="[tag[]]">
>> ! <$transclude field="title"/>
>> <$transclude mode="block"/>
>>
>> I've tried using the tag syntax but I get an error that 
>> I'm missing the brackets. I don't get why this wouldn't work.
>>
>

-- 
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/3f0849cc-27e0-452b-994c-debb623e3b2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread Lost Admin
I've added it to my list of add-on I should take a look at. Specifically 
because of Josiah's sales-pitch, "#GTD functional design is not as easy as 
it first might look."

Thanks.

On Monday, March 27, 2017 at 7:57:49 AM UTC-4, Thomas Elmiger wrote:
>
> Hi all,
>
> Just a short note, most of all to Josiah who contributed another great 
> idea and testing: My plugins are updated!
>
>- ToDoNow in V 1.0.0 has a new concept to set priorities for tasks in 
>the list – presets for this can be defined in the plugin’s readme.
>   - You will *have to *(re)set your priority values if you update
>   - Thanks for inspiration to Josiah!
>- Listreveal brings components and translations for this so be sure to 
>upgrade that too (v 0.1.14)
>- As an Add-on you get a tiddler *Work-Report* to look back on what 
>you have been working on – with editable title and optimized for printing 
>(since last version).
>
> *As always: remember to back up your wikis before you try my stuff.*
>
> And as always you can find my plugins here: 
> http://tid.li/tw5/plugins.html#Get%20More%20Plugins – feedback is highly 
> appreciated.
>
> Have a nice week!
> Thomas
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e361072-45c8-4fb4-a9cf-c43c20e2eb55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-03-27 Thread Thomas Elmiger
Hi all,

Just a short note, most of all to Josiah who contributed another great idea 
and testing: My plugins are updated!

   - ToDoNow in V 1.0.0 has a new concept to set priorities for tasks in 
   the list – presets for this can be defined in the plugin’s readme.
  - You will *have to *(re)set your priority values if you update
  - Thanks for inspiration to Josiah!
   - Listreveal brings components and translations for this so be sure to 
   upgrade that too (v 0.1.14)
   - As an Add-on you get a tiddler *Work-Report* to look back on what you 
   have been working on – with editable title and optimized for printing 
   (since last version).
   
*As always: remember to back up your wikis before you try my stuff.*

And as always you can find my plugins here: 
http://tid.li/tw5/plugins.html#Get%20More%20Plugins – feedback is highly 
appreciated.

Have a nice week!
Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a6ab8cf3-506d-4aee-8f59-51d825f261bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Slow response and slow text entry - Win7, Firefox45, TW5.1.13

2017-03-27 Thread @TiddlyTweeter
As Jed & PMario indicate performance is dependent on a number of factors.

If we knew a bit more about the size of your TW, it contents & organisation 
we could likely suggest more concrete solutions.

Something they did not mention is "dynamism". IF you had a LOT of lists, 
filters etc that dynamically create Tiddlers it can slow things down. Also 
extensive use of tags can sometimes slow TW.

FWIW, the relationship between the size of a TW and its performance is not 
linear. It depends a lot on how its organised.

I'd be interested to know a bit more of YOUR use of TW. 

I think performance is an issue we should talk about more often. 

Best wishes
Josiah

On Monday, 27 March 2017 12:10:00 UTC+2, PMario wrote:
>
> Hi Matthew,
>
> In addition to Jed's info. ... 
>
>  - How big is your TW file?
>  - How many tiddlers do you have? ... see ControlPanel: Info
>  - did you include hue tiddlers. eg: 1MByte+ ... Images?
>
> -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/6acb555d-525d-4ff5-99de-85f744124de0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Slow response and slow text entry - Win7, Firefox45, TW5.1.13

2017-03-27 Thread PMario
Hi Matthew,

In addition to Jed's info. ... 

 - How big is your TW file?
 - How many tiddlers do you have? ... see ControlPanel: Info
 - did you include hue tiddlers. eg: 1MByte+ ... Images?

-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/d4bb83ac-f347-4fd7-9730-7df8a860cd5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Slow response and slow text entry - Win7, Firefox45, TW5.1.13

2017-03-27 Thread Jed Carty
Is it getting slower on your specific wiki or on an empty wiki also?

The only really general advice I have is:
* only have the tiddler you are editing open while editing. 
* hide the sidebar (or set it to a the Open tab, but that wouldn't be as 
effective)
* set the animation duration to 0 (I don't know if that would have any 
effect on text entry)
* in the tiddler $:/config/Drafts/TypingTimeout 
 set the 
value to something higher like 1000

I am not certain that any of those will do much to help, there may also be 
some plugins that can cause things to slow down, but not many of them do.

-- 
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/52d74381-a539-4ff4-915b-0990b9022edb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Toccata & Fugue

2017-03-27 Thread @TiddlyTweeter
Bartolomey and Bittmann's LES PAULI. Runner as a TiddlyWiki motif.

https://www.youtube.com/watch?v=QkvWHRmHEVk

On Monday, 27 March 2017 11:24:25 UTC+2, @TiddlyTweeter wrote:
>
> Over on Twitter Thomas Elmiger  suggested 
> Bartolomey 
> and Bittmann's LES PAULI could be a decent tune for Tiddlywiki. Its got the 
> needed flex.
>

-- 
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/85f4b25a-02f8-473e-86b5-8016115a90ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Toccata & Fugue

2017-03-27 Thread @TiddlyTweeter
Over on Twitter Thomas Elmiger  suggested 
Bartolomey 
and Bittmann's LES PAULI could be a decent tune for Tiddlywiki. Its got the 
needed flex.

-- 
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/99b88bac-1872-4369-be10-aa1e3da6b669%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-27 Thread Atul Grover
Thank you Jeremy and BJ!! Took me some time to comprehend...now I realize 
how I can use this great utility, especially in my project.

Thanks


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/49c961c6-9385-4f32-91bd-7ac10f6e9678%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Empty Prerelease

2017-03-27 Thread Jan Johannpeter
Hello Eric, thanks a lot!
Jan

2017-03-27 1:06 GMT+02:00 Eric Shulman :

> On Sunday, March 26, 2017 at 3:53:57 PM UTC-7, Jan wrote:
>>
>> Hi dear core Team,
>> where do I find the empty prerelease
>>
>
> http://tiddlywiki.com/prerelease/empty.html
>
> -e
>
> --
> 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/b919d1a6-8fa0-4bf6-8d4f-99bc21f886a6%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/CALdpFy39mPrm8ooZYRVRgdPzDPu1sPsf0SpuWXFjsOo0pNS1SQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.