Re: [tw] Re: Create tiddlers from an external program?

2017-07-20 Thread TJ Hoeft
Great ideas! Thank you!

On Jul 18, 2017 11:52 AM, "AltugOz" <altugozcelikk...@gmail.com> wrote:

> Hello TJ,
>
> There is also Neil Griffin's TiddlPy module, The website describes it as
> an "Interface for reading and writing tiddlers from a local TiddlyWiki5
> file using Python". You may want to take a look at it.
>
> Here is the github link: https://github.com/ng110/TiddlPy
> Here is the group discussion: https://groups.google.com/forum/#!topic/
> tiddlywiki/BBM5IyiLGsI
>
> Best,
> Altug
>
> On Sunday, July 16, 2017 at 7:07:44 PM UTC-4, TJ Hoeft wrote:
>>
>> Hello,
>> Has anyone done any work creating tiddlers from external programs such as
>> Python?  Would like to experiment with creating searchable log files as
>> well as indexing source code trees.
>> Thank you ahead of time,
>> TJ
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/4k7qxwfAURc/unsubscribe.
> To unsubscribe from this group and all its topics, 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/4b61a955-5322-447b-b3e8-4868e276%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/4b61a955-5322-447b-b3e8-4868e276%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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/CAHS8%2BpAJgVoAsGfLQkF1aBa%3DXx9Z7fMx%2BxNVOb2EPm8%3DN8%3DLyA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Create tiddlers from an external program?

2017-07-17 Thread TJ Hoeft
Thank you so much for the ideas! Much appreciated. Ideally, I was hoping 
that the stand alone wiki file would have an API to do what Josiah is doing 
with regex. I love TW's rolling history, search and tags. It would be 
really great to use in small adhoc programming projects to index things. An 
example is working with someone else's code base and making edits.  You 
need to index the source and isolate a working set to patch in changes. 
 It's easy to get lost and waste a lot of time trying to remember where you 
were.  Using TW, one could index, search, annotate and even check in their 
notes into a version control system.

Andreas, I will have a look at the code. Josiah, I will see if I can do 
custom injection as you described.
TJ

On Monday, July 17, 2017 at 2:23:29 AM UTC-7, @TiddlyTweeter wrote:
>
> Ciao Andreas & TJ Hoeft
>
> About the only area of computing I would say I am any good at is regular 
> expressions. 
>
> FWIW, I directly create and inject Tiddlers using advanced Grep software 
> that can run regex over a normal text, html, spreadsheet, or most anything 
> you want, re-make the result in Tiddlers and directly automatically insert 
> them into a TW. 
>
> The actual mechanics are hard to explain as I'm using proprietary software 
> to do it. But its worth bearing in mind---Tiddlers are simply text as far 
> as regex engines are concerned and trivially easy to create that way. This 
> is more an approach suited to bigger TW--for instance for quickly porting 
> over whole novels to TW format.
>
> Best wishes
> Josiah
>
>  
>
>> Andreas Hahn wrote ...
>>
> If you want to write tiddlers into a single-file TW, I don't know of 
>> any direct way, so I imagine the easiest thing to do is to choose one of 
>> the options above and then let the nodejs instance render the 
>> single-file TW. 
>>
>

-- 
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/39136d23-9224-4956-9db1-11527fff7831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Create tiddlers from an external program?

2017-07-16 Thread TJ Hoeft
Hello,
Has anyone done any work creating tiddlers from external programs such as 
Python?  Would like to experiment with creating searchable log files as 
well as indexing source code trees.
Thank you ahead of time,
TJ

-- 
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/ff4d4ba3-3a2e-4c34-83c8-b1033702ab0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] My personal tiddlywiki don't load themes

2016-02-13 Thread TJ Hoeft
Hi Sean,
Unfortunately, no. I ended up getting frustrated that I couldn't get things
to work. Ultimately, I have other things competing for my time and had to
set it aside. The best I could get was a working but on rendered version.
Given more time, this is one of those problems that I would write a script
for to validate the install. If I do figure it out, I will be happy to post
my progress.
Good luck to you,
TJ

On Fri, Feb 12, 2016 at 12:21 PM, Sean Kelley <seanmkelle...@gmail.com>
wrote:

