[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
Confirmed, saving back to an external file outside wiki folder works in 5.1.23 release, broken in the current GitHub repo. On Sunday, February 7, 2021 at 9:08:15 PM UTC-8 Mark S. wrote: > Yes, I just set it up for the release version today. I was having no luck > when using the 5.1.22 . > >

[tw5] Re: external files not saved back to original location

2021-02-07 Thread 'Mark S.' via TiddlyWiki
Yes, I just set it up for the release version today. I was having no luck when using the 5.1.22 . I'm running on Linux, btw. On Sunday, February 7, 2021 at 8:56:20 PM UTC-8 RA wrote: > @Mark, here's what happened when I edited and saved `myscript.sql`. Does > it work for you with the release

[tw5] Re: created field containing repeated NaN's?

2021-02-07 Thread 'Mark S.' via TiddlyWiki
If you clear the created field in a tiddler, save, and then open it again, you'll see the NaNa... displayed. So this seems to be what the field displays when it is empty or contains text it can't interpret. You can change !!created to !!myfield and then indeed see the literal contents of your

Re: [tw5] [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-02-07 Thread Mohammad Rahmani
Hi Morosanuae, This is a great contribution. Aside from very useful collection of icons, I love your project as 1. icons are compatible with TW core icons (have classes, 22pt square in size, shipped as svg fragment not image, tagged,...) 2. the UI is clean and very simple to non-tech users 3.

[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
@Mark, here's what happened when I edited and saved `myscript.sql`. Does it work for you with the release version? I'm running latest as of yesterday. I'll try rolling it back to release. [image: 00037044.png] On Sunday, February 7, 2021 at 7:28:56 PM UTC-8 Mark S. wrote: > So, it turns out

[tw5] Re: created field containing repeated NaN's?

2021-02-07 Thread TW Tones
Soren, Implied in my reply (not very well) was the lack of Quotes, I think "[" and "]" would cause the string "format" to be misread. But as you say it is the need to wikify first; \define now-timestamp() <> <$wikify name=input text="<>"> <$button set="!!created" setTo=<> > Created Now

[tw5] Re: external files not saved back to original location

2021-02-07 Thread 'Mark S.' via TiddlyWiki
So, it turns out that I did need the $:/config/FileSystemExtensions tiddler in order to prevent TW from assigning the ".txt" extension. This may be because I used text/plain, since TW doesn't know about text/sql. When importing

[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
@Mark, so you have it working with 5.1.23? Are you able to zip it up and share here? On Sunday, February 7, 2021 at 5:33:59 PM UTC-8 Mark S. wrote: > On Sunday, February 7, 2021 at 5:15:23 PM UTC-8 joshua wrote: > >> But it also looks like we do have a bug with the current behavior. Any >>

[tw5] Re: [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-02-07 Thread Joshua Fontany
Really cool, and really well done. Thanks! On Sunday, February 7, 2021 at 1:41:37 PM UTC-8 moros...@gmail.com wrote: > *TW Icons* - *A large collection of icons for TiddlyWiki* > > Link: https://morosanuae.github.io/tw-icons -- You received this message because you are subscribed to the Google

[tw5] Re: external files not saved back to original location

2021-02-07 Thread Joshua Fontany
I have opened a Bug report for these concerns here: https://github.com/Jermolene/TiddlyWiki5/issues/5483 On Sunday, February 7, 2021 at 6:14:14 PM UTC-8 RA wrote: > Not sure if the current implementation allows this, but it would be nice > if `*.meta` for external files could be stored

[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
Not sure if the current implementation allows this, but it would be nice if `*.meta` for external files could be stored inside wiki directory (next to *.tid files or in their own subdirectory). On Sunday, February 7, 2021 at 6:05:10 PM UTC-8 RA wrote: > I am running the latest from GitHub, so

[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
I am running the latest from GitHub, so I volunteer to test the fix when it comes out :). I was also wondering if I needed to add something to the build section of `tiddlywiki.info` for this. I have "externalimages" section in there, but in the latest code only empty edition has it. Is it not

[tw5] Re: created field containing repeated NaN's?

2021-02-07 Thread Soren Bjornstad
Tones, Thanks for your response, and sorry if I wasn't clear in my original post. I have already solved the problem and am not looking for help on that (and I agree that this is probably not a good way to use the created field in most cases). I am instead wondering why I observed the unusual

[tw5] Re: external files not saved back to original location

2021-02-07 Thread 'Mark S.' via TiddlyWiki
On Sunday, February 7, 2021 at 5:15:23 PM UTC-8 joshua wrote: > But it also looks like we do have a bug with the current behavior. Any > tiddlers loaded from OUTSIDE the Wiki directory will try to write back to > that location, and the last check for this always encoded those file-paths

[tw5] Re: external files not saved back to original location

2021-02-07 Thread Joshua Fontany
Ah, we did finally settle on using the $:/config/FileSystem* filters, possibly to set custom extensions. so you appear to have everything setup correclty. But it also looks like we do have a bug with the current behavior. Any tiddlers loaded from OUTSIDE the Wiki directory will try to

[tw5] Re: Prevent emdash replacing 2 dashes?

2021-02-07 Thread TW Tones
Amreus, When considering a similar action to generate scripts another method I came across was to open a tiddler displaying a script in a "new window" and Printing the result to a Generic text printer/file. This way you get to name the file as desired and only text. Regards Tony On Monday,

[tw5] Re: external files not saved back to original location

2021-02-07 Thread Joshua Fontany
Thank you for your config/setup. When we were updating the `tiddlywiki.files` behavior for 5.1.23 we were still experimenting with how it would interact with the $:/config/FileSystem* tiddlers. I believe that the final implementation was that as long as your `tiddlywiki.files` config is setup

[tw5] Re: created field containing repeated NaN's?

2021-02-07 Thread TW Tones
Post script, In this case you will be making the created field lie, it will not be created date but button press date, I suggest using another field to store this date or use modified. It all depends on the logic you have behind it but I recommend using modified and created date as the system

[tw5] Re: created field containing repeated NaN's?

2021-02-07 Thread TW Tones
Try this - No need for the separate macro - Place quotes around the format. <$button set="!!created" setTo=<> > Created Now Tones On Monday, 8 February 2021 at 04:29:43 UTC+11 Soren Bjornstad wrote: > While trying to create a button that resets the *created* date on a >

[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
The example of $:/config/FileSystemPaths in https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming does not include a filter matching the external notes, so I am questioning whether your recommendation is correct. On Sunday, February 7, 2021 at 1:51:09 PM UTC-8 RA wrote: > Added a

[tw5] Re: external files not saved back to original location

2021-02-07 Thread RA
Added a matching filter to $:/config/FileSystemPaths, same result. Tried both absolute and relative path. I know the filter is correct because it generates a filename with the correct absolute path encoded (all slashes replaced by %2F). Added $:/config/FileSystemExtensions as well, the

[tw5] [Announcement] "TW Icons" - A large collection of icons for TiddlyWiki

2021-02-07 Thread moros...@gmail.com
*TW Icons* - *A large collection of icons for TiddlyWiki* Link: https://morosanuae.github.io/tw-icons -- 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 to

Re: [tw5] Re: [ANN] Projectify v0.13.1 is out!

2021-02-07 Thread Måns Mårtensson
Hi Nicolas I like your creation very much. Very useful, to the point and stylish :-) Great work! I’d like to do a Danish translation. How do I proceed? Cheers Måns Mårtensson søn. 7. feb. 2021 kl. 20.43 skrev Nicolas Petton : > TiddlyTweeter writes: > > > I watched with great interest

Re: [tw5] Re: [ANN] Projectify v0.13.1 is out!

2021-02-07 Thread Nicolas Petton
TiddlyTweeter writes: > I watched with great interest PROJECTIFY develop > both on GG and on Twitter. > > I think it is immensely useful. Thanks :-) Cheers, Nico -- You received this message because you are subscribed to the

[tw5] created field containing repeated NaN's?

2021-02-07 Thread Soren Bjornstad
While trying to create a button that resets the *created* date on a tiddler, I absentmindedly tried the following: \define now-timestamp() <> <$button set="!!created" setTo=<>> Created Now Now, I'm aware this snippet doesn't work and can't be expected to because the contents of

[tw5] Re: I earn some money by making sites on Tiddliwiki. And I think Tiddliwiki can have commercial development.

2021-02-07 Thread Mat
@Siniy-Kit and everyone I have started a new discussion in the dev forum with the hope of refining Siniy-Kits code for a general GoogleDrive-as-TW-Backend. I think this means just to snip out the critical bits from Siniy-Kits code

[tw5] Re: My hamster is too big. Any suggestions to slim fatty?

2021-02-07 Thread Mat
Your little specimen is obviously fond of eating which makes it a perfect candidate to try out for new products using the Kopi Luwak principle. This could be your golden goose: https://en.wikipedia.org/wiki/Kopi_luwak http://www.most-expensive.coffee/ <:-) On Sunday, February 7, 2021 at

Re: [tw5] [ANN] Projectify v0.13.1 is out!

2021-02-07 Thread Nicolas Petton
Neale Murden writes: > Nico, Hi Neale, > Thanks for providing the filter expression for priorities, and thanks for > including that filter in the next release of Projectify. You're welcome! You could also easily add a tab to the dashboard listing all your prioritized todos: Create a