Let me know if you have any suggestions
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0785091d-7cfc-4a6c-864c-0e756a229ef0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
schools to fit with schools of fish to go with the tiddler name. I will go with a better name if anyone suggests one.
[...]I am planning on making the unpacking process remove the school tiddler by default.
As far as json or other formats, I think that they would be used for applications where computer readable formats are important. I don't think that comes up as often.
Draw ui ideas, if nothing else it is interesting to see what other people are thinking.
@Jed - I must say this can become an extremely valuable tool.Instead of making drawings, I have attempted to modify your creation.
1) I discovered it is possible to drag'n drop tiddler links into the tiddler bundle filter field! I think this is a very nice aspect and feels user friendly. I made that field bigger so it also feels more like a drop area and also a "box" into which you put your stuff that you're going to bundle. The CSS could be improved though.2) I didn't like to see a "missing bundle link" before the bundle was created. So, I've made it so that it becomes visible only on clicking "Create". A tricky part is to get the bundle name editor to show a default name (Tiddler Bundle). I set it as a default value and as a placeholder, but it is still not 100%.
3) I added a small garbage can but it is not implemented.4) I have not really touched the un-bundling part - and one reason is this:I think it would be much better if the tiddlers were stored in json format! Because;
- There is then no need for a separate un-bundler. It works automatically with the import mechanism that everyone is familiar with. Anybody can directly just grab a bundle!
- JSON is very much readable.
- ...and using JSON it means we don't need to introduce the arbitrary format currently implemented.
That first bullet is clearly the biggie and would increase usability tremendously - or what do you say?
Again, thank you for an extremely promising creation. I have said of Tinka that I consider it one of the most important plugins because it opens up for simple end users like myself to make (and share!) other plugins - i.e it is a tool-to-make-tools. Super important. IMO, the Tiddler Bundler is even a step forward in that it makes things super transparent!With some further UI tweaks to both the Tiddler Bundler and Tinka, I think they will make perfect complements.<:-)
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/162dce4d-b8f2-4875-8079-fb9de4d57bcc%40googlegroups.com.
I am following this thread with interest. I am wondering if a set of tiddlers is exported as JSON, then they can be reformed into tiddlers when imported into a new wiki -- either in bulk or as needed.
I've really just discovered dictionary and JSON tiddlers, they open up new possibilities in my mind. Is there a way of "sending" a tiddler into a JSON tiddler? It seems like a natural step in a refactoring / editing process, like the tiddler doesn't need to be chanaged anymore, but no need for "$:/" prefixes. (I find plugin titles very difficult to read when they are packaged)
@AlexI am following this thread with interest. I am wondering if a set of tiddlers is exported as JSON, then they can be reformed into tiddlers when imported into a new wiki -- either in bulk or as needed.Yes, exactly. To test it, open two browser tabs, one with tiddlywiki.com and the other with tiddlywiki.com/empty.From tw.com, either export a single tiddler as json (i.e via the regular tiddler toolbar) or use Export All under the sidebar Tools tab. This creates a json file on your computer.
As I say, the multiple tiddlers are currently separated by two line breaks, but that could easily be changed (again with the find & replace) to some sort of demarcation like your IDONTKNOWWHATTOMAKETHIS string.
So, the question is, how to import a *.tids file into my TiddlyWiki and then unpack it into individual tiddlers? Food for thought?
Hegart.
I've already started looking into a simpler way for me to complete this exercise, without having to repeatedly click on the "new here" link and
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/36f37926-a44f-4518-b688-203e39c01f4e%40googlegroups.com.
1. Tag each of the tiddlers you wish to export with the tag 'export'2. Open the Filter tab of Advanced Search3. Enter the filter expression '[tag[export]]' (this should list the tiddlers you wish to export)4. Click the little 'Export tiddlers' button next to the filter search box5. Select 'JSON File'6. Enter the name of your file, and save7. Drag the saved file onto your other wiki8. Import the tiddlers9. If any of the tiddlers contained plugins, save and refresh
And you're done.
Currently, only(?) plugins allow you to manage multiple tiddlers as one unit. But this should not be limited to plugins because plugins and shadow tiddlers bring along other "features" such as the prevention of deleting tiddlers etc.
Neither a plugin nor the standard exporting procedure nor drag'n drop one-tiddler-at-a-time are satisfying solutions for this.
<$button>
delete tagged tiddlers
<$action-deletetiddler $filter="[tag[someTag]]"/>
</$button>
As I previously noted (https://groups.google.com/d/msg/tiddlywiki/iVrv72zWe4g/YOHUBA6DDwAJ), you can use the $:/AdvancedSearch filter tab to select tiddlers and export them to a .JSON file. You can then drop this file onto any open TW to import the entire "bundle" of tiddlers.
Neither a plugin nor the standard exporting procedure nor drag'n drop one-tiddler-at-a-time are satisfying solutions for this.How so?
Another possibility for copying tiddlers between tiddlywikis is to use tiddlyclip - dock to one tw then go to another. Without selecting any text right click and select 'tip' from the context menu, type in the name of a tag. All tiddlers with that tag will be copied into the other tiddlywiki