[tw] Type Error: window.HandlerProc is undefined

2018-01-01 Thread Michael Fogleman
I've been seeing this error pop-up a lot. I'm pretty sure I'm using the newest TW - static HTML version. It may be a Firefox only issue, not sure - I recently switched to Firefox. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fr

[tw] Re: Editing Tiddlers in Emacs

2014-04-23 Thread Michael Fogleman
https://github.com/Jermolene/TiddlyWiki5/pull/581 On Tuesday, April 22, 2014 12:05:05 PM UTC+5:30, Michael Fogleman wrote: > > I just wanted to let everyone know that I have some code locally for a > tid-mode. It uses some save hooks to call this function automatically, and > also implements o

[tw] Re: Editing Tiddlers in Emacs

2014-04-21 Thread Michael Fogleman
. If there are any Emacs folks out there who are using TiddlyWiki, I'd love to talk to them about how to get this running. On Sunday, April 6, 2014 4:37:47 PM UTC+5:30, Michael Fogleman wrote: > > I have been editing .tid files in Emacs, and wrote some Elisp to update > the modifi

Re: [tw] Editing Tiddlers in Emacs

2014-04-07 Thread Michael Fogleman
Rodríguez wrote: > > Hello Michael, > > thank you very much for the explanation. Maybe I should give Emacs a try. > Do you edit the tiddlers as standalone files or within an HTML file. Y > suppose the first in a node JS installation right? > > El lunes, 7 de abril de 2014 07:03:06

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
Danielo, This is a helper function for the use case I find myself in: I have a TiddlyWiki, but I prefer editing the tiddlers in Emacs. I think there's no harm in doing this, but you might want the metadata, particularly the modified time to be updated. You can do this by hand, which I was doing

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
Jeremy, To be clear, this is *not* an Emacs macro, it's actually a function. On Monday, April 7, 2014 2:39:00 AM UTC+5:30, Jeremy Ruston wrote: > > Thanks Michael, added here: > > > https://github.com/Jermolene/TiddlyWiki5/commit/e21d558ff04f3c68201a78b75b441bb82a1d2772 > > Best wishes > > Jeremy

Re: [tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
n Sunday, April 6, 2014 10:28:52 PM UTC+5:30, Jeremy Ruston wrote: > > Hi Michael > > That's cool. I use SublimeText, and have often wished for a macro that > does this. > > May I include your code on tiddlywiki.com? > > Many thanks, > > Jeremy > > > > On

[tw] Editing Tiddlers in Emacs

2014-04-06 Thread Michael Fogleman
I have been editing .tid files in Emacs, and wrote some Elisp to update the modified time: (defun tid-time () "If called in a tiddler file, this function updates the metadata to reflect the modification time." (interactive) (when (and (> (length (buffer-file-name)) 4)

Re: [tw] Re: [TW5] I don't yet understand this list and filter stuff…

2014-01-16 Thread Michael Fogleman
y 16, 2014 6:49:11 PM UTC+8, Jeremy Ruston wrote: > > On Thu, Jan 16, 2014 at 10:19 AM, Michael Fogleman > > > wrote: > >> I think the filter docs are pretty clear on the syntax, but my >> expectations of how to use them once I've figured out the syntax fo

Re: [tw] Re: [TW5] I don't yet understand this list and filter stuff…

2014-01-16 Thread Michael Fogleman
I think the filter docs are pretty clear on the syntax, but my expectations of how to use them once I've figured out the syntax for the filter I want are divergent with how TW5 actually seems to be performing. I've tried typing the syntax for a filter into a wiki, and it doesn't output anything