I have a tiddlywiki running TW 5 under node.js. My problem is that I created about 300 graphics .tid files that force it to run too slow to be useful. Also have a few .pdf files that I would like to add to it as individual toddlers without bogging it down. Since I only know enough about Tiddlywiki to be dangerous it is not complicated. I have tried numerous times over the last year or so but just lack the basic knowledge even though otherwise tiddlywiki suits my needs perfectly.I am looking to hire someone to do the conversion to canonical url or whatever it would take to make it responsive. I also would like versions that would work as standalone, node.js and under my own web server.
Please feel free to contact me directly at delg...@gmail.com if you might be able to help, along with a feasible timeline and cost.Thanks in advance.ED
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8dcafe5c-84e2-4c93-ae1b-43be864aba60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Saving Separate Image Files
The following --savetiddlers command can be used to save the images of a wiki into an images subfolder:
--savetiddlers [is[image]] images
I feel like all node related instructions should not be intermingled with browser features.
Best wishes,— tb
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ce197713-b922-4ea1-b191-f3ff2bc8f0b7%40googlegroups.com.
the “external-image” tag
I've never noticed any such yet. What is it?
Best wishes,— tb
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9744c62e-cc37-4267-bf4a-00caf1d2beb6%40googlegroups.com.
the “external-image” tagI've never noticed any such yet. What is it?
Best wishes,— tb
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9744c62e-cc37-4267-bf4a-00caf1d2beb6%40googlegroups.com.
The trouble is that a lot of the information is common between the Node.js and browser configurations.
Interesting, given that you were explicitly looking at how to implement external images
On 12 Oct 2015, at 14:05, Tobias Beer <beert...@gmail.com> wrote:Hi Jeremy,The trouble is that a lot of the information is common between the Node.js and browser configurations.I would argue node commands are irrelevant if not confusing to standalone wiki users.
Interesting, given that you were explicitly looking at how to implement external images
Mhhh, other than content, there is no reference from the node documentation to the ExternalImages tiddler yet, afaics.
All I got to wonder was how to leverage node to transform image tiddlers that are not external images but rather embedded via base-64. I hadn't even gotten to the point of wanting to output image tiddlers setting the corresponding _canonical_uri field, yet.
Mind you, the only operation I've been using so far under node pretty much is tiddlywiki --server. ;-)
Best wishes,— tb--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fda84361-94e0-46d2-848f-a7cc4fb21653%40googlegroups.com.
Just to be clear, I’m not recommending that end users need to do this.
This is for people who wanting to understand the source code.
Best wishes,— tb--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/af1816c1-d1c9-4444-9353-418457d6ef81%40googlegroups.com.
We’ve discussed this before. One of the points I made was that actually Node.js is pretty straightforward to end-users. If we hide the Node.js docs off somewhere else we’ll be adding to the impression that Node.js is something esoteric for advanced users, and I don’t think that’s true.
To answer your question from earlier, to save raw image tiddlers under Node.js
you’ll need the savetiddler(s) commands, not rendertiddler(s)
(the latter always parse and render their payload).
If you’re arguing that some end users will benefit from perusing the source code, maybe I’d agree.
But I still feel that we’ll have failed if end users are obliged to inspect the source code.
if some of the _canonical_uri's tiddlers already have a custom path inside the existing file structure they will be overwritten by the externalizing process. In that case, you might need to set up an additional flag field and filter to prevent those custom tiddlers from being over-written.
For these reasons, it might be preferable to abandon _canonical_uri entirely and display images via a global macro. The macro would provide the path infrastructure and could be quickly changed depending on how the TW is being used (stand-alone, local server, remote server). Different macros could be used for custom images outside the standard file paths.
The current `_canonical_uri` method appears a bit problematic in more than one way,starting with the naming convention for that field.Perhaps it's not the worst idea to deprecate this field and how it works today.
Best wishes,— tb--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/571e911c-023a-4783-ba16-be170d2986f2%40googlegroups.com.
I don’t think there’s been any proposals for anything that we could do differently that would meaningfully impact the limitations.
Starting with the naming convention, why is this field called "_canonical_uri" and not something friendlier and easier to type like "imagepath" ?
It seems to me that the _canonical_uri field and image works OK once you have it set up. The problem for Windows people is figuring out how the browser wants path to files that are not subdirectories of the TW.
The first actual problem is that node.js doesn't serve up images. Suddenly everything gets messy and you end up with long paths to images on a different server address that may have to change whenever the computer reboots.
The second problem is that there is no way to simply set a base address for all _canonical_uri images. Instead, you have to overwrite the _canonical_uri field of all the images every time you change servers, convert to stand-alone, or move the images. If there was a way to set a base address, then a user could simply change a configuration tiddler to point to the new base, and all the images would be available without having to write new paths.
Thinking about it more, it would be good if different sets of tiddlers could reference different base paths. So the image tiddlers might have an additional field "imageconfig" that would specify the name of the tiddler containing the base path for the tiddler.
This would solve another problem. Currently, if you want to use the externalizing process, all the files will end up in one directory. But someone like Edward, with 300 images, is likely to want to move them into sub-directories. Currently each image in a subdirectory would need the relative path added to its title. So instead of "My_Little_Ponies", you end up with "XYZ201510/My_Little_Ponies". Not quite as friendly. You could of course have a _canonical_uri that points to a different place without changing the tiddler title, but then you could never run the external process without overwriting the custom _canonical_uri fields.
Thanks!
Mark
On Tuesday, October 13, 2015 at 2:27:42 AM UTC-7, Jeremy Ruston wrote:Hi TobiasThe current `_canonical_uri` method appears a bit problematic in more than one way,starting with the naming convention for that field.Perhaps it's not the worst idea to deprecate this field and how it works today.Correct me if I’m wrong, but doesn't all of the confusion around the _canonical_uri field stem from the limitations imposed by browsers? In all of the discussion I don’t think there’s been any proposals for anything that we could do differently that would meaningfully impact the limitations.Best wishesJeremy.Best wishes,— tb--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/571e911c-023a-4783-ba16-be170d2986f2%40googlegroups.com.
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+...@googlegroups.com.
To post to this group, send email to tiddl...@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/d87c1e87-e221-4795-95e6-30e8e22f2d0b%40googlegroups.com.
I'm referring to the "Externalising Image Tiddlers" section of the ExternalImages tiddler on tiddlywiki.com...