> Hi TJ,
>
> Any luck with this? I have done as Jeremy suggested and set up a separate
> wiki folder. I provide an absolute path to the folder in server.js and am
> still not able to get the themes/plugins to work.
>
> I receive an error each time that the tiddlywiki.info file is missing,
> even though I am pointing it to the correct folder...no idea what is going
> on.
>
> - Sean
>
>
> On Tuesday, April 14, 2015 at 11:33:44 AM UTC-4, TJ Hoeft wrote:
>>
>> Hi Jeremy,
>> Thank you for the idea!  I will tinker around a bit and I'll let you know
>> the results.
>> TJ
>>
>> On Sunday, April 12, 2015 at 5:48:44 AM UTC-7, Jeremy Ruston wrote:
>>>
>>> Hi TJ
>>>
>>> Am I correct in understanding that the problem you're experiencing is
>>> that you're seeing an unstyled but otherwise functional TiddlyWiki in the
>>> browser?
>>>
>>> The steps you describe about moving a tiddlywiki.info file into the
>>> boot folder of the TW5 repo are not correct. The TW5 repo holds the code;
>>> your data would ordinarily be stored in an entirely different folder.
>>>
>>> > Since the "tiddlywiki mynewwiki --init server" mainly seems to
>>> generate a "tiddlywiki.info", I assumed that having this file
>>> referenced from the code would fix the "Themes Issue".  No success.
>>>
>>> The init command does indeed just copy a tiddlywiki.info file into your
>>> wiki folder. I don't understand why it's not working for you, though? Why
>>> aren't you just creating a blank wiki folder within
>>> process.env.OPENSHIFT_DATA_DIR?
>>>
>>> Best wishes
>>>
>>> Jeremy.
>>>
>>>
>>>
>>>
>>>
>>> On Sat, Apr 11, 2015 at 6:13 AM, TJ Hoeft <tj.h...@gmail.com> wrote:
>>>
>>>> Hello,
>>>> I'm still wrestling to figure out themes.  I looked at the boot.js and
>>>> found a config block as shown below:
>>>>
>>>> config: { // Configuration overridables
>>>>  pluginsPath: "../plugins/",
>>>>  themesPath: "../themes/",
>>>>  languagesPath: "../languages/",
>>>>  editionsPath: "../editions/",
>>>>  wikiInfo: "./tiddlywiki.info",
>>>>  wikiPluginsSubDir: "./plugins",
>>>>  wikiThemesSubDir: "./themes",
>>>>  wikiLanguagesSubDir: "./languages",
>>>>  wikiTiddlersSubDir: "./tiddlers",
>>>>  wikiOutputSubDir: "./output",
>>>>  jsModuleHeaderRegExpString:
>>>> "^\\/\\*(?:\\r?\\n)((?:^[^\\r\\n]*(?:\\r?\\n))+?)(^\\*\\/$(?:\\r?\\n)?)"
>>>> ,
>>>>  fileExtensionInfo: Object.create(null), // Map file extension to
>>>> {type:}
>>>>  contentTypeInfo: Object.create(null), // Map type to
>>>> {encoding:,extension:}
>>>>  pluginsEnvVar: "TIDDLYWIKI_PLUGIN_PATH",
>>>>  themesEnvVar: "TIDDLYWIKI_THEME_PATH",
>>>>  languagesEnvVar: "TIDDLYWIKI_LANGUAGE_PATH",
>>>>  editionsEnvVar: "TIDDLYWIKI_EDITION_PATH"
>>>>  }
>>>>
>>>> I have a locally generated TW5 server instance.  I was able to copy its
>>>> "tiddlywiki.info" into my OpenShift staging area within the "boot"
>>>> subdirectory. (I also copied the entire "tiddlers" subdir there too.)  I
>>>> added and checked in my changes into Git and pushed them to OpenShift.
>>>> After restarting NodeJS on OpenShift, I was able to see my content.
>>>>
>>>> Since the "tiddlywiki mynewwiki --init server" mainly seems to
>>>> generate a "tiddlywiki.info", I assumed that having this file
>>>> referenced from the code would fix the "Themes Issue".  No success.
>>>>
>>>> Any ideas?
>>>>
>>>> Thanks ahead of time,
>>>> TJ
>>>>
>>&g

[tw] TW5 Taggable Lists from Flat List Input

2016-01-23 Thread TJ Hoeft
Hello all,
I’m trying to figure out how to use template tiddlers to render a flat (new 
line delimited) list. Here is what I figured out so far. In tiddler 1 shown 
below, I have a simple list. I wish to render that list as an HTML table 
with checkboxes that enable me to add processing state that I can use for 
later filtering. My intention is to transclude tiddler 1 as input into the 
rendering template shown in tiddler 2. My goal is to have a very simple 
instantiation method such as tiddler 3. However, this is not working.
Any help is much appreciated,
TJ

-
*Tiddler 1*: Coffee List
-
Coffee
Sugar
Milk
Coffee Mug
Spoon
-

Tiddler 2 is using an input variable called “inputList” to supposedly store 
the list items from the flat list in tiddler 1. I anticipate that this list 
will be populated by a call from either tiddler 3 or tiddler 4 in order to 
find the state from the flat list to the template and capture its output.

-
*Tiddler 2*: $:/TJ/Template2
-

IgnoreIs 
StagedDescription

<$list filter=<> >

<$checkbox tag="ignored"><$link to={{!!title}}>
<$checkbox tag="staged"><$link to={{!!title}}>
<$link to={{!!title}}><$view field="title"/>



-

Tiddler 3 is how I would like to point to the input list and the template 
(or some similar variant).

*-*
*Tiddler 3*: My_Templated_Instance_Test (assembly query)
Result: Fails
-
Coffee List}}||$:/TJ/Template2}} 
-

As a test, I tried some hardcoded values as inputs in tiddler 4 shown 
below. This worked as expected.

-
*Tiddler 4*: Templated_Instance_Debug (assembly query)
Result: Works with inline list
-
{{Coffee Sugar Spoon Milk||$:/TJ/Template2}} 
-

Using the transclude method directly within the template as in tiddler 5, I 
was able to render the list as a table as expected. However, I would like 
the “inputList” variable to be somehow defined outside of the template when 
the template is called.

-
*Tiddler 5*: Alternate Hardcoded Call
Result: Works
-
<$set name="inputList" value={{Coffee List}}>

IgnoreIs 
StagedDescription

<$list filter=<> >

<$checkbox tag="Kitchen-ignored"><$link 
to={{!!title}}>
<$checkbox tag="Kitchen-staged"><$link 
to={{!!title}}>
<$link to={{!!title}}><$view field="title"/>




-

-- 
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/297817c1-7062-4044-9bc2-d08a9a14a9ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Taggable Lists from Flat List Input

2016-01-23 Thread TJ Hoeft
Ok.  I think I figured it out.  Here's what I did.


-
*Tiddler 1*: Coffee List
-
Coffee
Sugar
Milk
[[Coffee Mug]]  <---Must be in brackets
Spoon
-

-
*Tiddler 2*: $:/TJ/Template2  <--Same as before
-

IgnoreIs 
StagedDescription

<$list filter=<> >

<$checkbox tag="ignored"><$link to={{!!title}}>
<$checkbox tag="staged"><$link to={{!!title}}>
<$link to={{!!title}}><$view field="title"/>



-

*-*
*Tiddler 3*: My_Templated_Instance_Test (assembly query)
Result: Works!!
-
<$set name="inputList" value={{Coffee List}}>
{{<>||$:/TJ/Template2}}
} 
---------


