[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

[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 tag

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 wrote: > Hi Jed, > > I've found this to be really useful. > > Thanks > Jon > > On Thursday, 2 April 2015 18:13:27 UTC+1, J

Re: [tw] TW5 Batch Add/Remove Tags

2015-04-05 Thread TJ Hoeft
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, Apr

Re: [tw] TW5 Batch Add/Remove Tags

2015-04-05 Thread TJ Hoeft
d 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 notice

[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 grea

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 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 somethin

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: > >

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

2015-04-10 Thread TJ Hoeft
-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: > >

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

2015-04-14 Thread TJ Hoeft
ndeed 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. > > > >

[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

Re: [tw] Re: [TW5] Reminders & Tables from the past

2015-04-15 Thread TJ Hoeft
All, I'm also looking for reminders in TW5. I would love to have a simple reminder syntax that upon time out would set a tag of my choosing. I use the "Getting Started" page to by default show all tiddlers marked by the tag "dashboard". Each time the TW5 is opened or refreshed, those items

[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. <$list filter="[tag[future-plan]]"> <$view field="title"/><$view field="f

[tw] Re: FilterOperators to enable revision history?

2015-05-01 Thread TJ Hoeft
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

[tw] Re: FilterOperators to enable revision history?

2015-05-06 Thread TJ Hoeft
> 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 w

[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

[tw] Re: FilterOperators to enable revision history?

2015-05-07 Thread TJ Hoeft
contacts. Create a tiddler for each to roll up important state. Within this tiddler, add a corresponding history (timeline). <> 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 t

[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: TitleFollow Up DateModified <$list filter="[tag[future-plan]sort[modified]]"> <$link to={{!!title}}><$view field="title"/><$view field="follow-up-date"/><$view field="modified" format="date" template="DD mmm at 0hh:

[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

[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

[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 (sound

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 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: >> >>

[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

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

2016-01-23 Thread TJ Hoeft
- <$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

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

2016-02-13 Thread TJ Hoeft
> > > 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, Je

[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

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

2017-07-17 Thread TJ Hoeft
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 are

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

2017-07-20 Thread TJ Hoeft
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 wro