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
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
.
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
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
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
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
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
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)
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
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
10 matches
Mail list logo