Re: [tw] Re: TW5 Alternatives for TWClassic-Plugins : OpenStory/SaveStory

2016-04-29 Thread 'Mark S.' via TiddlyWiki
Hello Jan,

I don't think there is a "split" operator -- at least it's not mentioned in 
the docs.

And I don't think you can capture the nicely formatted list and tuck it 
into a tiddler. It would be cool if you could.

But I think what you could do is save your stories in the list field of 
tiddlers. Then set up a Conditional Template that would display the 
tiddlers almost the way you are doing here. See Tobias Beer's site 
"http://tobibeer.github.io/tb5/#Conditional 
ViewTemplate Section" 
 for 
details on Conditional Templates.

Change your previous code to save lists in the list field of the snapshot 
tiddlers instead of in the text field.

Set up your view template so that it displays any tiddler having the tag 
"Snapshot" and contains a list. You would have something like this:

<$list filter="[all[current]tag[Snapshot]has[list]]">
<$list filter="[list[]!tag[excludeStory]]"><$link><$view 
field="title"/>


Now when you view the snapshot tiddlers, you'll see the story list you want 
in a nice linked list, minus any tiddlers that have been excluded with the 
tag "excludeStory".

HTH
Mark


On Friday, April 29, 2016 at 5:10:30 PM UTC-7, Jan wrote:
>
> Hello,
> I think I would like to do a solution with a small detour:
> 1. Create a ShadowTiddler called [[Snapshot]] which contains the Story 
> like this:
>  {{{[split:list{$:/StoryList!!list}]}}}
>  Question: How can I exclude the Tiddlers Tagged with excludeStory? 
>

 

> 2. How can set the value of 
> <$action-setfield $tiddler="$(snapshot)$" $field="text" $value=  
> tags="Snapshot">
> to the clickyfied Text of [[Snapshot]]
>
> Thanks...
> Jan
>
>
>
> Am 28.04.2016 um 04:15 schrieb 'Mark S.' via TiddlyWiki:
>
> Hello,
>
> Technically, this modification of matebele's version does just what you 
> want:
>
> \define saveSnapshot()
> <$button> Save Snapshot
> <$action-setfield $tiddler="$(snapshot)$" $field="text" $value=  
> tags="Snapshot">
> 
> \end
>
> \define showSnapshot()
> <$button set="$:/StoryList!!list" setTo={{$(snap)$}}>Show Snapshot<
> /$button>
> \end
>
> ;Show Snapshot
>
> <$select tiddler="$:/_snapshots" field="
> story-name" default='(none)'>
> <$list filter="[tag[Snapshot]]" variable="currentIndex">
> >><>
> 
> 
> <$set name="snap" value={{$:/_snapshots!!story-name}}>
> <>
> 
>
> ;Save Snapshot
>
> <$edit-text tiddler="$:/_snapshots" 
> field="story-name"/>
> <$set name="snapshot" value={{$:/_snapshots!!story-name}}>
> <>
> 
>
> Be sure to back up before trying this! You will need to create an 
> additional tiddler $:/_snapshots. 
>
> But I'm guessing that you won't like the way it works -- all the tiddlers 
> are listed one after another in a single line rather than in list. I 
> imagine it will take a javáscript macro to be able to make it into a 
> standard list.
>
> Mark
>
> On Wednesday, April 27, 2016 at 3:24:46 PM UTC-7, Jan wrote: 
>>
>> Hello Mark,
>> I am working on a collection of excercises for theatre-classes. 
>> Tiddlers describing Exercises are combined for lessons vía stories. 
>> Thus the stories - like shold be tagged to sort them and described which 
>> aim shall be achieved. 
>> The idea is to work together on this collection and to exchange exercises 
>> and lessons. It is necessary to import just the new storytiddler (and the 
>> tiddlers that don't exist yet, but that's another task) in order not to 
>> make a mess.
>> If you are interested  the in TWC version here it  is(alas in german): 
>> https://www.dropbox.com/s/837chmzhxky7wjm/DS%20Arbeitsfassung.html?dl=0
>> If you type storydemo in the searchfield you see the kind of storytiddler 
>> I would like to generate. This one was generated automatically which 
>> collects information from fields in the tiddlers of the story...
>>
>> Thanks for your interest
>> Jan
>>
>>
>>
>>
>> Am 27.04.2016 um 22:06 schrieb 'Mark S.' via TiddlyWiki:
>>
>> I'm trying to understand your use case. If users have access to your TW, 
>> can't they already just use the dropdown list to select and display a 
>> particular story? How will having the list in a separate tiddler help you 
>> share metadata?
>>
>> It almost sounds like you want to share not just a list of tiddlers but 
>> the contents of the tiddlers as well -- basically an export.
>>
>> Thanks,
>> Mark
>>
>> On Wednesday, April 27, 2016 at 10:19:05 AM UTC-7, Jan wrote: 
>>>
>>> Hi Mat, 
>>> thanks for this interesting solution, it seems that here all snapshots 
>>> are saved in one tiddler.
>>> I need to store each story in a single Tiddler. This is necessary 
>>> because I have to add metadata to the stories and because I want to be able 
>>> to exchange these stories with other users of the Project.
>>> Is it possible to change the code
>>>
>>> *-to create a button which saves a list of open Tiddlers in a new Tiddler, 
>>> (SaveStory)*
>>>
>>> \define saveSnapshot()
>>> <$button
>>> set="$:/_snapshots##$(snapText)$"
>>> 