On Saturday, January 23, 2016 at 12:30:29 PM UTC-8, TJ Hoeft wrote:
>
> Hello all,
> I’m trying to figure out how to use template tiddlers to render a flat 
> (new line delimited) list. Here is what I figured out so far. In tiddler 1 
> shown below, I have a simple list. I wish to render that list as an HTML 
> table with checkboxes that enable me to add processing state that I can use 
> for later filtering. My intention is to transclude tiddler 1 as input into 
> the rendering template shown in tiddler 2. My goal is to have a very simple 
> instantiation method such as tiddler 3. However, this is not working.
> Any help is much appreciated,
> TJ
>
>
> -
> *Tiddler 1*: Coffee List
>
> -
> Coffee
> Sugar
> Milk
> Coffee Mug
> Spoon
>
> -
>
> Tiddler 2 is using an input variable called “inputList” to supposedly 
> store the list items from the flat list in tiddler 1. I anticipate that 
> this list will be populated by a call from either tiddler 3 or tiddler 4 in 
> order to find the state from the flat list to the template and capture its 
> output.
>
>
> -
> *Tiddler 2*: $:/TJ/Template2
>
> -
> 
> IgnoreIs 
> StagedDescription
>
> <$list filter=<> >
> 
> <$checkbox tag="ignored"><$link 
> to={{!!title}}>
> <$checkbox tag="staged"><$link to={{!!title}}>
> <$link to={{!!title}}><$view field="title"/>
> 
> 
> 
>
> -
>
> Tiddler 3 is how I would like to point to the input list and the template 
> (or some similar variant).
>
>
> *-*
> *Tiddler 3*: My_Templated_Instance_Test (assembly query)
> Result: Fails
>
> -
> Coffee List}}||$:/TJ/Template2}} 
>
> -
>
> As a test, I tried some hardcoded values as inputs in tiddler 4 shown 
> below. This worked as expected.
>
>
> -
> *Tiddler 4*: Templated_Instance_Debug (assembly query)
> Result: Works with inline list
>
> -
> {{Coffee Sugar Spoon Milk||$:/TJ/Template2}} 
>
> -
>
> Using the transclude method directly within the template as in tiddler 5, 
> I was able to render the list as a table as expected. However, I would like 
> the “inputList” variable to be somehow defined outside of the template when 
> the template is called.
>
>
> -
> *Tiddler 5*: Alternate Hardcoded Call
> Result: Works
>
> 

Re: [tw] TW5: Add Tiddlers to existing wiki programmatically

2015-06-19 Thread TJ Hoeft
Thank you! I will check it out.
TJ

On Friday, June 19, 2015, cacs claudio.acsi...@gmail.com wrote:

 TJ,

 I am a long time TW user but I think IPython Notebooks are better for what
 you intend to do.

 cacs

 On Thursday, June 18, 2015 at 7:04:25 PM UTC-3, TJ Hoeft wrote:

 All,
 I'm planning to use TW5 to organize a set of experimental outputs:
 configuration parameters, output CSV files (relative path references),
 input files (sounds) and output images.  I want to use TW5 as the main
 entry point for interacting with this data as a dashboard.  I would like
 the code to populate a base TW5 template from Java.  Any ideas how I could
 do this?
 Thanks ahead of time,
 TJ

  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/dXcw91GwKyQ/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to tiddlywiki@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki@googlegroups.com');.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/33d1b663-8c58-412e-8918-1640be7cbd46%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/33d1b663-8c58-412e-8918-1640be7cbd46%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAHS8%2BpCKPibUBaWUFjbo9%2Bump%2BP-naDtRb2gcp4%2BHMmkmedhNw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5: Add Tiddlers to existing wiki programmatically

2015-06-18 Thread TJ Hoeft
All,
I'm planning to use TW5 to organize a set of experimental outputs: 
configuration parameters, output CSV files (relative path references), 
input files (sounds) and output images.  I want to use TW5 as the main 
entry point for interacting with this data as a dashboard.  I would like 
the code to populate a base TW5 template from Java.  Any ideas how I could 
do this?
Thanks ahead of time,
TJ

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ab68b515-eaac-41c5-95a5-1a726018c6c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5: Add Tiddlers to existing wiki programmatically

2015-06-18 Thread TJ Hoeft
Thank you!  I will give this a try.
TJ

On Thursday, June 18, 2015 at 3:04:25 PM UTC-7, TJ Hoeft wrote:

 All,
 I'm planning to use TW5 to organize a set of experimental outputs: 
 configuration parameters, output CSV files (relative path references), 
 input files (sounds) and output images.  I want to use TW5 as the main 
 entry point for interacting with this data as a dashboard.  I would like 
 the code to populate a base TW5 template from Java.  Any ideas how I could 
 do this?
 Thanks ahead of time,
 TJ


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b69e26ac-9dbd-4e55-9024-366d29e99fa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is wikitext in $list formatting broken?

2015-05-08 Thread TJ Hoeft
Hi Jed,
Thanks for the ideas!  I'm not strong in Javascript, but I will have a 
look.  I'll keep tinkering and post my results.
TJ

On Thursday, May 7, 2015 at 3:16:07 PM UTC-7, Jed Carty wrote:

 TJ,

 The relative age part of that would be the difficult thing, I have some 
 javascript macros that find time differences but I haven't had the time to 
 really put them to use yet. They are here 
 http://inmysocks.tiddlyspot.com/#Date%20Macro%20Demos if you want to 
 try them out or improve them. There are bugs so be aware of that.

 You can do a sort of brute force formatting by using list or reveal 
 widgets. To use a list you would use filters like 
 '[is[current]modified[somedate]limit[1]]', there are some cases where even 
 with the new tag parameter for the reveal widgets the list widget works 
 better.


 table
 trtdTitle/tdtdFollow Up Date/tdtdModified/td/tr


 $list filter=[tag[future-plan]sort[modified]]
 $reveal type=match state='!!modified' text=somedate
 @@.firstclass trtd$link to={{!!title}}$view field=title//$link
 /tdtd$view field=follow-up-date//tdtd$view field=modified 
 format=date template=DD mmm  at 0hh:0mm//td/tr@@
 /$reveal
 $reveal type=match state='!!modified' text=someotherdate
 @@.secondclass trtd$link to={{!!title}}$view 
 field=title//$link/tdtd$view 
 field=follow-up-date//tdtd$view 
 field=modified format=date template=DD mmm  at 0hh:0mm/
 /td/tr@@
 /$reveal
 /$list
 /table

 and add more reveal widgets inside the first one to add more dates. This 
 probably isn't useful as it is, but if you modify the day-diff macro or 
 make a week-diff macro than you could do use the number of days or weeks 
 that have gone by with the reveal widget to define different colors. The 
 way they are written now you would probably have to rewrite the entire 
 macro, but hopefully the ones I have are enough of a start. Automating what 
 you want to do is possible with a bit of effort.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7b9be1e-eb0a-4aed-9788-71934e5a78d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: FilterOperators to enable revision history?

