[tw5] Re: A small Plugin for a dramatic login-screen.

2020-03-30 Thread Mohammad
Really cool! Thank you for sharing Jan!
You may create a theme using sidecontrol, and login curtain if you add 
other required tiddlers.

--Mohammad


On Tuesday, March 31, 2020 at 12:38:28 AM UTC+4:30, Jan wrote:
>
> Hi everybody, 
> I made a small plugin for a dramatic loginscreen to fill in the Username 
> when starting the wiki. Fill in any name to open the wiki. I hope you 
> enjoy it: https://szenio.de/LoginCurtain/ 
>
> ( __|\`-/| 
>   ` _.-' \ )-   `(, o o) 
>   (  Jan  (  _`>"= 
>) || \ 
>   "   " " " 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b30221f6-088f-40ee-b9c0-c21d455543ee%40googlegroups.com.


[tw5] Re: svgs constructed from tiddlers or list widget

2020-03-30 Thread Joshua Fontany
Impressed! I also have wanted to experiment with this, but have had other 
projects to tinker with. Mahalo (thanks) for the proof of concept.

Best,
Joshua Fontany

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/252550ec-3313-43c8-8c09-b90ac4746fb4%40googlegroups.com.


[tw5] Re: Voting for v5.1.22 banner

2020-03-30 Thread TonyM
I am commenting here so more see this post, perhaps it could be pinned.

I like a few of them, but *chose the globe *because of our current "global 
crisis", Perhaps this is the "Corona Release" named after one of my 
favorite beers :) that has apparently lost sales of late (on what insane 
basis I don't know).

Regards
Tony

On Tuesday, March 31, 2020 at 2:13:20 AM UTC+11, Jeremy Ruston wrote:
>
> Thank you to everyone who entered the competition (see 
> https://groups.google.com/d/topic/tiddlywiki/rYrja18_SfQ/discussion). I’m 
> now making preparations for the release of v5.1.22 so it's time for 
> everyone to vote for their favourite design. Please follow the instructions 
> here:
>
>
> https://docs.google.com/forms/d/e/1FAIpQLSdgS8bum8yoTTw-2n6s9-BxEmcaJAs5Mks7OR7os8JcxRa4Fg/viewform
>
> I’ll leave voting open for at least 3 days from now,
>
> Many thanks,
>
> Jeremy
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f693aa1-fc06-4297-ac3f-1c55f43b21e9%40googlegroups.com.


Re: [tw5] TW on node.js -- How do we list versions available? How to select version?

2020-03-30 Thread TonyM
Mohammad,

Slightly off topic but related.

>From what you said I have tried to create a library via the single file 
wiki. I have however identified more to it than

The upgrade library is formatted as an ordinary plugin tiddler with the 
> plugin type library. It contains a copy of each of the plugins, themes and 
> language packs available within the TiddlyWiki5 repository.


I believe once the "library" (payload) tiddler (containing plugins) is 
created it needs to be exported and placed at a url, then you need a 
tiddler (link to payload url) containing that url into the wiki, that wants 
access to the library. 

I am still working on it, but there are quite a few tiddlers involved in 
this.

I have being hacking existing import and plugin mechanisms and have come up 
with a number of new and helpful workflows, and have not publish much yet 
because this area can be a little "verbose".

Libraries are a key part of this plugin and distribution process.

Regards
Tony

On Monday, March 30, 2020 at 11:53:20 PM UTC+11, Mohammad wrote:
>
> In https://tiddlywiki.com/prerelease/#MakeLibraryCommand
>
> It syas:
>
> The upgrade library is formatted as an ordinary plugin tiddler with the 
>> plugin type library. It contains a copy of each of the plugins, themes and 
>> language packs available within the TiddlyWiki5 repository.
>
>
>
> Regarding the third party plugin can be put in other path using 
> TIDDLYWIKI_PLUGIN_PATH
>
> How one can make the library from those located in TIDDLYWIKI_PLUGIN_PATH
>
> --Mohammad
>
>
> On Friday, March 27, 2020 at 7:04:23 PM UTC+4:30, PMario wrote:
>>
>> On Friday, March 27, 2020 at 2:19:18 PM UTC+1, Mohammad wrote:
>>>
>>> My question is setting  TIDDLYWIKI_PLUGIN_PATH  global variable (for 
>>> example in Windows 10) means Tiddlywiki will load all plugins from this path
>>> or this is extra to plugins/tiddlywiki  folder?
>>>
>>> For example I have installed 
>>>
>>>- Tiddlywiki prerelease in  D:\Tiddlywiki5.1.22p
>>>- So, I have D:\Tiddlywiki5.1.22p\plugins folder
>>>- Then TIDDLYWIKI_PLUGIN_PATH=D:\Tiddlywiki\Custom_Plugins
>>>
>>> This variable make it easy, that TW will find 3rd party plugins. eg: 
>>
>> I don my plugins in a completely different structure as TWs directory 
>> structure. 
>>
>> My TIDDLYWIKI_PLUGIN_PATH=D:\path\to\my\plugins ...  
>>
>> The whole structure is: D:\path\to\my\plugins\wikilabs\
>>
>> This makes it possible to add one of my plugins into tiddlywik.info like 
>> so: 
>>
>> My link-to-tabs-server edition tiddlywiki.info 
>>  
>> looks like this. 
>>
>> {
>> "description": "Server configuration of the wikilabs edition",
>> "plugins": [
>> "tiddlywiki/tiddlyweb",
>> "tiddlywiki/filesystem",
>> "wikilabs/link-to-tabs",
>> "wikilabs/info-session",
>> "wikilabs/advanced-search-plus"
>> ],
>> "themes": [
>> ],
>> "includeWikis": [
>> "../link-to-tabs"
>> ],
>> "config": {
>> "default-tiddler-location": "../link-to-tabs/tiddlers"
>> }
>> }
>>
>> This makes development much easier, since I don't need to add the full 
>> directory name. 
>>
>> The environment variables can have several paths, with are  separated by 
>> a semicolon ";" in windows and a colon ":" for unix-like systems
>>
>> have fun!
>> mario
>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f7ddd142-f747-4ced-accf-f51399e36531%40googlegroups.com.


[tw5] Re: Default Sidebar Tab

2020-03-30 Thread TonyM
Damon,

I understand. Working through every detail can be time consuming. 

   - I suggest you make a minimal example of your problem, Test it on 
   Tiddlywiki.com or a new empty tiddler and share that code here so I/we can 
   replicate and solve the problem. 

So often when someone prepares an example case like this, they solve the 
problem themself, anyway, if not, we can definitely help with less 
time/effort on our part as well.

Regards
Tony



On Tuesday, March 31, 2020 at 11:25:03 AM UTC+11, Damon Pritchett wrote:
>
> Tony,
>
> The particular tiddler I want to use as the default sidebar does not have 
> a caption. It's just a single word title.
>
> As far as your other comments go, I'm afraid that I did not understand 
> where you were leading me. I guess it's the lack of detailed TW knowledge.
>
> Damon
>
>
> On Monday, March 30, 2020 at 4:39:34 PM UTC-7, TonyM wrote:
>>
>> Daemon
>>
>> Some possible leads for you.
>>
>> One thing about the sidebar is current tiddler is not set. Qualify makes 
>> use of currenttiddler. You can set current Tiddler inside your sidebar 
>> tiddler with the tiddler widget. 
>>
>> Inside tabs the currentTab variable replaces current tiddler with the 
>> tabtiddlers title
>>
>> Also when setting the default use the tiddler name not the caption name.
>>
>> Best of luck
>> Tony
>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9f410a18-6aa8-45a5-94fc-165f0319dd6a%40googlegroups.com.


[tw5] Re: Tiddler content missing from New Window

2020-03-30 Thread TonyM
Mario then Mark,

*Mario,* The github item was raise only because of buttons not including 
their icons, this seems a larger problem. I will test this on the 
pre-release to see but unfortunately I can't afford to use prerelease, or 
perhaps even a new release on this production wiki. 

If I could identify the change and use it as a patch on this occasion, or 
find a work around may be best. I did an upgrade test with no success 
(notes below).

*Mark, *

This tiddler is already a skeleton with only field values and the  
ViewTemplate uses another template to display this kind of tiddler.

Transcluding the final tiddler result only transcluding the text and this 
is empty. perhaps this is a pointer to the problem, perhaps the open in new 
window and print only transclude the tiddler and do not honor all the other 
content which is applied by the view page, story  and View template. In a 
way I need new window to render all except the tiddler container and 
title/tags/subtitle.


*Upgrade test*
I tested upgrading my wiki to the prerelease, when I open the result

   - Red Alert: Well, this is embarrassing. It is recommended that you 
   restart TiddlyWiki by refreshing your browser TypeError: 
   $tw.wiki.doesPluginRequireReload is not a function
   - Another Red Alert; You are about to import a tiddler that will 
   overwrite a core module tiddler. This is not recommended as it may make the 
   system unstable
   - Yellow Alert: You are about to import a tiddler that will overwrite a 
   core module tiddler. This is not recommended as it may make the system 
   unstable
   
And I can't save, or bypass these errors.

Thanks for your help,

Tony

On Monday, March 30, 2020 at 9:23:33 PM UTC+11, PMario wrote:
>
> Hi, 
> I think it was your request: 
> https://github.com/Jermolene/TiddlyWiki5/issues/4372
> -m
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1c00c016-efcd-43e6-8927-37ceaa6641bf%40googlegroups.com.


[tw5] Re: Default Sidebar Tab

2020-03-30 Thread Damon Pritchett
Tony,

The particular tiddler I want to use as the default sidebar does not have a 
caption. It's just a single word title.

As far as your other comments go, I'm afraid that I did not understand 
where you were leading me. I guess it's the lack of detailed TW knowledge.

Damon


On Monday, March 30, 2020 at 4:39:34 PM UTC-7, TonyM wrote:
>
> Daemon
>
> Some possible leads for you.
>
> One thing about the sidebar is current tiddler is not set. Qualify makes 
> use of currenttiddler. You can set current Tiddler inside your sidebar 
> tiddler with the tiddler widget. 
>
> Inside tabs the currentTab variable replaces current tiddler with the 
> tabtiddlers title
>
> Also when setting the default use the tiddler name not the caption name.
>
> Best of luck
> Tony
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9a5aac00-1416-4623-b5b2-6494c10b8a34%40googlegroups.com.


[tw5] Re: Default Sidebar Tab

2020-03-30 Thread TonyM
Daemon

Some possible leads for you.

One thing about the sidebar is current tiddler is not set. Qualify makes use of 
currenttiddler. You can set current Tiddler inside your sidebar tiddler with 
the tiddler widget. 

Inside tabs the currentTab variable replaces current tiddler with the 
tabtiddlers title

Also when setting the default use the tiddler name not the caption name.

Best of luck
Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7ad9741f-2ae4-4e44-98af-ba871019801e%40googlegroups.com.


[tw5] Re: svgs constructed from tiddlers or list widget

2020-03-30 Thread A Gloom
svgs can be nested in svg so i'm testing with system icons

VERY IMPORTANT:  just like with wikitext after html, it must be seperated 
by double line breaks, ie and each transclusion must be on its own line



{{transclusion}}
{{transclusion}}


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c38597f-cd7c-4363-9fdf-603c27a5c5d0%40googlegroups.com.


[tw5] Re: Default Sidebar Tab

2020-03-30 Thread Damon Pritchett
So I'm still not having any luck getting the default tab to get set the way 
I want. The tab I'm trying to use as also has a set of horizontal tabs in 
it. I have the default of that set of horizontal tabs default set when I 
set them up. Could this have something to do with it? The state tiddlers 
which I modified previously (see other post in this topic) did not work.

Damon

On Sunday, March 29, 2020 at 4:41:54 PM UTC-7, Damon Pritchett wrote:
>
> No, that is not working.
>
> Damon
>
>
> On Sunday, March 29, 2020 at 4:36:49 PM UTC-7, TonyM wrote:
>>
>> Daemon
>>
>> The default side bar tab is set in control panel settings or directly
>> $:/core/ui/ControlPanel/Settings/DefaultSidebarTab
>>
>> Is that what you need?
>>
>> Tony
>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9275c9b5-969f-48aa--6db6bc80c59d%40googlegroups.com.


[tw5] Re: Reverse tag trace

2020-03-30 Thread Damon Pritchett
Thanks Bimlas,

That did the trick.

Damon

On Sunday, March 29, 2020 at 10:44:45 PM UTC-7, bimlas wrote:
>
> Damon,
>
> The kin operators lists the tiddlers just like I'm looking for except that 
>> they're in alphabetical order
>>
>
> You can use "[[Tiddler E]kin::from[]]" instead of "[kin::from[Tiddler E]]" 
> to get the hierarchical order - it's not perfect, but I hope it's a good 
> start.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5d1fe0c0-3a78-4960-b9b7-e81c33e9233e%40googlegroups.com.


[tw5] Re: A small Plugin for a dramatic login-screen.

2020-03-30 Thread David Gifford
Very cool!

On Monday, March 30, 2020 at 2:08:28 PM UTC-6, Jan wrote:
>
> Hi everybody, 
> I made a small plugin for a dramatic loginscreen to fill in the Username 
> when starting the wiki. Fill in any name to open the wiki. I hope you 
> enjoy it: https://szenio.de/LoginCurtain/ 
>
> ( __|\`-/| 
>   ` _.-' \ )-   `(, o o) 
>   (  Jan  (  _`>"= 
>) || \ 
>   "   " " " 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b4d71aef-57aa-48bb-9ac3-9b1663e81f66%40googlegroups.com.


[tw5] svgs constructed from tiddlers or list widget

2020-03-30 Thread TonyM
Wow

Thanks for sharing. I wanted to persue something like this for ages, but you 
have done it. 

This will allow the creation of dynamic button images when building new 
buttons. It would be nice to work out how to include existing button images, 
perhaps shrunken and placed in a corner or with simple annotations and color 
changes. Perhaps adding a colored boarder around an existing button image.

Great stuff

Regards
Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7dfc5f5c-03f0-4088-916d-e981dcc417f4%40googlegroups.com.


[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread TonyM
David

To extend Scott's suggestion you make the button visible on the view template 
and then set one or more values based on the current tiddlers field values.
 
locationContext={{!!locationContext}}

Thus clicking the button will create a new task based on the current tiddler.

I call this process setting the context. Personaly on my main organiser wiki I 
set domain, project and sometimes client values on every task, note etc... 
Domain is work/personal etc..

By having the new button on the tiddlers I only need a single click to make a 
related item. 

I may package this one day.

Regards
Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ad793d73-a5f3-41cc-acb1-74b46a9cc3f2%40googlegroups.com.


[tw5] svgs constructed from tiddlers or list widget

2020-03-30 Thread A Gloom
It took an idlle mind and fevered dreams to think up one approached to 
Jeremy's suggestion in the past about using "primitives" for creating 
dynamically constructed svg's without script

http://www.w3.org/2000/svg; viewBox="0 0 10 10" version="1.2">

{{purple block svg}}
{{blue circle svg}}
{{lime triangle svg}}


OR

http://www.w3.org/2000/svg; viewBox="0 0 10 10" version="1.2">
<$list filter="[[purple block svg]][[blue circle svg]][[lime triangle 
svg]]">
{{!!text}}



The tiddlers are not svg tiddlers but only one or more svg elements to be 
transcluded into a svg container as a independent "layer"

{{purple block svg}}


{{blue circle svg}}


{{lime triangle svg}}


This can be expanded in many ways-- dynamically setting how many and what 
elements to include in a svg by text field, checkboxes, radiobuttons etc 
inline syling can be replaces with presentation attrubutes so 
text-substution can be used for dyanmically setting atering element 
attributes (svg code seems to merge with wiktiext somewhat)
svg  (for incorporating html into svg) can transclude 
wikitext or whole tiddlers into svg's

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/936effd0-f7cf-4158-b4b4-356f8759eb20%40googlegroups.com.


[tw5] Re: Converting all field values in currentTiddler to variables, how to? challenge!

2020-03-30 Thread TonyM
Mark

Nice work and thanks for this. The body seems the best place. I appreciate your 
effort.

Its good to see the techniques you have used. 

I can handle the improvements you suggest.

To handle the core change I think a replacement viewtemplate may be wise, it 
can use all existing core tiddlers except a replacement body. 

Regards
Tony

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6d070aff-46d9-40de-8a55-c309a0df832a%40googlegroups.com.


Re: [tw5] Re: A small Plugin for a dramatic login-screen.

2020-03-30 Thread Jan

Hi,
thanks for nice feedback.
You are right, this may need some customization for your purposes.

blessings Jan


Am 30.03.2020 um 23:57 schrieb Magnus:

Very nice! I changed
.overlay {
  right: 35%;
}

to
.overlay {
  right: calc(50% - 125px);
}

 to get it right in the middle :)
--
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 tiddlywiki+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5db3dd68-a471-46fc-bd64-49f8e74209e4%40googlegroups.com 
.


--
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5E826D42.1010601%40googlemail.com.


[tw5] Re: A small Plugin for a dramatic login-screen.

2020-03-30 Thread Magnus
Very nice! I changed 
.overlay {
  right: 35%;
}

to 
.overlay {
  right: calc(50% - 125px);
}

 to get it right in the middle :)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5db3dd68-a471-46fc-bd64-49f8e74209e4%40googlegroups.com.


[tw5] Re: A small Plugin for a dramatic login-screen.

2020-03-30 Thread TonyM
Cool

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c25ef383-1eab-4905-9f85-2201e198a0d3%40googlegroups.com.


[tw5] Re: A small Plugin for a dramatic login-screen.

2020-03-30 Thread Julio Peña
Hi there,

Bravo now time to watch the show!
Totally enjoyed it.

Blessings,
Julio

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/925071bf-63c1-4dc9-bcda-eb961ea26172%40googlegroups.com.


[tw5] A small Plugin for a dramatic login-screen.

2020-03-30 Thread Jan

Hi everybody,
I made a small plugin for a dramatic loginscreen to fill in the Username 
when starting the wiki. Fill in any name to open the wiki. I hope you 
enjoy it: https://szenio.de/LoginCurtain/


( __|\`-/|
 ` _.-' \ )-   `(, o o)
 (  Jan  (  _`>"=
  ) || \
 "   " " "

--
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5E825125.4080702%40googlemail.com.


Re: [tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Jeremy Ruston
Hi Ton

It doesn't look like I can change the title either, I'm afraid,

Best wishes

Jeremy

On Monday, March 30, 2020 at 8:34:50 PM UTC+1, Ton Gerner wrote:
>
> Hi Jeremy,
>
> Thanks.
>
> I see a typo in the title of this post (5.1.20 instead of 5.1.22) but I 
> don't know how to change the title. Any idea?
>
> Cheers,
>
> Ton
>
> On Monday, March 30, 2020 at 9:26:31 PM UTC+2, Jeremy Ruston wrote:
>>
>> Hi Ton
>>
>> It was a typo on my part, now fixed,
>>
>> Many thanks,
>>
>> Jeremy
>>
>> On 30 Mar 2020, at 20:23, Jeremy Ruston  wrote:
>>
>> Hi Ton,
>>
>> Thank you, I can confirm that there’s some problem with the extraction 
>> process, perhaps a regression. I’m investigating,
>>
>> Best wishes
>>
>> Jeremy
>>
>> On 30 Mar 2020, at 19:46, Ton Gerner  wrote:
>>
>> Hi Jeremy,
>>
>>
>> On Monday, March 30, 2020 at 8:12:36 PM UTC+2, Jeremy Ruston wrote:
>>>
>>> Hi Ton
>>>
>>> I just processed that update but found that there are no changes since 
>>> the previous update that I processed on September 11th last year:
>>>
>>>
>>> https://github.com/Jermolene/TiddlyWiki5/commit/b44dc39299d0f110186c16218f7546492bb66f94#diff-a01d74eb533b08a1ca6c1feb6582b767
>>>
>>> I just wanted to check whether I missed anything?
>>>
>>> That is strange. I did upload a version - based on the prerelease 
>> v5.1.22 - with 18 (of 948) changes. As far as I can see that version is 
>> available at http://tw5dutch.tiddlyspot.com/ 
>>
>> I even corrected a typo in the version of 11 september last year.
>>
>> Don't you see: 'Number of translated tiddlers: 18 of 948' at 
>> http://tw5dutch.tiddlyspot.com/?
>>
>> Cheers,
>>
>> Ton
>>
>>
>> -- 
>> 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 tiddl...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/943f6fa4-0e41-4d76-8f27-7039edc27ec8%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9dccc006-9634-48a3-b82e-ec93e94fdbaf%40googlegroups.com.


Re: [tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Ton Gerner
Hi Jeremy,

Thanks.

I see a typo in the title of this post (5.1.20 instead of 5.1.22) but I 
don't know how to change the title. Any idea?

Cheers,

Ton

On Monday, March 30, 2020 at 9:26:31 PM UTC+2, Jeremy Ruston wrote:
>
> Hi Ton
>
> It was a typo on my part, now fixed,
>
> Many thanks,
>
> Jeremy
>
> On 30 Mar 2020, at 20:23, Jeremy Ruston > 
> wrote:
>
> Hi Ton,
>
> Thank you, I can confirm that there’s some problem with the extraction 
> process, perhaps a regression. I’m investigating,
>
> Best wishes
>
> Jeremy
>
> On 30 Mar 2020, at 19:46, Ton Gerner > 
> wrote:
>
> Hi Jeremy,
>
>
> On Monday, March 30, 2020 at 8:12:36 PM UTC+2, Jeremy Ruston wrote:
>>
>> Hi Ton
>>
>> I just processed that update but found that there are no changes since 
>> the previous update that I processed on September 11th last year:
>>
>>
>> https://github.com/Jermolene/TiddlyWiki5/commit/b44dc39299d0f110186c16218f7546492bb66f94#diff-a01d74eb533b08a1ca6c1feb6582b767
>>
>> I just wanted to check whether I missed anything?
>>
>> That is strange. I did upload a version - based on the prerelease v5.1.22 
> - with 18 (of 948) changes. As far as I can see that version is available 
> at http://tw5dutch.tiddlyspot.com/ 
>
> I even corrected a typo in the version of 11 september last year.
>
> Don't you see: 'Number of translated tiddlers: 18 of 948' at 
> http://tw5dutch.tiddlyspot.com/?
>
> Cheers,
>
> Ton
>
>
> -- 
> 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 tiddl...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/943f6fa4-0e41-4d76-8f27-7039edc27ec8%40googlegroups.com
>  
> 
> .
>
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c78f3ab-82f6-4f49-b2f1-635b05a24b34%40googlegroups.com.


Re: [tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Jeremy Ruston
Hi Ton

It was a typo on my part, now fixed,

Many thanks,

Jeremy

> On 30 Mar 2020, at 20:23, Jeremy Ruston  wrote:
> 
> Hi Ton,
> 
> Thank you, I can confirm that there’s some problem with the extraction 
> process, perhaps a regression. I’m investigating,
> 
> Best wishes
> 
> Jeremy
> 
>> On 30 Mar 2020, at 19:46, Ton Gerner > > wrote:
>> 
>> Hi Jeremy,
>> 
>> 
>> On Monday, March 30, 2020 at 8:12:36 PM UTC+2, Jeremy Ruston wrote:
>> Hi Ton
>> 
>> I just processed that update but found that there are no changes since the 
>> previous update that I processed on September 11th last year:
>> 
>> https://github.com/Jermolene/TiddlyWiki5/commit/b44dc39299d0f110186c16218f7546492bb66f94#diff-a01d74eb533b08a1ca6c1feb6582b767
>>  
>> 
>> 
>> I just wanted to check whether I missed anything?
>> 
>> That is strange. I did upload a version - based on the prerelease v5.1.22 - 
>> with 18 (of 948) changes. As far as I can see that version is available at 
>> http://tw5dutch.tiddlyspot.com/ 
>>  
>> 
>> I even corrected a typo in the version of 11 september last year.
>> 
>> Don't you see: 'Number of translated tiddlers: 18 of 948' at 
>> http://tw5dutch.tiddlyspot.com/ ?
>> 
>> Cheers,
>> 
>> Ton
>> 
>> 
>> -- 
>> 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 tiddlywiki+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/943f6fa4-0e41-4d76-8f27-7039edc27ec8%40googlegroups.com
>>  
>> .
> 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/66361F9C-8463-423B-BCEF-6AAA3C740203%40gmail.com.


Re: [tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Jeremy Ruston
Hi Ton,

Thank you, I can confirm that there’s some problem with the extraction process, 
perhaps a regression. I’m investigating,

Best wishes

Jeremy

> On 30 Mar 2020, at 19:46, Ton Gerner  wrote:
> 
> Hi Jeremy,
> 
> 
> On Monday, March 30, 2020 at 8:12:36 PM UTC+2, Jeremy Ruston wrote:
> Hi Ton
> 
> I just processed that update but found that there are no changes since the 
> previous update that I processed on September 11th last year:
> 
> https://github.com/Jermolene/TiddlyWiki5/commit/b44dc39299d0f110186c16218f7546492bb66f94#diff-a01d74eb533b08a1ca6c1feb6582b767
>  
> 
> 
> I just wanted to check whether I missed anything?
> 
> That is strange. I did upload a version - based on the prerelease v5.1.22 - 
> with 18 (of 948) changes. As far as I can see that version is available at 
> http://tw5dutch.tiddlyspot.com/ 
>  
> 
> I even corrected a typo in the version of 11 september last year.
> 
> Don't you see: 'Number of translated tiddlers: 18 of 948' at 
> http://tw5dutch.tiddlyspot.com/ ?
> 
> Cheers,
> 
> Ton
> 
> 
> -- 
> 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 tiddlywiki+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/943f6fa4-0e41-4d76-8f27-7039edc27ec8%40googlegroups.com
>  
> .

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/172C7F14-6DB5-4EBF-9950-F55006F95F94%40gmail.com.


[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread David
Thank you Scot!  I'll try that out!

On Monday, March 30, 2020 at 12:54:52 PM UTC-4, scot wrote:
>
> Hi David,
> you could create a button by putting this into the tiddler content. The 
> template method is best if your making multiple tiddlers.
>
> <$button>
> <$action-sendmessage $message="tm-new-tiddler"
>  title="My Task Tiddler"
>  tags="Task"
>  locationContext=""
> priority="3"
> />
> New Tiddler
> 
>
> regards,
> Scot
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/447a87a9-492b-4875-8937-56cad9066746%40googlegroups.com.


Re: [tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Ton Gerner
Hi Jeremy,


On Monday, March 30, 2020 at 8:12:36 PM UTC+2, Jeremy Ruston wrote:
>
> Hi Ton
>
> I just processed that update but found that there are no changes since the 
> previous update that I processed on September 11th last year:
>
>
> https://github.com/Jermolene/TiddlyWiki5/commit/b44dc39299d0f110186c16218f7546492bb66f94#diff-a01d74eb533b08a1ca6c1feb6582b767
>
> I just wanted to check whether I missed anything?
>
> That is strange. I did upload a version - based on the prerelease v5.1.22 
- with 18 (of 948) changes. As far as I can see that version is available 
at http://tw5dutch.tiddlyspot.com/ 

I even corrected a typo in the version of 11 september last year.

Don't you see: 'Number of translated tiddlers: 18 of 948' at 
http://tw5dutch.tiddlyspot.com/?

Cheers,

Ton

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/943f6fa4-0e41-4d76-8f27-7039edc27ec8%40googlegroups.com.


Re: [tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Jeremy Ruston
Hi Ton

I just processed that update but found that there are no changes since the 
previous update that I processed on September 11th last year:

https://github.com/Jermolene/TiddlyWiki5/commit/b44dc39299d0f110186c16218f7546492bb66f94#diff-a01d74eb533b08a1ca6c1feb6582b767

I just wanted to check whether I missed anything?

Best wishes

Jeremy.

> On 30 Mar 2020, at 18:32, Ton Gerner  wrote:
> 
> @Jeremy
> 
> The Dutch translation for TW v5.1.22 can be found at 
> http://tw5dutch.tiddlyspot.com/ 
> 
> Cheers,
> 
> Ton
> 
> 
> -- 
> 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 tiddlywiki+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/1913f925-507a-4fac-81df-1840382f3033%40googlegroups.com
>  
> .

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/F60ED2B2-2F42-4BFC-8214-D27D8E374D78%40gmail.com.


[tw5] Re: Converting all field values in currentTiddler to variables, how to? challenge!

2020-03-30 Thread 'Mark S.' via TiddlyWiki

If you hack $:/core/ui/ViewTemplate/body to show

<$reveal tag="div" class="tc-tiddler-body" type="nomatch" stateTitle=<
> text="hide" retain="yes" animate="yes">

<$list filter="[all[current]!has[plugin-type]!field:hide-body[yes]]">

<$tiddler tiddler=<>>
<$transclude tiddler="transme">

<$transclude tiddler="$:/language/MissingTiddler/Hint"/>








and create tiddler transme like:

\define pairs()
<$vars $(kp)$>
<$transclude field=text mode=block/>

\end
\define keypairs()
<$vars triple="'">
<$list filter="[all[current]fields[]] -[[text]] -[[title]] -created 
-modified -tags" variable=fieldname>
<>=<><$text text={{{ [all[current]get] }}} /
><>


\end
<$wikify name=kp text="""<>""" >
<$macrocall $name=pairs />


Then this will do what you want, at least under some circumstances.

It may not work with all possible field content values.

The big problem was TW's overwhelming urge to "eat" all quote marks, 
leaving nothing to pass to the various macros.

Improvements should include:

* Only applying template for certain tagged tiddlers
* Create variable names like tony_ so that there is little 
possibility of conflict with existing variables in macros, environment

Be sure to put some sort of reminder in the file that you have hacked a 
core template so you don't get blind-sided on the next upgrade.


On Sunday, March 29, 2020 at 11:50:42 PM UTC-7, TonyM wrote:
>
> Hi Folks,
>
> In the following macro I can simply generate fieldname=value pairs for all 
> fields in the current tiddler, similar to how one would use the vars 
> widget. It is handy because it only list the existing fields, however many 
> they are. You do not need explicit set or Var statements.
>
>
>- We could use this to pass field names and values say in a new 
>tiddler button, which I have done before.
>- You can also use it to pass variables to a modal
>
>
> However I do not know how to use this or a similar method to convert these 
> to actual variables for use in the current tiddler.
>
> The issue is one needs to use either the set or vars parameter. 
>
>- The set required as many `` close statements as fields.
>- The vars needs only an open and close
>- However placing `<>` inside a $vars widget - does 
>not work
>
> \define field-value-pairs()
> \whitespace trim
> <$list filter="[all[current]fields[]] -[[text]] -[[title]]" variable=
> fieldname>
> {{{ [addsuffix[-var]] }}}=<$text text={{{ [all[current]get
> addprefix["""]addsuffix["""]] }}}/>
> 
> \end
> <>
>
> If you look inside $:/core/ui/ViewTemplate you can see how the variable 
> storyTiddler is set, it then retains its value within the current story 
> Tiddler. Because the loaging of each tiddler is wrapped in the vars 
> statement.  I wonder if this is a place to put this? At least for tiddlers 
> with a flag/tag/filed on them.
>
> The alternative is define statements which also are not generated 
> programmatically. I suppose with a trigger you could generate a tiddler 
> full of defines and import that, but you will still need a trigger. We 
> could use a trigger on "open tiddler" if one were available via the 
> navigator mechanism.
>
> Any Gurus up to this challenge?
>
> *Why?*
>
> Because I have come across a few cases where this would be useful, such as;
>
>- Creating a tiddler text template in a define where all values can 
>use the same notation eg  $(varname)$
>- Rather than set such variable as needed, have them all available 
>using a single method.
>- Avoid the need to complicate the wikitext with both {{!!fieldname}} 
>and <> references inside and outside filters.
>
> I look forward to an inventive solution (If I do not come up with one 
> first)
>
> Regards
> Tony
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8b3f1737-903a-4dbc-ab22-1b2596838546%40googlegroups.com.


[tw5] Re: Trying to use Tiddlywiki on Firefox, unsuccessful yet.

2020-03-30 Thread Sylvain Naudin


Le mardi 24 mars 2020 13:10:27 UTC+1, Renaud B. a écrit :
>
> You found the problem PMario, it seems there is a bug with saving TW in a 
> folder named with "special caracters", in my case if I rename the folder 
> /home/renaud/Telechargements/ instead of /home/renaud/Téléchargements/ 
> (which the default Downloads folder on this system), or if a put the TW 
> file in any folder named with basic characters, Timini saves the TW 
> correctly. I haven't tried with file-backup. I guess this bug should be 
> addressed for people like me who has set their OS locale to something else 
> than english.
>
> Thanks for your help!
>


Hello Renaud,
Désolé de ne pas avoir vu passer ton message, j'aurais pu t'indiquer qu'il 
y avait un ticket pour ça ;)
https://github.com/ibnishak/Timimi/issues/8
*(n'hésite pas à nous voir à l'occasion : https://forum.tiddlywiki.fr)*

@Mario : 
I'm a bit confused by this subject in the order of Google Groups display, I 
commented on the ticket, because I wonder if finally you didn't find a lead 
by correcting tiddlyfox.js?
(because renaming the directory is not a solution in my case).

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40403ced-6f66-4f9b-8f4f-97162d9b9205%40googlegroups.com.


[tw5] DUTCH TRANSLATION for v5.1.20

2020-03-30 Thread Ton Gerner
@Jeremy

The Dutch translation for TW v5.1.22 can be found at 
http://tw5dutch.tiddlyspot.com/

Cheers,

Ton

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1913f925-507a-4fac-81df-1840382f3033%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Ton Gerner
Hi Mohammad

 I just tried to help Gerald!
>
 
Yes, I know. It was just the surprise I saw Dutch!

So I thought Google translate may help :-)
> But seems it does not work :-) :-)
>
> Google translate did a good job to translate it in Dutch ;-)

Cheers,

Ton

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8f5af4dc-a6c0-46a5-8a13-0c2802b6db32%40googlegroups.com.


[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread scot
Hi David,
you could create a button by putting this into the tiddler content. The 
template method is best if your making multiple tiddlers.

<$button>
<$action-sendmessage $message="tm-new-tiddler"
 title="My Task Tiddler"
 tags="Task"
 locationContext=""
priority="3"
/>
New Tiddler


regards,
Scot

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7e2f686-f1cb-4bcf-aac5-24e7283d544d%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Mohammad
Hi Ton
 I just tried to help Gerald! So I thought Google translate may help :-)
But seems it does not work :-) :-)

Cheers
Mohammad

On Monday, March 30, 2020 at 6:59:27 PM UTC+4:30, Ton Gerner wrote:
>
> Hi Mohammad,
>
> Zoals Mario uitlegde, is het antwoord hier:
>>
>> https://groups.google.com/d/msg/tiddlywiki/MBBVVsTb23M/w51qKXNXAwAJ
>>
>> Thanks Google Translate
>>
>> LOL. Strange to see you answering in Dutch.
> But there is a difference between Deutsch (German) and Dutch!
>
> Cheers,
>
> Ton
>  
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d0476e5b-18e1-4fa5-848e-67c598e237d5%40googlegroups.com.


[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread 'Mark S.' via TiddlyWiki
Sorry about the mistake. Just this last week I started using my own copy of 
tiddlywiki. Just in case there was bandwidth problems with everyone working 
or netflixing (new word!) from home.

On Monday, March 30, 2020 at 8:46:18 AM UTC-7, David wrote:
>
> Your link was to your local machine, but I used the last link part to 
> google for that page.  Worked well and I settled on this code to create a 
> new button to open up a clone of my template
>
> <$button message="tm-new-tiddler" param="TaskTemplate">New Task
>
> Thanks again!
>
> On Monday, March 30, 2020 at 11:02:20 AM UTC-4, Mark S. wrote:
>>
>> I often use the "clone" approach for months before I get around to making 
>> a "new thingy" button.
>>
>> You can learn about one way to create a new tiddler with pre-filled 
>> values here:
>>
>>
>> file:///C:/Users/Mark/Downloads/tiddlywiki-5.1.21-with-storage.html#ActionCreateTiddlerWidget
>>
>> Note the example button towards the bottom.
>>
>> On Monday, March 30, 2020 at 7:55:13 AM UTC-7, David wrote:
>>>
>>> I am using some cool listWidget code to create a todo list that I'm 
>>> really enjoying.  It uses tiddlers as the data source.
>>>
>>> But creating new todo items requires a few things to make it appear on 
>>> my list.  I"m hoping to make it easier to add items. Things I hope to get 
>>> pre-filled:
>>>
>>>1. Add "Task" tag
>>>2. Add "locationContext" field with empty value
>>>3. Add "priority" field with value of "3"
>>>
>>> So if you know of a way to create a tiddler that has these values and is 
>>> then ready for me to put in the title, I'd love to hear it.
>>>
>>> Possible work around
>>>
>>> I created a "boilerplate" tiddler with all the values set.  I can then 
>>> just clone that one and it works pretty well.  But when I'm done entering 
>>> my new tiddler, the boilerplate, that I cloned, is there, needing to be 
>>> closed.  Is it possible to bring up just that clone with less taps?
>>>
>>> what I have to do now to use the Clone method:
>>>
>>>1. Click the "New" link I have that opens the boilerplate tiddler
>>>2. Type in  the Task's Title
>>>3. Save it
>>>4. Find the boilerplate tiddler, which is now open, and close it.
>>>
>>> Is it possible to skip opening the boilerplate tiddler and open the 
>>> cloned version directly?
>>>
>>> Thanks, you guys have been great!
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f1bac8e0-8b0a-4a20-929d-122ba52ceca0%40googlegroups.com.


[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread David
Your link was to your local machine, but I used the last link part to 
google for that page.  Worked well and I settled on this code to create a 
new button to open up a clone of my template

<$button message="tm-new-tiddler" param="TaskTemplate">New Task

Thanks again!

On Monday, March 30, 2020 at 11:02:20 AM UTC-4, Mark S. wrote:
>
> I often use the "clone" approach for months before I get around to making 
> a "new thingy" button.
>
> You can learn about one way to create a new tiddler with pre-filled values 
> here:
>
>
> file:///C:/Users/Mark/Downloads/tiddlywiki-5.1.21-with-storage.html#ActionCreateTiddlerWidget
>
> Note the example button towards the bottom.
>
> On Monday, March 30, 2020 at 7:55:13 AM UTC-7, David wrote:
>>
>> I am using some cool listWidget code to create a todo list that I'm 
>> really enjoying.  It uses tiddlers as the data source.
>>
>> But creating new todo items requires a few things to make it appear on my 
>> list.  I"m hoping to make it easier to add items. Things I hope to get 
>> pre-filled:
>>
>>1. Add "Task" tag
>>2. Add "locationContext" field with empty value
>>3. Add "priority" field with value of "3"
>>
>> So if you know of a way to create a tiddler that has these values and is 
>> then ready for me to put in the title, I'd love to hear it.
>>
>> Possible work around
>>
>> I created a "boilerplate" tiddler with all the values set.  I can then 
>> just clone that one and it works pretty well.  But when I'm done entering 
>> my new tiddler, the boilerplate, that I cloned, is there, needing to be 
>> closed.  Is it possible to bring up just that clone with less taps?
>>
>> what I have to do now to use the Clone method:
>>
>>1. Click the "New" link I have that opens the boilerplate tiddler
>>2. Type in  the Task's Title
>>3. Save it
>>4. Find the boilerplate tiddler, which is now open, and close it.
>>
>> Is it possible to skip opening the boilerplate tiddler and open the 
>> cloned version directly?
>>
>> Thanks, you guys have been great!
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44c92e69-3df2-4969-99eb-6fdcfe7e6165%40googlegroups.com.


[tw5] Getting system tiddlers to display in TiddlyMap?

2020-03-30 Thread si
This is addressed on the GitHub page 
(https://github.com/felixhayashi/TW5-TiddlyMap/issues/17), but I wondered 
if anyone had a workaround?

It sounds it can be solved by using the title to identify nodes:

You may set TiddlyMap to use the title as id field by setting 
> "field_nodeId": "title". 


But I can't find any option to do this in TiddlyMap. Maybe I am just blind? 
The issue is from 5 years ago so maybe things have changed since then.

Any help would be much appreciated.

Stay safe! Si

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dcd024ca-999a-404d-b2dc-3340979ebac7%40googlegroups.com.


[tw5] Re: Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread 'Mark S.' via TiddlyWiki
I often use the "clone" approach for months before I get around to making a 
"new thingy" button.

You can learn about one way to create a new tiddler with pre-filled values 
here:

file:///C:/Users/Mark/Downloads/tiddlywiki-5.1.21-with-storage.html#ActionCreateTiddlerWidget

Note the example button towards the bottom.

On Monday, March 30, 2020 at 7:55:13 AM UTC-7, David wrote:
>
> I am using some cool listWidget code to create a todo list that I'm really 
> enjoying.  It uses tiddlers as the data source.
>
> But creating new todo items requires a few things to make it appear on my 
> list.  I"m hoping to make it easier to add items. Things I hope to get 
> pre-filled:
>
>1. Add "Task" tag
>2. Add "locationContext" field with empty value
>3. Add "priority" field with value of "3"
>
> So if you know of a way to create a tiddler that has these values and is 
> then ready for me to put in the title, I'd love to hear it.
>
> Possible work around
>
> I created a "boilerplate" tiddler with all the values set.  I can then 
> just clone that one and it works pretty well.  But when I'm done entering 
> my new tiddler, the boilerplate, that I cloned, is there, needing to be 
> closed.  Is it possible to bring up just that clone with less taps?
>
> what I have to do now to use the Clone method:
>
>1. Click the "New" link I have that opens the boilerplate tiddler
>2. Type in  the Task's Title
>3. Save it
>4. Find the boilerplate tiddler, which is now open, and close it.
>
> Is it possible to skip opening the boilerplate tiddler and open the cloned 
> version directly?
>
> Thanks, you guys have been great!
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8b2b0338-2739-4b1f-8456-b438de02ccab%40googlegroups.com.


[tw5] Possible to create new Tiddler with pre-filled Fields and Tags

2020-03-30 Thread David
I am using some cool listWidget code to create a todo list that I'm really 
enjoying.  It uses tiddlers as the data source.

But creating new todo items requires a few things to make it appear on my 
list.  I"m hoping to make it easier to add items. Things I hope to get 
pre-filled:

   1. Add "Task" tag
   2. Add "locationContext" field with empty value
   3. Add "priority" field with value of "3"

So if you know of a way to create a tiddler that has these values and is 
then ready for me to put in the title, I'd love to hear it.

Possible work around

I created a "boilerplate" tiddler with all the values set.  I can then just 
clone that one and it works pretty well.  But when I'm done entering my new 
tiddler, the boilerplate, that I cloned, is there, needing to be closed.  
Is it possible to bring up just that clone with less taps?

what I have to do now to use the Clone method:

   1. Click the "New" link I have that opens the boilerplate tiddler
   2. Type in  the Task's Title
   3. Save it
   4. Find the boilerplate tiddler, which is now open, and close it.

Is it possible to skip opening the boilerplate tiddler and open the cloned 
version directly?

Thanks, you guys have been great!

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7c942d9d-c755-4ef6-9409-1c581b13a41f%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Ton Gerner
Hi Mohammad,

Zoals Mario uitlegde, is het antwoord hier:
>
> https://groups.google.com/d/msg/tiddlywiki/MBBVVsTb23M/w51qKXNXAwAJ
>
> Thanks Google Translate
>
> LOL. Strange to see you answering in Dutch.
But there is a difference between Deutsch (German) and Dutch!

Cheers,

Ton
 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c0013f27-f583-43e8-bf03-5970c926a3e1%40googlegroups.com.


[tw5] Re: Tiddler content missing from New Window

2020-03-30 Thread 'Mark S.' via TiddlyWiki
Maybe you can transclude your edit tiddler into a view template. Then open 
that tiddler.

This is what I have to do with my own note taking (sticky note sort of 
thingy) for exactly this reason.

On Monday, March 30, 2020 at 2:41:26 AM UTC-7, TonyM wrote:
>
> Folks,
>
> I believe this problem has being solve before . Using TiddlyWiki *5.1.21*
> I have some tiddlers that I open in new window to print to PDF using 
> complex tables and logos etc...
>
> I have since built a fabulous interactive table, a sample of which is 
> below  in edit mode
>
> [image: 2020-03-30_20-38-01.jpg]
>
> However both Open in new window and Print shows just white?
>
> Anyone know what may be causing this?
>
>- Should I import variables
>- Include css ?
>- I am really not sure.
>
>
> Thanks in Advance
> Tony
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/542609f7-ffc9-4413-86c4-c6ee9ca9c1e0%40googlegroups.com.


[tw5] Re: Trashbin plugin: New update with new features

2020-03-30 Thread Mohammad


On Monday, March 30, 2020 at 5:43:21 PM UTC+4:30, HC Haase wrote:
>
> This is a very nice update. and thank for the flatering mentioning :) 
>
> I have updated my mod so it is compatible with this version of the 
> trashbin plugin. the mod intergrate trashbin and the simple version plugin
>
>
> https://hchaase.github.io/HC-Plugins/#%24%3A%2Fplugins%2Fkookma%2Ftrashbin%2Ftrashbin-mod%2Freadme
>
> @Mohammad
>
> maybe you could link to it from the plugin site so people can find it? 
> (feel free to put it in your plugin if you like ;)
>
Sure, I will add it to first page! If you like to have a special note, just 
let me know!

--Mohammad 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a01da250-e4a9-49f1-8870-5727b815366f%40googlegroups.com.


[tw5] Re: Trashbin plugin: New update with new features

2020-03-30 Thread HC Haase
This is a very nice update. and thank for the flatering mentioning :) 

I have updated my mod so it is compatible with this version of the trashbin 
plugin. the mod intergrate trashbin and the simple version plugin

https://hchaase.github.io/HC-Plugins/#%24%3A%2Fplugins%2Fkookma%2Ftrashbin%2Ftrashbin-mod%2Freadme


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e59a2703-f55c-47d8-b4cd-978a1b7aa51f%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Gerald Weis
Hallo Mario

ich raffe das ganze nicht so ganz.

Deshalb meine Fagen:

1. Kann ich hier auch Feldnamen vie title oder currentTiddler verwenden?
2. wenn ja, wie muss ich das kenntlich machen?
3. Wird der ausgewählte Teilstring dann direkt angezeigt, oder brauche ich 
sowas wie $var oder $set ?

Danke

Am Montag, 30. März 2020 10:48:52 UTC+2 schrieb PMario:
>
> Hallo Gerald,
>
> Es gibt einen ähnlichen "Thread". Siehe: 
> https://groups.google.com/forum/#!topic/tiddlywiki/MBBVVsTb23M
>
> Hast du das schon probiert?
>
> -m
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/afdfc9c3-a33a-4e5f-b2f6-1cad61b80592%40googlegroups.com.


Re: [tw5] TW on node.js -- How do we list versions available? How to select version?

2020-03-30 Thread Mohammad
In https://tiddlywiki.com/prerelease/#MakeLibraryCommand

It syas:

The upgrade library is formatted as an ordinary plugin tiddler with the 
> plugin type library. It contains a copy of each of the plugins, themes and 
> language packs available within the TiddlyWiki5 repository.



Regarding the third party plugin can be put in other path using 
TIDDLYWIKI_PLUGIN_PATH

How one can make the library from those located in TIDDLYWIKI_PLUGIN_PATH

--Mohammad


On Friday, March 27, 2020 at 7:04:23 PM UTC+4:30, PMario wrote:
>
> On Friday, March 27, 2020 at 2:19:18 PM UTC+1, Mohammad wrote:
>>
>> My question is setting  TIDDLYWIKI_PLUGIN_PATH  global variable (for 
>> example in Windows 10) means Tiddlywiki will load all plugins from this path
>> or this is extra to plugins/tiddlywiki  folder?
>>
>> For example I have installed 
>>
>>- Tiddlywiki prerelease in  D:\Tiddlywiki5.1.22p
>>- So, I have D:\Tiddlywiki5.1.22p\plugins folder
>>- Then TIDDLYWIKI_PLUGIN_PATH=D:\Tiddlywiki\Custom_Plugins
>>
>> This variable make it easy, that TW will find 3rd party plugins. eg: 
>
> I don my plugins in a completely different structure as TWs directory 
> structure. 
>
> My TIDDLYWIKI_PLUGIN_PATH=D:\path\to\my\plugins ...  
>
> The whole structure is: D:\path\to\my\plugins\wikilabs\
>
> This makes it possible to add one of my plugins into tiddlywik.info like 
> so: 
>
> My link-to-tabs-server edition tiddlywiki.info 
>  
> looks like this. 
>
> {
> "description": "Server configuration of the wikilabs edition",
> "plugins": [
> "tiddlywiki/tiddlyweb",
> "tiddlywiki/filesystem",
> "wikilabs/link-to-tabs",
> "wikilabs/info-session",
> "wikilabs/advanced-search-plus"
> ],
> "themes": [
> ],
> "includeWikis": [
> "../link-to-tabs"
> ],
> "config": {
> "default-tiddler-location": "../link-to-tabs/tiddlers"
> }
> }
>
> This makes development much easier, since I don't need to add the full 
> directory name. 
>
> The environment variables can have several paths, with are  separated by a 
> semicolon ";" in windows and a colon ":" for unix-like systems
>
> have fun!
> mario
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1277782-59f4-40c7-971b-bc920c3a903e%40googlegroups.com.


Re: [tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread Mario Public
Confirmed!
Great

Thanks

Mario

Il giorno lun 30 mar 2020 alle ore 12:53 Mohammad <
mohammad.rahm...@gmail.com> ha scritto:

> It works! No need to change the type!
> TW5 supports html tags like ol
>
>
>
> On Monday, March 30, 2020 at 3:09:13 PM UTC+4:30, Mario Public wrote:
>>
>> Thanks to everyone.
>> Maybe I was unclear. The list must contain  a specific sequence like
>>
>> 48. xyx
>> 49. xyz
>> 50. xyz
>>
>> I tried the html
>>
>> 
>>That which One and two belong
>>
>>   One
>>   Two
>>
>> 
>>
>>
>> I was unsuccesful. Should I change the tiddler type to text/html?
>> Insert a full html header, body etc?
>> Thanks
>> Mario
>>
>> Il giorno lunedì 30 marzo 2020 10:44:50 UTC+2, PMario ha scritto:
>>>
>>> Hi,
>>>
>>> The problem with CSS numbering is, that it can change if a tiddler is
>>> transcluded. So if you do reference eg: 48.a from an other tiddler, IMO it
>>> would be much better, to use "hyperlinks" to tiddler titles and heading
>>> names.
>>>
>>> CSS is very flexible. So you can do stuff like this:
>>> https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
>>> BUT it's also very "brittle". ... Most of the time, we create lists
>>> dynamically based on tags or fields. So the numbering can change at any
>>> time.
>>>
>>> -mario
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/FG074BdNvTg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/89ceef90-f7e5-4755-883a-6633733f9484%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAHmyK-DbdADgPreA5txCAi2%2BUYae9B_7bcEG1umiYkFyUrBdfA%40mail.gmail.com.


[tw5] Re: filter a list by user-added field

2020-03-30 Thread David
And Thank You!

On Friday, March 27, 2020 at 4:36:53 PM UTC-4, TonyM wrote:
>
> David
>
> I can give a more Extencive answer later but have you tried sort[priority] 
> or +[sort[priority]] ?
>
> if you have a set number of priorities you can use the range operator to 
> list 1 to 5
>
> I find with to do lists its nice sometimes to list them all in priority or 
> a subset by ptiority and category e.g. personal. Just create another 
> tiddler and a list.
>
> Reards
> Tony
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aa45a66d-1504-47c7-97fd-eb0a7ebf1fc2%40googlegroups.com.


[tw5] Re: [TW5] Bob and BobEXE version 1.5.0, Apath, automatic backups, access limits to media

2020-03-30 Thread Mohammad
Jed,
 Bobwin.exe creates the folders and then exit!
 What is the problem?

--Mohammad

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/38fe6409-a69b-45d3-9a83-cb3b2854d06a%40googlegroups.com.


Re: [tw5] [TW5] Bob and BobEXE version 1.5.0, Apath, automatic backups, access limits to media

2020-03-30 Thread Mohammad Rahmani
Hi Jed
Downloaded and I am experimenting on Windows 10. Works like a charm.

Thank you


Best wishes
Mohammad


On Mon, Mar 30, 2020 at 3:02 PM Jed Carty  wrote:

> This add some fixes to the back-end, more configuration UI, settings to
> limit access to media files to a single wiki and automatic backups
>
> Something about the newer node versions or the method that I am using to
> package the executable files means that 32bit systems aren't being
> supported. If this is a problem I can try and figure it out, but I can't
> make any promises.
>
> The plugin version of Bob is on GitHub here:
> https://github.com/OokTech/TW5-Bob
> The newest version of BobEXE is available here:
> https://github.com/OokTech/TW5-BobEXE/releases
>
> If you want to support the development OokTech has a patreon page here
> https://www.patreon.com/OokTech
> or if you prefer there is a link for PayPal here
> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick_button_id=ZG94CTLHTKYRE
>
>
> The (hopefully) full changelog:
>
>- Fixed some problems with action-updatesetting
>- Add configuration UI for logging
>- Tweaked some configuration instructions
>- Added udp multicast to find other Bob servers on the local network
>** For federation stuff
>- Started UI for managing interactions with other servers
>- Fixed problems with saving images to the server and some settings
>checkboxes that didn't work
>- Fixed a problem with the syncer that could cause it to try and save
>files it shouldn't.
>- Setting the pathprefix does what it should now.
>** A brief explaination of the difference between pathprefix and
>proxyprefix is added to Configuration.md
>- Added the perWikiFiles setting which makes files served with a
>specific wiki (by default in the files folder next to the wikis
>tiddlers folder) are only accessible by that wiki. Files served under
>filePathRoot are accessible to every wiki.
>** globally accessible files are served with the /files/ prefix, other
>wikis have their wiki specific files served with the /wikiName/files/ 
> prefix.
>For the RootWiki you have to reference wiki specific files with
>/RootWiki/files/ as the prefix, for other wikis the wikiName part of
>the prefix is the same as the url path.
>- On the back-end added a hook for wiki loaded and wiki modified to
>the server
>- Added autobackups
>- fixed a bug that would sometimes prevent wikis from connecting to
>the server if the RootWiki wasn't already loaded.
>- Added a default settings file that contains a value for every
>setting.
>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/10e9370f-2e0f-4fcb-bf85-30fb0e764c05%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMAiieoFLuA06V82X4A6kTqbVOaB7xZt4i7pLtzc8-e%3DGA%40mail.gmail.com.


[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread Mohammad
It works! No need to change the type!
TW5 supports html tags like ol



On Monday, March 30, 2020 at 3:09:13 PM UTC+4:30, Mario Public wrote:
>
> Thanks to everyone.
> Maybe I was unclear. The list must contain  a specific sequence like
>
> 48. xyx
> 49. xyz
> 50. xyz
>
> I tried the html
>
> 
>That which One and two belong
>
>   One
>   Two
>
> 
>
>
> I was unsuccesful. Should I change the tiddler type to text/html?
> Insert a full html header, body etc?
> Thanks
> Mario
>
> Il giorno lunedì 30 marzo 2020 10:44:50 UTC+2, PMario ha scritto:
>>
>> Hi,
>>
>> The problem with CSS numbering is, that it can change if a tiddler is 
>> transcluded. So if you do reference eg: 48.a from an other tiddler, IMO it 
>> would be much better, to use "hyperlinks" to tiddler titles and heading 
>> names. 
>>
>> CSS is very flexible. So you can do stuff like this: 
>> https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
>> BUT it's also very "brittle". ... Most of the time, we create lists 
>> dynamically based on tags or fields. So the numbering can change at any 
>> time. 
>>
>> -mario
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/89ceef90-f7e5-4755-883a-6633733f9484%40googlegroups.com.


[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread Mario Public
Thanks to everyone.
Maybe I was unclear. The list must contain  a specific sequence like

48. xyx
49. xyz
50. xyz

I tried the html


   That which One and two belong
   
  One
  Two
   



I was unsuccesful. Should I change the tiddler type to text/html?
Insert a full html header, body etc?
Thanks
Mario

Il giorno lunedì 30 marzo 2020 10:44:50 UTC+2, PMario ha scritto:
>
> Hi,
>
> The problem with CSS numbering is, that it can change if a tiddler is 
> transcluded. So if you do reference eg: 48.a from an other tiddler, IMO it 
> would be much better, to use "hyperlinks" to tiddler titles and heading 
> names. 
>
> CSS is very flexible. So you can do stuff like this: 
> https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
> BUT it's also very "brittle". ... Most of the time, we create lists 
> dynamically based on tags or fields. So the numbering can change at any 
> time. 
>
> -mario
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0a579e61-31a8-4311-8627-834c3da0b9c4%40googlegroups.com.


[tw5] [TW5] Bob and BobEXE version 1.5.0, Apath, automatic backups, access limits to media

2020-03-30 Thread Jed Carty


This add some fixes to the back-end, more configuration UI, settings to 
limit access to media files to a single wiki and automatic backups

Something about the newer node versions or the method that I am using to 
package the executable files means that 32bit systems aren't being 
supported. If this is a problem I can try and figure it out, but I can't 
make any promises.

The plugin version of Bob is on GitHub here: 
https://github.com/OokTech/TW5-Bob
The newest version of BobEXE is available here: 
https://github.com/OokTech/TW5-BobEXE/releases 

If you want to support the development OokTech has a patreon page here 
https://www.patreon.com/OokTech
or if you prefer there is a link for PayPal here 
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick_button_id=ZG94CTLHTKYRE


The (hopefully) full changelog:

   - Fixed some problems with action-updatesetting
   - Add configuration UI for logging
   - Tweaked some configuration instructions
   - Added udp multicast to find other Bob servers on the local network
   ** For federation stuff
   - Started UI for managing interactions with other servers
   - Fixed problems with saving images to the server and some settings 
   checkboxes that didn't work
   - Fixed a problem with the syncer that could cause it to try and save 
   files it shouldn't.
   - Setting the pathprefix does what it should now.
   ** A brief explaination of the difference between pathprefix and 
   proxyprefix is added to Configuration.md
   - Added the perWikiFiles setting which makes files served with a 
   specific wiki (by default in the files folder next to the wikis tiddlers 
folder) 
   are only accessible by that wiki. Files served under filePathRoot are 
   accessible to every wiki.
   ** globally accessible files are served with the /files/ prefix, other 
   wikis have their wiki specific files served with the /wikiName/files/ 
prefix. 
   For the RootWiki you have to reference wiki specific files with 
   /RootWiki/files/ as the prefix, for other wikis the wikiName part of the 
   prefix is the same as the url path.
   - On the back-end added a hook for wiki loaded and wiki modified to the 
   server
   - Added autobackups
   - fixed a bug that would sometimes prevent wikis from connecting to the 
   server if the RootWiki wasn't already loaded.
   - Added a default settings file that contains a value for every setting.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/10e9370f-2e0f-4fcb-bf85-30fb0e764c05%40googlegroups.com.


[tw5] Re: Tiddler content missing from New Window

2020-03-30 Thread PMario
Hi, 
I think it was your request: 
https://github.com/Jermolene/TiddlyWiki5/issues/4372
-m

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6c0ca5b5-ab1b-4547-a5ac-6807484e879c%40googlegroups.com.


[tw5] Re: Tiddler content missing from New Window

2020-03-30 Thread PMario
Hi, 
Did you try it with the prerelease. ... I think the "global macros" are 
missing in a new window. 

I think it's this one: Improve 

 
compatibility of single tiddler window vs. main window

Which will be part of .22

-m

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1822454e-a98d-46d5-8444-f252f4abc667%40googlegroups.com.


[tw5] Re: [Visual Studio Code][Beta] TwiddlyWiki5 Syntax Highlighting for VSCode!

2020-03-30 Thread TiddlyTweeter
Useful! Great for me as I find longer TW macros hard to read.

Tx

Joshua Fontany wrote:
>
> I've thrown together a quick extension for Visual Studio Code to enable 
> syntax highlighting. 
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/35bb737e-1b96-4766-ad04-6c5f284118e2%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread TonyM
Thanks Mario,

I asked him to raise it in German, I for got you spoke it.

Tony

On Monday, March 30, 2020 at 7:48:52 PM UTC+11, PMario wrote:
>
> Hallo Gerald,
>
> Es gibt einen ähnlichen "Thread". Siehe: 
> https://groups.google.com/forum/#!topic/tiddlywiki/MBBVVsTb23M
>
> Hast du das schon probiert?
>
> -m
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dbac6731-3ee0-4f29-9501-9dc09351c2f7%40googlegroups.com.


[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread TonyM
Mario Public

Rather than using the wikitext markup you can use html and make use of the 
start value.


   That which One and two belong
   
  One
  Two
   


Note you could also have a list widget around the 
<> and it will still be honored.

However with lists they will number as many items as there are.

You will have to play with more html/css to get the a/b rather than 1/2 
etc...


Regards
Tony


On Monday, March 30, 2020 at 7:10:50 PM UTC+11, Mario Public wrote:
>
> I can use 
>
> # a
> # b
>
> to obtain 
>
> 1. a
> 2. b
>
> How can I set the list to start from a specific number? My goal is to 
> obtain
>
> 48. a
> 49. b
>
> Thanks
>
> Mario
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ac82519-571f-48bd-bbc8-7e88defe373a%40googlegroups.com.


[tw5] Re: Is it safe to use GitHub Saver with access token while published using GitHub Pages?

2020-03-30 Thread Yuhang Guo
yeah, I've decided to switch to TiddlyServer...

在 2020年3月30日星期一 UTC-7上午2:00:21,PMario写道:
>
> On Monday, March 30, 2020 at 7:15:32 AM UTC+2, Yuhang Guo wrote:
>>
>> Thank you! It's indeed saved in local storage.
>>
>
> Hi, 
> Yea, you should be safe. ... There is still a little inconvenience atm. 
> ... The oauth string is saved in plain text. ...
>
> I think, we should change that. I did create a gh issue. see: 
> https://github.com/Jermolene/TiddlyWiki5/issues/4525
> mario
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d73239c-d538-48a3-87d4-21f943ad834e%40googlegroups.com.


[tw5] Re: Is it safe to use GitHub Saver with access token while published using GitHub Pages?

2020-03-30 Thread PMario
On Monday, March 30, 2020 at 7:15:32 AM UTC+2, Yuhang Guo wrote:
>
> Thank you! It's indeed saved in local storage.
>

Hi, 
Yea, you should be safe. ... There is still a little inconvenience atm. ... 
The oauth string is saved in plain text. ...

I think, we should change that. I did create a gh issue. see: 
https://github.com/Jermolene/TiddlyWiki5/issues/4525
mario

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1e4eac35-34df-4cb7-95c5-cb3ee24c20ef%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Mohammad
Zoals Mario uitlegde, is het antwoord hier:

https://groups.google.com/d/msg/tiddlywiki/MBBVVsTb23M/w51qKXNXAwAJ

--Mohammad

Thanks Google Translate

On Monday, March 30, 2020 at 12:03:21 PM UTC+4:30, Gerald Weis wrote:
>
> Hallo Leute
>
> ich suche eine Substring-Abfrage, die sich verhält wie die
>
> substring-funktion von EXCEL
>
>
>
> substring(Feldname oder der Text, Nr des Startzeichens, Länge des zu 
> extrahierenden Strings) 
>
> und diesen anzeigt
>
> also
>
> String: Körpertyp: 2020-03-11>
> substring (, 19, 2)
> Angezeigt wird: 11
>
>
> oder substring ("Körpertyp", 7,3)
> angezeigt wird: typ
>
> Danke für eure Hilfe
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6e815f57-ee5b-43fa-b054-a501a38150a2%40googlegroups.com.


[tw5] Re: allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread PMario
Hallo Gerald,

Es gibt einen ähnlichen "Thread". Siehe: 
https://groups.google.com/forum/#!topic/tiddlywiki/MBBVVsTb23M

Hast du das schon probiert?

-m

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/763894ff-b006-4341-9c26-83fb625f2811%40googlegroups.com.


[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread PMario
Hi,

The problem with CSS numbering is, that it can change if a tiddler is 
transcluded. So if you do reference eg: 48.a from an other tiddler, IMO it 
would be much better, to use "hyperlinks" to tiddler titles and heading 
names. 

CSS is very flexible. So you can do stuff like this: 
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters
BUT it's also very "brittle". ... Most of the time, we create lists 
dynamically based on tags or fields. So the numbering can change at any 
time. 

-mario

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8f5936a9-0b33-4b10-907c-48c1a7f441fc%40googlegroups.com.


[tw5] Re: Numbered list starting from a specific number

2020-03-30 Thread PMario
On Monday, March 30, 2020 at 10:10:50 AM UTC+2, Mario Public wrote:

How can I set the list to start from a specific number? My goal is to obtain
>
> 48. a
> 49. b
>

I'm a bit confused. You increment both. The "number" and the "index". So 
for me it would be

48.a
48.b

49.a
49.b

and so on. 

have fun!
Mario

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a35a5076-89ba-4c35-8fc1-5a264487f178%40googlegroups.com.


[tw5] Numbered list starting from a specific number

2020-03-30 Thread Mario Public
I can use 

# a
# b

to obtain 

1. a
2. b

How can I set the list to start from a specific number? My goal is to obtain

48. a
49. b

Thanks

Mario

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4313c832-acd7-42dc-b099-72100c456ca3%40googlegroups.com.


[tw5] allgemeines substring [Frage auf Deutsch]

2020-03-30 Thread Gerald Weis
Hallo Leute

ich suche eine Substring-Abfrage, die sich verhält wie die

substring-funktion von EXCEL



substring(Feldname oder der Text, Nr des Startzeichens, Länge des zu 
extrahierenden Strings) 

und diesen anzeigt

also

String: Körpertyp: 2020-03-11>
substring (, 19, 2)
Angezeigt wird: 11


oder substring ("Körpertyp", 7,3)
angezeigt wird: typ

Danke für eure Hilfe

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b9a48a42-28c1-493d-926d-36fe1500c923%40googlegroups.com.


[tw5] Converting all field values in currentTiddler to variables, how to? challenge!

2020-03-30 Thread TonyM
Hi Folks,

In the following macro I can simply generate fieldname=value pairs for all 
fields in the current tiddler, similar to how one would use the vars 
widget. It is handy because it only list the existing fields, however many 
they are. You do not need explicit set or Var statements.


   - We could use this to pass field names and values say in a new tiddler 
   button, which I have done before.
   - You can also use it to pass variables to a modal


However I do not know how to use this or a similar method to convert these 
to actual variables for use in the current tiddler.

The issue is one needs to use either the set or vars parameter. 

   - The set required as many `` close statements as fields.
   - The vars needs only an open and close
   - However placing `<>` inside a $vars widget - does 
   not work

\define field-value-pairs()
\whitespace trim
<$list filter="[all[current]fields[]] -[[text]] -[[title]]" variable=
fieldname>
{{{ [addsuffix[-var]] }}}=<$text text={{{ [all[current]get
addprefix["""]addsuffix["""]] }}}/>

\end
<>

If you look inside $:/core/ui/ViewTemplate you can see how the variable 
storyTiddler is set, it then retains its value within the current story 
Tiddler. Because the loaging of each tiddler is wrapped in the vars 
statement.  I wonder if this is a place to put this? At least for tiddlers 
with a flag/tag/filed on them.

The alternative is define statements which also are not generated 
programmatically. I suppose with a trigger you could generate a tiddler 
full of defines and import that, but you will still need a trigger. We 
could use a trigger on "open tiddler" if one were available via the 
navigator mechanism.

Any Gurus up to this challenge?

*Why?*

Because I have come across a few cases where this would be useful, such as;

   - Creating a tiddler text template in a define where all values can use 
   the same notation eg  $(varname)$
   - Rather than set such variable as needed, have them all available using 
   a single method.
   - Avoid the need to complicate the wikitext with both {{!!fieldname}} 
   and <> references inside and outside filters.

I look forward to an inventive solution (If I do not come up with one first)

Regards
Tony


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ecf7410-58a3-4779-a599-00e0c7247fcd%40googlegroups.com.