Hi David That makes sense. There is no user interface support for bulk operations at the moment. The plan is to be able to see a list of tiddlers for which one can select different filters. Each tiddler would have a checkbox, and there would be an action button to apply an action to the selected tiddlers.
It is possible to write JavaScript to do these bulk operations, and then execute it in your browser developer console. Stephan Hradek has a nice collection of bookmarklets that show off the technique: http://tw5magick.tiddlyspot.com Having said that, you are trying to fit an existing, slightly different mental programming model onto TiddlyWiki, which may not be the best way to start. Tags in TiddlyWiki do behave a bit like classes, but they don't have the same semantics, intentionally. TiddlyWiki could have presented a conventional SQL-like view of data, but it's designed for writers and thinkers, and not primarily for programmers - people who want to think like programmers already have a panoply of tools available to help them realise their ideas. So I guess I'm saying that if it's of primary importance to be able to manipulate your data as though it were a SQL database or strongly typed object instances in a class hierarchy, then you may be better off looking at tools that directly support those paradigms. Kludging TiddlyWiki to work like that is likely to be an uphill struggle. That all sounds a bit discouraging, I'm really just encouraging you to explore the way that TiddlyWiki works intrinsically; watch which way the river flows and try rowing in the same direction. A classic example of using TiddlyWiki is as a mini-CRM system. One might have tiddlers that represent people, organisations, meetings, projects and so on, each class being represented by a tag, as you've surmised. People would be tagged with the organisation(s) and projects to which they belong. External companies might be tagged with the name of the internal person who's responsible for the relationship. Then, one would want an "address" field, say, on tiddlers that represent people and organisations. Rather than modifying the tiddlers with that tag, the trick is to modify the edit template used for tiddlers with that tag to show the apparatus for editing the address, and modify the view template to show the address (perhaps with a link to google maps). Done like that, if you were to decide to introduce a new field to tiddlers tagged "meeting" you wouldn't go round adding it to each tiddler, instead you'd just modify the template handling to show the additional field. Best wishes Jeremy On Thu, Jan 2, 2014 at 9:24 AM, David Richards <[email protected]>wrote: > Hi Jeremy, > > So, roughly, I'd like to treat tags as 'classes', with tiddlers being > 'instances' of those tag-classes. Adding a field to all 'instances' is > roughly equivalent to modifying the 'bass class'. I know the analogy breaks > down on a number of levels, but it's somewhat descriptive. > > If I have a great number of identically tagged tiddler-objects, it would > be tedious to have to add a new field to each of those tiddler objects > individually. > > Another rough analogy: adding a column to a SQL table, which creates a new > field in every record. > > - David > > > On Wednesday, January 1, 2014 3:19:16 PM UTC-5, Jeremy Ruston wrote: > >> Hi David >> >>> >>> 2. Also, I want way to delete a field or create a new field in all >>> toddlers having a given tag. There may already be a way to do this but I >>> don't know the code for it. >>> >> >> Can you expand on what you're trying to achieve, and how you'd envisage >> it working? >> >> Best wishes >> >> Jeremy >> >> >>> >>> Thanks. >>> >>> dr >>> >>> -- >>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/group/tiddlywiki. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> Jeremy Ruston >> mailto:[email protected] >> > -- Jeremy Ruston mailto:[email protected] -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