2015-05-07 Thread TJ Hoeft
Hi Jed,
I wanted to mention another use that I found with this approach.  I have 
been seeking business contacts and I have needed to maintain a Call History 
for multiple contacts.  By adding a query similar to the version history 
(shown below), I have been easily able to manage multiple contacts.

Create a tiddler for each Business Name to roll up important state. 
 Within this tiddler, add a corresponding history (timeline).

list-links filter:[tag[business-name]tag[timeline]!sort[created]]

Thanks for the ideas,
TJ


On Thursday, May 7, 2015 at 6:46:46 AM UTC-7, TJ Hoeft wrote:

 Hi Jed,
 I've uploaded a simple versioning example to: 
 http://version-history.tiddlyspot.com/

 Is there a way to automatically generate this version history using 
 something like the Draft Mode?

 Thanks again for the help,
 TJ

 On Wednesday, May 6, 2015 at 2:37:19 PM UTC-7, Jed Carty wrote:

 I am glad it is working. Post if you have any other problems. This is an 
 interesting idea so sharing a version without any sensitive information on 
 tiddlyspot or somewhere public would be nice.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a14dd2f-7749-4470-bd6f-0dfa9491dc37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: FilterOperators to enable revision history?

2015-05-07 Thread TJ Hoeft
Hi Jed,
I've uploaded a simple versioning example 
to: http://version-history.tiddlyspot.com/

Is there a way to automatically generate this version history using 
something like the Draft Mode?

Thanks again for the help,
TJ

On Wednesday, May 6, 2015 at 2:37:19 PM UTC-7, Jed Carty wrote:

 I am glad it is working. Post if you have any other problems. This is an 
 interesting idea so sharing a version without any sensitive information on 
 tiddlyspot or somewhere public would be nice.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a8ca7d97-465f-4327-babc-b458bd9b0256%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is wikitext in $list formatting broken?

2015-05-07 Thread TJ Hoeft
All,
I built a similar table.  I did it in HTML, which looks as follows:

table
trtdTitle/tdtdFollow Up Date/tdtdModified/td/tr


$list filter=[tag[future-plan]sort[modified]]
trtd$link to={{!!title}}$view field=title//$link/tdtd$view 
field=follow-up-date//tdtd$view field=modified format=date 
template=DD mmm  at 0hh:0mm//td/tr
/$list
/table
 
Not beautiful, but it works for now.

My question is if the method described for making a template would allow 
conditional formatting on rows, cols and cells.  Specifically, I would 
like to color code the table entries by their relative age like a heat map 
so I can quickly see the set of the oldest entries.

Ideas?
TJ

On Wednesday, April 15, 2015 at 10:20:11 AM UTC-7, Danielo Rodríguez wrote:

 It can be frustrating but it's not only a TW problem but all markdown 
 style syntax. 

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9809a763-a10f-4919-8b4b-4aff7a882541%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: FilterOperators to enable revision history?

2015-05-06 Thread TJ Hoeft
Hi Jed,
I'm playing with the method you described.  While I haven't played with 
transclusion, I did the following:

Versioned Tiddler Family Title: Theme Revision #
Example: Elevator Pitch - Rev 0.2.1
Tags: elevator-pitch, versioned

Current Tiddler Title: Current Elevator Pitch
Tiddler Query:

list-links filter:
[tag[elevator-pitch]tag[versioned]!sort[created]limit[1]]

This works pretty well right now.

Thanks again,
TJ


On Friday, May 1, 2015 at 4:37:06 PM UTC-7, TJ Hoeft wrote:

 Hi Jed,
 Thank you for your reply!  I guess I didn't have the email me on update 
 for google groups selected.  Sorry about my late response. I will give this 
 a try and see how it works out.
 TJ

 On Friday, February 27, 2015 at 9:33:54 AM UTC-8, Jed Carty wrote:

 Edited again because I realized that I was using 'name' to refer to two 
 separate things.

 That is an interesting idea, and I believe that it can be done using 
 filters.

 As long as you create tiddlers for each version, or at least only use the 
 latest one, I have no idea why you wouldn't, than you can make your outline 
 using list filters using a process that is something like this:

 1) Every tiddler that is going to be in the final version, and all 
 revisions of those tiddlers, have some tag (someTagForThingsToInculde in 
 the example below). This includes old versions.
 2) Each subject/idea that gets revisions has a unique identifier. Each 
 tiddler holding one of the revisions of this idea has a field called 
 `identifier` (or whatever you wish to call it) and in this field it has the 
 name for that subject. The tiddlers themselves have some descriptive title 
 like idea r-1 and idea r-2 or however you want to name them.
 3) When you want a new version of an idea you clone the tiddler holding 
 the current version and title it appropriately, then edit the cloned and 
 renamed tiddler as your new version.

 To display the full thing with only the latest revisions use something 
 like this (you will probably want to make it prettier than this will be, 
 but the structure will be the same):

 $list 
 filter='[tag[someTagForThingsToInclude]has[identifier]each[identifier]get[identifier]]'
  
 variable=CurrentIdentifier
 $list filter='[identifierCurrentIdentifiersort[created]limit[1]]'
 $transclude/
 /$list
 /$list

 This will find all the tiddlers that are tagged with your inclusion tag, 
 make sure that they have the field `identifier`, only take unique elements 
 (so no duplicate entries) and then give the list of unique identifiers. 
 (the first list widget)
 For each one of those identifiers returned it will find the most recently 
 created tiddler (the second list widget) and transclued that (the 
 transclude widget).

 You can expand this into sections with subheadings and things like that, 
 but this will give you a basic version of what you want. The inner list 
 widget is the most important part as far as that goes.

 edit:

 Oh, and to view the revisions over time you can just remove the limit[1] 
 part and it will show all revisions in each section. Or you could use 

 $list filter='[identifier[whetevernameyouwanttolookat]sort[created]]'
 $transclude/
 /$list

 to see a list of the revisions for the things named 
 whetevernameyouwanttolookat



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/79b3d01f-4813-4c6c-98f0-847620668575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Using List to populate column