Re: [tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-29 Thread DesignWriteX SteveSchneider
Hey folks, this all looks very intriguing, and I hope to work with it in
the next week or two. What it makes possible is, among other things,
allowing individuals to write tiddlers from google forms, and allowing all
many ifttt.com channels to write tiddlers by appending rows to google
spreadsheets (thus allowing one to "tweet into their tiddlywiki") among
other things. Thanks for this work; I look forward to exploring it, and
will post some examples here once I've built them... //steve.

On Tue, Apr 26, 2016 at 3:29 AM, Jeremy Ruston 
wrote:

> Hi Sini-Kit
>
> Hi! Test button don't work. I try in IE and Chrome. google sheets API use
> keys. So all the examples on .NET and Java (server need). But  we can add
> information to table without keys using google forms and connecting them to
> google sheets, but we cant delete or modify old, and BUT we can add new
> version of tiddler to google sheets without deleting old, and render in TW5
> only last variant of tiddler. Our table will be great, it will be nice to
> have way to delete old variants…
>
>
> Just to add that I think this approach of using Google Sheets for tiddler
> storage is a terrific idea, and would love to see this happen.
>
> Best wishes
>
> Jeremy
>
>


-- 
DesignWriteX is the administrative account for {{DesignWrite}}, the
Designing and Writing Interactive Texts learning community.

http://bit.do/designwrite
Coordinator: Steve Schneider, st...@sunyit.edu

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


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-29 Thread Andrew
Now in IE 11, the whole edit field now clears if you change views and also 
randomly. Something is wrong. It was working better. What changed?

-- 
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/5b46be97-e9f8-4f99-ba1c-5b5b2ac3cbe1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-29 Thread andrew harrison
Eeek, I have a serious problem now with the prerelease in IE 11, the whole
edit field now disappears if you change views and also randomly. Something
is wrong.

On Fri, Apr 29, 2016 at 3:33 PM, Alex Hough  wrote:

> This release is looking shaping up to be a real milestone. the next
> hangout is hangout 100, it seems to me at least that there should be some
> kind of celebration.
>
> Best wishes
>
>
> Alex
>
>
> On Friday, 29 April 2016, Mat  wrote:
>
>> Jeremy, and everyone who is contributing - thank you for fantastic
>> creations!
>>
>> Some feedback
>>
>> Stamping:
>> I've implemented a stamping tool in QuickTid
>>  (the button called "Content"). One
>> feature of it is that some snips can *surround* already typed content.
>> This is useful e.g when stamping html tags (start and end) but also to,
>> say, in one go stamp both Hello and a Goodbye+signature. The Example
>> with prepost
>> 
>> is intended to illustrate this and how it works (see edit mode).
>>
>> Link
>> IMO, the user should be able to create a link to a not yet existing
>> tiddler. I.e if Foo doesn't exist as a selectable title, there's some kind
>> of "make" button that stamps [[Foo]] - or, perhaps more elegantly, just
>> clicking enter creates it.
>>
>> ...and, btw, the X button for the Link tool would be prettier if it
>> looked like e.g the search tool X button.
>>
>> Button layout
>> The backticks button appears grouped (slightly left distanced) with X2
>> rather than blockticks.
>>
>> Tooltips
>> I feel (now) it would be valuable to see the name of the tool as a
>> tooltip so it is easier to reference it such as when writing about them
>> here on the boards.
>>
>> Setting tools
>> It is very rare that I use, say subscript or superscript. It is not
>> convenient to have have it appear all the time or to have it disabled and
>> then be forced to go deep into the Ctrlpanel to activate it, (possibly even
>> just for a few seconds). I would strongly suggest a setting accessed
>> tiddler-locally, perhaps a popup like the more button, floating to extreme
>> right. (I've expressed similar opinions before regarding local controls of
>> things, but for the text editor toolbuttons this is even more relevant
>> because of the number of buttons and how infrequently some are used.)
>>
>>
>> Markdown editor (yay!):
>> Instead of a *page controll* button to open a tiddler with that special
>> editor, I think it would be much better with a toggle button showing in
>> tiddler edit view - either appearing just like one of the other buttons,
>> but at one of the extreme ends - maybe even out in the (left) gutter.
>>
>> Clicking the more(?) button opens empty popup.
>>
>>
>> Minor
>> ctrlpanel > Appearance > Toolbars > ViewToolbar ... seems to be missing
>> icon for bottom most item.
>>
>>
>> I see no mention of DesignWrite.
>> And IMO at least the conversations between you and prof. Steve could be
>> linked to in the Videos tiddler.
>>
>>
>> <:-)
>>
>> --
>> 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/774b754c-8562-4050-968b-6a869aebbb20%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/CALc1hYfYCr5vH3JYQztEFQyv8yfoF%2Bs2e8dygP8yUi53bCBV0A%40mail.gmail.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 

