Okay, I have not looked at Evernote so thanks for the idea. I already
have about quite a lot of articles in TW and due to the benefits of TW
you mentioned, I don't want to be switching for this project but I
will definitely keep in mind for future.
I looked at that thread you pointed to but it seems for folks merging
multiple TWs and you are right, my needs seem relatively less
"complex". Thanks for acknowledging that there may not be a simple
solution that exists. Therefore, I took a shot at scripting a function
for this and making a plugin but my javascript skills are rudimentary
so I am wondering if the following approach will work.
pass metatags to a plugin in the order I want such as <<myPlugin
competency priority review>>
load all tags that are tagged with competency in an array -> array
looks like [aaa, bbb, ccc, ddd, and so on]
load all tags that are tagged with priority in an array -> array [must-
know, nice-to-know, not-likely]
load all tags that are tagged with review in an array -> array [Review:
0, Review:1, Review:2]
for loop (each item in competency[c] array) {
for loop (each item in priority[p] array) {
for loop (each item in review[r] array) {
if (tiddlers with tags competency[c] priority [p] and review
[r] > 0) {
*make headings for competency[c] priority [p] and review
[r]
***list tiddlers with tags competency[c] priority [p] and
review [r]
}
}
}
}
This way will not make the "Others" item but that can be worked on. If
a developer can tell me whether I am on the right track here, I will
pursue this further. As an aside, is there a way of doing this within
the ForEachTiddler plugin?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.