[tw] STP : not sur about hiding 'error when including ...'

2013-11-19 Thread julien23
Hi all I use SharedTiddlersPlugin a lot to sync tiddlers through several projects. include ../framed_fab/index.html filters:[tag[Company]] import:4 include ../framed_fab/index.html filters:[tag[People]] import:4 include ../capsule_references/index.html filters:[tag[Company]] import:4

[tw] STP : how to fetch every tiddlers with an alias ?

2013-11-19 Thread julien23
Hi all I use TiddlerAliasPlugin to assign short variables names to parameters or measurements. I use SharedTiddlersPlugin to share information across projects. We have specialties for bicycle design so most of the time I need the same variables and I wish I could share these acronyms across

[tw] Re: STP : not sur about hiding 'error when including ...'

2013-11-22 Thread julien23
=1usg=AFQjCNEAVSBuqb5iT6WZEHKKOmngkPOp3A вторник, 19 ноября 2013 г., 18:26:18 UTC+4 пользователь julien23 написал: Hi all I use SharedTiddlersPlugin a lot to sync tiddlers through several projects. include ../framed_fab/index.html filters:[tag[Company]] import:4 include ../framed_fab

[tw] [TWC] sort by defined slice using FET ?

2013-12-04 Thread julien23
Hi All I use ForEachTiddlerPlugin to build electronic communication characteristics specifications. value byte Number is stored in tiddlers : ... |valueByteNumber|1,2| ... ... |valueByteNumber|3| ... How do I get this tiddlers sorted by valueByteNumber with FET ? ... sortBy

[tw] Re: [TWC] sort by defined slice using FET ?

2013-12-04 Thread julien23
misunderstand what you want? cmari On Wednesday, December 4, 2013 6:48:18 AM UTC-8, julien23 wrote: Hi All I use ForEachTiddlerPlugin to build electronic communication characteristics specifications. value byte Number is stored in tiddlers : ... |valueByteNumber|1,2

[tw] [TWC] how to get a tiddder's alias with $1

2013-12-04 Thread julien23
Hi all Some of my tiddlers have values stored in table : |~|value||h |defaultValue|4| |valueUnit|newtons| |valueType|...| |valueByteNumber|...| I would like to write alias (=defaultValuevalueUnit) in another tiddler. I made for this a tiddler : [[ADU]] with this code inside :

[tw] Re: [TWC] how to get a tiddder's alias with $1

2013-12-05 Thread julien23
robust against alias duplicates Thank all Le mercredi 4 décembre 2013 22:24:05 UTC+1, Eric Shulman a écrit : On Wednesday, December 4, 2013 9:47:46 AM UTC-8, julien23 wrote: [[ADU]] with this code inside : [[$1|$1]] (=tiddler [[$1::defaultValue]]tiddler [[$1::valueUnit]]) and I call

[tw] [TWC] how to display a txt file ?