Re: [tw] Re: TW5 Alternatives for TWClassic-Plugins : OpenStory/SaveStory

2016-04-29 Thread Jan

Hello,
I think I would like to do a solution with a small detour:
1. Create a ShadowTiddler called [[Snapshot]] which contains the Story 
like this:

 {{{[split:list{$:/StoryList!!list}]}}}
 Question: How can I exclude the Tiddlers Tagged with excludeStory?

2. How can set the value of
|<$action-setfield $tiddler="$(snapshot)$"$field="text"$value= 
tags="Snapshot">|

to the clickyfied Text of [[Snapshot]]

Thanks...
Jan



Am 28.04.2016 um 04:15 schrieb 'Mark S.' via TiddlyWiki:

Hello,

Technically, this modification of matebele's version does just what 
you want:


|
\define saveSnapshot()
<$button>SaveSnapshot
<$action-setfield $tiddler="$(snapshot)$"$field="text"$value= 
tags="Snapshot">


\end

\define showSnapshot()
<$button set="$:/StoryList!!list"setTo={{$(snap)$}}>ShowSnapshot
\end

;Show Snapshot

<$select tiddler="$:/_snapshots" 
field="story-name" default='(none)'>

<$list filter="[tag[Snapshot]]" variable="currentIndex">
>><>


<$set name="snap" value={{$:/_snapshots!!story-name}}>
<>


;Save Snapshot

<$edit-text tiddler="$:/_snapshots" 
field="story-name"/>

<$set name="snapshot"value={{$:/_snapshots!!story-name}}>
<>

|

Be sure to back up before trying this! You will need to create an 
additional tiddler |$:/_snapshots|.


But I'm guessing that you won't like the way it works -- all the 
tiddlers are listed one after another in a single line rather than in 
list. I imagine it will take a javáscript macro to be able to make it 
into a standard list.


Mark

On Wednesday, April 27, 2016 at 3:24:46 PM UTC-7, Jan wrote:

Hello Mark,
I am working on a collection of excercises for theatre-classes.
Tiddlers describing Exercises are combined for lessons vía stories.
Thus the stories - like shold be tagged to sort them and described
which aim shall be achieved.
The idea is to work together on this collection and to exchange
exercises and lessons. It is necessary to import just the new
storytiddler (and the tiddlers that don't exist yet, but that's
another task) in order not to make a mess.
If you are interested  the in TWC version here it  is(alas in
german):
https://www.dropbox.com/s/837chmzhxky7wjm/DS%20Arbeitsfassung.html?dl=0

If you type storydemo in the searchfield you see the kind of
storytiddler I would like to generate. This one was generated
automatically which collects information from fields in the
tiddlers of the story...

Thanks for your interest
Jan




Am 27.04.2016 um 22:06 schrieb 'Mark S.' via TiddlyWiki:

I'm trying to understand your use case. If users have access to
your TW, can't they already just use the dropdown list to select
and display a particular story? How will having the list in a
separate tiddler help you share metadata?

It almost sounds like you want to share not just a list of
tiddlers but the contents of the tiddlers as well -- basically an
export.

Thanks,
Mark

On Wednesday, April 27, 2016 at 10:19:05 AM UTC-7, Jan wrote:

Hi Mat,
thanks for this interesting solution, it seems that here all
snapshots are saved in one tiddler.
I need to store each story in a single Tiddler. This is
necessary because I have to add metadata to the stories and
because I want to be able to exchange these stories with
other users of the Project.
Is it possible to change the code

*-to create a button which saves a list of open Tiddlers in a new 
Tiddler, (SaveStory)***

\define saveSnapshot()
<$button
set="$:/_snapshots##$(snapText)$"
setTo={{$:/StoryList!!list}}>
{{$:/core/images/done-button}}
Save
\end

*-to create a button to open all Tiddlers contained in a Tiddler while 
closing all others.(OpenStory)*


