Back to your overall use for study notes I think using headings inside your tiddler content using the ! and !! formatting not only looks good but with the http://www.TiddlyTools.com/#SectionLinksPlugin<http://www.tiddlytools.com/#SectionLinksPlugin>you can also use the sectionTOC (Table of Contents) to automatically list all sections at the top so you can jump to each section. I also only show this toc if the tiddler is tagged toc so I can switch it on/off. (Using showwhen) in view template.
Enjoy Tony Anthony Muscio LaSourceProjects.org Open Source Sustainability Projects LaSource.com.au <http://www.LaSource.com.au> Sustainable Products and Business SerendipityIdeas.com IT hints and Tips and Website hosting Like personal Web 2.0 ? see www.tiddlywiki.com On Thu, Dec 2, 2010 at 11:19, Måns <[email protected]> wrote: > Here's a proof of concept: http://db.tt/xh1cT3N > > Cheers Måns Mårtensson > > On 2 Dec., 00:42, Måns <[email protected]> wrote: > > Hi Azurikai > > > > > P.S I'm running into annoying trouble on linking files and such (my > > > professors give me lots of PDF's and such), whats the best way to link > > > to these through a dropbox folder? > > > > I believe I answered your question (or tried to anyway..) in this > > thread: > http://groups.google.com/group/tiddlywiki/browse_thread/thread/37b469... > > > > If you want to be be OS-agnostic (be able to open a pdf in the browser > > on all platforms - not only Windows) > > I think you should consider using googles online pdf-viewer for your > > dropbox-served pdfs. > > Create a tiddler [[PdfView]]. > > Copy the online address to your directory containing your pdfs > > and write: > > <html><iframe src="http://docs.google.com/viewer?url=http:// > > dl.dropbox.com/u/xxxxxxx/$1&embedded=true" width="600" height="780" > > style="border: none;"></iframe></html> > > > > (the seven x's are some numbers) > > > > Now you can use this as a template to open pdfs from some directory of > > yours by writing: > > <<tiddler PdfView with: directoryname/pdfname.pdf>> > > > > If you always use the same directory for your pdfs you might as well > > put it in the PdfView template url i.e: > > "url=http://dl.dropbox.com/u/xxxxxxx/YourPdfDirectory/$1" > > > > You might even consider putting it into your ViewTemplate like this: > > <span macro="tiddler PdfView with:{{tiddler.title}}"> </span> > > and name your pdf-tiddler= PdfName.pdf > > > > NB: The google pdfviewer needs to serve pdf-files via http, and you > > *can* use relative paths to you pdf directories - IF you watch your TW > > from your public link - however you loose editing capabilities... > > Therefore my advice is to set up your local TW to serve the public > > link for your pdfs instead... > > > > Cheers Måns Mårtensson > > -- > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- 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.

