hi,

Assumed I have the following structure on a windows system.

D: .. local drive
d:\TiddlyWiki\empty.html    .. empty TW
d:\TiddlyWiki\pdfs\test.pdf .. a test pdf

FileDropPlugin has a configuration section which can be edited
default is
/%
!link
[[%0|%1]]
!end
%/

result tiddler: test.pdf
/%
!link
[[test.pdf|file:///D:/TiddlyWiki/pdfs/test.pdf]]
!end
%/

The problem is the D:/ which isn't the usb drive

======================
The description says
...
%3 = relative path (if subdirectory of current document directory)
...

new configuration:
/%
!link
[[%0|%3]]
!end
%/

result tiddler: test.pdf contains
/%
!link
[[test.pdf|./pdfs\test.pdf]]
!end
%/

referenced with:
<<tiddler test.pdf##link>>

should work with:
F: .. usb drive
f:\empty.html
f:\pdfs\test.pdf

hope this helps

have fun! Mario


On Mar 18, 6:32 pm, kristings <[email protected]> wrote:
> After finally figuring out how to get the plugins to mostly work, I
> remain baffled as to how to interpret other posts regarding having the
> TW on a usb drive and having the FileDropPlugin configured so that
> files will open regardless of the drive letter.
>
> I have an 82 page document that I have broken up into meaningful
> tiddlers. Each of the paragraphs have supporting pdfs that support the
> thinking of each item. The pdfs may support one or more paragraphs so
> I was thinking that I would make each supporting pdf its own tiddler
> as well.
>
> Originally I thought that I would embed the file into a tiddler
> (attachfileplugin) I have not been able to get that to work.
>
> The FileDropPlugin works but only if the path stays constant. As
> aforementioned, I cannot figure out how to have the path always be to
> the usb stick.
>
> I very much appreciate any help. I know that this topic has come up
> before and I hope to become a more facile student soon.
>
> kgs

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

Reply via email to