2015-04-17 Thread TJ Hoeft
All,
Thank you for your posts!  They are very helpful.  I'm trying to render 
links to Tiddlers from Tiddler name references stored within a table.  I 
modified your example to store an extra field for an appointment date.

table
$list filter=[tag[future-plan]]
trtdspan class=counter//tdtd$view field=title//tdtd$view 
field=follow-up-date//td/tr
/$list
/table

The above works great, but no hyperlink to the corresponding tiddler.  So I 
tried the modification below.

table
$list filter=[tag[future-plan]]
trtdspan class=counter//tdtd$link to={{!!title}}$view 
field=title//link/tdtd$view field=follow-up-date//td/tr
/$list
/table

While it is hyperlinked, this code produces tag artifacts in the rendered 
view.  Any ideas on how to clean this up?

TJ

On Wednesday, October 1, 2014 at 8:30:50 AM UTC-7, Julio Peña wrote:

 Hello aamaadmi,

 Oh dear lord, many thanks for catching that!


 Best regards,

 Julio

 On Wednesday, October 1, 2014 2:46:14 AM UTC-4, aamaadmi wrote:

 little correction on your site

 ```
 table
 $list filter=[tag[change]]
 trthspan class=counter//thtd$link to={{!!title}}$view 
 field=title//*%*link/td/tr
 /$list
 /table
 ```

 % --- $

 On Wednesday, October 1, 2014 2:09:48 AM UTC+5:30, Julio Peña wrote:

 Hello Danielo and all,

 And if you want the numbering to appear as headings on the table do this:

 table
 $list filter=[tag[change]]
 trthspan class=counter//thtd$view field=title//td/tr
 /$list
 /table


 It gives it a nice effect.
 You can see my testing here: http://jpentw5.tiddlyspot.com/


 Best regards,

 Julio

 On Tuesday, September 30, 2014 6:48:54 AM UTC-4, Danielo Rodríguez wrote:

 An example tiddler using this would be:

 table
 $list filter=[tag[TableOfContents]]
 trtdspan class=counter//tdtd$view field=title//td/tr
 /$list
 /table

 Stephan, this is awesome. Your knowledge of web technologies amazes me 
 on each iteration.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b27cdab-22fe-40c1-93a7-3d8104f532b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Running server brings up unstyled tiddly wiki

2015-04-14 Thread TJ Hoeft
This sounds similar to the issue that I'm having.  Keep checking here to 
see if anything will help you.
TJ

https://groups.google.com/forum/#!topic/tiddlywiki/2DmWNbPyO3Q

On Monday, April 13, 2015 at 2:35:20 AM UTC-7, spen...@gmail.com wrote:

 Hi - could someone with more knowledge tell me if I'm doing something 
 wrong?

 I have a initialised tiddily directory from which I use the node.js 
 tiddlywiki application to run a server to localhost. I've then zipped the 
 directory up, moved it to my laptop, unzipped it and then tried to run it 
 on another machine. 

 It runs, but it's unstyled, there's no warnings, even when I've set the 
 verbose flag. 

 Is this to be expected? 




-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c7058edd-0cfe-4b1f-a21c-2d283d3e2b7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] My personal tiddlywiki don't load themes

2015-04-14 Thread TJ Hoeft
Hi Jeremy,
Thank you for the idea!  I will tinker around a bit and I'll let you know 
the results.
TJ

