[tw5] Re: [TW5] Get/Set fields Javascript functions

2019-04-14 Thread oxydum
Thank you very much Jed, you saved my time! -- 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

[tw5] [TW5] Get/Set fields Javascript functions

2019-04-14 Thread oxydum
Hello, I'm looking for Javascript functions to read/write fields something like: myValue=$tw.wiki.getTiddlerField('mytiddler','myfield'); > $tw.wiki.setTiddlerField('mytiddler','myfield','myValue'); Thanx to help me -- You received this message because you are subscribed to the Google Groups

[tw5] Re: the #brexit macro ...

2019-03-29 Thread oxydum
Undefined widget 'voting':is there still people? -- 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,

[tw5] Re: Vertically centering an icon and text in the same cell of a table

2019-03-13 Thread oxydum
Hi John, try a CSS : > img {vertical-align: middle;} Best wishes Le mercredi 13 mars 2019 16:54:40 UTC+1, John Thornton a écrit : > > I have table data that consists of and Icon followed by some text. The > text height is less than the icon height, and the appearance is that the > bottom

[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread oxydum
Yes! This is perfect it works like a charm ;) \rules except bold underline strikethrough subscript superscript italic dash https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/parsers/wikiparser/rules/dash.js Thank you so much -- You received this message because you are

[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread oxydum
Very clear @BurningTreeC : thank you that's exactly what I need. There's also an issue for me when I change the name of the class from email to e--mail (yes, with two "--") what kind of rule can I add? Le vendredi 1 mars 2019 15:07:50 UTC+1, BurningTreeC a écrit : > > Just to make "the

[tw5] Re: Section Names using ID for internal Links

2019-03-01 Thread oxydum
You could also make a macro like this: \define intlink(id:"", link:"TTT", next:"", previous:"", top:"") !!! ''$link$'' Next <$reveal type="nomatch" stateTitle="$previous$" text=""> Previous Top body { counter-reset: section; } h3::before { counter-increment: section; content:

[tw5] Re: Section Names using ID for internal Links

2019-03-01 Thread oxydum
You could also make a macro like this: \define intlink(id:"", link:"TTT", next:"", previous:"", top:"") !!! ''$link$'' Next <$reveal type="nomatch" stateTitle="$previous$" text=""> Previous Top body { counter-reset: section; } h3::before { counter-increment: section; content:

[tw5] Re: [CSS] simple quotes in content

2019-03-01 Thread oxydum
To see the problem, try to replace quotes ; .zemail::before { content: attr(data-de) ""; } t...@gmail.com in the line : content: attr(data-de) ""; by : content: attr(data-de) ''; Le vendredi 1 mars 2019 11:06:41 UTC+1, S. S. a écrit : > > Does this work? > > >

[tw5] [CSS] simple quotes in content

2019-03-01 Thread oxydum
Hi, Maybe a problem with the wikitext parser : Don't Work: .email::before { content: attr(data-de) ''; } t...@gmail.com Work: .email::before { content: attr(data-de) ""; } t...@gmail.com So... How to make this work: https://codepen.io/danwilson/pen/WpBEBX Thx -- You

Re: [tw] Talky Talky autoplay feature request

2018-01-19 Thread oxydum
/JB Le jeudi 18 janvier 2018 21:23:57 UTC+1, Andreas Hahn a écrit : > > Hi oxydum, > > yes, there is: You can use Evan's Timer widget [1] to send the > appropriate navigate messages. I think you might have to keep track of > the current/next slide, which you can either use the

[tw] Talky Talky autoplay feature request

2018-01-18 Thread oxydum
Hi, Is there any way to improve https://tiddlywiki.com/talkytalky/ with an "autoplay" slideshow like in https://formidable.com/open-source/spectacle/ ? Thanx Best wishes -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: Existing Tutorials for Adding External Libraries

2018-01-18 Thread oxydum
Hi, Try this: http://cjhunt.github.io/ Cheers Le jeudi 18 janvier 2018 17:02:15 UTC+1, Diego Mesa a écrit : > > Hello All, > > I am wondering if anyone knows of any existing tutorials/examples of > adding and using external libraries within TW. I've found some examples to > study, but its

[tw] Re: Looking for some feedback

2010-01-09 Thread oxydum
Hi David, Could you have a look at this : http://groups.google.fr/group/tiddlywikifr/browse_thread/thread/8e2d6e3554ca4aa6?hl=fr http://oxydum.tiddlyspot.com/index.html oxydum -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group

[tw] Re: GridPlugin : how to deal with space in section's name

2009-12-20 Thread oxydum
Hi Julien, grid filter:[[journal]] columns:[['Ordre du jour' Tâches]] inline wikify will work. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to tiddlyw...@googlegroups.com. To unsubscribe from this group, send

[tw] Re: Introduction plugin / macro jQSorter (manual, sort, jQuery)

2009-12-13 Thread oxydum
Hi Mario, Very nice, I just see an error in the name : JQueryUICorePugin (Plugin) and tested it inside the Fluid 960 CSS Framework : working well too Thx again,. http://oxydum.tiddlyspot.com/index.html -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] A Taffytiller database

2008-12-18 Thread oxydum
Hi tiller's guys, I would like to know how would be hard or easy to merge the 10k javascript TaffyDB into a tiddlywiki ? http://taffydb.com/index.cfm Full Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: I think I broke MonkeyTagger

2008-11-28 Thread oxydum
Hi Dave, I imported all your tiddlers into a 2.3.0 empty TW and all were ok. I imported only MonkeyTagger into a fresh 2.4.1 TW : that's reproduce your problem. It seems the MonkeyTagger is incompatible with the 2.4.1 TW, but I don't know why. JB

[tw] Re: Create a next numbered tiddler

2008-11-23 Thread oxydum
Hi Eric okido, Many thanks to have been both so much useful, especially for the 4- digit autoNumber plugin. I've do this : 1) A new tiddler called 'CountTiddler' containing : forEachTiddler where 'tiddler.tags.contains(myTag)' write '' end (count); none

[tw] Create a next numbered tiddler

2008-11-21 Thread oxydum
I would like to know if it's possible to create a new next one tiddler with a title beginning with a stored auto incremental number ? Full thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To