\define loadSnapshot()
<$button
set="$:/StoryList!!list"
setTo={{$:/_snapshots##$(snapSelect)$}}>
{{$:/core/images/right-arrow}}
Load
\end

-Jan



Am 27.04.2016 um 14:59 schrieb Mat:

Maybe matabeles/tobias'  thing will help?


http://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot



<:-)


On Wednesday, April 27, 2016 at 2:07:48 PM UTC+2, Jan wrote:

Hello,
I am finally trying to migrate my TWC into TW5.
Unfortunately I would need some very plugins which I
found on Eric’s TiddlyTools. What I would need most is
the OpenStory/SaveStoryPlugins which allows
*-to create a button which saves a list of open Tiddlers
in a new Tiddler, and (SaveStory)**
-to create a button to open all Tiddlers contained in a
Tiddler while closing all 

Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-29 Thread Alex Hough
This release is looking shaping up to be a real milestone. the next hangout
is hangout 100, it seems to me at least that there should be some kind of
celebration.

Best wishes


Alex

On Friday, 29 April 2016, Mat  wrote:

> Jeremy, and everyone who is contributing - thank you for fantastic
> creations!
>
> Some feedback
>
> Stamping:
> I've implemented a stamping tool in QuickTid
>  (the button called "Content"). One
> feature of it is that some snips can *surround* already typed content.
> This is useful e.g when stamping html tags (start and end) but also to,
> say, in one go stamp both Hello and a Goodbye+signature. The Example with
> prepost
> 
> is intended to illustrate this and how it works (see edit mode).
>
> Link
> IMO, the user should be able to create a link to a not yet existing
> tiddler. I.e if Foo doesn't exist as a selectable title, there's some kind
> of "make" button that stamps [[Foo]] - or, perhaps more elegantly, just
> clicking enter creates it.
>
> ...and, btw, the X button for the Link tool would be prettier if it looked
> like e.g the search tool X button.
>
> Button layout
> The backticks button appears grouped (slightly left distanced) with X2
> rather than blockticks.
>
> Tooltips
> I feel (now) it would be valuable to see the name of the tool as a tooltip
> so it is easier to reference it such as when writing about them here on the
> boards.
>
> Setting tools
> It is very rare that I use, say subscript or superscript. It is not
> convenient to have have it appear all the time or to have it disabled and
> then be forced to go deep into the Ctrlpanel to activate it, (possibly even
> just for a few seconds). I would strongly suggest a setting accessed
> tiddler-locally, perhaps a popup like the more button, floating to extreme
> right. (I've expressed similar opinions before regarding local controls of
> things, but for the text editor toolbuttons this is even more relevant
> because of the number of buttons and how infrequently some are used.)
>
>
> Markdown editor (yay!):
> Instead of a *page controll* button to open a tiddler with that special
> editor, I think it would be much better with a toggle button showing in
> tiddler edit view - either appearing just like one of the other buttons,
> but at one of the extreme ends - maybe even out in the (left) gutter.
>
> Clicking the more(?) button opens empty popup.
>
>
> Minor
> ctrlpanel > Appearance > Toolbars > ViewToolbar ... seems to be missing
> icon for bottom most item.
>
>
> I see no mention of DesignWrite.
> And IMO at least the conversations between you and prof. Steve could be
> linked to in the Videos tiddler.
>
>
> <:-)
>
> --
> 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/774b754c-8562-4050-968b-6a869aebbb20%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/CALc1hYfYCr5vH3JYQztEFQyv8yfoF%2Bs2e8dygP8yUi53bCBV0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-29 Thread Mat
Jeremy, and everyone who is contributing - thank you for fantastic 
creations!

Some feedback

Stamping:
I've implemented a stamping tool in QuickTid 
 (the button called "Content"). One 
feature of it is that some snips can *surround* already typed content. This 
is useful e.g when stamping html tags (start and end) but also to, say, in 
one go stamp both Hello and a Goodbye+signature. The Example with prepost 
 
is intended to illustrate this and how it works (see edit mode).

Link
IMO, the user should be able to create a link to a not yet existing 
tiddler. I.e if Foo doesn't exist as a selectable title, there's some kind 
of "make" button that stamps [[Foo]] - or, perhaps more elegantly, just 
clicking enter creates it.

...and, btw, the X button for the Link tool would be prettier if it looked 
like e.g the search tool X button.

Button layout
The backticks button appears grouped (slightly left distanced) with X2 
rather than blockticks. 

Tooltips
I feel (now) it would be valuable to see the name of the tool as a tooltip 
so it is easier to reference it such as when writing about them here on the 
boards.

Setting tools
It is very rare that I use, say subscript or superscript. It is not 
convenient to have have it appear all the time or to have it disabled and 
then be forced to go deep into the Ctrlpanel to activate it, (possibly even 
just for a few seconds). I would strongly suggest a setting accessed 
tiddler-locally, perhaps a popup like the more button, floating to extreme 
right. (I've expressed similar opinions before regarding local controls of 
things, but for the text editor toolbuttons this is even more relevant 
because of the number of buttons and how infrequently some are used.)


Markdown editor (yay!):
Instead of a *page controll* button to open a tiddler with that special 
editor, I think it would be much better with a toggle button showing in 
tiddler edit view - either appearing just like one of the other buttons, 
but at one of the extreme ends - maybe even out in the (left) gutter.

Clicking the more(?) button opens empty popup.


Minor
ctrlpanel > Appearance > Toolbars > ViewToolbar ... seems to be missing 
icon for bottom most item.


