[tw5] Re: MArkdown plugin and tables?

2018-07-23 Thread 'Mark S.' via TiddlyWiki
I believe you need to set "$:/config/markdown/dialect" to Maruku. Then follow the formatting documentatin at https://michelf.ca/projects/php-markdown/extra/ I don't know whether there are any downsides of this. The problem with markdown is that you have to give up all the features of TW to

[tw5] Re: MArkdown plugin and tables?

2018-07-23 Thread Andy Pastuszak
Changing to Maruku worked! Thanks for the tip! Andy On Monday, July 23, 2018 at 5:02:41 PM UTC-4, Mark S. wrote: > > I believe you need to set "$:/config/markdown/dialect" to Maruku. Then > follow the formatting documentatin at > > https://michelf.ca/projects/php-markdown/extra/ > > I don't

[tw5] MArkdown plugin and tables?

2018-07-23 Thread Andy Pastuszak
Am I going crazy or does the markdown plugin not support tables? -- 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

[tw5] Re: MArkdown plugin and tables?

2018-07-23 Thread Andy Pastuszak
Markdown allows linking, and I know the syntax already. So, I find it easier to use. But, to each his/her own. Andy On Monday, July 23, 2018 at 5:02:41 PM UTC-4, Mark S. wrote: > > I believe you need to set "$:/config/markdown/dialect" to Maruku. Then > follow the formatting documentatin

[tw5] Re: Draggable list

2018-07-23 Thread Dave
> > <> >>> Is there a way to make that bulleted? the spacing in between is pretty big as is. -- 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

[tw5] Re: Quotes and Minimum Information Units as Tiddlers

2018-07-23 Thread Diego Mesa
I agree Mario - having multiline fields will not solve this conceptual problem - the problem being the relationship between titles and content in a minimum information unit framework. The solution might not be multiline fields, instead its some way to *specify* and *access* some kind of "sub

[tw5] Re: Linked Lists: Worth to share, Thanks to Mat

2018-07-23 Thread Mat
Thanks for cred and for sharing Mohammad. Keep it up! <:-) -- 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

[tw5] Re: Presenting: newtids macro - convert word into tid by a click

2018-07-23 Thread Mohammad
Wonderful Mat! For me it can used to create several tiddlers tagged with slide in my Tiddlyshow application (tiddlyshow.tiddlyspot.com) I always learn from your interesting code! /Mohammad On Monday, July 23, 2018 at 9:31:02 PM UTC+4:30, Mat wrote: > > Updated .

[tw5] Re: Presenting: newtids macro - convert word into tid by a click

2018-07-23 Thread Mat
Updated . Just popping by very quickly to inform that the newtids macro has been improved to handle items in the list without the need for surrounding brackets. I.e you just copy-paste from your excel or word document into the

[tw5] Re: Presenting: newtids macro - convert word into tid by a click

2018-07-23 Thread Mohammad
One minor issue: If you forget you have tiddlers already and several times in different places use the below code <> It will not return any warning! and just show something like this that is difficult to figure out it because of repeated tiddlers. On Thursday, November 2, 2017 at

[tw5] Re: Table line shading