On Sunday, April 12, 2015 at 5:48:44 AM UTC-7, Jeremy Ruston wrote:

 Hi TJ

 Am I correct in understanding that the problem you're experiencing is that 
 you're seeing an unstyled but otherwise functional TiddlyWiki in the 
 browser?

 The steps you describe about moving a tiddlywiki.info file into the boot 
 folder of the TW5 repo are not correct. The TW5 repo holds the code; your 
 data would ordinarily be stored in an entirely different folder. 

  Since the tiddlywiki mynewwiki --init server mainly seems to generate 
 a tiddlywiki.info, I assumed that having this file referenced from the 
 code would fix the Themes Issue.  No success.

 The init command does indeed just copy a tiddlywiki.info file into your 
 wiki folder. I don't understand why it's not working for you, though? Why 
 aren't you just creating a blank wiki folder within 
 process.env.OPENSHIFT_DATA_DIR?

 Best wishes

 Jeremy.





 On Sat, Apr 11, 2015 at 6:13 AM, TJ Hoeft tj.h...@gmail.com javascript:
  wrote:

 Hello,
 I'm still wrestling to figure out themes.  I looked at the boot.js and 
 found a config block as shown below:

 config: { // Configuration overridables
  pluginsPath: ../plugins/,
  themesPath: ../themes/,
  languagesPath: ../languages/,
  editionsPath: ../editions/,
  wikiInfo: ./tiddlywiki.info,
  wikiPluginsSubDir: ./plugins,
  wikiThemesSubDir: ./themes,
  wikiLanguagesSubDir: ./languages,
  wikiTiddlersSubDir: ./tiddlers,
  wikiOutputSubDir: ./output,
  jsModuleHeaderRegExpString: 
 ^\\/\\*(?:\\r?\\n)((?:^[^\\r\\n]*(?:\\r?\\n))+?)(^\\*\\/$(?:\\r?\\n)?)
 ,
  fileExtensionInfo: Object.create(null), // Map file extension to {type:}
  contentTypeInfo: Object.create(null), // Map type to 
 {encoding:,extension:}
  pluginsEnvVar: TIDDLYWIKI_PLUGIN_PATH,
  themesEnvVar: TIDDLYWIKI_THEME_PATH,
  languagesEnvVar: TIDDLYWIKI_LANGUAGE_PATH,
  editionsEnvVar: TIDDLYWIKI_EDITION_PATH
  }

 I have a locally generated TW5 server instance.  I was able to copy its 
 tiddlywiki.info into my OpenShift staging area within the boot 
 subdirectory. (I also copied the entire tiddlers subdir there too.)  I 
 added and checked in my changes into Git and pushed them to OpenShift.  
 After restarting NodeJS on OpenShift, I was able to see my content.

 Since the tiddlywiki mynewwiki --init server mainly seems to generate 
 a tiddlywiki.info, I assumed that having this file referenced from the 
 code would fix the Themes Issue.  No success.

 Any ideas?

 Thanks ahead of time,
 TJ

 On Friday, April 10, 2015 at 4:51:53 PM UTC-7, TJ Hoeft wrote:

 Hello everyone,
 I'm trying to do a similar deployment in OpenShift based on the blog:

 http://ericmiao.github.io/blog/2014/04/05/setup-personal-tiddlywiki-on-
 openshift/

 I ended up with the same issue with the themes.  
 TJ


 On Friday, January 9, 2015 at 11:30:16 AM UTC-8, Jeremy Ruston wrote:

 Hi Châu

 That's an unusual way to start TiddlyWiki. I'm guessing that you modded 
 tiddlywiki.js from the TW5 repo?

 Anyhow, have you initialised your data directory? To be a valid wiki 
 folder you need to create a tiddlywiki.info file. The usual way of 
 doing that is via the command line:

 tiddlywiki my_data_dir --init server

 Best wishes

 Jeremy

 On Fri, Jan 9, 2015 at 7:07 AM, Châu Thân Đức Hoàng 
 simples...@gmail.com wrote:

 I setup my personal tiddlywiki on OpenShift. But it don't load themes.
 This is my code to start it.

 var $tw = require(./boot/boot.js).TiddlyWiki();
 $tw.boot.argv = [
   process.env.OPENSHIFT_DATA_DIR,
   --server,
   process.env.OPENSHIFT_NODEJS_PORT,
   $:/core/save/all,
   text/plain,
   text/html,
   usename,
   password,
   process.env.OPENSHIFT_NODEJS_IP,
 ];
 $tw.boot.boot();


 Please help me.
 Thanks.

 PS: I don't know about argurement of $tw. Where do I read it?

 -- 
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4139588a-e8f6-467c-85d8-8f8457fa45cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] My personal tiddlywiki don't load themes

2015-04-10 Thread TJ Hoeft
Hello,
I'm still wrestling to figure out themes.  I looked at the boot.js and 
found a config block as shown below:

config: { // Configuration overridables
 pluginsPath: ../plugins/,
 themesPath: ../themes/,
 languagesPath: ../languages/,
 editionsPath: ../editions/,
 wikiInfo: ./tiddlywiki.info,
 wikiPluginsSubDir: ./plugins,
 wikiThemesSubDir: ./themes,
 wikiLanguagesSubDir: ./languages,
 wikiTiddlersSubDir: ./tiddlers,
 wikiOutputSubDir: ./output,
 jsModuleHeaderRegExpString: 
^\\/\\*(?:\\r?\\n)((?:^[^\\r\\n]*(?:\\r?\\n))+?)(^\\*\\/$(?:\\r?\\n)?)
,
 fileExtensionInfo: Object.create(null), // Map file extension to {type:}
 contentTypeInfo: Object.create(null), // Map type to {encoding:,extension:}
 pluginsEnvVar: TIDDLYWIKI_PLUGIN_PATH,
 themesEnvVar: TIDDLYWIKI_THEME_PATH,
 languagesEnvVar: TIDDLYWIKI_LANGUAGE_PATH,
 editionsEnvVar: TIDDLYWIKI_EDITION_PATH
 }

I have a locally generated TW5 server instance.  I was able to copy its 
tiddlywiki.info into my OpenShift staging area within the boot 
subdirectory. (I also copied the entire tiddlers subdir there too.)  I 
added and checked in my changes into Git and pushed them to OpenShift. 
 After restarting NodeJS on OpenShift, I was able to see my content.

Since the tiddlywiki mynewwiki --init server mainly seems to generate 
a tiddlywiki.info, I assumed that having this file referenced from the 
code would fix the Themes Issue.  No success.

Any ideas?

Thanks ahead of time,
TJ

On Friday, April 10, 2015 at 4:51:53 PM UTC-7, TJ Hoeft wrote:

 Hello everyone,
 I'm trying to do a similar deployment in OpenShift based on the blog:


 http://ericmiao.github.io/blog/2014/04/05/setup-personal-tiddlywiki-on-openshift/

 I ended up with the same issue with the themes.  
 TJ


 On Friday, January 9, 2015 at 11:30:16 AM UTC-8, Jeremy Ruston wrote:

 Hi Châu

 That's an unusual way to start TiddlyWiki. I'm guessing that you modded 
 tiddlywiki.js from the TW5 repo?

 Anyhow, have you initialised your data directory? To be a valid wiki 
 folder you need to create a tiddlywiki.info file. The usual way of doing 
 that is via the command line:

 tiddlywiki my_data_dir --init server

 Best wishes

 Jeremy

 On Fri, Jan 9, 2015 at 7:07 AM, Châu Thân Đức Hoàng simples...@gmail.com
  wrote:

 I setup my personal tiddlywiki on OpenShift. But it don't load themes.
 This is my code to start it.

 var $tw = require(./boot/boot.js).TiddlyWiki();
 $tw.boot.argv = [
   process.env.OPENSHIFT_DATA_DIR,
   --server,
   process.env.OPENSHIFT_NODEJS_PORT,
   $:/core/save/all,
   text/plain,
   text/html,
   usename,
   password,
   process.env.OPENSHIFT_NODEJS_IP,
 ];
 $tw.boot.boot();


 Please help me.
 Thanks.

 PS: I don't know about argurement of $tw. Where do I read it?

 -- 
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a07e3bce-7637-44ef-a2df-43c46488e317%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] My personal tiddlywiki don't load themes