I see no mention of DesignWrite.
And IMO at least the conversations between you and prof. Steve could be 
linked to in the Videos tiddler.


<:-)

-- 
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/774b754c-8562-4050-968b-6a869aebbb20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-29 Thread Jed Carty
You can parse the json object returned by the xmlhttprequest in my example. 
It isn't as simple but it is possible.

-- 
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/0bdf16b0-3bde-4833-a3fa-808172c1d9ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Nesting of Items in Ordered Lists

2016-04-29 Thread Eric Shulman
On Friday, April 29, 2016 at 12:05:56 PM UTC-7, Scott Simmons (Secret-HQ) 
wrote:
>
> Hmmm.  Does TW5 no longer support nested ordered lists, like TWC did?
>
> For example, this:
>
> #first item
> ##second item
> ###third item
>
> ... renders in TWC as:
>
> 1. first item
>a. second item
>   i. third item
>
> ... but renders in TW5 as:
>
> 1. first item
> 1. second item
> 1. third item
>
> Is that an unimplemented feature, or did it cause problems with the new 
> core maybe?
>

Nested ordered lists DO work.  The standard HTML default style for OL is to 
use decimal numbers at all levels.

However, in TiddlyWiki Classic, the StyleSheetLayout shadow tiddler defined 
the styles for ordered list this way:

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

For TW5, paste the above into a tiddler tagged with $:/tags/Stylesheet, and 
you should then get the bullet styles you expect.

enjoy,
-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/0defdf3f-e121-4596-b4e6-e5d07262e2e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: npm installation: when I save wiki in the sidebar, the browser wants to save file

2016-04-29 Thread BJ
HI somen...

when you run tiddlywiki in nodejs there is a one to one mapping of tiddlers 
to files, edits you make to tiddlers are save via message thru nodejs to 
the files. There is still a 'save' button that makes a standalone 
tiddlywiki of all the tiddlers and downloads this as a single file.

all the best
BJ

On Friday, April 29, 2016 at 4:03:50 PM UTC+1, somen...@gmail.com wrote:
>
> Hi,
>
> I installed tiddlywiki via npm as you said in the Installation 
> instruction. When I press a button of saving in sidebar in the browser I 
> receive "save file" message. I suppose that it does not behave like this 
> because it's server side. What can I do? Is this a bug?
>

-- 
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/acdfa975-7d29-4187-a6e3-3454b6f8c258%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Nesting of Items in Ordered Lists

2016-04-29 Thread Scott Simmons (Secret-HQ)
Hmmm.  Does TW5 no longer support nested ordered lists, like TWC did?

For example, this:

#first item
##second item
###third item

... renders in TWC as:

1. first item
   a. second item
  i. third item

... but renders in TW5 as:

1. first item
1. second item
1. third item

Is that an unimplemented feature, or did it cause problems with the new 
core maybe?

-- 
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/c72a0a91-7e3e-4416-b476-3bdf44e86f82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [tw5] Final tests for 5.1.12 before release

2016-04-29 Thread Jeremy Ruston
I’ve just uploaded an update to the prerelease with a new “link” button for the 
editor toolbar, along the lines suggested by Alex below:

* Click the button to search for the target tiddler
** The dropdown search shares the same extensible tab system as the sidebar 
search
* Click the title of the tiddler to insert the link
* If there is no selection, a plain [[link]] is created
* If there is selected text, a [[selected text|link]] is created

As part of the work, I’ve also added a new way to invoke action widgets that 
allows them to be used with the select widget and the linkcatcher widget:

http://tiddlywiki.com/prerelease/#ActionWidgets:ActionWidgets%20SelectWidget

I’m still keen to release 5.1.12 in the next few days, so please do keep the 
feedback coming,

Best wishes

Jeremy


