Hello,
I just started using TW 5 and I've got some questions for which I was not able to find an answer:
I'm using TW version
5.1.11 on Windows.
1) New Journal template.
When I click "new journal here" on a tiddly I would like that a custom template is used.
I found that there is a newJournal macro (
http://tiddlywiki.tiddlyspace.com/newJournal ) which seems to be the right thing to use but I did not find the place where to put it...
Does anybody know?
Then as a follow up question: In the template to be used I would like to define a field which every Journal entry has to fill (a mandatory field so to say). How is this possible?
2) Links to external docs
I've been trying to add links to external documents.
The dir structure is:
C:\Users\user name\tiddly\tiddlers <= here are all the *.tid files
C:\Users\user name\tiddly\docs <= here I would like to have all external files, e.g. I have a file C:\Users\user name\tiddly\docs\Doc1.docx
C:\Users\user name\tiddly\
tiddlywiki.infoHow can I now link to this Doc1.docx file from a tiddler.
I've tried:
[ext[Link|file:///C:/Users/user name/tiddly/docs/Doc1.docx]]
which renders to a link to file:///C:/Users/user name/tiddly/docs/Doc1.docx
However, clicking on this link nothing happens (both IE and Firefox). If I paste file:///C:/Users/user name/tiddly/docs/Doc1.docx directly into the browser I'm asked how I would like to open the file which is fine.
What is wrong with [ext[Link|file:///C:/Users/user name/tiddly/docs/Doc1.docx]] ?
Also, I would prefer to give a relative link like [ext[Link|./tiddly/docs/Doc1.docx]] rather than the absolute one, but this also does not work...
I had a similar problem when referring to images. The work around I found was importing the pictures first, but I do not want to do this for every external document.
Thanks for your help.
Regards
--sven