2015-04-10 Thread TJ Hoeft
Hello everyone,
I'm trying to do a similar deployment in OpenShift based on the blog:

http://ericmiao.github.io/blog/2014/04/05/setup-personal-tiddlywiki-on-openshift/

I ended up with the same issue with the themes.  
TJ


On Friday, January 9, 2015 at 11:30:16 AM UTC-8, Jeremy Ruston wrote:

 Hi Châu

 That's an unusual way to start TiddlyWiki. I'm guessing that you modded 
 tiddlywiki.js from the TW5 repo?

 Anyhow, have you initialised your data directory? To be a valid wiki 
 folder you need to create a tiddlywiki.info file. The usual way of doing 
 that is via the command line:

 tiddlywiki my_data_dir --init server

 Best wishes

 Jeremy

 On Fri, Jan 9, 2015 at 7:07 AM, Châu Thân Đức Hoàng simples...@gmail.com 
 javascript: wrote:

 I setup my personal tiddlywiki on OpenShift. But it don't load themes.
 This is my code to start it.

 var $tw = require(./boot/boot.js).TiddlyWiki();
 $tw.boot.argv = [
   process.env.OPENSHIFT_DATA_DIR,
   --server,
   process.env.OPENSHIFT_NODEJS_PORT,
   $:/core/save/all,
   text/plain,
   text/html,
   usename,
   password,
   process.env.OPENSHIFT_NODEJS_IP,
 ];
 $tw.boot.boot();


 Please help me.
 Thanks.

 PS: I don't know about argurement of $tw. Where do I read it?

 -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b6370ef0-714a-4440-a1d1-8ad1a5914b70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Batch Add/Remove Tags

2015-04-08 Thread TJ Hoeft
Excellent! Thank you very much Jed.
TJ

On Tuesday, April 7, 2015, Jed Carty inmyso...@gmail.com wrote:

 Oh, sorry. I misunderstood what you were asking. I agree that would be a
 useful feature. It will probably be a bit difficult to implement using the
 searching interface that I have set up, but making something else that does
 it shouldn't be too hard, probably something like this
 http://ooktech.com/jed/ExampleWikis/Version518Fun/#Search%20and%20Replace%20Tags,
 but with a regular expression search instead of a select widget and a
 change all button. It may be a few bit before I get to it.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/3KxvZVFCt9w/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to tiddlywiki@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki@googlegroups.com');.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/d1f170bb-8063-4f39-8917-6b3ea9e5668a%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/d1f170bb-8063-4f39-8917-6b3ea9e5668a%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAHS8%2BpAq41kfWpSDGu4mdhUKyWhKnD4LG%3D5b1f7_iLEx9vPzbQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Batch Add/Remove Tags

2015-04-06 Thread TJ Hoeft
Hi Jed,
I can see that the substrings work great during a search.  If I go to the 
sample wiki you provided and add is-a-fish to a tiddler and is-a-pencil 
to another tiddler, I can go to the Generic Add or Remove mk 2 tiddler 
and type is-a and both tiddlers are displayed.  This works great.

If I go to Tag to remove: and enter either is-a or ^is-a.* and then 
click the Remove from All Matches, nothing happens.  This would be really 
great functionality that would allow me to automatically reset a tag-based 
state machine or workflow.  Am I using the tool correctly?

TJ


On Sunday, April 5, 2015 at 9:16:47 PM UTC-7, Jed Carty wrote:

 All of the searches use the regexp list operator, so it will find 
 substrings just fine.

 And to remove all the tags that are returned from a search you should just 
 have to click on the 'Remove from all Matches' button. If that isn't 
 working than I broke it somehow.


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/45bb7fb1-594d-4f2e-9552-973911375c9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Batch Add/Remove Tags

2015-04-05 Thread TJ Hoeft
Hi Jed,
This is excellent! This ability will allow for some really cool static list 
state management with tags.  

I added some tags to some tiddlers and I noticed that there appears to be 
some tag substring matching.  For example, I created a tag family that 
followed the naming convention: is-a-item (e.g. is-a-dog, is-a-cat, 
etc.).  Using your search, I can type is-a in a tag field and get a 
result set that contains the set of all tiddlers in this tag family.  Is 
there a way to remove all tags following this is-a-item pattern?

Thank you very much.  This is great work!
TJ

On Sunday, April 5, 2015 at 9:25:25 AM UTC-7, TJ Hoeft wrote:

 Thank you for the response! I apologize for my late response. I am out of 
 town. I look forward to checking out your code soon.
 Thanks again,
 TJ

 On Sunday, April 5, 2015, Jon fiveri...@gmail.com wrote:

 Hi Jed,

 I've found this to be really useful.

 Thanks
 Jon

 On Thursday, 2 April 2015 18:13:27 UTC+1, Jed Carty wrote:

 I am not sure if it has everything you want, but I am working on a tool 
 to do batch add or remove tags and fields here 
 http://ooktech.com/jed/ExampleWikis/Version518Fun/#Generic%20Add%20or%20Remove%20mk%202
 .
 The batch part only works in the current prerelease, but version 5.1.8 
 of tiddlywiki should be released very soon so it shouldn't be too long 
 before this works with the normal release.

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/tiddlywiki/3KxvZVFCt9w/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/7f88f0a3-656a-40cd-80c7-7fdc6a3a5f1d%40googlegroups.com
  
 https://groups.google.com/d/msgid/tiddlywiki/7f88f0a3-656a-40cd-80c7-7fdc6a3a5f1d%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1d25674e-f3fb-4b65-a227-889a12c076d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Batch Add/Remove Tags

2015-04-05 Thread TJ Hoeft
I've posted my travel preparation wiki at TiddlySpot so you can see how I'm 
using TW5.  Feel free to have a look: http://mammothlist.tiddlyspot.com/

I am trying to figure out how to make this list available on all devices 
and stay updated as family members make changes.  Any ideas how I can keep 
all devices updated?

Thanks,
TJ

FYI:
I built the list by creating a flat list with a single entry on each line 
in a text editor (e.g. TextPad) and did a regex find and replace so item 
became * [[item]].  I clicked each link and added appropriate tags and 
created tag queries for the summary views.