>> I am on the iPad  Just wondered if the edit toolbar would benefit from a 
>> [[link]] button.
> 
> Good point. One could imagine a dropdown that showed a search dialogue; 
> clicking a result would paste the link at the cursor position. I’ll have a 
> look if I have time, but would suggest that it would be a neat little self 
> contained improvement if anybody else wants to give it a try. Bonus points 
> for re-using the existing search infrastructure (so that the dropdown shows 
> the optional search result tabs).
> 
> Best wishes
> 
> Jeremy
> 
>> 
>> Best wishes 
>> 
>> Alex
>> 
>> On Sunday, 24 April 2016, Pau Deluca > > wrote:
>> I've now seen the shortcut editor. It's just great.
>> 
>> Regarding translation plugin, I just have a doubt. I see the new 
>> translatable strings on the translators edition. Ok so far, but: 
>> 
>> The already translated strings belong to the existing 5.1.11 version, which 
>> I have already revised for version 5.1.12 and I am now testing while 
>> translating the documentation.
>> 
>> How could I manage to have those strings I  already have revised (present in 
>> languages/es-ES in my translation es-ES GitHub branch)? 
>> 
>> I think I could just translate the new strings and leave the old ones 
>> untouched, then extract all the tiddlers and merge the new output folder 
>> with those already in languages/es-ES, refusing to replace the already 
>> existing files, but I would like to be sure if there is a simpler way I am 
>> jut overlooking.
>> 
>> P.-)
>> 
>> 
>> 
>> 
>> 
>> I've polished the translation
>> 
>> El domingo, 24 de abril de 2016, 14:26:49 (UTC+2), Jeremy Ruston escribió:
>> Hi Pau
>> 
>>> a) Ctrl-P shortcut toggles off the preview only. When trying to toggle the 
>>> preview back, the shortcut collides with with the system shortcut, opening 
>>> the print dialog. Would it be possible to make it e.g. Ctrl-Mays-P? Any 
>>> possibility to customise the shortcuts in the editor to better adapt to, 
>>> eg, different localisation standards? 
>> 
>> Good point, Ctrl-P probably isn’t a good choice. I’ll change it to Alt-P.  
>> However, a problem remains: after using the shortcut, the editor no longer 
>> has the focus so further keyboard shortcuts aren’t recognised. I don’t have 
>> a fix for this at the moment.
>> 
>> There is a full shortcut editor in the control panel, by the way.
>> 
>>> b) I see a lot of work ahead in my domain (i.e., documentation and 
>>> translation). Is the prerelease translators plugin also updated with the 
>>> new strings yet? 
>> 
>> Yes, it is up to date.
>> 
>>> c) Just whistle in case the documentation of the new features needs to be 
>>> written. 
>> 
>> Thanks! There are many holes in the documentation, and much to do,
>> 
>> Best wishes
>> 
>> Jeremy
>> 
>>> 
>>> P.-)
>>> 
>>> 
>>> 
>>> 
>>> 
>>> El sábado, 23 de abril de 2016, 14:14:24 (UTC+2), Jeremy Ruston escribió:
>>> Now that the editor toolbar work is completed, I’d like to release 
>>> TiddlyWiki 5.1.12 in the next couple of days. I’d be very grateful for help 
>>> with testing this release; there are a lot of changes this time around 
>>> which brings a potential for things to go wrong. 
>>> 
>>> There’s a prerelease available for testing: 
>>> 
>>> http://tiddlywiki.com/prerelease 
>>> 
>>>  
>>> 
>>> Please give it a try - be cautious about your personal data, and take 
>>> careful backups. Perform a test upgrade of your wikis and check for any 
>>> problems: 
>>> 
>>> http://tiddlywiki.com/prerelease/upgrade.html 
>>> 
>>>  
>>> 
>>> Please let me know if you spot any issues. This is a great time to submit 
>>> documentation updates but I’m afraid its too late for any further 
>>> functional changes. In particular if you have published TiddlyWiki 
>>> resources that are not currently linked from 
>>> http://tiddlywiki.com/prerelease  do 
>>> please consider 

[tw] Re: npm installation: when I save wiki in the sidebar, the browser wants to save file

2016-04-29 Thread Devin Weaver
I don't understand. I would expect that pressing the save button would save 
and a notification of such would be displayed. Is that not what happens?

Can you clarify:

   1. What do you *expect to happen* when you press that button?
   2. What *actually happens* when you press that button?
   3. What is different between those two?

On Friday, April 29, 2016 at 11:03:50 AM UTC-4, somen...@gmail.com wrote:
>
> Hi,
>
> I installed tiddlywiki via npm as you said in the Installation 
> instruction. When I press a button of saving in sidebar in the browser I 
> receive "save file" message. I suppose that it does not behave like this 
> because it's server side. What can I do? Is this a bug?
>

-- 
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/f26526bc-883c-433a-aff9-a33c83c78285%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Looking for PRPC Senior System Architect (SSA) in multiple locations.....phoenix, AZ/// Plantation, FL with TCS/ AMEX

2016-04-29 Thread Mat
@moderator

spam

-- 
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/bd761d53-fc25-4bb0-a485-cffa47d0e09e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-29 Thread Mat
Here are some bookmarks 

 on 
using Google Sheets as backend db for TW.

I briefly looked into this matter as I was creating the commenting system 
for TWaddle (which you can see there) that uses an iframe with a google *form. 
*It has the finesse to fetch the name of the current tiddler automatically 
and supply it along in the form. Other tiddler data can be fetched as well. 
I believe we reused the technique in the TWederation experiments but I 
don't recall if it was dismissed or if Jed improved it along the way.

<:-)

-- 
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/61526c8c-5cc1-45af-91b6-3f334885d7eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Looking for PRPC Senior System Architect (SSA) in multiple locations.....phoenix, AZ/// Plantation, FL with TCS/ AMEX

2016-04-29 Thread salma bhat
Hi Partners!



Please provide some valuable resources for this position.



*Position: PRPC Senior System Architect*

*Location: Phoenix, AZ/ Plantation, FL*

