[tw] Re: Markdown parser bug

2017-04-25 Thread Meta
plugin to malfunction? On Monday, April 24, 2017 at 2:11:15 AM UTC-5, PMario wrote: > > Hi Meta, > > I did try a vanilla TW with the markdown plugin installed. Everything > works as expected. So I'm pretty sure, it's a side effect from a different > plugin. > > -ma

[tw] Markdown parser bug

2017-04-23 Thread Meta
Hello, first post here. First of all, thank you Jeremy and all other developers for this marvelous tool. It's transformed the way I write. I'm running into a bug with the markdown parser. It renders text in the tiddler body fine, but it seems to be throwing errors when it is called from other c

[tw] Re: [TW5] Offline editing for wiki hosted under node.js

2015-05-12 Thread Meta
Ah, I see. Thank you, Jeremy! On Monday, May 4, 2015 at 10:53:03 PM UTC-5, Meta wrote: > > Hi, > > I'm using Tiddlywiki 5 for my dissertation research. It's a great > improvement on the venerable original. I'm very pleased with it so far. > > I run Tiddlywiki

[tw] Offline editing for wiki hosted under node.js

2015-05-04 Thread Meta
Hi, I'm using Tiddlywiki 5 for my dissertation research. It's a great improvement on the venerable original. I'm very pleased with it so far. I run Tiddlywiki under node.js from a home server. I like how node.js stores my tiddlywiki as individual tiddlers and allows processing to be done serve

[tw] Is there a way to show a PDF thumbnail?

2013-06-09 Thread Meta
Your best bet would be to look into Mozilla's pdf.js. It's an open source PDF rendering engine written in Javascript. -- 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

Re: [tw] Re: Displaying inline pdfs using pdf.js

2012-07-11 Thread Meta
I would also be interested to see this On Tuesday, July 10, 2012 11:47:40 PM UTC+8, Craig in Calgary wrote: > > I finally ended up with both iframes and objects and to display my menus >> in front of them, I put an iframe shim in a tiddler and transclude that >> tiddler into my menu. It was a li

[tw] Re: SearchOptionsPlugin tweak possible?

2012-07-05 Thread Meta
Have you tried UdoBrokowski's YourSearchPlugin? http://tiddlywiki.abego-software.de/#YourSearchPlugin On Friday, July 6, 2012 9:40:05 AM UTC+10, David Gifford wrote: > > Hi all, > > Is it possible to tweak SearchOptionsPlugin in a way that displays the > contents of the tiddlers found after the

[tw] Re: Introducing TiddlyNoteThingy!

2012-07-05 Thread Meta
Also, are indexes supposed to be tagged by "$1" by default, or is that a bug? On Friday, July 6, 2012 8:58:31 AM UTC+10, David Gifford wrote: > > Yeah yeah I know, I am obsessed with tweaking TiddlyWiki for note-taking - > NoteStorm, etc. > > Here is my latest brainchild, TiddlyNoteThingy. Featu

[tw] Re: Introducing TiddlyNoteThingy!

2012-07-05 Thread Meta
sorted in different ways (alphabetically, modified, custom fields...) Meta On Friday, July 6, 2012 11:29:28 AM UTC+10, David Gifford wrote: > > Update: I had a change of heart about how to handle tiddler titles. The > link is the same, but the indexes now show the tiddler title for the note

[tw] Re: Tiddler digest

2012-06-21 Thread Meta
\n" : "") + ((index==11) ? "|widetable|k" : "") : ""' >> (okay, maybe it could be a bit prettier...) On Friday, June 22, 2012 1:40:07 AM UTC+10, Meta wrote: > > Great, thanks, works a charm! My next challenge is to make this display

[tw] Re: Tiddler digest

2012-06-21 Thread Meta
sortBy tiddler.modified descending > script > ' > function getFirstLine(s) { > var m = s.match(/\s*(.*)/); > return m != null && m.length >= 1 ? m[1] : ""; > } > ' > write > '(index < 10) ? "* [["+tiddler.titl

[tw] Tiddler digest

2012-06-20 Thread Meta
: "<\>" ' >> The problem is that tiddlywiki evidently runs the wikify command *after *all the content has been written, resulting in a number of markup errors (e.g. unclosed //, @@, etc.) How can I modify this code so that it displays correctly?

[tw] Re: Displaying inline pdfs using pdf.js

2012-05-12 Thread Meta
io, I just discovered your "simplicity" tiddlyspace and I really love it! On May 11, 6:30 am, Måns wrote: > Hi Meta > > I use google's document viewer via an iframe for showing pdfs and > powepoint presentations in tiddlers .. > > Checkout:http://googlesystem.blogsp

[tw] Re: Displaying inline pdfs using pdf.js

2012-05-10 Thread Meta
THanks for your reply mario. Yes, for many purposes the browser plugin may be better, but I still think there are benefits to rendering documents with pdf.js (mainly portability). A compromise would be to load the pdf.js file directly from github. I've tried this and it works. This way it will stay

[tw] Displaying inline pdfs using pdf.js

2012-05-09 Thread Meta
Mozilla's new pdf.js seems ideal for a lightweight method to display pdfs in tiddlers. This simple implementation is already practically ideal for this purpose: http://jsbin.com/pdfjs-prevnext-v2/edit#html,live Has anyone tried turning this into a plugin? I've gotten as far as getting it to displ

[tw] Change content depending on whether TiddlyWiki is being viewed online or locally

2011-02-13 Thread Meta
.mp3] and this would turn into /home/meta/audio/file.mp3 in thel local version or http://www.server.com/file.mp3 in the online version. Does anything like this exist? Would it be hard to code? (I haven't tried getting into the the inner workings of TiddlyWiki yet but I'm comfortable