On Sunday, April 5, 2015 at 4:04:43 PM UTC-7, TJ Hoeft wrote:

 Hi Jed,
 This is excellent! This ability will allow for some really cool static 
 list state management with tags.  

 I added some tags to some tiddlers and I noticed that there appears to be 
 some tag substring matching.  For example, I created a tag family that 
 followed the naming convention: is-a-item (e.g. is-a-dog, is-a-cat, 
 etc.).  Using your search, I can type is-a in a tag field and get a 
 result set that contains the set of all tiddlers in this tag family.  Is 
 there a way to remove all tags following this is-a-item pattern?

 Thank you very much.  This is great work!
 TJ

 On Sunday, April 5, 2015 at 9:25:25 AM UTC-7, TJ Hoeft wrote:

 Thank you for the response! I apologize for my late response. I am out of 
 town. I look forward to checking out your code soon.
 Thanks again,
 TJ

 On Sunday, April 5, 2015, Jon fiveri...@gmail.com wrote:

 Hi Jed,

 I've found this to be really useful.

 Thanks
 Jon

 On Thursday, 2 April 2015 18:13:27 UTC+1, Jed Carty wrote:

 I am not sure if it has everything you want, but I am working on a tool 
 to do batch add or remove tags and fields here 
 http://ooktech.com/jed/ExampleWikis/Version518Fun/#Generic%20Add%20or%20Remove%20mk%202
 .
 The batch part only works in the current prerelease, but version 5.1.8 
 of tiddlywiki should be released very soon so it shouldn't be too long 
 before this works with the normal release.

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/tiddlywiki/3KxvZVFCt9w/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/7f88f0a3-656a-40cd-80c7-7fdc6a3a5f1d%40googlegroups.com
  
 https://groups.google.com/d/msgid/tiddlywiki/7f88f0a3-656a-40cd-80c7-7fdc6a3a5f1d%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff397eaa-8aaa-427b-80a0-449bf53a1b99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] TW5 Batch Add/Remove Tags

2015-04-05 Thread TJ Hoeft
Thank you for the response! I apologize for my late response. I am out of
town. I look forward to checking out your code soon.
Thanks again,
TJ

On Sunday, April 5, 2015, Jon fiveri...@gmail.com wrote:

 Hi Jed,

 I've found this to be really useful.

 Thanks
 Jon

 On Thursday, 2 April 2015 18:13:27 UTC+1, Jed Carty wrote:

 I am not sure if it has everything you want, but I am working on a tool
 to do batch add or remove tags and fields here
 http://ooktech.com/jed/ExampleWikis/Version518Fun/#Generic%20Add%20or%20Remove%20mk%202
 .
 The batch part only works in the current prerelease, but version 5.1.8 of
 tiddlywiki should be released very soon so it shouldn't be too long before
 this works with the normal release.

  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/3KxvZVFCt9w/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki%2bunsubscr...@googlegroups.com');
 .
 To post to this group, send email to tiddlywiki@googlegroups.com
 javascript:_e(%7B%7D,'cvml','tiddlywiki@googlegroups.com');.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/7f88f0a3-656a-40cd-80c7-7fdc6a3a5f1d%40googlegroups.com
 https://groups.google.com/d/msgid/tiddlywiki/7f88f0a3-656a-40cd-80c7-7fdc6a3a5f1d%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAHS8%2BpC-D9BBha5GzUMGHvLMk7R8Zu9-puZcdywDTvprVSit%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TW5 Batch Add/Remove Tags

2015-04-02 Thread TJ Hoeft
Hello,
Firstly, I want to say that I love TW5!  Thank you!  

I'm looking for some help to write some Add/Remove buttons for batch 
processing tags.  I started using TW5 to manage inventory lists for trips.  
I create a single tiddler to represent a single item in a list (e.g. 
Skiis).  Using tags, I add each item to different lists (e.g. me, my 
wife, and daughter).  I also manage state using tags (e.g. 
is-staged-person name).  Then, I use tag queries to build individual 
lists for people or add things to a central shopping list.  So far things 
are working great.

Here's where I would like some help.  I would like to host this list on 
something like the RedHat OpenShift cloud service so that I can edit from 
anywhere and bring my up-to-date shopping list with me.  Currently, I'm 
creating copies of the file-based wiki to reset its tag state and moving 
things around via Dropbox.  This is a clunky solution.  Instead, I would 
like to use something like a drop down combo box filled with the set of 
tags and I would like to select tags to either batch add/remove to a set of 
tiddlers selected from a tag query.

Here is my first attempt to rough out this functionality:

$fieldmangler tiddler=Test Button
$set name=currentTiddler value=SampleAlert
$button message=tm-add-tag param=Hi-thereAdd Tag/$button
/$set
/$fieldmangler

$fieldmangler tiddler=Test Button
$set name=currentTiddler value=SampleAlert
$button message=tm-remove-tag param=Hi-thereRemove Tag/$button
/$set
/$fieldmangler

Any help is much appreciated.

Thank you,

TJ

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c95a57d6-2e7b-4595-a24e-d0b43e135bf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] FilterOperators to enable revision history?

2015-02-27 Thread TJ Hoeft
All,
Thank you very much for TiddlyWiki 5!  Great product.  

I really like using it if I'm writing white papers.  It gives me the 
freedom to express logical ideas in chunks and worry about the outline 
later (more of a bottom-up approach).  This works great.  However, I would 
like the ability to version these atomic ideas as I'm trying to fit them 
into a structure. I believe that FilterOperators may be able to do this but 
I don't know how.  I would like to have families of atomic ideas that can 
change over time (version history) with generic placeholders for document 
structure.  When I look at this document structure, I want it to be 
populated with the most recent version of each atomic idea.  However, I 
would like to easily be able to list all changes over time and search all 
changes over time.  I believe the fine granularity and search-ability give 
much greater power over traditional version control systems.

I believe this approach would translate into having Tiddlers that have 
timestamps by default and FilterOperators that would query by Title and 
choose the most recent timestamp to transclude into a story.  Can anyone 
help?

Thank you,
TJ

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.