[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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 --

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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