*Client: TCS*

*Duration: 12+ months*



*Key Responsibilities And Accountabilities:*



Responsible for designing and building components of application. Providing
consultative guidance on all project assignments.  Works as part of a
project team to ensure that the business and technical architecture of the
delivered solution matches customer requirements.

Key Result Areas:

 Actively participate in the requirements, design and build phases;
delivering high quality deliverables.

 Assist with planning and execution of unit, integration and user
acceptance testing.

 Has an advanced understanding of the main features of PRPC.

 Facilitate knowledge transfer of PRPC functionality and application
functionality.

 Complete work in time / effort budget.  Provide proactive update to
project leader if timelines or effort estimate are in jeopardy.

 Realization of business benefit

Core Competencies:

 Architecture and Design of PRPC

 Coaching Others

 Consultative Skills

 Decision Making

 Domain Expertise

 Enterprise Application System Understanding

 Pega Expertise and Learning

 Presentation Skills











*Salma Bhat*

Desk : 609-853-0818 Ext: 2121

salma.b...@nityo.com 

*Nityo Infotech Corp. *

666 Plainsboro Road, Suite 1285 Plainsboro, NJ 08536

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK |Australia|Zealand  |

___

-- 
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/CAHi_%2BqQ-sz1C0GKDjwsA%2BoQ%3Dq_5_SRYpH0818WHRm4yHw%3DU11g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TypeError: tree is undefined when using markdown plugin

2016-04-29 Thread BJ
https://github.com/Jermolene/TiddlyWiki5/issues/2412

On Thursday, April 28, 2016 at 1:05:18 PM UTC+1, Adrian Goins wrote:
>
> I do have a github account, but it sounds like you have more information 
> to describe the bug. I would just copy/paste the bulk of our conversation. 
> If you would post the bug, I think that would be better.
>
> 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/7eef58da-ec5f-4ed6-a9ed-8f889a91606c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] npm installation: when I save wiki in the sidebar, the browser wants to save file

2016-04-29 Thread somenxavier
Hi,

I installed tiddlywiki via npm as you said in the Installation instruction. 
When I press a button of saving in sidebar in the browser I receive "save 
file" message. I suppose that it does not behave like this because it's 
server side. What can I do? Is this a bug?

-- 
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/7827c689-e446-4346-94f1-83b4a1dad161%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] What is the exact syntax for an imported image in my custom stylesheet?

2016-04-29 Thread Jeremy Ruston
It’s worth also mentioning the `\rules` pragma which can be used at the top of 
a wikitext tiddler to limit the parse rules that are recognised during parsing.

Most of the core stylesheets are typed wikitext but include the following at 
the top to suppress all wikitext formatting except transclusions and macro 
calls and definitions:

\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline 
macrocallblock

Best wishes

Jeremy.


