[tw] Re: [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Hold the boat folks, nothing is ever as simple as it seems. It seems as
though I broke the expanding info section. Hacking this beautiful work of
art is like trying to modify a Rembrandt with a toothbrush. I have to admit
that when I get an idea that seams simple at first with Tiddlywiki 5, it
really isn't. Please offer any suggestions. Thanks.

On Sun, Dec 28, 2014 at 11:42 PM, andrew harrison <
andrew.j.harriso...@gmail.com> wrote:

> Check out my _canonical_uri Example
>  that fills the
> entire tiddler.
>
> On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison <
> andrew.j.harriso...@gmail.com> wrote:
>
>> Nevermind, I figured it out. I was trying to expand the _canonical_uri to
>> fill the entire tiddler and then z-index the tc-tiddler-controls above it
>> and I inadvertently killed the drop down. After expanding the iframe from
>> the external viewer, I had to restyle the tiddler controls with the
>> following in order to make sure I wasn't affecting the edit controls:
>>
>> html div.tc-titlebar > span.tc-tiddler-controls {
>>  position: absolute;
>>  right: 85px;
>>  z-index: 1;
>> }
>>
>>
>> On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison <
>> andrew.j.harriso...@gmail.com> wrote:
>>
>>> Hey all, somehow I broke my drop down for my tiddler controls and I
>>> can't figure out how to fix it. At times I can come up with some really
>>> complex stuff and then something like this stumps me. My site is at
>>> t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
>>> somehow I seem to have caused it to stop showing. All I get is a little
>>> sliver of the drop down when I hit the more button. All I was trying to do
>>> was expand the _canonical_uri Example to fill the entire tiddler and then
>>> make the tiddler controls appear above it. The top toolbar more button
>>> works just fine. Anyone?
>>>
>>
>>
>

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A View Mode Editor and a simple Calcualtor

2014-12-28 Thread Vincent Yeh
Hi Yakov,

Good to hear from you again! The navigation issue you mentioned has been 
worked on over a few releases and is finally possible in the current one 
(but not yet implemented). It was not easy in the past versions due to the 
wiki text searching strategy: search within the same type. That strategy 
made it possible to quickly locate the wiki text of a DOM element, but 
difficult to move the cursor to the next sibling of a different type. In 
the past few releases I had implemented another strategy: search 
sequentially. This will make it easy to move cursor over to the next 
sibling, whatever element type it is, at the cost of a noticeable slow down 
in the searching speed. I am working on this "normal navigation" and 
hopefully it will come out in the next couple of releases.

Have Fun!
Vincent

On Sunday, December 28, 2014 11:35:29 PM UTC+8, Yakov wrote:
>
> Hi Vincent,
>
> sorry, I'm terribly busy these weeks, so no time for thorough testing for 
> now. But I'm glad that the development is going on and that you've done 
> this migrating, this was quite a task. I've downloaded the new versions and 
> may be will test them on the go; but the main thing that I can see and 
> would like to highlight for now is -- it is important to create adquate 
> navigation between elements. I mean, if I click a  element produced with 
> ''...'' wrapper, I'm not able to navigate to the next text part using 
> arrows (instead, I navigate between b elements in different parts of the 
> text), which hinders the workflow considerably.
>
> Best regards,
> Yakov.
>
> понедельник, 22 декабря 2014 г., 9:29:10 UTC+3 пользователь Vincent Yeh 
> написал:
>
> Updated links for the release note.
>
> See Release Note in TiddlySpot 
>  (or in 
> TiddlySpace 
> ) for 
> download links and more details.
>
> On Monday, December 22, 2014 2:26:27 PM UTC+8, Vincent Yeh wrote:
>
> Some bug fixes and improvements in *twve* v3.2.1. Welcome to try and give 
> feedback! See 
>
> ...

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Check out my _canonical_uri Example
 that fills the entire
tiddler.

On Sun, Dec 28, 2014 at 11:38 PM, andrew harrison <
andrew.j.harriso...@gmail.com> wrote:

> Nevermind, I figured it out. I was trying to expand the _canonical_uri to
> fill the entire tiddler and then z-index the tc-tiddler-controls above it
> and I inadvertently killed the drop down. After expanding the iframe from
> the external viewer, I had to restyle the tiddler controls with the
> following in order to make sure I wasn't affecting the edit controls:
>
> html div.tc-titlebar > span.tc-tiddler-controls {
>  position: absolute;
>  right: 85px;
>  z-index: 1;
> }
>
>
> On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison <
> andrew.j.harriso...@gmail.com> wrote:
>
>> Hey all, somehow I broke my drop down for my tiddler controls and I can't
>> figure out how to fix it. At times I can come up with some really complex
>> stuff and then something like this stumps me. My site is at
>> t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
>> somehow I seem to have caused it to stop showing. All I get is a little
>> sliver of the drop down when I hit the more button. All I was trying to do
>> was expand the _canonical_uri Example to fill the entire tiddler and then
>> make the tiddler controls appear above it. The top toolbar more button
>> works just fine. Anyone?
>>
>
>

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Nevermind, I figured it out. I was trying to expand the _canonical_uri to
fill the entire tiddler and then z-index the tc-tiddler-controls above it
and I inadvertently killed the drop down. After expanding the iframe from
the external viewer, I had to restyle the tiddler controls with the
following in order to make sure I wasn't affecting the edit controls:

html div.tc-titlebar > span.tc-tiddler-controls {
 position: absolute;
 right: 85px;
 z-index: 1;
}


On Sun, Dec 28, 2014 at 9:06 PM, andrew harrison <
andrew.j.harriso...@gmail.com> wrote:

> Hey all, somehow I broke my drop down for my tiddler controls and I can't
> figure out how to fix it. At times I can come up with some really complex
> stuff and then something like this stumps me. My site is at
> t5a.tiddlyspot.com. I was working on my _canonical_uri Example and
> somehow I seem to have caused it to stop showing. All I get is a little
> sliver of the drop down when I hit the more button. All I was trying to do
> was expand the _canonical_uri Example to fill the entire tiddler and then
> make the tiddler controls appear above it. The top toolbar more button
> works just fine. Anyone?
>

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Search for an index by its content (and some video and string concatenation stuff)

2014-12-28 Thread Jed Carty
Stephan,

I can't find a way to make that search indices of data tiddlers. I can 
probably change things around so that I am using fields instead, in which 
case that will solve that part of the problem.

So, thanks! It looks like you gave me a solution. I would still like to 
find out if it is possible to search indices by their content, but for now 
I can use fields.

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Broken tiddler control drop down

2014-12-28 Thread andrew harrison
Hey all, somehow I broke my drop down for my tiddler controls and I can't
figure out how to fix it. At times I can come up with some really complex
stuff and then something like this stumps me. My site is at
t5a.tiddlyspot.com. I was working on my _canonical_uri Example and somehow
I seem to have caused it to stop showing. All I get is a little sliver of
the drop down when I hit the more button. All I was trying to do was expand
the _canonical_uri Example to fill the entire tiddler and then make the
tiddler controls appear above it. The top toolbar more button works just
fine. Anyone?

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Generating custom links (onClick)

2014-12-28 Thread Jean-Charles
I use TW5 as a Document Management system, with a lot of tiddlers generated 
containing references to various local files. Organization is done with 
fields/tags within TW5. I also have a small web server running locally, 
that answer to requests by opening the correct application directly on the 
desktop (a pdf opens in the pdf reader application, not in the browser). 
This web server sends no HTML back.

Currently, I use the [[somelink|http://127.0.0.1:2701/path/of/file]] link 
syntax. TW5 opens a new tab to make the request, the application opens as 
expected, but there is an empty tab open that stays around.

What I wanted to do is to generate a specific  link with an asynchronous 
AJAX request to my local web server. This would avoid tabs opening all 
along. However, my first tests showed that a macro could generate links 
easily, but that adding "onclick=" javascript is not allowed (TW5 seems to 
remove this). Are there ways to make this work (configuration tweak of some 
kind) ? I have no security concern as all this runs locally.

Suggestions are welcome.
--
 Jean-Charles

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Search for an index by its content (and some video and string concatenation stuff)

2014-12-28 Thread Stephan Hradek


Am Samstag, 27. Dezember 2014 22:16:48 UTC+1 schrieb Jed Carty:
>
> but I can't find a way to search all fields or indexes by their stored 
> values.
>
> Does this help? 
https://groups.google.com/forum/#!topic/tiddlywiki/w03HpUdfSIk 

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


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

2014-12-28 Thread Stephan Hradek
As an update:

Create a tiddler called "Field" tagged "$:/tags/AdvancedSearch" containing:

\define searchInField(field, for)

<$list filter="[!is[shadow]!is[system]field:$field$/$for$/]">

<$link><$view field="title"/>



\end


<$edit-text tiddler="$:/temp/advancedsearch" type="search" tag="input"/> 
<$select field="fieldname" tiddler="$:/temp/advancedsearch">
Any
<$list filter="[!is[shadow]!is[system]fields[]sort[]]" variable="fieldname">
>><>



<$reveal state="$:/temp/advancedsearch" type="nomatch" text="">
<$reveal state="$:/temp/advancedsearch!!fieldname" type="match" text="Any">
<$list filter="[!is[shadow]!is[system]fields[]]" variable="fieldname">


Searching in field: <>

<$macrocall $name="searchInField" field=<> 
for={{$:/temp/advancedsearch}}/>



<$reveal state="$:/temp/advancedsearch!!fieldname" type="nomatch" text="Any
">

Searching in field: {{$:/temp/advancedsearch!!fieldname}}

<$macrocall $name="searchInField" 
field={{$:/temp/advancedsearch!!fieldname}} for={{$:/temp/advancedsearch}}/>






You'll get an additional "Advanced Search tab where you can search in all 
or just one field for values.

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


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

2014-12-28 Thread Stephan Hradek


Am Sonntag, 28. Dezember 2014 04:13:46 UTC+1 schrieb Dmitry Skopa:
>
> Hello, Stephan
>
> Do I need to name this tiddler in some special way or tag it with some 
> special tag to make it work?
>
>
No. Just take care to remove the line breaks which appeared somehow in the 
code :(

\define searchInField(field, for)

<$list filter="[!is[shadow]!is[system]field:$field$/$for$/]">

<$link><$view field="title"/>



\end

<$reveal state="$:/temp/search" type="nomatch" text="">
<$list filter="[!is[shadow]!is[system]fields[]]" variable="fieldname">


Searching in field: <>

<$macrocall $name="searchInField" field=<> 
for={{$:/temp/search}}/>




 

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Idea for a Hangouts TiddlyWiki

2014-12-28 Thread RichShumaker
Thanks again Astrid.
I am working on a google hangouts link now since I added the new Tiddlers 
for Date, Google Hangouts, TW Version.
Your example for the YouTube Videos made it a lot easier to change the 
header.
The header pulls all the data except I need to get the Google Link set up.
So I just use header () ## and it pulls all the data automagically now, 
much easier and faster for sure.

Will be working on switching stuff around and then I can start on the 
backlog that I have been putting off till I had some macros.

Rich Shumaker

On Sunday, December 28, 2014 8:43:58 AM UTC-8, Astrid Elocson wrote:
>
> Hi Rich,
>
> Sorry for the delay in replying, but pleased you figured things out.
>
> Switching the order of parameters to a macro is merely a matter of 
> switching their order within the parentheses on the \define line.
>
> If you need to include the " (double quote) character when you pass a 
> value to a macro, there's an easy solution: enclose the value in """ 
> (triple double quotes). There's an example under "Multiline Parameters" at 
> http://tiddlywiki.com/#Macros%20in%20WikiText
>
> – æ
>

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Tick Sheet

2014-12-28 Thread andrew harrison
OK, I think I'm finished with my reset button for my dynamic Tick Sheet
. It stores states and text
in a temp tiddler. It can be cloned with one slight anomaly that I you have
to click a slider or type in the text field in order for the reset button
to work, but I think I can live with that. I can add sliders and modify the
tick sheet or even it's clones and still the reset button works in the
clones, perfect. All made possible by the amazing Jeremy and his
$action-deletefield. Now if anyone want's to take a look and tell me if I
am doing something wrong or if it could be achieved easier, please let me
know. Next, I'm working on toggle hypertext.

On Thu, Dec 25, 2014 at 11:56 PM, andrew harrison <
andrew.j.harriso...@gmail.com> wrote:

> Well, I created a reset button, but it isn't very dynamic. It does store
> states and text in a temp file, but I have to change the global reset macro
> if I want to change any sliders. I can clone it but then what if I want to
> change one of the sliders, my reset button would break. I need to be able
> to somehow cycle through the fields in my tick sheet or store the info for
> my reset button in my tick sheet like in a list field. I tried to stick the
> field names in a list field in my tick sheet but couldn't figure out how to
> use that to clear the fields in my temp tiddler. I couldn't figure out how
> to use information from the list filter and feed it to either a set
> command, or a setfield or even an action-setfield. Nothing seems to work.
> So if anyone has any other ideas? My working example is Tick Sheet
> .
>
> On Tue, Dec 23, 2014 at 3:53 PM, andrew.j.harrison84 <
> andrew.j.harriso...@gmail.com> wrote:
>
>> I am moving closer to a solution. If I put the field names for the
>> sliders in a list I can use a list filter to clear all my fields in my temp
>> tiddler. I would just like to figure out how I passed my tiddler title to
>> my global reset macro. I really don't know what I'm doing. I am so confused.
>>
>> I am moving closer to a solution. If I put the field names for the
>> sliders in a list I can use a list filter to clear all my fields in my temp
>> tiddler. I would just like to figure out how I passed my tiddler title to
>> my global reset macro. I really don't know what I'm doing. I am so confused.
>> Tobias Beer  wrote:
>> Hi Jed,
>>
>>
>>> the list widget shouldn't have any side effects because those side
>>> effects would happen each time the widget is refreshed, which can happen at
>>> arbitrary times leading to undefined behaviour
>>>
>>
>> true, it shouldn't have those side effects on it's own ...but, once
>> within a button or select or radio or check widget, it hopefully will have
>> those exact side-efects.
>>
>> Best wishes, Tobias.
>>
>> Hi Jed,
>>
>> the list widget shouldn't have any side effects because those side
>> effects would happen each time the widget is refreshed, which can happen at
>> arbitrary times leading to undefined behaviour
>>
>> true, it shouldn't have those side effects on it's own ...but, once
>> within a button or select or radio or check widget, it hopefully will have
>> those exact side-efects.
>>
>> Best wishes, Tobias.
>>
>>
>

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Default colour palettes

2014-12-28 Thread Astrid Elocson
According to http://tiddlywiki.com/#ColourPalettes:

> By convention, each [[theme|Themes]] provides a default colour palette in 
the tiddler [[$:/config/DefaultPalette]]. Thus, setting the tiddler 
[[$:/theme]] to the string `$:/config/DefaultPalette` will revert to the 
palette packaged with the current theme (as long as it hasn't been 
redefined, since it is a shadow tiddler).

Is this still true? I can't find any trace of $:/config/DefaultPalette, and 
following the instruction in the second sentence above seems to have no 
effect.

– æ

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Idea for a Hangouts TiddlyWiki

2014-12-28 Thread Astrid Elocson
Hi Rich,

Sorry for the delay in replying, but pleased you figured things out.

Switching the order of parameters to a macro is merely a matter of 
switching their order within the parentheses on the \define line.

If you need to include the " (double quote) character when you pass a value 
to a macro, there's an easy solution: enclose the value in """ (triple 
double quotes). There's an example under "Multiline Parameters" at 
http://tiddlywiki.com/#Macros%20in%20WikiText

– æ

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: A View Mode Editor and a simple Calcualtor

2014-12-28 Thread Yakov
Hi Vincent,

sorry, I'm terribly busy these weeks, so no time for thorough testing for 
now. But I'm glad that the development is going on and that you've done 
this migrating, this was quite a task. I've downloaded the new versions and 
may be will test them on the go; but the main thing that I can see and 
would like to highlight for now is -- it is important to create adquate 
navigation between elements. I mean, if I click a  element produced with 
''...'' wrapper, I'm not able to navigate to the next text part using 
arrows (instead, I navigate between b elements in different parts of the 
text), which hinders the workflow considerably.

Best regards,
Yakov.

понедельник, 22 декабря 2014 г., 9:29:10 UTC+3 пользователь Vincent Yeh 
написал:
>
> Updated links for the release note.
>
> See Release Note in TiddlySpot 
>  (or in 
> TiddlySpace 
> ) for 
> download links and more details.
>
> On Monday, December 22, 2014 2:26:27 PM UTC+8, Vincent Yeh wrote:
>
> Some bug fixes and improvements in *twve* v3.2.1. Welcome to try and give 
> feedback! See Release Note in TiddlySpot 
> 
>  
> (or in TiddlySpace 
> ) for 
> download links and more details.
>
> In a few more releases the *twve* shall go to TW5, I hope.
>
> Have Fune!
> Vincent
>
> On Wednesday, November 19, 2014 3:37:31 PM UTC+8, Vincent Yeh wrote:
>
> The removal of jQuery and the resulting debugging took a lot longer than I 
> expected. Finally I've got it done and tested with all the Examples given 
> in TiddlySpot  (or in 
>
> ...

-- 
You received this message because you 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Spanish Translation

2014-12-28 Thread Jeremy Ruston
Hi Alfonso, Paulus

> Completed TW5 translation of strings into Spanish

With extraordinary timing, another contributor Paulus sent me a Spanish
translation via email two days ago. Yesterday I uploaded Paulus's
translation as a prerelease:

http://tiddlywiki.com/prerelease

To my inexpert eye the two translations seem to be largely similar, but
with some noticeable differences.

Would you be able to put your heads together and merge the translations to
give us the best of them both?

This can be done using the revised translators edition:

http://tiddlywiki.com/prerelease/editions/translators/

Select "Spanish" from the language menu (indicated by the British flag),
and then you'll be able to review and change the translations as needed.

> I had several issues with corruption of the file during the translation,
specifically the view or theme

Fascinating, I've not seen anything like this before. I'm investigating to
try to figure out what's happened.

Best wishes

Jeremy


On Sun, Dec 28, 2014 at 12:38 AM, Alfonso Arciniega 
wrote:

> Completed TW5 translation of strings into Spanish using Jeremy's
> instructions as above, with the exception of the strings in the "Palette
> Colours" section which IMO it probably does not make sense to translate.
> The TW5 5.1.5-prerelease version is at:
> https://dl.dropboxusercontent.com/u/51743913/es-ESTranslation2.html
>
> I had several issues with corruption of the file during the translation,
> specifically the view or theme; glad I was making backups every once in a
> while. If someone wants to look at one of the corrupted files, it is also
> available here:
> https://dl.dropboxusercontent.com/u/51743913/es-ESTranslation.html
> I did not upgrade the file to the latest version 5.1.7 for being afraid of
> facing more issues. Maybe someone would like to investigate why the file
> theme turned into a mess all of a sudden.
>
> Coming back to the good news, now we need to incorporate the translation
> into the latest version and create a proper Spanish version. Sorry I cannot
> help with this (GitHub is not my cup of tea). I will do another review of
> the translation once I get my hands on the Spanish 5.1.7 (or later)
> version, as it will need a few changes for sure. Help from other Spanish
> spoken people in this group is welcome.
>
> Regards and best wishes for 2015,
>
> Alfonso
>



-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.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 post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.