2018-07-23 Thread Andy Pastuszak
Beautiful! Thank you! On Thursday, July 19, 2018 at 6:45:13 PM UTC-4, Mark S. wrote: > > This seems to work: > > .table1 tr:nth-of-type(6n+1) {background-color:#ccc;} > .table1 tr:nth-of-type(6n+2) {background-color:#ccc;} > .table1 tr:nth-of-type(6n+3) {background-color:#ccc;} > > -- Mark > > >

[tw5] Images help

2018-07-23 Thread Edward Veal
I am looking for how to add images to a tiddler. Can someone provide me some assistance? Ed -- 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

[tw5] Re: Link and Wikify the Title of a Modal(/Wizard/Lightbox)

2018-07-23 Thread Scott Simmons (Secret-HQ)
TonyM! (I've missed you guys.) What I'm really looking for it a way to embed the link by default in the "template" used to build the modal display, so that *all* my modal windows can have a default link to open the tiddler (for editing/manipulaton) in the story river. I'd like to be able to

[tw5] Re: Images help

2018-07-23 Thread TonyM
Ed, Perhaps explain a little more what you want to do. To respond to you open question, here are a few notes - Drag and drop images or use the import button to get them into tiddlywiki - Research the canonical uri and more for referencing external images - Add an icon field to any

[tw5] Re: Link and Wikify the Title of a Modal(/Wizard/Lightbox)

2018-07-23 Thread TonyM
Ahh I see, Of course this may need to be toggled because some users of a wiki need not have that ability. I will defer to others to answer your question, as I am less familiar with using modals (at this point) However in the past I had the convention of ending Tiddlers I may need to edit

[tw5] Re: Presenting: newtids macro - convert word into tid by a click

2018-07-23 Thread Mat
Thank you Mohammad. I'm not sure I understand your issue report. Does the problem occur when you repeat the same "row" multiple times? Thank you <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Draggable list

2018-07-23 Thread 'Mark S.' via TiddlyWiki
I think Mohammad hit the right idea by making the entries into links. Then, for bullets, perhaps wrapping the items in list-item: <$link to={{!!title}}>{{!!title}} {{!!caption}} {{!!field1}} -- Mark On Monday, July 23, 2018 at 4:06:50 PM UTC-7, Dave wrote: > > <> > > Is there a way

[tw5] Re: Link and Wikify the Title of a Modal(/Wizard/Lightbox)

2018-07-23 Thread Scott Simmons (Secret-HQ)
GMTA, as they say! The trouble with editing the template used to create the modal is I can't tell that modals *have* a template. All the magic seems to happen in *$:/core/modules/utils/dom/modal.js*. [@ TiddlyWiki.com

[tw5] Re: Expandable TOC using list instead of tag

2018-07-23 Thread PMario
On Monday, July 23, 2018 at 2:41:59 AM UTC+2, TonyM wrote: > > In support of tocp and heirachies, I also cloned the newhere button and > added the parent field with the value of the tiddler not only the tag. There is no need to create a new-here button. The plugin contains a "new-child-here"

[tw5] Re: Quotes and Minimum Information Units as Tiddlers

2018-07-23 Thread PMario
On Sunday, July 22, 2018 at 10:50:12 PM UTC+2, Diego Mesa wrote: > > I (respectfully) disagree completely on having fields take up multiple > lines! > I think a combination of: > https://github.com/Jermolene/TiddlyWiki5/issues/1947#issuecomment-261960097 > and >

[tw5] Re: Quotes and Minimum Information Units as Tiddlers

2018-07-23 Thread PMario
On Monday, July 23, 2018 at 3:31:18 AM UTC+2, Diego Mesa wrote: > > This is a good idea - but my concern is not so much about how to create > and ensure I have a unique title. Its more that these methods cause me to > question the entire *idea* and *meaning* of a tiddler title under these >

[tw5] Re: Quotes and Minimum Information Units as Tiddlers

2018-07-23 Thread PMario
I did edit my previewous post: https://groups.google.com/d/msg/tiddlywiki/nJVYWLmxEmk/fv3T5UZUCgAJ -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

[tw5] tm-new-tiddler and tags parameter

2018-07-23 Thread Mohammad
I want to add two tags at the same time for a new tiddler created by tm-new-tiddler as follow <$button > <$action-sendmessage $message="tm-new-tiddler" title="Title" text="some text..." tags="slide {{!!title}}" /> New Tiddler but it does not work! I used $text widget but no

[tw5] Re: tm-new-tiddler and tags parameter

2018-07-23 Thread 'Mark S.' via TiddlyWiki
Whenever you need to concatenate strings (as you do with the tags) you almost always need to use a macro. \define mybutton(param) <$button> New Tiddler <$action-sendmessage $message="tm-new-tiddler" title="Title" text="some text..." tags="slide [[$param$]]" /> \end <$macrocall

[tw5] Re: tm-new-tiddler and tags parameter

2018-07-23 Thread Mohammad
You are great! It is like one hour I am struggling with this!! Worked for me like a charm. 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

[tw5] Re: Expandable TOC using list instead of tag

2018-07-23 Thread Mohammad
Thank you Mario! Cheers Mohammad On Monday, July 23, 2018 at 12:25:41 AM UTC+4:30, PMario wrote: > > Hi, > > Not 100% what you want, but a different way to create a parrent based TOC. > > https://wikilabs.github.io/editions/tocP/ > > -m > -- You received this message because you are

[tw5] Re: Tiddlywiki Keyboard Navigation

2018-07-23 Thread BurningTreeC
I found that I only need one Mode - I call it select mode. I activate it using alt-S. When it activates it sets some keyboard shortcuts active (adds the tag $:/tags/KeyboardShortcut to the already created action-tiddlers ... leaving select-mode disables these shortcuts) these keyboard shortcuts

[tw5] Re: [MuuriTouch] Reloaded

2018-07-23 Thread @TiddlyTweeter
Ciao BTC Thanks! The FF ESR problem is not, I think, worth the effort. Forget it. Partly my fault for not clicking around in other version first. The ESR is currently catching up with the main release so, it too, will move on. Josiah On Monday, 23 July 2018 15:27:14 UTC+2, BurningTreeC

[tw5] Re: [MuuriTouch] Reloaded

2018-07-23 Thread BurningTreeC
> > Ciao BTC > > A bug on the test at http://muritest-reloaded.tiddlyspot.com > > When you click through "cycle columns" till you reach 6 then click once > more you get the one column you should but the* cycle button disappears*. > > Best wishes > Josiah > Thanks, that bug is fixed! About your

[tw5] Re: Tiddlywiki Keyboard Navigation

2018-07-23 Thread BurningTreeC
> > I found that I only need one Mode - I call it select mode. > > I activate it using alt-S. When it activates it sets some keyboard > shortcuts active (adds the tag $:/tags/KeyboardShortcut to the already > created action-tiddlers ... leaving select-mode disables these shortcuts) > these