> On 29 Apr 2016, at 13:44, Devin Weaver  wrote:
> 
> 
> 
> On Friday, April 29, 2016 at 6:24:56 AM UTC-4, peter@hotmail.de wrote:
> I was hoping there would be an alternate to  changing the type of the tiddler 
> to text/vnd.tiddlywiki because that messes up some stuff.
> 
> Like what specifically? Rendering? Here is what I do in my TiddlyWikis:
> 
> If the style sheet has no macros then I use text/css if it does use macros 
> (like <> or <>) then I use type text/vnd.tiddlywiki and wrap 
> the whole tiddler in a  tag so it renders nicely. I could also use the 
> three back ticks to code highlight if I had the highlight plugin. Since the 
> inclusion of CSS seems to ignore HTML surrounding it:
> 
> title: MySpecialStyle
> tags: $:/tags/Stylesheet
> type: text/vnd.tiddlywiki
> 
> \define border-radius(size)
>   border-radius: $size$;
>   -moz-border-radius: $size$;
>   -webkit-border-radius: $size$;
>   -o-border-radius: $size$;
> \end
> 
> 
> .foobar {
>   <>
>   color: <>;
>   background-color: <>;
> }
> 
> 
> Eventually I realized the only time I needed to see the style was while 
> editing and that had no formatting so I dropped the  tags all together. 
> And to be honest this makes sense. I would want my application/javascript to 
> be interpreted with the wikitext parser (gods, one left shift bit opperation 
> and all hell would break loos (var x = y << 1; // => BOOM!) Or in a text/css 
> if you has an empty string it would think you meant bold:
> 
> .foobar {
>   content: '';
> }
> .bar {
>   content: '';
> }
> 
> Would expand to:
> 
> .foobar {
>   content: ;
> }
> .bar {
>   content: ;
> }
> 
> And that would be silly.
> 
> So there are reasons that macros are only parsed in text/vnd.tiddlywiki and 
> not in alternative types (gosh think about parsing wikitext out of an 
> image/jpg).
> 
> 
> 
> 
> 
> 
> -- 
> 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/465873e8-8ffb-4a02-beba-ce7a9ed61452%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/7FDDFF6D-E272-42B5-B187-D4F54B209084%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] What is the exact syntax for an imported image in my custom stylesheet?

2016-04-29 Thread Devin Weaver


On Friday, April 29, 2016 at 6:24:56 AM UTC-4, peter@hotmail.de wrote:
>
> I was hoping there would be an alternate to  changing the type of the 
> tiddler to text/vnd.tiddlywiki because that messes up some stuff.
>

Like what specifically? Rendering? Here is what I do in my TiddlyWikis:

If the style sheet has no macros then I use text/css if it does use macros 
(like <> or <>) then I use type text/vnd.tiddlywiki and 
wrap the whole tiddler in a  tag so it renders nicely. I could also 
use the three back ticks to code highlight if I had the highlight plugin. 
Since the inclusion of CSS seems to ignore HTML surrounding it:

title: MySpecialStyle
tags: $:/tags/Stylesheet
type: text/vnd.tiddlywiki

\define border-radius(size)
  border-radius: $size$;
  -moz-border-radius: $size$;
  -webkit-border-radius: $size$;
  -o-border-radius: $size$;
\end


.foobar {
  <>
  color: <>;
  background-color: <>;
}


Eventually I realized the only time I needed to see the style was while 
editing and that had no formatting so I dropped the  tags all 
together. And to be honest this makes sense. I would want my 
application/javascript to be interpreted with the wikitext parser (gods, 
one left shift bit opperation and all hell would break loos (var x = y << 
1; // => BOOM!) Or in a text/css if you has an empty string it would think 
you meant bold:

.foobar {
  content: '';
}
.bar {
  content: '';
}

Would expand to:

.foobar {
  content: ;
}
.bar {
  content: ;
}

And that would be silly.

So there are reasons that macros are only parsed in text/vnd.tiddlywiki and 
not in alternative types (gosh think about parsing wikitext out of an 
image/jpg).





-- 
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/465873e8-8ffb-4a02-beba-ce7a9ed61452%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-29 Thread sini-Kit
 Hi! I continue my experiments. I make google form with password field, 
this form puts its fields to first hidden table. And... I make second 
PUBLIC google table, which take all fields from hidden table *except 
password row*.  So my password is hidden in goodle form (and nobody can get 
it) . Here is the demo of my experiment  https://jsfiddle.net/t77okvbw/5/  
it is static page, but you can put data to it if you know password.

you can test it password is admin

we can use it as comments system  to our tiddlers. 
If anybody know how to get google table not using jQuery ?






>

-- 
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/60c2fdb5-5207-408e-82bd-090c19de0c00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] What is the exact syntax for an imported image in my custom stylesheet?

2016-04-29 Thread peter . biewer
Thanks Hegart for specifying my problems. I sometimes have trouble with 
making a detailed call.

@Devin 
I was hoping there would be an alternate to  changing the type of the 
tiddler to text/vnd.tiddlywiki because that messes up some stuff. In the 
example for dataURI Example there is the macro $output="text/plain". It 
would be nice to mark up the necessary part of my stylesheet so it will 
render as vnd.text. The biggest confusion for me was the sentence in the 
same Tiddler:

>  If the example was in a CSS tiddler, you could simply write:
>
> background: url(<>);
>
> For me, or let me say from the eyes of a non coder, that does simply 
allows me to copy this line in my stylesheet.
TiddlyWiki is quick and easy. And I love the idea of one single file which 
included everything. I have only limited experience in writing and 
understanding code. As soon as it comes to whirled languages I will see my 
restrictions in understanding. But I am more one type of graphical person 
which is the reason I try to alternate the looking so badly. In the 
meantime I got a little peek into the matrix and I think I now understand 
why it is not simple possible to add an imported picture to the stylesheet. 
But shouldn't it be possibe? Guys don't get me wrong, the work everyone did 
for tiddlywiki is amazing. Probably I just want to make a suggestion coming 
from the minor side of a simple user.

 @Mat
Thanks for your forpeter tiddler ^^
Correct me if I'm wrong. You simply avoid my problem by adding a new 
html-element to the tiddlers (if needed). You gave me a huge playground. If 
thats work for my ideas that would be great. Again thank you!
I will post my experience and hopefully succes

-- 
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/41e4ed75-d138-4b3d-86ae-40dca494a894%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Markdown plugin still interpreting wiki text

2016-04-29 Thread Jeremy Ruston
Hi Chuck

> No, how do I set the content type?

Look immediately below the tiddler editing area. You should see the label 
“Type:” and a text box with a down arrow to the right. Click on the down arrow 
and you can choose from a list of available content types.

In the upcoming 5.1.12 version there is a new button for the “Tools” tab that 
makes a new Markdown tiddler with a single click,

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/3f953fd2-2060-452b-956f-ba9cfe9e1806%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/240844BC-916F-4E81-8DD5-ACA494A620B8%40gmail.com.
For more options, visit https://groups.google.com/d/optout.