2013-12-12 Thread julien23
Hi all I have linked the MATLAB file defaultConstants.m to my TW : [defaultConstants.m] !type application !file .\matlab\defaultConstants.m !Link tiddler templateNewFileLink with: {{tiddler.title}} How can I display the defaultConstants.m content with code markup ? {{{ file content

[tw] [TWC] sorting mixed Type case

2013-12-23 Thread julien23
Hi All I call the tiddler [FetAccronymsTagTag] forEachTiddler where 'tiddler.tags.contains($1) tiddler.tags.contains($2) !tiddler.tags.contains(attachment)' sortBy store.getValue(tiddler,alias) ascending write

[tw] [TWC] retreive and write lines with a specific text

2014-01-22 Thread julien23
Hi All I use TW for project managements. In tiddlers I usually have have a Todo section like this. !!Todo JGBo JBo LCo : mécanique JBo : spec accel JBo JBi : Lancer JBo JGBo : quartz LCo JBo JBi and JGBo are people aliases In ex. JBi's tiddler I have a FET that shows all JBi's actions

[tw] [twc] display and (re)calculate simple operations

2014-02-03 Thread julien23
Hi all Is there a way to display and (re)calculate simple operations like 108.95 - 84.72 = 24.23 without the need of an external calculator ? Regards Julien -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread julien23
writing twice the operation like tiddler calcTid with: [[108.95-84.72=]]{{108.95-84.72}} Regards Julien Le lundi 3 février 2014 15:15:26 UTC+1, julien23 a écrit : Hi all Is there a way to display and (re)calculate simple operations like 108.95 - 84.72 = 24.23 without the need

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread julien23
Thank you Eric I still have 108.95-84.72 = 24.234 I'll figure out why later Regards Julien Le mardi 4 février 2014 12:06:42 UTC+1, Eric Shulman a écrit : On Tuesday, February 4, 2014 1:18:02 AM UTC-8, julien23 wrote: I made this tiddler: [[calcTid]] $1 And I call

[tw] Re: [twc] display and (re)calculate simple operations

2014-02-04 Thread julien23
are Math.floor Math.pow ... depending of a plugin I might not have ? Le mardi 4 février 2014 13:23:10 UTC+1, julien23 a écrit : Thank you Eric I still have 108.95-84.72 = 24.234 I'll figure out why later Regards Julien Le mardi 4 février 2014 12:06:42 UTC+1, Eric Shulman

[tw] [TWC] tagging on importing with SharedTiddlersPlugin

2014-04-04 Thread julien23
Hi all I use SharedTiddlersPlugin a lot to 2 ways sync tiddlers between projects. ex projA projB I would fetch projB's tiddlers of interest for projA by tagging them projA in projBtw importing them in projAtw with SharedTiddlersPlugin : include ../projB/index.html filters:[tag[projA]] import:4

[tw] Re: [TWC] speed up large IncludeList with SharedTiddlersPlugin

2014-04-05 Thread julien23
: пятница, 4 апреля 2014 г., 20:32:54 UTC+4 пользователь Eric Shulman написал: On Friday, April 4, 2014 3:46:25 AM UTC-7, julien23 wrote: I use SharedTiddlersPlugin 2.4.0 to sync tiddlers betwen projects. My main contact TW is very slow to start due to its large [IncludeList] include

[tw] Re: [TWC] tagging on importing with SharedTiddlersPlugin

2014-04-05 Thread julien23
, you can tag your tiddlers with both projA and projB at once, without waiting them to be imported. Or not? Best regards, Yakov. пятница, 4 апреля 2014 г., 14:55:59 UTC+4 пользователь julien23 написал: Hi all I use SharedTiddlersPlugin a lot to 2 ways sync tiddlers between projects. ex

Re: [tw] Re: What is your TW5 plugin wishlist?

2014-04-05 Thread julien23
Hi All my top5 TWC plugins - SharedTiddlersPluginhttp://yakovl.bplaced.net/TW/STP/STP.html#SharedTiddlersPlugin - ForEachTiddlerPluginhttp://tiddlywiki.abego-software.de/#ForEachTiddlerPlugin - TiddlyLockPlugin http://www.minormania.com/tiddlylock/tiddlylock.html - FileDropPlugin

[tw] Re: [TWC] new tiddlers creation from type list

2014-06-14 Thread julien23
Hi Eric I have already tried ...Template%22)}} according to whatever's saying but I get the red new... Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro newJournal

[tw] Re: [TWC] new tiddlers creation from type list

2014-06-15 Thread julien23
:19:33 PM UTC+2, Eric Shulman wrote: On Saturday, June 14, 2014 2:57:03 AM UTC-7, julien23 wrote: I have already tried ...Template%22)}} according to whatever's saying but I get the red new... Error in macro newJournal Error in macro newJournal Error in macro newJournal Error in macro

[tw] Re: Opening Word file directly from local folder in TiddlyWiki?

2012-04-17 Thread julien23
Hi all I use a lot TW to link local editable files (CAD, pictures...) FileDropPlugin is my best tool Your TW should be then at the root level of your files regards Julien On Apr 16, 4:30 pm, Måns humam...@gmail.com wrote: Hi Julie Is there a way to have TiddlyWiki open a Word file

[tw] Firefox freeze

2012-05-28 Thread julien23
Hi all I have annoying Firefox freeze with new versions of the browser. I suspect TW to be responsible for that. Is there a way to monitor Firefox activity ? Problem won't happen with legacy 3.6.28 version ... Thanks all Julien -- You received this message because you are subscribed to the

[tw] Re: Firefox freeze

2012-05-28 Thread julien23
here I come with the details ... I use FF12 on win7 sp1 Yes I managed to freeze the vanilla TW You can find my typical modified TW here : https://server50.sugarsync.com/getfiles/cx93m22zh4fpt I have already tried to remove almost all the plugins. It might not be a total TW issue but it

[tw] Re: Firefox freeze

2012-05-30 Thread julien23
-retry-timeout;250 network.http.keep-alive.timeout;115 network.http.spdy.timeout;180 On May 29, 4:14 am, HansBKK hans...@gmail.com wrote: On Monday, May 28, 2012 8:27:47 PM UTC+7, julien23 wrote: Problem won't happen with legacy 3.6.28 version ... I find the easiest solution is to just use

[tw] Re: New alpha of TiddlyWiki5

