[tw5] Re: How to link to file using relative path?

2022-01-25 Thread Eric Shulman
On Tuesday, January 25, 2022 at 11:03:58 PM UTC-8 reinhard...@gmail.com wrote: > Is there a way to edit one's own posts? > Editing your own posts is one of the many features that GoogleGroups has *REMOVED* from their interface. This steady "decay" in utility of the GoogleGroups interface has

[tw5] Re: How to link to file using relative path?

2022-01-25 Thread Reinhard Engel
Of course, it must read 'I stumbled upon...' Is there a way to edit one's own posts? -Reinhard On Wednesday, January 26, 2022 at 8:00:25 AM UTC+1 Reinhard Engel wrote: > Yes; it didn't work as well. > > By chance I stumpled upon a solution: > > As soon as I put the prefix *file:* before the

[tw5] Re: How to link to file using relative path?

2022-01-25 Thread Reinhard Engel
Yes; it didn't work as well. By chance I stumpled upon a solution: As soon as I put the prefix *file:* before the relative path, everything works as expected. So ``` [[old version|file:archives/filename.jpg]] ``` should do the job. In my case ``` [[pdf|file:articles/MicroContent with

[tw5] Populating title from tiddly fields?

2022-01-25 Thread Edoardo Milan
Hi! First post in the community, thrilled! :) Discovering TW just now and very excited about it, thanks to everybody who's making it possible. I'm using tiddlydesktop with 5.1.22. I'd like to use TW to write down citations from books, and I would be specifying book's author and title and

[tw5] Re: Basic keyboard shortcuts for outlining

2022-01-25 Thread 'Mark S.' via TiddlyWiki
Streams acts a bit like org-mode out of the box (but no folding AFAIK). https://saqimtiaz.github.io/streams/ On Tuesday, January 25, 2022 at 7:05:21 PM UTC-8 dyllon...@gmail.com wrote: > I was wondering if someone knew of an easy way to add orgmode like > keyboard shortcuts for making lists?

[tw5] Basic keyboard shortcuts for outlining

2022-01-25 Thread Dyllon Gagnier
I was wondering if someone knew of an easy way to add orgmode like keyboard shortcuts for making lists? Specifically I want to have one that increases unordered list level, one to decrease it, and a command to create a new item in the same list (I think alt+enter in orgmode assuming alt is your

Re: [tw5] Static render suppress URI encode

2022-01-25 Thread Jeremy Ruston
Hi Tristran The templates that we use in the core for static rendering generally include a definition of `tv-wikilink-template` at the top of the template. For example, $:/core/templates/static.tiddler.html starts with the following line: \define tv-wikilink-template() $uri_doubleencoded$.html

[tw5] Re: How to link to file using relative path?

2022-01-25 Thread PMario
Did you try: `[[old version|./archives/filename.jpg]]` ? -m On Tuesday, January 25, 2022 at 6:44:23 PM UTC+1 reinhard...@gmail.com wrote: > I'm picking up this very old discussion. What is the state of the art? It > seems that the proposed solution by Eric Shulman > > ``` > [[filename.pdf]] is

[tw5] Re: How to link to file using relative path?

2022-01-25 Thread Reinhard Engel
I'm picking up this very old discussion. What is the state of the art? It seems that the proposed solution by Eric Shulman ``` [[filename.pdf]] is a link to a tiddler, but [[filename.pdf|filename.pdf]] is a link to an external file And, because the link doesn't start with an

[tw5] Re: LocalStorage and TiddlyWiki: toe-dip into exploring possibilities

2022-01-25 Thread Charlie Veniot
Yeah, I almost wrote "never for longterm/safe storage", but I like to leave myself some wiggle room in case there are any kinds of improvements I'm not aware of. Not something I've ever had time to keep up with. Well, security-wise, I'm a "no way no how" for certain bits/kinds of data.

[tw5] Re: Static render suppress URI encode

2022-01-25 Thread Tristan
Unfortunately I was not able to figure out how to influence the filename generation. My custom HTML template does not create anything other than the content. I could not find where in the saving process Tiddlywiki messes with my filenames so I could stop it and have it create a nested folder

[tw5] Re: LocalStorage and TiddlyWiki: toe-dip into exploring possibilities

2022-01-25 Thread TiddlyTweeter
cj.v...@gmail.com wrote: Not sure I'd trust this for longterm/safe storage of anything, but I am intrigued by the possibilities. Quick comment on how I have used it. I think it is robust enough for, for instance, garnering responses immediately. But I would not trust it between sessions. It

[tw5] Re: LocalStorage and TiddlyWiki: toe-dip into exploring possibilities

2022-01-25 Thread PMario
On Monday, January 24, 2022 at 10:39:01 PM UTC+1 cj.v...@gmail.com wrote: > Just my first toe-dip into figuring out how browser "Local Storage" works. > > Not sure I'd trust this for longterm/safe storage of anything, but I am > intrigued by the possibilities. TiddlyWiki "proper". > It's _not_