2012-06-29 Thread julien23
Hi Nice to see TiddlyWiki5 is progressing. I am really looking forward to it. Especially since importing from remote LAN TW broke in TW ... devastating my all sync scheme :( Thanks for taking that in account. Julien On 28 juin, 14:34, Eric Weir eew...@bellsouth.net wrote: On Jun 28, 2012,

[tw] [[tiddler valueTid|valueTid]]

2012-07-31 Thread julien23
Hi all I have a tiddler with a value in the text : [[valueTid]] 26 What is the syntax to write 26 as a wiki link to [[valueTid]] ? [[tiddler valueTid|valueTid]] Does not work... Thanks Julien -- You received this message because you are subscribed to the Google Groups TiddlyWiki group.

[tw] Re: ]

2012-08-01 Thread julien23
Hi Eric Indeed it is a bit more tricky because I would like to use it in a FET : forEachTiddler where 'tiddler.tags.contains($1) tiddler.tags.contains($2) !tiddler.tags.contains(attachment)' sortBy tiddler.title ascending write '((index == 0) ? : -

[tw] fET grouped by tags set

2012-09-03 Thread julien23
hi all I am trying to modify Udo's fET example : http://tiddlywiki.abego-software.de/#[[List%20all%20Tiddlers%2C%20grouped%20by%20Tags%20%28including%20tiddlers%20with%20no%20tags%29]] I have a lot of noise tags I would like not considering. ex: startup, top2000 ... How could I add a noise

[tw] Re: fET grouped by tags set

2012-09-05 Thread julien23
'!tiddler.tags.containsAny([Tag1,Tag2,Tag N])' before the sortBy clause If the tiddler tags contains any of those tags, it will not be shown. I hope I understood correctly what you wanted. :) w On 3 sep., 22:31, julien23 ju.bouc...@gmail.com wrote: hi all I am trying to modify Udo's fET

[tw] ImageSizePlugin : rolling configuration request

2012-09-21 Thread julien23
Hi I use ImageSizePlugin a lot : [[ViewTemplate]] ... div macro='tiddler FetThumbnails thumbnails with:{{tiddler.title}}'/div ... FetThumbnails tiddler AutoRefreshforEachTiddler where 'tiddler.tags.contains(attachment) tiddler.tags.contains($1)

[tw] Re: FileDropPlugin and FF15.0.1

2012-10-10 Thread julien23
+2, julien23 wrote: Hi all It looks like I can't drop anymore under FF15.0.1 (+ TiddlyFox 1.0alpha3) Is FileDropPlugin ? Thanks Julien -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion on the web visit https

[tw] Cloud Storage Services Survey

2012-10-15 Thread julien23
Hi all We have seen in the last topics that work has been done to make TW more complient with Sloud Storage Services. I have tried myself a few of thoses, and I am happy to see it is not my very own concern. We have seen in the last topics that work has been done to make TW more compliant

[tw] Re: FileDropPlugin and FF15.0.1

2012-10-26 Thread julien23
Hi all Sorry to ask again but I can't find the answer anywhere and FileDropPlugin is one of my most usefull plugin... Can someone please tell whether FileDropPlugin does or does not work with FF15 ? Thank you Julien Le mercredi 10 octobre 2012 09:57:08 UTC+2, julien23 a écrit : Hi all

[tw] Re: FileDropPlugin and FF15.0.1

2012-10-31 Thread julien23
below !file in the attachment tiddler. Then it works. If I drag a text document onto the TW, a new tiddler is made and the text is inserted as before. Mark On Friday, October 26, 2012 11:07:32 AM UTC-8, julien23 wrote: Hi all Sorry to ask again but I can't find the answer

[tw] Re: FileDropPlugin and FF15.0.1

2013-01-07 Thread julien23
Hi all Still no clue why fileDropPluging would no work on brand new FF15+ installs or personalities ? Thank you Julien Le mercredi 31 octobre 2012 08:44:39 UTC+1, julien23 a écrit : Hi Mark Thank you for answering explain what you mean by doesn't work When I drop dummy.jpg in my TW

[tw] Re: filedropplugin not working, And a question about images in tiddler.

2013-03-13 Thread julien23
Hi Adam No solution from me, I experience the same problem abd have no programming skills. :( topic I follow about that : https://groups.google.com/d/topic/tiddlywiki/gW7SDTz8vy4/discussion https://groups.google.com/d/topic/tiddlywiki/tfT2UNYxNt8/discussion

[tw] how to add a newJournal in the ToolbarCommands ?

2013-03-13 Thread julien23
Hi all I am trying to add something like this to the ToolbarCommands : newJournal title:context.inTiddler.title _0MM_0DD_0hh_0mm_0ss focus:title text:{{store.getTiddlerText(templateAttachment)}} label:link prompt:link a file here Attachment context.inTiddler.title Obviously the

[tw] tw5 drag and drop as link

2013-05-01 Thread julien23
Hi Jeremy I used to be a fervent TW user but last browser's release have cut my mandatory plugins. And using a legacy FF 3.6.23 is fine to me but not to my employees nor our customers. FileDropPlugin was one of them https://groups.google.com/d/topic/tiddlywiki/tfT2UNYxNt8/discussion So it is

[tw] Re: Announcing TiddlyWiki version 2.7.2 BETA 1

2013-05-06 Thread julien23
Hi Eric Thank you for new version. I am very pleased too to have import tiddler from files that are outside of the current folder. back. Same as Måns, it gives me hope to have one day your AttachFilePackage back too. Regards Julien Le samedi 4 mai 2013 08:44:07 UTC+2, Måns a écrit : Hi

[tw] Re: Announcing TiddlyWiki version 2.7.2 BETA 1

2013-05-06 Thread julien23
Hi Upgrade process worked fine. I was exited to have the import feature back so I immediately triggered my sync scheme ... but it relies on LoadTiddlersPlugin that have to be fixed as well :( Thank you anyway ... waiting for the futur Le lundi 6 mai 2013 13:27:15 UTC+2, julien23 a écrit

[tw] plugin repository revived

2013-05-14 Thread julien23
Hi all I know this subject has allready been discussed, I have been through again but most solutions seem outdated. I am addicted to TW but lately some of my mandatory plugins don't work anymore. I don't really understand if it is because me or because of browsers policies. Is there

[tw] Re: plugin repository revived

2013-05-14 Thread julien23
Hi Mario I didn't wanted that thread to be egocentric ! For dummies there is a real need for a centralized pluginStore : TW is a time saver ! but because you ask :) ... find below the plugins I rely on. Regards Julien - AttachFilePlugin4.0.1 - AttachFilePluginFormatters4.0.1

[tw] Re: TiddlySnip and Firefox 17 (with TiddlyFox)

2013-05-24 Thread julien23
Hi all Is someone able to operate TiddlySnip in FF21? regards Julien Le mardi 11 décembre 2012 10:36:34 UTC+1, TonG a écrit : Hi Julian, TiddlySnip did work with Firefox up to version 16. After upgrading to v17 TiddlySnip does not work anymore. I hoped TiddlyFox would help, but it

[tw] Re: plugin repository revived

2013-05-24 Thread julien23
Hi Mario Have you had the time to give a look to my troublesome plugins ? Do you have any answers then ? Thanks a lot Julien Le mardi 14 mai 2013 13:42:30 UTC+2, PMario a écrit : Hi Julien, There is no plugin compatibility list. At least I don't know one :) If you tell us the plugins,

[tw] getting started with SharedTiddlersPlugin

2013-05-25 Thread julien23
Hi all I am doing some test to replace LoadTiddlerPlugin with SharedTiddlersPlugin. I want to import tiddlers tagged AirbankBlankPackage from the TW file:///S:/airbank_tw/index.html to the TW file:///S:/capsule_prospect/index.html I have made a new tiddler IncludeList with this line inside :

[tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-25 Thread julien23
Hi Yakov * FF refuses to include TWs outside the folder where including TW is (no relative paths with ../ ) I am trying to replace LoadTiddlerPlugin that have the same issue. Is it something you managed to go through with STP ? I have read Eric managed this with TiddlyWiki version 2.7.2

[tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-25 Thread julien23
Hi Yakov your example describeNode commons ../commons/commons.html features a relative link to parent directory ../ did you finaly had it work ? with FF or another browser ? Regards Julien Le vendredi 3 mai 2013 13:57:46 UTC+2, Yakov a écrit : Hello all, today I'm proud to announce the

[tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-25 Thread julien23
? I'll have a look and report when I release STP 2.2.0, but there's an amount of work to do first.. Best regards, Yakov. [1] http://yakovl.bplaced.net/TW/STP/STP.html#SharedTiddlersPluginInfo суббота, 25 мая 2013 г., 20:04:52 UTC+4 пользователь julien23 написал: Hi Yakov your example

[tw] Re: New: SharedTiddlersPlugin (evolution of IncludePlugin)

2013-05-26 Thread julien23
under: FFx32 - 20, 21, 22 or 23 On Saturday, May 25, 2013 3:47:47 PM UTC-7, julien23 wrote: Hi Yakov On my side ../ fails with STP 2.1.0 on Opera 12.15, FF21 and chrome 27.0.1453.94 Looking forward for STP 2.2 Thanks a lot Regards Julien Le samedi 25 mai 2013 20:07:55 UTC+2, Yakov

[tw] Re: plugin repository revived

2013-06-12 Thread julien23
issue : - https://groups.google.com/d/topic/tiddlywiki/05tuXbtohNk/discussion Le mardi 14 mai 2013 17:49:49 UTC+2, julien23 a écrit : Hi Mario I didn't wanted that thread to be egocentric ! For dummies there is a real need for a centralized pluginStore : TW is a time saver

[tw] Re: plugin repository revived

2013-06-12 Thread julien23
TiddlyLockPlugin1.2 YourSearchPlugin2.1.6 TiddlySnip issue https://groups.google.com/d/topic/tiddlywiki/05tuXbtohNk/discussion Le mardi 14 mai 2013 17:49:49 UTC+2, julien23 a écrit : Hi Mario I didn't wanted that thread to be egocentric ! For dummies there is a real need

[tw] SharedTiddlersPlugin merge tags

2013-06-12 Thread julien23
I all Is it possible to merge tags on import:4 ? for example: I would like to keep my master TW ../airbank_tw/index.html syncronized with ** http://yakovl.bplaced.net/TW/STP/STP.html/#SharedTiddlersPlugin but want to keep my AirbankBlankPackage tag to it in order to spread over other TW

[tw] Re: plugin repository revived

2013-06-13 Thread julien23
Intellitaggerplugin constantly and don't have any problem with it Dave On Wednesday, June 12, 2013 2:15:28 AM UTC-5, julien23 wrote: Hi all Here is an update after I did some testing with SharedTiddlersPlugin https://groups.google.com/d/topic/tiddlywiki/rQz8aDt76vQ/discussion I did a public

[tw] SharedTiddlersPlugin merge tags

2013-06-13 Thread julien23
I all Is it possible to merge tags on import:4 ? for example ... I would like to keep my master TW ../airbank_tw/index.html syncronized with http://yakovl.bplaced.net/TW/STP/STP.html/#SharedTiddlersPlugin but want to keep my AirbankBlankPackage tag to it in order to spread over other TW with

[tw] SharedTiddlersPlugin don't see changes on RenameTagsPlugin trigger

2013-06-13 Thread julien23
I all here is an example of what happen to me : tw_a tiddler1 is tagged plouf tiddler2 is tagged tiddler1 and plouf both tiddlers are included in tw_b with: include ../folder_a/tw_a.html filters:[tag[plouf]] import:4 if I rename in tw_a tiddler1 to tiddler11, I am prompted to change tag in

[tw] Re: SharedTiddlersPlugin don't see changes on RenameTagsPlugin trigger

2013-06-15 Thread julien23
., 10:37:27 UTC+4 пользователь julien23 написал: I all here is an example of what happen to me : tw_a tiddler1 is tagged plouf tiddler2 is tagged tiddler1 and plouf both tiddlers are included in tw_b with: include ../folder_a/tw_a.html filters:[tag[plouf]] import:4 if I rename in tw_a

[tw] Re: TiddlerAliasPlugin : looking for tiddler.aliases to make a acronyms and variables table

2013-07-01 Thread julien23
*+|+tiddler.title+|\n' FrD Le lundi 1 juillet 2013 19:25:30 UTC+2, julien23 a écrit : Hi FrD, Perhaps tiddler.alias would work ? sadly not ... undefined thanks Le lundi 1 juillet 2013 19:21:31 UTC+2, FrD a écrit : Hi julien, Perhaps tiddler.alias would work ? FrD Le

[tw] Re: TiddlerAliasPlugin : looking for tiddler.aliases to make a acronyms and variables table

2013-07-01 Thread julien23
Thank you Eric my final would be forEachTiddler where 'tiddler.tags.contains($1)' sortBy store.getValue(tiddler,alias) ascending write '\n|+store.getValue(tiddler,alias)+|+tiddler.title+| begin '|!acronym|!title|' Good night all Le lundi 1 juillet 2013 20:42:43

[tw] Re: TiddlerAliasPlugin : looking for tiddler.aliases to make a acronyms and variables table

2013-07-01 Thread julien23
luck :-) Julien Le lundi 1 juillet 2013 21:25:50 UTC+2, julien23 a écrit : Thank you Eric my final would be forEachTiddler where 'tiddler.tags.contains($1)' sortBy store.getValue(tiddler,alias) ascending write '\n|+store.getValue(tiddler,alias)+|+tiddler.title+| begin

[tw] Is there a plugin dedicated to planning ?

2013-09-09 Thread julien23
Hi All I can't find an easy way to add due date to tiddlers in order to group them in a planning view. For sure a plugin would do that. Which on would you suggest ? Thank you Julien -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

Re: [tw] Re: can't save in Firefox (component returned failure code)

2013-09-27 Thread julien23
Hi I experienced the same message [Exception... Component returned failure code: 0x8052000e (NS_ERROR_FILE_IS_LOCKED) [nsIFileOutputStream.init] nsresult: 0x8052000e (NS_ERROR_FILE_IS_LOCKED) location: JS frame :: chrome://tiddlyfox/content/overlay.js :: TiddlyFox.saveFile :: line 98

[tw] TWC : how to write tiddler.title inside itself

2013-10-15 Thread julien23
Hi all Because FileDropPlugin is broken, I manualy copy file location in a templateNewFile tiddler : !type application !file ./copyLinkHere I would like to render something like [[tiddler.title|tiddler.title]] for files or [img[tiddler.title]] for pictures at the end of my template.

[tw] Re: TWC : how to write tiddler.title inside itself

2013-10-17 Thread julien23
: On Tuesday, October 15, 2013 6:08:06 AM UTC-7, julien23 wrote: Because FileDropPlugin is broken, I manualy copy file location in a templateNewFile tiddler : !type application !file ./copyLinkHere I would like to render something like [[tiddler.title|tiddler.title]] for files or [img

[tw] alternatives to IntelliTaggerPlugin ?

2013-10-25 Thread julien23
Hi All I have been using IntelliTaggerPlugin for a long time but I am looking for something lighter. What alternatives would you recommend me ? Thank you Julien -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

Re: [tw] alternatives to IntelliTaggerPlugin ? x-tagger!

2013-10-28 Thread julien23
I will triy them out, I'll let you know... regards Le vendredi 25 octobre 2013 21:21:11 UTC+2, Jan a écrit : Hi Julien, Sorry, I confused the two tagging-Plugins tbGTD. The features described above are in the x-taggerPlugin http://tbgtd-deutsch.tiddlyspot.com/#x-tagger. -J --

[tw] [TWC] retrieve tiddler's tags tagged with a specific tag

2013-10-29 Thread julien23
Hi all Among other applications, I use TW for contact management : [Steeve] is tagged [APPLE] is tagged [Company] Inside [Steeve] I have contact informations like |Initials|SJo| |Company|[[APPLE]]| I have to write two times APPLE, which make my days exhausting... Is there a way to retrieve

[tw] Re: [TWC] retrieve tiddler's tags tagged with a specific tag

2013-10-30 Thread julien23
:56:55 PM UTC+1, julien23 wrote: Is there a way to retrieve and write tiddler's tags themselves tagged with a specific tag (here : Company) http://tagsearch.tiddlyspot.com/ may be an option -mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] TaskTimerPlugin in MainMenu stop counting erraticly

2009-10-03 Thread julien23
Are they events that makes it stop ? (save, sync, import...) How can I have it to be reliable? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: upload the link targets

2009-10-04 Thread julien23
well thank for answer but ... I don't feel like using DropBox, 2 main reasons : * the file dropping won't keep the relative path of my TWs * I want to keep free of changing my remote host server for futher discussion here is the architecture of my local TWs /project1/TW1.html

[tw] TaskTimerBackstagePlugin

2009-10-05 Thread julien23
Hey ! I've done something by myself !! proud proud ! I was looking for a way to get rid off the taskTimer I used to have in my mainmenu. //{{{ backstage.init_old = backstage.init; backstage.init = function() { var s = taskTimer ActivityReport; this.init_old.apply(this,

[tw] Re: upload the link targets

2009-10-05 Thread julien23
., 18:18, julien23 ju.bouc...@gmail.com wrote: well thank for answer but ... I don't feel like using DropBox, 2 main reasons : * the file dropping won't keep the relative path of my TWs * I want to keep free of changing my remote host server for futher discussion here

[tw] Re: TaskTimerPlugin in MainMenu stop counting erraticly

2009-10-05 Thread julien23
my TaskTimerBackstagePlugin ;) makes it much more stable indeed On Oct 3, 10:00 pm, julien23 ju.bouc...@gmail.com wrote: Are they events that makes it stop ? (save, sync, import...) How can I have it to be reliable? Thanks --~--~-~--~~~---~--~~ You received

[tw] Re: Linking to a File By Dragging and Dropping

2009-10-08 Thread julien23
for the same need as O. Olson, I have started to use AttachFilePlugin AttachFilePluginFormatters AttachFileMIME but it is too much a LinkDropPluging would be enough in my case and I assume for O. Olson too I'll try to modify FileDropPlugin later on but don't rely too much on me :) regards On

[tw] Re: Linking to a File By Dragging and Dropping

2009-10-08 Thread julien23
thanks it looks much simpler to me just one thing : what about the Config thing? Is there a config that is required for this Plugin to work? I tried accessing http://www.TiddlyTools.com/#FileDropPluginConfig and it does not seem to be available i.e. I get a generic message on what was updated

[tw] tags and tagging in the toolbar ?

2009-10-24 Thread julien23
I am pretty annoyed by the frames tags and tagging that polute my Tiddlers' content. I am looking for a way to integrate them in the toolbar, in a references fashion. Could you please give me a hand ? Thanks --~--~-~--~~~---~--~~ You received this message

[tw] Re: tags and tagging in the toolbar ?

2009-10-25 Thread julien23
is probably to make a copy of config.commands.references.handlePopup and integrate elements of config.macros.tags.handler. Think also to add a reference to your popup in the config.commands and the ToolbarCommands On Oct 24, 1:04 pm, julien23 ju.bouc...@gmail.com wrote: I am pretty annoyed

[tw] ImageSizePlugin, width 100% on SHIFT-CLICK ?

2009-10-27 Thread julien23
In the ImageSizePlugin, Is there a way to have width 100% instead of full-size on SHIFT-CLICK ? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send email to

[tw] Re: Calendar plug-in and Removing Tags from displaying

2009-10-28 Thread julien23
To remove the Tags frame, I have been answerd that : http://groups.google.com/group/tiddlywiki/browse_thread/thread/0d46d826e2b6aed9?hl=en# On Oct 27, 9:13 pm, sonomakid2002 mco...@comcast.net wrote: I am trying to do two things: 1. Remove the Tags from displaying on the tiddlers when they

[tw] How to display a tiddler in multi-columns style ?

2009-11-06 Thread julien23
Some of my tiddlers are just large, large ... so large lists (ForEachTiddlerPlugin) moreover aimed to be printed Is there a way to display a tiddler in multi-columns style ? do it for the trees :-) --~--~-~--~~~---~--~~ You received this message because you are

[tw] Re: How to display a tiddler in multi-columns style ?

2009-11-07 Thread julien23
;-) Sylvain On Nov 6, 9:52 am, julien23 ju.bouc...@gmail.com wrote: Some of my tiddlers are just large, large ... so large lists (ForEachTiddlerPlugin) moreover aimed to be printed Is there a way to display a tiddler in multi-columns style ? do it for the trees

[tw] Re: How to display a tiddler in multi-columns style ?

2009-11-08 Thread julien23
of item in columns... On Nov 7, 12:22 pm, Måns humam...@gmail.com wrote: Hi Julien Check out Ericshttp://www.TiddlyTools.com/#SetTiddlerColumns Regards Måns Mårtensson On 6 Nov., 09:52, julien23 ju.bouc...@gmail.com wrote: Some of my tiddlers are just large, large ... so large lists

[tw] Re: ImageSizePlugin, width 100% on SHIFT-CLICK ?

2009-11-14 Thread julien23
in ImageSizePlugin, replace if (ev.shiftKey) { this.style.width=this.style.height=''; } by if (ev.shiftKey) { this.style.width='100%'; this.style.height=''; } On 27 oct, 14:37, julien23 ju.bouc...@gmail.com wrote: In the ImageSizePlugin, Is there a way to have width 100% instead

[tw] Re: How to display a tiddler in multi-columns style ?

2009-11-16 Thread julien23
http://twhelp.tiddlyspot.com/#[[Multiple%20Columns%20in%20TW]] On 8 nov, 14:47, julien23 ju.bouc...@gmail.com wrote: Thank you for your answer SetTiddlerColumns displays the whole layout in several columns. I'd like to display the content of a tiddler in several columns... I mean inside

[tw] PartTiddlerPlugin : Concatenate rows from various tiddlers into a table ?

2009-11-26 Thread julien23
For my mechanical engineering application I have one tiddler / material. Mechanical properties are displayed in a table like this : SupplierTrade Name Family E Sy G v Perf EMS-Grivory Grivory GV-5H Pa6/66 GF50 17000 200 ? I wish I

[tw] Re: PartTiddlerPlugin : Concatenate rows from various tiddlers into a table ?

2009-12-08 Thread julien23
http://www.TiddlyTools.com/#GridPlugin does the job just fine On 8 déc, 08:35, julien23 ju.bouc...@gmail.com wrote: no it does not : rows dont want to belong to the same table On 6 déc, 12:09, Saverio saverio.mavig...@gmail.com wrote: Would this work? forEachTiddler    where 'enter

[tw] GridPlugin : context.inTiddler.title in tag filtering ? (MatchTagsPlugin installed)

2009-12-08 Thread julien23
I can't find a syntaxe to use context.inTiddler.title in the filter section... grid filter:[[context.inTiddler.title AND NOT attachment]] columns:[[!Description]] inline wikify Damn! It must be possible!!? thanks -- You received this message because you are subscribed to the Google

[tw] Re: PartTiddlerPlugin : Concatenate rows from various tiddlers into a table ?

2009-12-08 Thread julien23
thanks for your interrest. I am a mechanical engineer with innovation skils my TiddlyWiki are product developpement project for my customers. Nothing I can release before a few years ! futhermore in French ... The great things about it, is that it allows me to manage files, part versions, test

[tw] Re: GridPlugin : context.inTiddler.title in tag filtering ? (MatchTagsPlugin installed)

2009-12-11 Thread julien23
[[MyGridFilter]] with:{{tiddler.title}} cmari On Dec 8, 4:10 am, julien23 ju.bouc...@gmail.com wrote: I can't find a syntaxe to use context.inTiddler.title in the filter section... grid filter:[[context.inTiddler.title AND NOT attachment]]         columns:[[!Description]] inline wikify

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

2009-12-19 Thread julien23
Hey I am trying to generate a table from tiddlers which have a section called Ordre du jour : grid filter:[[journal]] columns:[[!Ordre du jour !Tâches]] inline wikify I am annoyed with the spaces in Ordre du jour. What can I do ? Thanks -- You received this message because you are

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

2009-12-21 Thread julien23
grid filter:[[journal]] columns:[['!Ordre du jour' !Tâches]] inline wikify precisely... thanks ! On 20 déc, 10:26, oxydum infofiltr...@gmail.com wrote: Hi Julien, grid filter:[[journal]] columns:[['Ordre du jour' Tâches]] inline wikify will work. -- You received this message because you

[tw] GridPlugin : sub-section

2009-12-21 Thread julien23
... still gridding around my tiddlers ... My journal tiddlers are structured like this : !Topic of the Day *bla !Objectives *blu !!Completed *bla !!Postponed' *bla !!New *bla !Miscellanious informations I am triing to grid the

[tw] Remote context.inTiddler.title variable in GridPlugin

2009-12-22 Thread julien23
hey I am trying to generate a table from tiddler's section using context.inTiddler.title variable in fET But GridPlugin display a local context.inTiddler.title fET instead of the remote context.inTiddler.title fET :-( I have read about context.viewTiddler.title variable but it gives me some

[tw] Re: Remote context.inTiddler.title variable in GridPlugin

2009-12-24 Thread julien23
TypeError is only because of spelling (try using viewerTiddler, not viewTiddler). cmari On Dec 22, 7:41 am, cmari cema...@gmail.com wrote: Can you give a few more details, like what is in your grid macro? cmari On Dec 22, 2:12 am, julien23 ju.bouc...@gmail.com wrote: hey I am

[tw] Re: Remote context.inTiddler.title variable in GridPlugin

2010-01-01 Thread julien23
, julien23 ju.bouc...@gmail.com wrote: Ok for viewerTiddler instead of viewTiddler it fixes the error message in fET. But it doesn't help with displaying the result in another tiddler with GidPlugin. I am still digging on it, I really need it to work... Thanks On 22 déc, 15:02, cmari cema

[tw] How to display a double entry table with FET or GridPlugin ?

2010-07-19 Thread julien23
I use TW for ideas evaluation and sorting. I face a recurent problem to me, for which I have never managed to have something to work with FET nor GridPlugin : some tiddlers are tagged with theme: th1 th2 th3 ...thi some tiddlers are tagged with configuration conf1 ... confj some tiddlers are

[tw] Syntax to put TiddlyLock file in a subfolder

2010-08-16 Thread julien23
Due to folders rights, I can't have the lock file with-in the TW folder I would like to send it to the Share subfolder, but I don't manage to find the right syntax TiddlyLock.LockPath = '.\\Share\\' ... won't work Could you please give me a hand regards -- You received this message

[tw] Spread out FeT generated thumbnails to a selection of tiddlers

2010-08-16 Thread julien23
Most of my tiddlers start with thumbnails with this FeT : forEachTiddler where 'tiddler.tags.contains(attachment) tiddler.tags.contains(context.inTiddler.title) tiddler.text.contains(image) ' sortBy tiddler.created descending write

[tw] Re: Spread out FeT generated thumbnails to a selection of tiddlers

2010-08-17 Thread julien23
it work.. Regards Måns Mårtensson On 16 Aug., 23:15, Måns humam...@gmail.com wrote: Hi Julien23 On 16 Aug., 18:39, julien23 ju.bouc...@gmail.com wrote: Most of my tiddlers start with thumbnails with this FeT : ... Is there a way to automate that ? Could it be something to do

[tw] Re: Spread out FeT generated thumbnails to a selection of tiddlers

2010-08-18 Thread julien23
I have just noted a weak point to this method : thumbnails won't show up if I call [[aTiddlerWithThumbnails]] with tiddler aTiddlerWithThumbnails since they are not real content of that tiddler. On Aug 17, 11:35 pm, julien23 ju.bouc...@gmail.com wrote: Thanks a lot it works fine ( except

[tw] FileDrop on [[Pizza]] would tag the new created tiddler with 'Pizza'

2010-08-20 Thread julien23
I have seen a message on this topic, but just can't find it again... I use FileDrop a lot, my ViewTemplate now display images and files - http://groups.google.com/group/tiddlywiki/browse_thread/thread/e028c2aaa8017175 - and I wish I could go further with automation... Is there a way to tag the

  1   2   3   >