[tw5] Re: copy button in each code block

2023-05-11 Thread Mike Andyl
Can someone explain how to use this?

понедельник, 27 февраля 2023 г. в 13:00:01 UTC+3, yasai ya: 

> Sorry, it wasn't fixed at all, but finally I fixed the problem.
>
> param=<<__tx__>>
> ↓
> param={{{ [<__tx__>trim[]] }}}
>
>
>
> Full code
> ---
>
>
> \define code(tx)
>
> 
> table.mycodeblock {
>   border:   none;
>   margin:   7px 0 11px;
> }
> table.mycodeblock pre {
>   margin:   0;
> }
> table.mycodeblock td {
>   border:   none;
>   padding:  0;
>   position: relative;
> }
> table.mycodeblock button {
>   position: absolute;
>   left: -30px;
>   top:  2px;
> }
> table.mycodeblock button svg.tc-image-button {
>   height:   2em;
>   width:2em;
>   fill: none;
> }
> table.mycodeblock:hover button svg.tc-image-button {
>   fill: <>;
>   animation: 0.35s cubic-bezier(.35, 0, .35, 1) 2 alternate;
>   animation-name: breathe,blink;
> }
> table.mycodeblock button:hover svg.tc-image-button {
>   fill: <>;
> }
> @keyframes blink {
>   from { opacity: 1; }
>   to   { opacity: .35; }
> }
> @keyframes breathe {
>   from { transform: scale(1); }
>   to   { transform: scale(1.5); }
> }
> 
> 
>
>
> ```$tx$
> ```
>
> <$button class="tc-btn-invisible" message="tm-copy-to-clipboard" 
> param={{{ [<__tx__>trim[]] }}} 
> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>{{$:/core/images/copy-clipboard}}
> \end
> 2023年2月24日金曜日 13:47:50 UTC+9 yasai ya:
>
>> Thank you!
>> Your post was very helpful.
>>
>> But it looked like the CSS wouldn't apply without the macro tiddler was 
>> visible.
>>
>> So I modified it like this.
>>
>> ```
>> \define code(tx)
>>
>> 
>> table.mycodeblock {
>>   border:   none;
>>   margin:   7px 0 11px;
>> }
>> table.mycodeblock pre {
>>   margin:   0;
>> }
>> table.mycodeblock td {
>>   border:   none;
>>   padding:  0;
>>   position: relative;
>> }
>> table.mycodeblock button {
>>   position: absolute;
>>   left: -30px;
>>   top:  2px;
>> }
>> table.mycodeblock button svg.tc-image-button {
>>   height:   2em;
>>   width:2em;
>>   fill: none;
>> }
>> table.mycodeblock:hover button svg.tc-image-button {
>>   fill: <>;
>>   animation: 0.35s cubic-bezier(.35, 0, .35, 1) 2 alternate;
>>   animation-name: breathe,blink;
>> }
>> table.mycodeblock button:hover svg.tc-image-button {
>>   fill: <>;
>> }
>> @keyframes blink {
>>   from { opacity: 1; }
>>   to   { opacity: .35; }
>> }
>> @keyframes breathe {
>>   from { transform: scale(1); }
>>   to   { transform: scale(1.5); }
>> }
>> 
>> 
>>
>> ```$tx$
>> ```
>> <$button class="tc-btn-invisible" message="tm-copy-to-clipboard" 
>> param=<<__tx__>> 
>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>{{$:/core/images/copy-clipboard}}
>> \end
>> ```
>>
>> I'm newbie to HTML, so if there are any problems with this approach, I'd 
>> appreciate it if you could let me know.
>> 2018年5月4日金曜日 3:39:32 UTC+9 Rustem:
>>
>>> I managed to do it with just macros and CSS. One thing I could not avoid 
>>> is copying line breaks before and after the code. Hope there will be a 
>>> plugin someday that will overcome that, as well as do away with the table 
>>> wrapper. Here is a self-contained demo tiddler.
>>>
>>> \define code(tx)
>>> 
>>>
>>> ```$tx$
>>> ```
>>> <$button class="tc-btn-invisible" 
>>> message="tm-copy-to-clipboard" param=<<__tx__>> tooltip={{$:/language/
>>> Buttons/CopyToClipboard/Hint}}>{{$:/core/images/copy-clipboard}}>> $button>
>>> \end
>>>
>>> 
>>> table.mycodeblock {
>>>   border:   none;
>>>   margin:   7px 0 11px;
>>> }
>>> table.mycodeblock pre {
>>>   margin:   0;
>>> }
>>> table.mycodeblock td {
>>>   border:   none;
>>>   padding:  0;
>>>   position: relative;
>>> }
>>> table.mycodeblock button {
>>>   position: absolute;
>>>   left: -30px;
>>>   top:  2px;
>>> }
>>> table.mycodeblock button svg.tc-image-button {
>>>   height:   2em;
>>>   width:2em;
>>>   fill: none;
>>> }
>>> table.mycodeblock:hover button svg.tc-image-button {
>>>   fill: <>;
>>>   animation: 0.35s cubic-bezier(.35, 0, .35, 1) 2 alternate;
>>>   animation-name: breathe,blink;
>>> }
>>> table.mycodeblock button:hover svg.tc-image-button {
>>>   fill: <>;
>>> }
>>>
>>> @keyframes blink {
>>>   from { opacity: 1; }
>>>   to   { opacity: .35; }
>>> }
>>> @keyframes breathe {
>>>   from { transform: scale(1); }
>>>   to   { transform: scale(1.5); }
>>> }
>>>
>>> 
>>>
>>>
>>> in your tiddlers just write :
>>>
>>> <>> code here
>>> more code
>>> """>>
>>>
>>>
>>>
>>> On Saturday, April 28, 2018 at 5:17:04 PM UTC-7, Rustem wrote:

 That works, thanks. Would be great though, to have the button appear 
 inside the block, on hover.

 On Saturday, April 28, 2018 at 2:31:13 AM UTC-7, BurningTreeC wrote:
>
> hi @Rustem 
>
> you could just create a macro in a tiddler say $:/_macros tagged with 
> $:/tags/Macro with the content:
>
> \define 

[tw5] Can I open images as files using NODE?

2022-08-16 Thread Mike Andyl

Can I open images as files using NODE? Like a regular server that gives the 
browser static.

-- 
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/80be3c95-c3c1-4cef-a1e6-8e30102aec93n%40googlegroups.com.


[tw5] Re: How do I embed an external MD file on a page?

2022-07-10 Thread Mike Andyl
nodejs

пятница, 8 июля 2022 г. в 13:55:24 UTC+3, PMario: 

> I forgot to ask. Do you use a single-file wiki or a nodejs ... 
> client-server wiki?
> -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/342169db-e35e-4d43-a91d-aa551bb60af1n%40googlegroups.com.


[tw5] How do I embed an external MD file on a page?

2022-07-08 Thread Mike Andyl

For example, I need to see the contents of an *external* MARKDOWN file as 
usual on the page with formatting. Is this real? I tried *_canonical_uri*, 
but the file didn't show up. I put the *tiddlywiki/markdown* plugin, and 
that didn't help solve the problem.

-- 
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/12ac2b8a-4f8e-4c1a-b52a-d397188f4a89n%40googlegroups.com.


[tw5] Turn off autosave for NodeJS

2022-07-06 Thread Mike Andyl

I don't want every change to be saved on the server. Is it possible to make 
it like a browser plugin? I made many changes and saved all at once. I 
turned  Autosave  off (Do 
not save changes automatically) globally in the settings, but the NodeJS 
server is still updated in real time.

-- 
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/1c567fee-150e-4848-a7e2-4e3e6b25eeb0n%40googlegroups.com.


[tw5] Why is the menu so ugly?

2021-08-12 Thread Mike Andyl
This menu looks crooked.
https://i.imgur.com/QnfFa5B.jpg
Some element will be dropped.
https://i.imgur.com/8XmPB00.jpg
and 
https://i.imgur.com/YVOddb5.jpg

Where can I fix this?

-- 
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/743d7e55-ce7f-40da-8227-48d491906c4bn%40googlegroups.com.


[tw5] Re: Code Patterns: A Tag Selector Gadget

2021-07-16 Thread Mike Andyl
 cj.v...
How did you export the required tiddlers in one file?

четверг, 15 июля 2021 г. в 11:31:13 UTC+3, TW Tones: 

> Charlie,
>
> I like your large tag selector, and see similar smaller ones filtered or 
> from a separate list would be more than enough. Yes this customisation is 
> person and wiki specific.
>
> Sorry about that little comment. But as much as I don't want to cause 
> trouble, I wanted you to know I relay appreciate your work when its more 
> accessible, In line rather than attached is just as good. I actually find 
> the image attachment more work myself. But whatever you want. :)
>
> Tones
>
> On Thursday, 15 July 2021 at 12:10:06 UTC+10 cj.v...@gmail.com wrote:
>
>> Well, choice of filtering mechanism to reduce the number tags, that's 
>> kind of hard to setup in a way that suits everybody.
>>
>> Probably best to let each individual customize this basic code with the 
>> kind of filters (cosmetics, etc.) that work for her/him.
>>
>> I did the parts that were fun to do on my free time.  The rest is for 
>> somebody else, although I'll build anything for anybody for the right 
>> price...
>>
>> Aside:  Sharing code as attachments versus images (usually with a link to 
>> working code in hosted TiddlyWiki) is hit and miss with me.  I wish you had 
>> not brought attention to it.  It is a bit of a reminder about a standard 
>> that I don't always have the energy to achieve.  A simple "Thanks for 
>> sharing" (minus the other bit) would have been pretty sweet.
>>
>>
>>
>> On Wednesday, July 14, 2021 at 10:02:05 PM UTC-3 TW Tones wrote:
>>
>>> Charlie,
>>>
>>> I like the idea here. To me however the strength would be in providing a 
>>> filter to the tag selection. Perhaps have a set. for example if tagged todo 
>>> provide a drop down of status tags.
>>>
>>> This would simplify wiki with a lot of tags as discussed here 
>>> 
>>>
>>> I tested you JSON on tiddlywiki.com and the multi-colum effect was not 
>>> there
>>>
>>> Thanks for sharing (code rather than images).
>>> Tones
>>>
>>> On Thursday, 15 July 2021 at 08:57:53 UTC+10 cj.v...@gmail.com wrote:
>>>
 Yeah, I never make pretty until general concept is iron-clad, and only 
 if it is worth it (i.e. if nobody likes the general approach, why would I 
 waste my time with prettiness?  I'm quirky that way ...)

 On Wednesday, July 14, 2021 at 7:51:03 PM UTC-3 miket...@gmail.com 
 wrote:

> Very good! We need to test it. But for the button it is better to use 
> the standard code for checking the text and icon options, otherwise it 
> looks very strange so far!
> https://i.imgur.com/sQjbYob.jpg
>
> <$button tooltip="" aria-label="" class=<>>
> *<$list filter="[match[yes]]">*
> {{$:/my/images/storyview-classic}}
> 
> *<$list filter="[match[yes]]">*
> <$text text="" />
> 
> <$action-sendmessage $message="tm-new-tiddler"
> 
> среда, 14 июля 2021 г. в 17:48:24 UTC+3, cj.v...@gmail.com: 
>
>> Hello,
>>
>> *(Attached JSON package with necessary tiddlers below.  Drag and drop 
>> into a TEST TiddlyWiki to try it out and experiment with.)*
>>
>> I've been monitoring the How to make a more convenient method for 
>> selecting tags? 
>> , and I 
>> suddenly had a coding itch I had to scratch.  So an hour later, a very 
>> bare-bones foundation for potential snazzy GUI for editing/selecting a 
>> tiddler's tags .
>>
>> Fun TiddlyWiki things in this gadget:
>>
>>- setup of custom buttons for tiddler "View Toolbar"
>>   - mechanism, I think, is the same for setting up a buttons for 
>>   tiddler "Edit Toolbar"
>>- CSS for presenting a list as multicol, number of columns based 
>>on width of display area
>>- a use-case for TiddlyWiki modals
>>- filter example: how to get all tags in a TiddlyWiki
>>- the quick and easy use of checkbox widget for 
>>selecting/unselecting tags for a tiddler
>>
>> Cheers !
>>
>>
>>

-- 
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/423db71f-337c-4f23-bd42-8008eaef6abfn%40googlegroups.com.


[tw5] Re: How to make a default field for a new record?

2021-07-16 Thread Mike Andyl
 But the last question

** From the URL EditTemplate tiddler view, click on the 
"$:/tags/EditTemplate" tag pill*
** In the list of EditTemplate definitions, drag-and-drop to move the URL 
EditTemplate above "$:/core/ui/EditTemplate/fields"*

Where is the sort order stored? I thought in field *list *or 
*list-before/after,* but did not find it anywhere.

пятница, 16 июля 2021 г. в 15:31:14 UTC+3, Mike Andyl: 

> Thanks a lot for the tips, they are all good and each has its own bonuses! 
> Now I need to choose the best one for myself :) Very useful and learned a 
> lot about the work of TW.
>
> пятница, 16 июля 2021 г. в 12:11:23 UTC+3, Álvaro: 
>
>> Yes, you are right. I thought in the my usual way to create new records, 
>> I don't usualy use new journal or new image.
>>
>> Then we can use a hack in $:/core/ui/EditTemplate/fields which displays 
>> a fake(/"empty") url field, we don't have a real url field until you type 
>> and save its value.
>>
>> The hack would be:
>>
>> 
>> > :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] 
>> +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields 
>> tc-edit-fields-small]] }}}>
>> 
>> <$list filter="[all[current]fields[]] +[sort[title]]" 
>> variable="currentField" storyview="pop">
>> to
>> <$list filter="[all[current]fields[]] *[[url]]* +[sort[title]]" 
>> variable="currentField" storyview="pop"> 
>>
>>
>> El viernes, 16 de julio de 2021 a las 6:04:57 UTC+2, Eric Shulman 
>> escribió:
>>
>>> On Thursday, July 15, 2021 at 6:25:29 PM UTC-7 Álvaro wrote:
>>>
>>>> Yes, because I focused on explaining the problem. The base of the 
>>>> solution is  *<$action-sendmessage $message="tm-new-tiddler" url="" />*
>>>>
>>> The hard version is modifing the action-sendmessage in the tiddler 
>>>> *$:/core/ui/Actions/new-tiddler*
>>>> *<$action-sendmessage $message="tm-new-tiddler" tags=<>/>*
>>>> to
>>>> *<$action-sendmessage $message="tm-new-tiddler" tags=<> 
>>>> url=""/>*
>>>>
>>>
>>> Once again, I have to point out that this only changes the behavior of 
>>> the "New Tiddler" button and *does not fully address the OP goal* *(*"*the 
>>> url field to be always visible from the start for all new records.")*
>>>
>>> There are *at least 6 other ways* to interactively create another 
>>> tiddler:
>>> * New Journal in the Sidebar
>>> * New Image in the Sidebar
>>> * New Here in the Tiddler Menu
>>> * New Journal Here in the Tiddler Menu
>>> * Follow a link to a missing tiddler, and then edit that tiddler
>>> * Any 3rd-party plugin or hand-written custom wikitext that contains a 
>>> $button using "tm-new-tiddler", 
>>>
>>> The only solution that handles all these cases (and any others that I 
>>> haven't thought of at the moment) is to modify the EditTemplate as 
>>> suggested by Brian Radspinner, with the small UI improvements suggested by 
>>> me to remove the duplicate appearance of the "url" field, position it above 
>>> the "create new field" interface in the tiddler editor, and enable use of 
>>> $:/config/EditTemplateFields/Visibility/URL
>>>
>>> respectfully,
>>> -e
>>>
>>

-- 
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/fc2d796c-62d1-4a3f-af9b-b513d0396aa1n%40googlegroups.com.


[tw5] Re: How to make a default field for a new record?

2021-07-16 Thread Mike Andyl
Thanks a lot for the tips, they are all good and each has its own bonuses! 
Now I need to choose the best one for myself :) Very useful and learned a 
lot about the work of TW.

пятница, 16 июля 2021 г. в 12:11:23 UTC+3, Álvaro: 

> Yes, you are right. I thought in the my usual way to create new records, I 
> don't usualy use new journal or new image.
>
> Then we can use a hack in $:/core/ui/EditTemplate/fields which displays a 
> fake(/"empty") url field, we don't have a real url field until you type and 
> save its value.
>
> The hack would be:
>
> 
>  :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] 
> +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields 
> tc-edit-fields-small]] }}}>
> 
> <$list filter="[all[current]fields[]] +[sort[title]]" 
> variable="currentField" storyview="pop">
> to
> <$list filter="[all[current]fields[]] *[[url]]* +[sort[title]]" 
> variable="currentField" storyview="pop"> 
>
>
> El viernes, 16 de julio de 2021 a las 6:04:57 UTC+2, Eric Shulman escribió:
>
>> On Thursday, July 15, 2021 at 6:25:29 PM UTC-7 Álvaro wrote:
>>
>>> Yes, because I focused on explaining the problem. The base of the 
>>> solution is  *<$action-sendmessage $message="tm-new-tiddler" url="" />*
>>>
>> The hard version is modifing the action-sendmessage in the tiddler 
>>> *$:/core/ui/Actions/new-tiddler*
>>> *<$action-sendmessage $message="tm-new-tiddler" tags=<>/>*
>>> to
>>> *<$action-sendmessage $message="tm-new-tiddler" tags=<> 
>>> url=""/>*
>>>
>>
>> Once again, I have to point out that this only changes the behavior of 
>> the "New Tiddler" button and *does not fully address the OP goal* *(*"*the 
>> url field to be always visible from the start for all new records.")*
>>
>> There are *at least 6 other ways* to interactively create another 
>> tiddler:
>> * New Journal in the Sidebar
>> * New Image in the Sidebar
>> * New Here in the Tiddler Menu
>> * New Journal Here in the Tiddler Menu
>> * Follow a link to a missing tiddler, and then edit that tiddler
>> * Any 3rd-party plugin or hand-written custom wikitext that contains a 
>> $button using "tm-new-tiddler", 
>>
>> The only solution that handles all these cases (and any others that I 
>> haven't thought of at the moment) is to modify the EditTemplate as 
>> suggested by Brian Radspinner, with the small UI improvements suggested by 
>> me to remove the duplicate appearance of the "url" field, position it above 
>> the "create new field" interface in the tiddler editor, and enable use of 
>> $:/config/EditTemplateFields/Visibility/URL
>>
>> respectfully,
>> -e
>>
>

-- 
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/d64a7e66-6232-4993-ba65-3b23b0527768n%40googlegroups.com.


[tw5] Re: How to make a default field for a new record?

2021-07-15 Thread Mike Andyl
 Brian, yes, but it looks bad and that's what I want to avoid.
https://i.imgur.com/Amptssc.jpg

I can make the *tags *field visible right away 
*$:/config/EditTemplateFields/Visibility/tags*, why can't I do the same 
with the *url *field? 
https://i.imgur.com/pR5azka.jpg
четверг, 15 июля 2021 г. в 22:27:17 UTC+3, Álvaro: 

> I don't know if I understand you.
> When you create a new (default) tiddler, it has the default fields. You 
> can see them in the info panel (except the text field).
>
> Then you can:
> - Create a new tiddler and then add the url field (tm-add-field)
> - Create a new tiddler from template tiddler (with url field)
>
> El jueves, 15 de julio de 2021 a las 18:33:16 UTC+2, Brian Radspinner 
> escribió:
>
>> Try adding the following code to a new tiddler tagged with 
>> "$:/tags/EditTemplate"
>>
>> 
>> 
>> 
>> 
>> url
>> <$edit-text field="url" default="" 
>> tag="input"/>
>> 
>> 
>> 
>> 
>>
>> This will put a table styled like the other fields list with the URL 
>> field showing in the tiddler editor. 
>>
>>
>> On Thursday, July 15, 2021 at 9:00:22 AM UTC-7 miket...@gmail.com wrote:
>>
>>> I want the "url" field to be always visible from the start for all new 
>>> records. Can I add something to the system so that it always appears on its 
>>> own?
>>>
>>> $:/config/EditTemplateFields/Visibility/url ?? 
>>>
>>> I already know about custom buttons "tm-new-tiddler", about templates 
>>> param=, about $:/tags/EditTemplate
>>> But all this requires additional actions one way or another.
>>> I want everything to be as simple as it is now, only with the url field)
>>>
>>

-- 
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/2c6ba7cc-afd7-4170-bee7-31cc2fb6e678n%40googlegroups.com.


[tw5] How to make a default field for a new record?

2021-07-15 Thread Mike Andyl
I want the "url" field to be always visible from the start for all new 
records. Can I add something to the system so that it always appears on its 
own?

$:/config/EditTemplateFields/Visibility/url ?? 

I already know about custom buttons "tm-new-tiddler", about templates 
param=, about $:/tags/EditTemplate
But all this requires additional actions one way or another.
I want everything to be as simple as it is now, only with the url field)

-- 
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/17cecd8a-4946-4555-8698-59b94bc0bce0n%40googlegroups.com.


[tw5] Re: Code Patterns: A Tag Selector Gadget

2021-07-14 Thread Mike Andyl
Very good! We need to test it. But for the button it is better to use the 
standard code for checking the text and icon options, otherwise it looks 
very strange so far!
https://i.imgur.com/sQjbYob.jpg

<$button tooltip="" aria-label="" class=<>>
*<$list filter="[match[yes]]">*
{{$:/my/images/storyview-classic}}

*<$list filter="[match[yes]]">*
<$text text="" />

<$action-sendmessage $message="tm-new-tiddler"

среда, 14 июля 2021 г. в 17:48:24 UTC+3, cj.v...@gmail.com: 

> Hello,
>
> *(Attached JSON package with necessary tiddlers below.  Drag and drop into 
> a TEST TiddlyWiki to try it out and experiment with.)*
>
> I've been monitoring the How to make a more convenient method for 
> selecting tags? , 
> and I suddenly had a coding itch I had to scratch.  So an hour later, a 
> very bare-bones foundation for potential snazzy GUI for editing/selecting a 
> tiddler's tags .
>
> Fun TiddlyWiki things in this gadget:
>
>- setup of custom buttons for tiddler "View Toolbar"
>   - mechanism, I think, is the same for setting up a buttons for 
>   tiddler "Edit Toolbar"
>- CSS for presenting a list as multicol, number of columns based on 
>width of display area
>- a use-case for TiddlyWiki modals
>- filter example: how to get all tags in a TiddlyWiki
>- the quick and easy use of checkbox widget for selecting/unselecting 
>tags for a tiddler
>
> Cheers !
>
>
>

-- 
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/49ce4156-de1d-4390-82d1-55a6925369f6n%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-14 Thread Mike Andyl
Cool! Thank you! To avoid conflict with MenuBar (z 850), it is better to 
set slightly smaller.
среда, 14 июля 2021 г. в 18:34:58 UTC+3, Brian Radspinner: 

> Put the following code in your stylesheet:
>
> *.tc-tiddler-edit-frame { z-index: 1000 !important; }*
>
> When a tiddler goes in draft mode, it will have this class automatically 
> included. Putting the edit-frame to a z-index of 1000 should keep it above 
> any other tiddlers in view mode with z-indexes around 200. 
>
> On Wednesday, July 14, 2021 at 3:28:11 AM UTC-7 miket...@gmail.com wrote:
>
>> and how can I do it?
>>
>> среда, 14 июля 2021 г. в 03:32:14 UTC+3, Brian Radspinner: 
>>
>>> Try bumping up the z-index of the tiddler being edited:
>>>
>>> .tc-tiddler-edit-frame { z-index: 1000 !important; }
>>>
>>> The tiddler being edited will have a higher much higher z-index than all 
>>> the other tiddlers still in view mode with z-index around 200.
>>>
>>> On Tuesday, July 13, 2021 at 3:14:44 PM UTC-7 miket...@gmail.com wrote:
>>>
>>>> "I believe  z index of 1000"
>>>> No, there is already 1000 in the parent element.
>>>>
>>>> --
>>>> Let's take a look at the other side.
>>>>
>>>> /* TAG SELECTOR */
>>>> .tc-block-tags-dropdown{
>>>> white-space: normal;
>>>> min-width: 620px !important;
>>>> }
>>>> .tc-block-tags-dropdown a {
>>>> display: inline-block !important;
>>>> padding: 4px 4px 4px 4px !important;
>>>> }
>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>position: sticky;
>>>>height: 30em;
>>>>overflow-y: auto;
>>>> }
>>>> Almost not bad, but the first line of the first tag is always twitching.
>>>> https://i.imgur.com/aYCj77Z.jpg
>>>> https://i.imgur.com/uRy5uDx.jpg
>>>> Maybe try to get rid of this?
>>>> I fiddled with the CSS for a long time, but nothing came of it better. 
>>>> Any ideas?
>>>>
>>>> среда, 14 июля 2021 г. в 00:58:50 UTC+3, TW Tones: 
>>>>
>>>>> I believe  z index of 1000 or 1500 should stop this. 
>>>>>
>>>>> Tones
>>>>>
>>>>> On Wednesday, 14 July 2021 at 03:07:30 UTC+10 Brian Radspinner wrote:
>>>>>
>>>>>> I don't think that simple CSS can solve this, since each tiddler 
>>>>>> frame is given a higher z-index as you go up the story river; so no 
>>>>>> matter 
>>>>>> what you set, each child will overlap all the tiddler elements farther 
>>>>>> down 
>>>>>> the river. You may have to just size the menu to not overlap with the 
>>>>>> story 
>>>>>> river, give the width a % to re-size with the window.
>>>>>> On Tuesday, July 13, 2021 at 1:03:15 AM UTC-7 miket...@gmail.com 
>>>>>> wrote:
>>>>>>
>>>>>>> https://i.imgur.com/Q1wXDdQ.jpg
>>>>>>> Turn on Sticky titles 
>>>>>>> <https://tiddlywiki.com/#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Foptions%2Fstickytitles>
>>>>>>>   
>>>>>>> -  yes 
>>>>>>>
>>>>>>> /* TAG SELECTOR */
>>>>>>>
>>>>>>> .tc-block-tags-dropdown{
>>>>>>> white-space: normal;
>>>>>>> min-width: 620px !important;
>>>>>>> }
>>>>>>> .tc-block-tags-dropdown a {
>>>>>>> display: inline-block !important;
>>>>>>> padding: 4px 4px 4px 4px !important;
>>>>>>> }
>>>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>>>position: fixed;
>>>>>>>top: 100px;
>>>>>>>right: 40px;
>>>>>>>bottom: 200px;
>>>>>>>width: 30em;
>>>>>>>overflow-y: auto;
>>>>>>> }
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> вторник, 13 июля 2021 г. в 03:15:23 UTC+3, Brian Radspinner: 
>>>>>>>
>>>>>>>> That's interesting. Testing at TW.com and in my own TW, the menu 
>>>>>>>> floats above other tiddlers.
>>>>>

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-14 Thread Mike Andyl
and how can I do it?

среда, 14 июля 2021 г. в 03:32:14 UTC+3, Brian Radspinner: 

> Try bumping up the z-index of the tiddler being edited:
>
> .tc-tiddler-edit-frame { z-index: 1000 !important; }
>
> The tiddler being edited will have a higher much higher z-index than all 
> the other tiddlers still in view mode with z-index around 200.
>
> On Tuesday, July 13, 2021 at 3:14:44 PM UTC-7 miket...@gmail.com wrote:
>
>> "I believe  z index of 1000"
>> No, there is already 1000 in the parent element.
>>
>> --
>> Let's take a look at the other side.
>>
>> /* TAG SELECTOR */
>> .tc-block-tags-dropdown{
>> white-space: normal;
>> min-width: 620px !important;
>> }
>> .tc-block-tags-dropdown a {
>> display: inline-block !important;
>> padding: 4px 4px 4px 4px !important;
>> }
>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>position: sticky;
>>height: 30em;
>>overflow-y: auto;
>> }
>> Almost not bad, but the first line of the first tag is always twitching.
>> https://i.imgur.com/aYCj77Z.jpg
>> https://i.imgur.com/uRy5uDx.jpg
>> Maybe try to get rid of this?
>> I fiddled with the CSS for a long time, but nothing came of it better. 
>> Any ideas?
>>
>> среда, 14 июля 2021 г. в 00:58:50 UTC+3, TW Tones: 
>>
>>> I believe  z index of 1000 or 1500 should stop this. 
>>>
>>> Tones
>>>
>>> On Wednesday, 14 July 2021 at 03:07:30 UTC+10 Brian Radspinner wrote:
>>>
>>>> I don't think that simple CSS can solve this, since each tiddler frame 
>>>> is given a higher z-index as you go up the story river; so no matter what 
>>>> you set, each child will overlap all the tiddler elements farther down the 
>>>> river. You may have to just size the menu to not overlap with the story 
>>>> river, give the width a % to re-size with the window.
>>>> On Tuesday, July 13, 2021 at 1:03:15 AM UTC-7 miket...@gmail.com wrote:
>>>>
>>>>> https://i.imgur.com/Q1wXDdQ.jpg
>>>>> Turn on Sticky titles 
>>>>> <https://tiddlywiki.com/#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Foptions%2Fstickytitles>
>>>>>   
>>>>> -  yes 
>>>>>
>>>>> /* TAG SELECTOR */
>>>>>
>>>>> .tc-block-tags-dropdown{
>>>>> white-space: normal;
>>>>> min-width: 620px !important;
>>>>> }
>>>>> .tc-block-tags-dropdown a {
>>>>> display: inline-block !important;
>>>>> padding: 4px 4px 4px 4px !important;
>>>>> }
>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>position: fixed;
>>>>>top: 100px;
>>>>>right: 40px;
>>>>>bottom: 200px;
>>>>>width: 30em;
>>>>>overflow-y: auto;
>>>>> }
>>>>>
>>>>>
>>>>>
>>>>> вторник, 13 июля 2021 г. в 03:15:23 UTC+3, Brian Radspinner: 
>>>>>
>>>>>> That's interesting. Testing at TW.com and in my own TW, the menu 
>>>>>> floats above other tiddlers.
>>>>>>
>>>>>> Do you have any other CSS positioning for .tc-tiddler-frame, 
>>>>>> .tc-tiddler-view-frame, or .tc-tiddler-edit-frame?
>>>>>>
>>>>>>
>>>>>> On Monday, July 12, 2021 at 4:43:01 PM UTC-7 miket...@gmail.com 
>>>>>> wrote:
>>>>>>
>>>>>>> Everything would be fine, but I discovered a new problem. This tags 
>>>>>>> window is covered by other entries. It can be fixed? I've experimented 
>>>>>>> with 
>>>>>>> z-index but to no avail.
>>>>>>> https://i.imgur.com/CZOVn6A.jpg
>>>>>>> воскресенье, 11 июля 2021 г. в 16:48:00 UTC+3, Mike Andyl: 
>>>>>>>
>>>>>>>> or even overflow-y: auto;
>>>>>>>>
>>>>>>>> воскресенье, 11 июля 2021 г. в 14:37:08 UTC+3, Mike Andyl: 
>>>>>>>>
>>>>>>>>> and may be add *overflow: scroll;*  :))
>>>>>>>>> воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 
>>>>>>>>>
>>>>>>>>>> I don't know why your post was deleted. Possibly a spam error! I 
>>>&

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-13 Thread Mike Andyl
"I believe  z index of 1000"
No, there is already 1000 in the parent element.

--
Let's take a look at the other side.

/* TAG SELECTOR */
.tc-block-tags-dropdown{
white-space: normal;
min-width: 620px !important;
}
.tc-block-tags-dropdown a {
display: inline-block !important;
padding: 4px 4px 4px 4px !important;
}
.tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
   position: sticky;
   height: 30em;
   overflow-y: auto;
}
Almost not bad, but the first line of the first tag is always twitching.
https://i.imgur.com/aYCj77Z.jpg
https://i.imgur.com/uRy5uDx.jpg
Maybe try to get rid of this?
I fiddled with the CSS for a long time, but nothing came of it better. Any 
ideas?

среда, 14 июля 2021 г. в 00:58:50 UTC+3, TW Tones: 

> I believe  z index of 1000 or 1500 should stop this. 
>
> Tones
>
> On Wednesday, 14 July 2021 at 03:07:30 UTC+10 Brian Radspinner wrote:
>
>> I don't think that simple CSS can solve this, since each tiddler frame is 
>> given a higher z-index as you go up the story river; so no matter what you 
>> set, each child will overlap all the tiddler elements farther down the 
>> river. You may have to just size the menu to not overlap with the story 
>> river, give the width a % to re-size with the window.
>> On Tuesday, July 13, 2021 at 1:03:15 AM UTC-7 miket...@gmail.com wrote:
>>
>>> https://i.imgur.com/Q1wXDdQ.jpg
>>> Turn on Sticky titles 
>>> <https://tiddlywiki.com/#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Foptions%2Fstickytitles>
>>>   
>>> -  yes 
>>>
>>> /* TAG SELECTOR */
>>>
>>> .tc-block-tags-dropdown{
>>> white-space: normal;
>>> min-width: 620px !important;
>>> }
>>> .tc-block-tags-dropdown a {
>>> display: inline-block !important;
>>> padding: 4px 4px 4px 4px !important;
>>> }
>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>position: fixed;
>>>top: 100px;
>>>right: 40px;
>>>bottom: 200px;
>>>width: 30em;
>>>overflow-y: auto;
>>> }
>>>
>>>
>>>
>>> вторник, 13 июля 2021 г. в 03:15:23 UTC+3, Brian Radspinner: 
>>>
>>>> That's interesting. Testing at TW.com and in my own TW, the menu floats 
>>>> above other tiddlers.
>>>>
>>>> Do you have any other CSS positioning for .tc-tiddler-frame, 
>>>> .tc-tiddler-view-frame, or .tc-tiddler-edit-frame?
>>>>
>>>>
>>>> On Monday, July 12, 2021 at 4:43:01 PM UTC-7 miket...@gmail.com wrote:
>>>>
>>>>> Everything would be fine, but I discovered a new problem. This tags 
>>>>> window is covered by other entries. It can be fixed? I've experimented 
>>>>> with 
>>>>> z-index but to no avail.
>>>>> https://i.imgur.com/CZOVn6A.jpg
>>>>> воскресенье, 11 июля 2021 г. в 16:48:00 UTC+3, Mike Andyl: 
>>>>>
>>>>>> or even overflow-y: auto;
>>>>>>
>>>>>> воскресенье, 11 июля 2021 г. в 14:37:08 UTC+3, Mike Andyl: 
>>>>>>
>>>>>>> and may be add *overflow: scroll;*  :))
>>>>>>> воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 
>>>>>>>
>>>>>>>> I don't know why your post was deleted. Possibly a spam error! I 
>>>>>>>> also had this a couple of days ago :(
>>>>>>>> You wrote about CSS
>>>>>>>>
>>>>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>>>>position: fixed;
>>>>>>>>top: 0;
>>>>>>>>right: 0;
>>>>>>>>bottom: 0;
>>>>>>>>width: 30em;
>>>>>>>> }
>>>>>>>>
>>>>>>>> I changed and now I really like it!
>>>>>>>>
>>>>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>>>>position: fixed;
>>>>>>>>top: 100px;
>>>>>>>>right: 40px;
>>>>>>>>bottom: 200px;
>>>>>>>>width: 30em;
>>>>>>>> }
>>>>>>>>
>>>>>>>> Now you can just poke at the tags, the already selected ones are 
>>>>>>>> hidden and do not distract, and the window does not jump. And yo

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-13 Thread Mike Andyl
https://i.imgur.com/Q1wXDdQ.jpg
Turn on Sticky titles 
<https://tiddlywiki.com/#%24%3A%2Fthemes%2Ftiddlywiki%2Fvanilla%2Foptions%2Fstickytitles>
  
-  yes 

/* TAG SELECTOR */
.tc-block-tags-dropdown{
white-space: normal;
min-width: 620px !important;
}
.tc-block-tags-dropdown a {
display: inline-block !important;
padding: 4px 4px 4px 4px !important;
}
.tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
   position: fixed;
   top: 100px;
   right: 40px;
   bottom: 200px;
   width: 30em;
   overflow-y: auto;
}



вторник, 13 июля 2021 г. в 03:15:23 UTC+3, Brian Radspinner: 

> That's interesting. Testing at TW.com and in my own TW, the menu floats 
> above other tiddlers.
>
> Do you have any other CSS positioning for .tc-tiddler-frame, 
> .tc-tiddler-view-frame, or .tc-tiddler-edit-frame?
>
>
> On Monday, July 12, 2021 at 4:43:01 PM UTC-7 miket...@gmail.com wrote:
>
>> Everything would be fine, but I discovered a new problem. This tags 
>> window is covered by other entries. It can be fixed? I've experimented with 
>> z-index but to no avail.
>> https://i.imgur.com/CZOVn6A.jpg
>> воскресенье, 11 июля 2021 г. в 16:48:00 UTC+3, Mike Andyl: 
>>
>>> or even overflow-y: auto;
>>>
>>> воскресенье, 11 июля 2021 г. в 14:37:08 UTC+3, Mike Andyl: 
>>>
>>>> and may be add *overflow: scroll;*  :))
>>>> воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 
>>>>
>>>>> I don't know why your post was deleted. Possibly a spam error! I also 
>>>>> had this a couple of days ago :(
>>>>> You wrote about CSS
>>>>>
>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>position: fixed;
>>>>>top: 0;
>>>>>right: 0;
>>>>>bottom: 0;
>>>>>width: 30em;
>>>>> }
>>>>>
>>>>> I changed and now I really like it!
>>>>>
>>>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>>>position: fixed;
>>>>>top: 100px;
>>>>>right: 40px;
>>>>>bottom: 200px;
>>>>>width: 30em;
>>>>> }
>>>>>
>>>>> Now you can just poke at the tags, the already selected ones are 
>>>>> hidden and do not distract, and the window does not jump. And you don't 
>>>>> have to search again every time.
>>>>> Not bad and very convenient!
>>>>>
>>>>> воскресенье, 11 июля 2021 г. в 02:56:13 UTC+3, Mike Andyl: 
>>>>>
>>>>>> Okay, but the last problem remains. 
>>>>>> How to make *popup **tag-picker *not move after clicking on the tag, 
>>>>>> only in the vertical direction. It doesn't have to jump to a different 
>>>>>> place every time!
>>>>>> This is how it works
>>>>>> http://tw5magick.tiddlyspot.com/
>>>>>>
>>>>>> This is very convenient when you do not need to search for the next 
>>>>>> tag every time. It is strange that such an important part is in such a 
>>>>>> terrible state!
>>>>>>
>>>>>> воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 
>>>>>>
>>>>>>> Here is an easy way, just a simple stylesheet. 
>>>>>>> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>>>>>>>
>>>>>>> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Now the usual view is very inconvenient when you have a lot of tags 
>>>>>>>> and need to scroll and scroll down the page. Plus, the selected tags 
>>>>>>>> are 
>>>>>>>> still on the list and continue to distract.
>>>>>>>>
>>>>>>>> This raises two questions?
>>>>>>>>
>>>>>>>> 1. How can I make the selection of tags more compact so that I 
>>>>>>>> don't have to scroll down the page?
>>>>>>>>
>>>>>>>> 2. And how to mark tags that are already assigned. Ideally remove 
>>>>>>>> from the list, but it's probably difficult. Maybe you can at least 
>>>>>>>> change 
>>>>>>>> the color to a less noticeable?
>>>>>>>>
>>>>>>>> Any ideas?
>>>>>>>>
>>>>>>>> Nice option with checkboxes here
>>>>>>>> https://i.imgur.com/gxJm0Tw.jpg
>>>>>>>> http://zemox.tiddlyspot.com/
>>>>>>>>
>>>>>>>> But I didn't understand how he did it, I installed his plugins and 
>>>>>>>> nothing changed.
>>>>>>>
>>>>>>>

-- 
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/b568a731-955c-498e-978d-545194b75d51n%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-12 Thread Mike Andyl
Everything would be fine, but I discovered a new problem. This tags window 
is covered by other entries. It can be fixed? I've experimented with 
z-index but to no avail.
https://i.imgur.com/CZOVn6A.jpg
воскресенье, 11 июля 2021 г. в 16:48:00 UTC+3, Mike Andyl: 

> or even overflow-y: auto;
>
> воскресенье, 11 июля 2021 г. в 14:37:08 UTC+3, Mike Andyl: 
>
>> and may be add *overflow: scroll;*  :))
>> воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 
>>
>>> I don't know why your post was deleted. Possibly a spam error! I also 
>>> had this a couple of days ago :(
>>> You wrote about CSS
>>>
>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>position: fixed;
>>>top: 0;
>>>right: 0;
>>>bottom: 0;
>>>width: 30em;
>>> }
>>>
>>> I changed and now I really like it!
>>>
>>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>>position: fixed;
>>>top: 100px;
>>>right: 40px;
>>>bottom: 200px;
>>>width: 30em;
>>> }
>>>
>>> Now you can just poke at the tags, the already selected ones are hidden 
>>> and do not distract, and the window does not jump. And you don't have to 
>>> search again every time.
>>> Not bad and very convenient!
>>>
>>> воскресенье, 11 июля 2021 г. в 02:56:13 UTC+3, Mike Andyl: 
>>>
>>>> Okay, but the last problem remains. 
>>>> How to make *popup **tag-picker *not move after clicking on the tag, 
>>>> only in the vertical direction. It doesn't have to jump to a different 
>>>> place every time!
>>>> This is how it works
>>>> http://tw5magick.tiddlyspot.com/
>>>>
>>>> This is very convenient when you do not need to search for the next tag 
>>>> every time. It is strange that such an important part is in such a 
>>>> terrible 
>>>> state!
>>>>
>>>> воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 
>>>>
>>>>> Here is an easy way, just a simple stylesheet. 
>>>>> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>>>>>
>>>>> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com wrote:
>>>>>
>>>>>> Now the usual view is very inconvenient when you have a lot of tags 
>>>>>> and need to scroll and scroll down the page. Plus, the selected tags are 
>>>>>> still on the list and continue to distract.
>>>>>>
>>>>>> This raises two questions?
>>>>>>
>>>>>> 1. How can I make the selection of tags more compact so that I don't 
>>>>>> have to scroll down the page?
>>>>>>
>>>>>> 2. And how to mark tags that are already assigned. Ideally remove 
>>>>>> from the list, but it's probably difficult. Maybe you can at least 
>>>>>> change 
>>>>>> the color to a less noticeable?
>>>>>>
>>>>>> Any ideas?
>>>>>>
>>>>>> Nice option with checkboxes here
>>>>>> https://i.imgur.com/gxJm0Tw.jpg
>>>>>> http://zemox.tiddlyspot.com/
>>>>>>
>>>>>> But I didn't understand how he did it, I installed his plugins and 
>>>>>> nothing changed.
>>>>>
>>>>>

-- 
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/7a905c08-8cf7-4f4b-9b59-9c87bd805e2dn%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-11 Thread Mike Andyl
or even overflow-y: auto;

воскресенье, 11 июля 2021 г. в 14:37:08 UTC+3, Mike Andyl: 

> and may be add *overflow: scroll;*  :))
> воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 
>
>> I don't know why your post was deleted. Possibly a spam error! I also had 
>> this a couple of days ago :(
>> You wrote about CSS
>>
>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>position: fixed;
>>top: 0;
>>right: 0;
>>bottom: 0;
>>width: 30em;
>> }
>>
>> I changed and now I really like it!
>>
>> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>>position: fixed;
>>top: 100px;
>>right: 40px;
>>bottom: 200px;
>>width: 30em;
>> }
>>
>> Now you can just poke at the tags, the already selected ones are hidden 
>> and do not distract, and the window does not jump. And you don't have to 
>> search again every time.
>> Not bad and very convenient!
>>
>> воскресенье, 11 июля 2021 г. в 02:56:13 UTC+3, Mike Andyl: 
>>
>>> Okay, but the last problem remains. 
>>> How to make *popup **tag-picker *not move after clicking on the tag, 
>>> only in the vertical direction. It doesn't have to jump to a different 
>>> place every time!
>>> This is how it works
>>> http://tw5magick.tiddlyspot.com/
>>>
>>> This is very convenient when you do not need to search for the next tag 
>>> every time. It is strange that such an important part is in such a terrible 
>>> state!
>>>
>>> воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 
>>>
>>>> Here is an easy way, just a simple stylesheet. 
>>>> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>>>>
>>>> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com wrote:
>>>>
>>>>> Now the usual view is very inconvenient when you have a lot of tags 
>>>>> and need to scroll and scroll down the page. Plus, the selected tags are 
>>>>> still on the list and continue to distract.
>>>>>
>>>>> This raises two questions?
>>>>>
>>>>> 1. How can I make the selection of tags more compact so that I don't 
>>>>> have to scroll down the page?
>>>>>
>>>>> 2. And how to mark tags that are already assigned. Ideally remove from 
>>>>> the list, but it's probably difficult. Maybe you can at least change the 
>>>>> color to a less noticeable?
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> Nice option with checkboxes here
>>>>> https://i.imgur.com/gxJm0Tw.jpg
>>>>> http://zemox.tiddlyspot.com/
>>>>>
>>>>> But I didn't understand how he did it, I installed his plugins and 
>>>>> nothing changed.
>>>>
>>>>

-- 
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/9499917c-b19a-457d-930b-ff1e587a254fn%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-11 Thread Mike Andyl
and may be add *overflow: scroll;*  :))
воскресенье, 11 июля 2021 г. в 14:30:31 UTC+3, Mike Andyl: 

> I don't know why your post was deleted. Possibly a spam error! I also had 
> this a couple of days ago :(
> You wrote about CSS
>
> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>position: fixed;
>top: 0;
>right: 0;
>bottom: 0;
>width: 30em;
> }
>
> I changed and now I really like it!
>
> .tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
>position: fixed;
>top: 100px;
>right: 40px;
>bottom: 200px;
>width: 30em;
> }
>
> Now you can just poke at the tags, the already selected ones are hidden 
> and do not distract, and the window does not jump. And you don't have to 
> search again every time.
> Not bad and very convenient!
>
> воскресенье, 11 июля 2021 г. в 02:56:13 UTC+3, Mike Andyl: 
>
>> Okay, but the last problem remains. 
>> How to make *popup **tag-picker *not move after clicking on the tag, 
>> only in the vertical direction. It doesn't have to jump to a different 
>> place every time!
>> This is how it works
>> http://tw5magick.tiddlyspot.com/
>>
>> This is very convenient when you do not need to search for the next tag 
>> every time. It is strange that such an important part is in such a terrible 
>> state!
>>
>> воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 
>>
>>> Here is an easy way, just a simple stylesheet. 
>>> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>>>
>>> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com wrote:
>>>
>>>> Now the usual view is very inconvenient when you have a lot of tags and 
>>>> need to scroll and scroll down the page. Plus, the selected tags are still 
>>>> on the list and continue to distract.
>>>>
>>>> This raises two questions?
>>>>
>>>> 1. How can I make the selection of tags more compact so that I don't 
>>>> have to scroll down the page?
>>>>
>>>> 2. And how to mark tags that are already assigned. Ideally remove from 
>>>> the list, but it's probably difficult. Maybe you can at least change the 
>>>> color to a less noticeable?
>>>>
>>>> Any ideas?
>>>>
>>>> Nice option with checkboxes here
>>>> https://i.imgur.com/gxJm0Tw.jpg
>>>> http://zemox.tiddlyspot.com/
>>>>
>>>> But I didn't understand how he did it, I installed his plugins and 
>>>> nothing changed.
>>>
>>>

-- 
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/7ba21729-1e0f-41a7-a079-64361b2c95b2n%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-11 Thread Mike Andyl
I don't know why your post was deleted. Possibly a spam error! I also had 
this a couple of days ago :(
You wrote about CSS

.tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   width: 30em;
}

I changed and now I really like it!

.tc-edit-tags .tc-block-dropdown.tc-block-tags-dropdown {
   position: fixed;
   top: 100px;
   right: 40px;
   bottom: 200px;
   width: 30em;
}

Now you can just poke at the tags, the already selected ones are hidden and 
do not distract, and the window does not jump. And you don't have to search 
again every time.
Not bad and very convenient!

воскресенье, 11 июля 2021 г. в 02:56:13 UTC+3, Mike Andyl: 

> Okay, but the last problem remains. 
> How to make *popup **tag-picker *not move after clicking on the tag, only 
> in the vertical direction. It doesn't have to jump to a different place 
> every time!
> This is how it works
> http://tw5magick.tiddlyspot.com/
>
> This is very convenient when you do not need to search for the next tag 
> every time. It is strange that such an important part is in such a terrible 
> state!
>
> воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 
>
>> Here is an easy way, just a simple stylesheet. 
>> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>>
>> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com wrote:
>>
>>> Now the usual view is very inconvenient when you have a lot of tags and 
>>> need to scroll and scroll down the page. Plus, the selected tags are still 
>>> on the list and continue to distract.
>>>
>>> This raises two questions?
>>>
>>> 1. How can I make the selection of tags more compact so that I don't 
>>> have to scroll down the page?
>>>
>>> 2. And how to mark tags that are already assigned. Ideally remove from 
>>> the list, but it's probably difficult. Maybe you can at least change the 
>>> color to a less noticeable?
>>>
>>> Any ideas?
>>>
>>> Nice option with checkboxes here
>>> https://i.imgur.com/gxJm0Tw.jpg
>>> http://zemox.tiddlyspot.com/
>>>
>>> But I didn't understand how he did it, I installed his plugins and 
>>> nothing changed.
>>
>>

-- 
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/ae2a6100-74aa-4618-a244-ae660e556608n%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-10 Thread Mike Andyl
Okay, but the last problem remains. 
How to make *popup **tag-picker *not move after clicking on the tag, only 
in the vertical direction. It doesn't have to jump to a different place 
every time!
This is how it works
http://tw5magick.tiddlyspot.com/

This is very convenient when you do not need to search for the next tag 
every time. It is strange that such an important part is in such a terrible 
state!

воскресенье, 11 июля 2021 г. в 02:29:12 UTC+3, David Gifford: 

> Here is an easy way, just a simple stylesheet. 
> https://giffmex.org/gifts/documenting.tw.html#Tag%20editor%20dropdown
>
> On Friday, July 9, 2021 at 4:10:15 PM UTC-5 miket...@gmail.com wrote:
>
>> Now the usual view is very inconvenient when you have a lot of tags and 
>> need to scroll and scroll down the page. Plus, the selected tags are still 
>> on the list and continue to distract.
>>
>> This raises two questions?
>>
>> 1. How can I make the selection of tags more compact so that I don't have 
>> to scroll down the page?
>>
>> 2. And how to mark tags that are already assigned. Ideally remove from 
>> the list, but it's probably difficult. Maybe you can at least change the 
>> color to a less noticeable?
>>
>> Any ideas?
>>
>> Nice option with checkboxes here
>> https://i.imgur.com/gxJm0Tw.jpg
>> http://zemox.tiddlyspot.com/
>>
>> But I didn't understand how he did it, I installed his plugins and 
>> nothing changed.
>
>

-- 
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/36c7bf28-ab19-43aa-b14a-6367b9a0a6dbn%40googlegroups.com.


[tw5] Re: Pass the color from the field to the title/caption

2021-07-10 Thread Mike Andyl
Wow! Already three brackets have been used!
Thank you.

суббота, 10 июля 2021 г. в 18:22:55 UTC+3, Eric Shulman: 

> On Saturday, July 10, 2021 at 7:30:22 AM UTC-7 miket...@gmail.com wrote:
>
>> I can create a field with *color*.
>> And *caption*
>> @@color:{{!!color}}; {{!!title}} @@
>> The name is transmitted correctly, but the color is ignored. How to do it 
>> right?
>> In HTML*:*
>> * New Tiddler 
>> 121231 *
>>
>
> 1) You can't use a field reference as *part* of the inline style syntax
> 2) You can't use a field reference as *part* of an HTML style attribute 
> value
>
> To achieve the results you want, you can *construct the entire style 
> attribute value using filtered transclusion*, like this:
>  {{!!title}} 
>
> enjoy,
> -e
>

-- 
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/8aab0f01-965b-496c-97d1-ed0d7107ccf8n%40googlegroups.com.


[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-10 Thread Mike Andyl
And another useful custom CSS edit. More tags on the screen line by line in 
the block!

.tc-block-tags-dropdown{
white-space: normal;
min-width: 620px !important;
}
.tc-block-tags-dropdown a {
display: inline-block !important;
padding: 4px 4px 4px 4px !important;
}

воскресенье, 11 июля 2021 г. в 00:54:02 UTC+3, Mike Andyl: 

> To remove unnecessary tags from *tag-picker* that already exist, find two 
> filters *nonSystemTagsFilter* & *systemTagsFilter *in 
> $:/core/macros/tag-picker and add this to them at the end: 
> *-[all[current]tags[]]*
> суббота, 10 июля 2021 г. в 01:49:47 UTC+3, TW Tones: 
>
>> Miket,
>>
>> Good questions we should collect answers to, the fact is Tags are such a 
>> useful concept that we can "run away with them" and overuse them. These 
>> questions of yours indicate you seem to be in  a common phase we all pass 
>> through with tiddlywiki.
>>
>> However it exposes something us "seasoned" tiddlywiki enthusiasts learn. 
>> An *over reliance* on tags causes something we sometimes refer to as 
>> "tag pollution" or "tag saturation". Fortunately there are plenty of 
>> strategies we can adopt.
>>
>> Let me pass on a little from my experience of more than a decade with 
>> tiddlywiki and three decades with Information technology.
>>
>>- Personally I came across this tag pollution very early in my 
>>tiddlywiki journey, the result is I have a special approach now that 
>> serves 
>>me well, my approach is to use as few tags as possible leaving the "tags 
>>space" as "empty as possible". I tend to reserve tags for system 
>> functions 
>>(behind the scenes eg system tags etc...)  or "ad hoc" use.
>>- I achieve this by "moving tags into fields" whereever possible. 
>>   - An example would be rather than have a tag to indicate a task, I 
>>   have a field called *object-type with a value of task* (and other 
>>   values), to indicate a *status of a task* rather than a status tag 
>> *have 
>>   a status field*. 
>>- When moving from a tag to a field we get to craft the way they 
>>behave differently, for example in the aforementioned *object-type 
>>and status fields* we can ensure a given tiddler only has one value 
>>at a time, so we do not need to put the effort into removing a tag. Just 
>>change the field value.
>>- Of course like tags sometimes we want more than one value at a time 
>>on a specific tiddler, I use tags initially, they make this easy, however 
>>as you start to have too many tags, new tags simply "pollute the tag 
>> space 
>>further".
>>- I may not want to change what plugins and other tools use tags for 
>>   but I can control what I do with ones I create.
>>   - Using the listops, list and other operators we can manage fields 
>>   that contain multiple values.
>>  - I tend to avoid spaces in the names of such values so space 
>>  delimited is sufficient but you can make use of the [[title with 
>> spaces]] 
>>  methods and look at enlist and other operators.
>>   - The alt-tags (gen tags) plugin allows you to make use of 
>>   multiple-tags fields if you want.
>>- The trick is tags are a form of generic indicators, you can quickly 
>>use to achieve an outcome, but with experience you discover on moving 
>> them 
>>into a field that there are different organisational methods you can 
>> easily 
>>enforce when using a field. For example you can ensure a tiddler belongs 
>>only to one category or one or more subjects.
>>- Fields can 
>>- Exist but contain nothing see [has[fieldname]] (field exists and 
>>   has value) and [[has:field[fieldname]]  (field exists with or without 
>> a 
>>   value)
>>  - Thus the existence of a field can itself be a condition or 
>>  switch
>>   - Contain wiki text or transclusions
>>   - be managed with common suffixes or prefixes eg; anything-link  
>>   else-link 
>>
>> Finally;
>>
>>- In coming versions the limitations of field naming are to be 
>>removed and we expect a lot of innovation ultimately occurring around 
>> this.
>>- Eventually one becomes aware of the subtle qualities of different 
>>ways to define either a tag or field. So lets say I decided to give many 
>>tiddlers a "domain" eg work/personal/health/family I may decide a given 

[tw5] Re: How to make a more convenient method for selecting tags?

2021-07-10 Thread Mike Andyl
To remove unnecessary tags from *tag-picker* that already exist, find two 
filters *nonSystemTagsFilter* & *systemTagsFilter *in 
$:/core/macros/tag-picker and add this to them at the end: 
*-[all[current]tags[]]*
суббота, 10 июля 2021 г. в 01:49:47 UTC+3, TW Tones: 

> Miket,
>
> Good questions we should collect answers to, the fact is Tags are such a 
> useful concept that we can "run away with them" and overuse them. These 
> questions of yours indicate you seem to be in  a common phase we all pass 
> through with tiddlywiki.
>
> However it exposes something us "seasoned" tiddlywiki enthusiasts learn. 
> An *over reliance* on tags causes something we sometimes refer to as "tag 
> pollution" or "tag saturation". Fortunately there are plenty of strategies 
> we can adopt.
>
> Let me pass on a little from my experience of more than a decade with 
> tiddlywiki and three decades with Information technology.
>
>- Personally I came across this tag pollution very early in my 
>tiddlywiki journey, the result is I have a special approach now that 
> serves 
>me well, my approach is to use as few tags as possible leaving the "tags 
>space" as "empty as possible". I tend to reserve tags for system functions 
>(behind the scenes eg system tags etc...)  or "ad hoc" use.
>- I achieve this by "moving tags into fields" whereever possible. 
>   - An example would be rather than have a tag to indicate a task, I 
>   have a field called *object-type with a value of task* (and other 
>   values), to indicate a *status of a task* rather than a status tag 
> *have 
>   a status field*. 
>- When moving from a tag to a field we get to craft the way they 
>behave differently, for example in the aforementioned *object-type and 
>status fields* we can ensure a given tiddler only has one value at a 
>time, so we do not need to put the effort into removing a tag. Just change 
>the field value.
>- Of course like tags sometimes we want more than one value at a time 
>on a specific tiddler, I use tags initially, they make this easy, however 
>as you start to have too many tags, new tags simply "pollute the tag space 
>further".
>- I may not want to change what plugins and other tools use tags for 
>   but I can control what I do with ones I create.
>   - Using the listops, list and other operators we can manage fields 
>   that contain multiple values.
>  - I tend to avoid spaces in the names of such values so space 
>  delimited is sufficient but you can make use of the [[title with 
> spaces]] 
>  methods and look at enlist and other operators.
>   - The alt-tags (gen tags) plugin allows you to make use of 
>   multiple-tags fields if you want.
>- The trick is tags are a form of generic indicators, you can quickly 
>use to achieve an outcome, but with experience you discover on moving them 
>into a field that there are different organisational methods you can 
> easily 
>enforce when using a field. For example you can ensure a tiddler belongs 
>only to one category or one or more subjects.
>- Fields can 
>- Exist but contain nothing see [has[fieldname]] (field exists and has 
>   value) and [[has:field[fieldname]]  (field exists with or without a 
> value)
>  - Thus the existence of a field can itself be a condition or 
>  switch
>   - Contain wiki text or transclusions
>   - be managed with common suffixes or prefixes eg; anything-link  
>   else-link 
>
> Finally;
>
>- In coming versions the limitations of field naming are to be removed 
>and we expect a lot of innovation ultimately occurring around this.
>- Eventually one becomes aware of the subtle qualities of different 
>ways to define either a tag or field. So lets say I decided to give many 
>tiddlers a "domain" eg work/personal/health/family I may decide a given 
>tiddler should only belong to one domain, then I would use a field with a 
>single value.
>
> Regards
> Tones
> On Saturday, 10 July 2021 at 07:10:15 UTC+10 miket...@gmail.com wrote:
>
>> Now the usual view is very inconvenient when you have a lot of tags and 
>> need to scroll and scroll down the page. Plus, the selected tags are still 
>> on the list and continue to distract.
>>
>> This raises two questions?
>>
>> 1. How can I make the selection of tags more compact so that I don't have 
>> to scroll down the page?
>>
>> 2. And how to mark tags that are already assigned. Ideally remove from 
>> the list, but it's probably difficult. Maybe you can at least change the 
>> color to a less noticeable?
>>
>> Any ideas?
>>
>> Nice option with checkboxes here
>> https://i.imgur.com/gxJm0Tw.jpg
>> http://zemox.tiddlyspot.com/
>>
>> But I didn't understand how he did it, I installed his plugins and 
>> nothing changed.
>
>

-- 
You received this message because you are subscribed to the Google Groups 

[tw5] Pass the color from the field to the title/caption

2021-07-10 Thread Mike Andyl
I can create a field with *color*.
And *caption*
@@color:{{!!color}}; {{!!title}} @@

The name is transmitted correctly, but the color is ignored. How to do it 
right?

In HTML
*:*
* New Tiddler 
121231 *

-- 
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/656d373b-d877-45b1-9261-c9b31570d2b2n%40googlegroups.com.


[tw5] How to make a more convenient method for selecting tags?

2021-07-09 Thread Mike Andyl
Now the usual view is very inconvenient when you have a lot of tags and 
need to scroll and scroll down the page. Plus, the selected tags are still 
on the list and continue to distract.

This raises two questions?

1. How can I make the selection of tags more compact so that I don't have 
to scroll down the page?

2. And how to mark tags that are already assigned. Ideally remove from the 
list, but it's probably difficult. Maybe you can at least change the color 
to a less noticeable?

Any ideas?

Nice option with checkboxes here
https://i.imgur.com/gxJm0Tw.jpg
http://zemox.tiddlyspot.com/

But I didn't understand how he did it, I installed his plugins and nothing 
changed.

-- 
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/36c9cc98-66fc-4300-957c-56143e78a772n%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-08 Thread Mike Andyl
*This looks just what it needs! This is what I meant at the beginning.*

But for the sake of curiosity 邏 . I tried to do through the list. 

*filter="[tags[]prefix[$:/]]"*

Is it possible to make a variable in a list that will collect all the 
values?



*[all[]!is[system]] + '-[tag[*list result*]]'+ '-[tag[*list result*]]'+ 
'-[tag[*list result*]]'...*

And you get something like
<>  = [all[]!is[system]] -[tag[$:/tags/Stylesheet]] 
-[tag[$:/tags/PluginLibrary]] -[tag[$:/tags/Macro]] -[tag[$:/tags/Palette]]
And <$list filter=<>

-
Or in another way. I can do tiddler "*Sys Tag*" only with a filter

[all[]!is[system]] 
<$set name="myVar" filter="[tags[]prefix[$:/]]">
<$list filter=<>> -[tag[<$link/>]]


And one more with a button. Can I link to text from another post as a 
filter?

<$button>
  <$list filter=*{{Sys Tag}}* variable="tidToDelete">
<$action-deletetiddler $tiddler=<>/>
  
  DEL!


четверг, 8 июля 2021 г. в 13:22:52 UTC+3, Eric Shulman: 

> On Thursday, July 8, 2021 at 3:08:17 AM UTC-7 Eric Shulman wrote:
>
>> Then, you want to delete all tiddlers matching that filter.
>> You can do this directly using the filter tab in $:/AdvancedSearch.
>> Just enter the filter syntax as shown above and then press the delete 
>> button (trash can icon)
>>
>
> Addendum: You can also save the desired filter syntax and re-use it later:
> 1) Create a tiddler tagged with $:/tags/Filter
> 2) Add a field named "description" with a value of: *All Content Tiddlers*
> 3) Add a field named "filter" with a value of: *[all[]!is[system]] 
> -[tags[]prefix[$:/]tagging[]]*
> 4) Add a field named "list-before" with a blank field value
>
> Then, in the $:/AdvancedSearch filter tab, you can press the "down arrow" 
> next to the filter edit field to see
> a list of pre-defined filters and select "All Content Tiddlers" which will 
> appear as the first item in the list.
>
> -e
>

-- 
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/d4daf866-45f6-4afe-9585-0ec69ad9db2an%40googlegroups.com.


[tw5] Re: Filter a list with a variable that contains multiple words

2021-07-08 Thread Mike Andyl
I'm trying to figure out how it works, simplified the example, and it 
doesn't do anything. Does it not fit in newer versions?

<$set name="myVar" filter='[tags[About]]'>
<$list filter=''>


четверг, 17 ноября 2016 г. в 11:27:17 UTC+3, fidel...@gmail.com: 

> Any opportunity is good to learn about TW internals, thanks for the 
> explanation and the replacement code it was very useful to me, and allows 
> for the use of operators with multiple words. 
> Then again, shoudlnt that be in the main documentation of operators? So 
> people can use them with multi-word variables?
>
>
> On Wednesday, November 16, 2016 at 1:25:35 PM UTC+1, Jed Carty wrote:
>>
>> This is a very annoying property of the set widget that I am unhappy with 
>> that a lot of the operators added with action-listops also use. The problem 
>> is that the set widget returns each word as a separate list item and 
>> doesn't handle titles with spaces in a way that plays well with other 
>> things. I thought in this context the list widget fixed the problem but the 
>> remove operator has the same thing where it will only take a multi-word 
>> input as a single item if it has [[ and ]] around it. 
>>
>> One way to use the remove operator like you want is like this:
>>
>> <$set name="myVar" filter='[]'>
>> <$list filter='[is[current]tags[]remove]'>
>> 
>>
>> I will be quiet now since I think you have a solution and this is just be 
>> me complaining :p
>>
>

-- 
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/700d2f2f-1006-408a-a992-3a313754d7c9n%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-08 Thread Mike Andyl
I realized that the task is more difficult. It is necessary not only to 
process it in a loop, but to form a new line with all the tags.
Can TiddlyWiki work with strings? I have not found such examples anywhere.
In another language, I would do this:

t = "[all[]!is[system]]"
<$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
t = t + " -[tag[" + <> + "]]" 


<$list filter= t variable="tidToDelete">
<$action-deletetiddler $tiddler=<>/>


среда, 7 июля 2021 г. в 16:59:31 UTC+3, Mike Andyl: 

> Ok, but I can skip and delete something I want anyway. Forget the 
> important tag in a year or two :)
>
> I have a list of tags *[tags[]prefix[$:/]]*
> Can I wrap it like a ? Make a button action so it can process in a 
> loop?
> <$action-deletetiddler...
>
> Something like this, but I'm confused about the variables again.
> Why isn't -[tag[<>]] working?
>
> <$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
>   <>
>   <$list filter="[all[]!is[system]] *-[tag[<>]]*" 
> variable="tidToDelete">
> <>
>   
> 
>
> среда, 7 июля 2021 г. в 15:23:16 UTC+3, TW Tones: 
>
>> miket,
>>
>> You can remove and add back
>>
>> [all[]!is[system]] [tag[$:/tags/MenuBar]] [tag[$:/tags/SideBar]]
>>
>> Thus above is all tiddlers except system, tiddlers adding back those 
>> tagged  $:/tags/MenuBaror  $:/tags/SideBar
>>
>> Tones
>>
>> On Wednesday, 7 July 2021 at 22:13:59 UTC+10 miket...@gmail.com wrote:
>>
>>> This is understandable, but it requires additional actions. I can forget 
>>> or miss something in a hurry, I cannot do it with someone else's databases 
>>> or an old database, and so on. It's just that we already have the NECESSARY 
>>> attribute - the beginning of the tag with "$:/".
>>>
>>> How can I subtract all such entries from *all[]!is[system]* ?
>>> It sounds very simple, can't filters really do that?
>>>
>>> среда, 7 июля 2021 г. в 11:31:29 UTC+3, TW Tones: 
>>>
>>>> I think  you are somewhat doing this around the wrong way.
>>>>
>>>> Use a filter to list all your non-content tiddlers, eg the tiddler you 
>>>> use in the side bar etc... macros etc...
>>>>
>>>>- You may use a title prefix, tag or even a field with a value eg; 
>>>>project=setup then the filter [all[]project[setup]]
>>>>
>>>> Then you can have a filter that lists every tiddler 
>>>> "[all[]!is[system]]" thing that is not in your above filter. eg; 
>>>> "[all[]!is[system]!project[setup]]"
>>>> Both sets of tiddlers can be exported separately and then imported into 
>>>> an empty.html
>>>>
>>>> Regards
>>>> Tones
>>>>
>>>> On Tuesday, 6 July 2021 at 23:58:24 UTC+10 miket...@gmail.com wrote:
>>>>
>>>>> I tried it doesn't fit. Since many records are not related to the 
>>>>> system. It is necessary to do on the tag, I think so. For example, new 
>>>>> buttons with the tag  *$:/tags/SideBar*. This is not a system entry 
>>>>> and it will disappear.
>>>>>
>>>>> вторник, 6 июля 2021 г. в 16:26:36 UTC+3, David Gifford: 
>>>>>
>>>>>> [!is[system]] in the filter tab of Advanced search. But make sure you 
>>>>>> don't have any regular tiddlers that are needed for your template (base).
>>>>>>
>>>>>> On Tuesday, July 6, 2021 at 5:58:04 AM UTC-5 miket...@gmail.com 
>>>>>> wrote:
>>>>>>
>>>>>>> Let's say I set everything up and want to make a new base. I want to 
>>>>>>> remove only information posts, but keep all my own customizations, CSS 
>>>>>>> and 
>>>>>>> plugins.
>>>>>>> Post with similar tags:
>>>>>>> $:/tags/Stylesheet CSS 
>>>>>>> $:/tags/MenuBar
>>>>>>> $:/tags/SideBar
>>>>>>> ...
>>>>>>> etc
>>>>>>>
>>>>>>> Am I thinking right? Or is it possible to clear the base faster?
>>>>>>> And what filter is needed for this?
>>>>>>> [all[tiddlers]] - ??? prefix[$:/]
>>>>>>>
>>>>>>> I want to delete all my content posts, but not touch the "$:/*" tags.
>>>>>>>
>>>>>>

-- 
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/56eee55d-e379-4ad6-9fcb-956b4200aff0n%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-07 Thread Mike Andyl
Ok, but I can skip and delete something I want anyway. Forget the important 
tag in a year or two :)

I have a list of tags *[tags[]prefix[$:/]]*
Can I wrap it like a ? Make a button action so it can process in a 
loop?
<$action-deletetiddler...

Something like this, but I'm confused about the variables again.
Why isn't -[tag[<>]] working?

<$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
  <>
  <$list filter="[all[]!is[system]] *-[tag[<>]]*" 
variable="tidToDelete">
<>
  


среда, 7 июля 2021 г. в 15:23:16 UTC+3, TW Tones: 

> miket,
>
> You can remove and add back
>
> [all[]!is[system]] [tag[$:/tags/MenuBar]] [tag[$:/tags/SideBar]]
>
> Thus above is all tiddlers except system, tiddlers adding back those 
> tagged  $:/tags/MenuBaror  $:/tags/SideBar
>
> Tones
>
> On Wednesday, 7 July 2021 at 22:13:59 UTC+10 miket...@gmail.com wrote:
>
>> This is understandable, but it requires additional actions. I can forget 
>> or miss something in a hurry, I cannot do it with someone else's databases 
>> or an old database, and so on. It's just that we already have the NECESSARY 
>> attribute - the beginning of the tag with "$:/".
>>
>> How can I subtract all such entries from *all[]!is[system]* ?
>> It sounds very simple, can't filters really do that?
>>
>> среда, 7 июля 2021 г. в 11:31:29 UTC+3, TW Tones: 
>>
>>> I think  you are somewhat doing this around the wrong way.
>>>
>>> Use a filter to list all your non-content tiddlers, eg the tiddler you 
>>> use in the side bar etc... macros etc...
>>>
>>>- You may use a title prefix, tag or even a field with a value eg; 
>>>project=setup then the filter [all[]project[setup]]
>>>
>>> Then you can have a filter that lists every tiddler "[all[]!is[system]]" 
>>> thing that is not in your above filter. eg; 
>>> "[all[]!is[system]!project[setup]]"
>>> Both sets of tiddlers can be exported separately and then imported into 
>>> an empty.html
>>>
>>> Regards
>>> Tones
>>>
>>> On Tuesday, 6 July 2021 at 23:58:24 UTC+10 miket...@gmail.com wrote:
>>>
 I tried it doesn't fit. Since many records are not related to the 
 system. It is necessary to do on the tag, I think so. For example, new 
 buttons with the tag  *$:/tags/SideBar*. This is not a system entry 
 and it will disappear.

 вторник, 6 июля 2021 г. в 16:26:36 UTC+3, David Gifford: 

> [!is[system]] in the filter tab of Advanced search. But make sure you 
> don't have any regular tiddlers that are needed for your template (base).
>
> On Tuesday, July 6, 2021 at 5:58:04 AM UTC-5 miket...@gmail.com wrote:
>
>> Let's say I set everything up and want to make a new base. I want to 
>> remove only information posts, but keep all my own customizations, CSS 
>> and 
>> plugins.
>> Post with similar tags:
>> $:/tags/Stylesheet CSS 
>> $:/tags/MenuBar
>> $:/tags/SideBar
>> ...
>> etc
>>
>> Am I thinking right? Or is it possible to clear the base faster?
>> And what filter is needed for this?
>> [all[tiddlers]] - ??? prefix[$:/]
>>
>> I want to delete all my content posts, but not touch the "$:/*" tags.
>>
>

-- 
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/b83d2e19-fe21-4d03-9012-653499ec548fn%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-07 Thread Mike Andyl
 Ok, but I can skip and delete something I want anyway. Forget the 
important tag in a year or two :)

I have a list of tags [tags[]prefix[$:/]]

Can I wrap it like a ? Make a button action so it can process in a 
loop?
<$action-deletetiddler...

Something like this, but I'm confused about the variables again.
Why isn't *-<>* working?

<$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
  <>
  <$list filter="[all[]!is[system]] *-<>*" 
variable="tidToDelete">
<>
  


<$button>
<$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
  <$list filter="[all[]!is[system]] *-<>*" 
variable="tidToDelete">
<$action-deletetiddler $tiddler=<>/>
  

 

среда, 7 июля 2021 г. в 15:23:16 UTC+3, TW Tones: 

> miket,
>
> You can remove and add back
>
> [all[]!is[system]] [tag[$:/tags/MenuBar]] [tag[$:/tags/SideBar]]
>
> Thus above is all tiddlers except system, tiddlers adding back those 
> tagged  $:/tags/MenuBaror  $:/tags/SideBar
>
> Tones
>
> On Wednesday, 7 July 2021 at 22:13:59 UTC+10 miket...@gmail.com wrote:
>
>> This is understandable, but it requires additional actions. I can forget 
>> or miss something in a hurry, I cannot do it with someone else's databases 
>> or an old database, and so on. It's just that we already have the NECESSARY 
>> attribute - the beginning of the tag with "$:/".
>>
>> How can I subtract all such entries from *all[]!is[system]* ?
>> It sounds very simple, can't filters really do that?
>>
>> среда, 7 июля 2021 г. в 11:31:29 UTC+3, TW Tones: 
>>
>>> I think  you are somewhat doing this around the wrong way.
>>>
>>> Use a filter to list all your non-content tiddlers, eg the tiddler you 
>>> use in the side bar etc... macros etc...
>>>
>>>- You may use a title prefix, tag or even a field with a value eg; 
>>>project=setup then the filter [all[]project[setup]]
>>>
>>> Then you can have a filter that lists every tiddler "[all[]!is[system]]" 
>>> thing that is not in your above filter. eg; 
>>> "[all[]!is[system]!project[setup]]"
>>> Both sets of tiddlers can be exported separately and then imported into 
>>> an empty.html
>>>
>>> Regards
>>> Tones
>>>
>>> On Tuesday, 6 July 2021 at 23:58:24 UTC+10 miket...@gmail.com wrote:
>>>
 I tried it doesn't fit. Since many records are not related to the 
 system. It is necessary to do on the tag, I think so. For example, new 
 buttons with the tag  *$:/tags/SideBar*. This is not a system entry 
 and it will disappear.

 вторник, 6 июля 2021 г. в 16:26:36 UTC+3, David Gifford: 

> [!is[system]] in the filter tab of Advanced search. But make sure you 
> don't have any regular tiddlers that are needed for your template (base).
>
> On Tuesday, July 6, 2021 at 5:58:04 AM UTC-5 miket...@gmail.com wrote:
>
>> Let's say I set everything up and want to make a new base. I want to 
>> remove only information posts, but keep all my own customizations, CSS 
>> and 
>> plugins.
>> Post with similar tags:
>> $:/tags/Stylesheet CSS 
>> $:/tags/MenuBar
>> $:/tags/SideBar
>> ...
>> etc
>>
>> Am I thinking right? Or is it possible to clear the base faster?
>> And what filter is needed for this?
>> [all[tiddlers]] - ??? prefix[$:/]
>>
>> I want to delete all my content posts, but not touch the "$:/*" tags.
>>
>

-- 
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/5e5a2000-ef1c-44fe-9dae-1c99dfaad4e4n%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-07 Thread Mike Andyl
Ok, but I can skip and delete something I want anyway. Forget the important 
tag in a year or two :)

I have a list of tags [tags[]prefix[$:/]]

Can I wrap it like a ? Make a button action so it can process in a 
loop?
<$action-deletetiddler...

Something like this, but I'm confused about the variables again.
Why isn't -<> working?

<$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
  <>
  <$list filter="[all[]!is[system]] -<>" 
variable="tidToDelete">
<>
  


<$button>
<$list filter="[tags[]prefix[$:/]]" variable="TagToDelete">
  <$list filter="[all[]!is[system]] -<>" 
variable="tidToDelete">
<$action-deletetiddler $tiddler=<>/>
  



среда, 7 июля 2021 г. в 15:23:16 UTC+3, TW Tones: 

> miket,
>
> You can remove and add back
>
> [all[]!is[system]] [tag[$:/tags/MenuBar]] [tag[$:/tags/SideBar]]
>
> Thus above is all tiddlers except system, tiddlers adding back those 
> tagged  $:/tags/MenuBaror  $:/tags/SideBar
>
> Tones
>
> On Wednesday, 7 July 2021 at 22:13:59 UTC+10 miket...@gmail.com wrote:
>
>> This is understandable, but it requires additional actions. I can forget 
>> or miss something in a hurry, I cannot do it with someone else's databases 
>> or an old database, and so on. It's just that we already have the NECESSARY 
>> attribute - the beginning of the tag with "$:/".
>>
>> How can I subtract all such entries from *all[]!is[system]* ?
>> It sounds very simple, can't filters really do that?
>>
>> среда, 7 июля 2021 г. в 11:31:29 UTC+3, TW Tones: 
>>
>>> I think  you are somewhat doing this around the wrong way.
>>>
>>> Use a filter to list all your non-content tiddlers, eg the tiddler you 
>>> use in the side bar etc... macros etc...
>>>
>>>- You may use a title prefix, tag or even a field with a value eg; 
>>>project=setup then the filter [all[]project[setup]]
>>>
>>> Then you can have a filter that lists every tiddler "[all[]!is[system]]" 
>>> thing that is not in your above filter. eg; 
>>> "[all[]!is[system]!project[setup]]"
>>> Both sets of tiddlers can be exported separately and then imported into 
>>> an empty.html
>>>
>>> Regards
>>> Tones
>>>
>>> On Tuesday, 6 July 2021 at 23:58:24 UTC+10 miket...@gmail.com wrote:
>>>
 I tried it doesn't fit. Since many records are not related to the 
 system. It is necessary to do on the tag, I think so. For example, new 
 buttons with the tag  *$:/tags/SideBar*. This is not a system entry 
 and it will disappear.

 вторник, 6 июля 2021 г. в 16:26:36 UTC+3, David Gifford: 

> [!is[system]] in the filter tab of Advanced search. But make sure you 
> don't have any regular tiddlers that are needed for your template (base).
>
> On Tuesday, July 6, 2021 at 5:58:04 AM UTC-5 miket...@gmail.com wrote:
>
>> Let's say I set everything up and want to make a new base. I want to 
>> remove only information posts, but keep all my own customizations, CSS 
>> and 
>> plugins.
>> Post with similar tags:
>> $:/tags/Stylesheet CSS 
>> $:/tags/MenuBar
>> $:/tags/SideBar
>> ...
>> etc
>>
>> Am I thinking right? Or is it possible to clear the base faster?
>> And what filter is needed for this?
>> [all[tiddlers]] - ??? prefix[$:/]
>>
>> I want to delete all my content posts, but not touch the "$:/*" tags.
>>
>

-- 
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/0a730777-24f2-4f96-8322-d220487828ddn%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-07 Thread Mike Andyl
This is understandable, but it requires additional actions. I can forget or 
miss something in a hurry, I cannot do it with someone else's databases or 
an old database, and so on. It's just that we already have the NECESSARY 
attribute - the beginning of the tag with "$:/".

How can I subtract all such entries from *all[]!is[system]* ?
It sounds very simple, can't filters really do that?

среда, 7 июля 2021 г. в 11:31:29 UTC+3, TW Tones: 

> I think  you are somewhat doing this around the wrong way.
>
> Use a filter to list all your non-content tiddlers, eg the tiddler you use 
> in the side bar etc... macros etc...
>
>- You may use a title prefix, tag or even a field with a value eg; 
>project=setup then the filter [all[]project[setup]]
>
> Then you can have a filter that lists every tiddler "[all[]!is[system]]" 
> thing that is not in your above filter. eg; 
> "[all[]!is[system]!project[setup]]"
> Both sets of tiddlers can be exported separately and then imported into an 
> empty.html
>
> Regards
> Tones
>
> On Tuesday, 6 July 2021 at 23:58:24 UTC+10 miket...@gmail.com wrote:
>
>> I tried it doesn't fit. Since many records are not related to the system. 
>> It is necessary to do on the tag, I think so. For example, new buttons with 
>> the tag  *$:/tags/SideBar*. This is not a system entry and it will 
>> disappear.
>>
>> вторник, 6 июля 2021 г. в 16:26:36 UTC+3, David Gifford: 
>>
>>> [!is[system]] in the filter tab of Advanced search. But make sure you 
>>> don't have any regular tiddlers that are needed for your template (base).
>>>
>>> On Tuesday, July 6, 2021 at 5:58:04 AM UTC-5 miket...@gmail.com wrote:
>>>
 Let's say I set everything up and want to make a new base. I want to 
 remove only information posts, but keep all my own customizations, CSS and 
 plugins.
 Post with similar tags:
 $:/tags/Stylesheet CSS 
 $:/tags/MenuBar
 $:/tags/SideBar
 ...
 etc

 Am I thinking right? Or is it possible to clear the base faster?
 And what filter is needed for this?
 [all[tiddlers]] - ??? prefix[$:/]

 I want to delete all my content posts, but not touch the "$:/*" tags.

>>>

-- 
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/bcacadda-f7bf-4145-8df7-b7ff9cbcc4c8n%40googlegroups.com.


[tw5] Re: Filter for cleaning the base, but keeping the basic settings.

2021-07-06 Thread Mike Andyl
I tried it doesn't fit. Since many records are not related to the system. 
It is necessary to do on the tag, I think so. For example, new buttons with 
the tag  *$:/tags/SideBar*. This is not a system entry and it will 
disappear.

вторник, 6 июля 2021 г. в 16:26:36 UTC+3, David Gifford: 

> [!is[system]] in the filter tab of Advanced search. But make sure you 
> don't have any regular tiddlers that are needed for your template (base).
>
> On Tuesday, July 6, 2021 at 5:58:04 AM UTC-5 miket...@gmail.com wrote:
>
>> Let's say I set everything up and want to make a new base. I want to 
>> remove only information posts, but keep all my own customizations, CSS and 
>> plugins.
>> Post with similar tags:
>> $:/tags/Stylesheet CSS 
>> $:/tags/MenuBar
>> $:/tags/SideBar
>> ...
>> etc
>>
>> Am I thinking right? Or is it possible to clear the base faster?
>> And what filter is needed for this?
>> [all[tiddlers]] - ??? prefix[$:/]
>>
>> I want to delete all my content posts, but not touch the "$:/*" tags.
>>
>

-- 
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/51929c3f-56c5-42e3-beb1-e3654afe7a12n%40googlegroups.com.


[tw5] Filter for cleaning the base, but keeping the basic settings.

2021-07-06 Thread Mike Andyl
Let's say I set everything up and want to make a new base. I want to remove 
only information posts, but keep all my own customizations, CSS and plugins.
Post with similar tags:
$:/tags/Stylesheet CSS 
$:/tags/MenuBar
$:/tags/SideBar
...
etc

Am I thinking right? Or is it possible to clear the base faster?
And what filter is needed for this?
[all[tiddlers]] - ??? prefix[$:/]

I want to delete all my content posts, but not touch the "$:/*" tags.

-- 
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/7c159c39-456f-4c2e-a0be-f5fe97df6aecn%40googlegroups.com.


[tw5] Re: [TW5] Open all the tiddlers with a particular tag

2021-07-05 Thread Mike Andyl
And by the way, there is an error in the code, that's more correct for the 
open button.

<$list filter=$filter$>
<$action-navigate $to={{!!title}}/>

<$action-sendmessage $message="tm-unfold-all-tiddlers" 
*foldedStatePrefix="$:/state/folded/"/>*

And don't do it in a  /$list loop!

воскресенье, 4 июля 2021 г. в 23:59:09 UTC+3, Mike Andyl: 

> Uh, I'm completely confused about these variable symbols.
> <<>>[[]]{}!!$()$
> Now the button works, but its name is not set, it remains the same. How to 
> deal with this?
> https://i.imgur.com/qLFu2cl.jpg
> воскресенье, 4 июля 2021 г. в 16:34:28 UTC+3, Soren Bjornstad: 
>
>> This isn't the correct filter syntax for transcluding a field into the 
>> filter:
>>
>> *<>*
>>
>> You probably want:
>>
>> *<>*
>>
>>
>> On Sunday, July 4, 2021 at 8:24:55 AM UTC-5 miket...@gmail.com wrote:
>>
>>> Please tell me pls why these buttons do not work?
>>>
>>>
>>>
>>> *\define openByFilter(filter)<$button>open filtered tiddlers $filter$*
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *<$list filter=$filter$><$action-navigate 
>>> $to={{!!title}}/><$action-sendmessage 
>>> $message="tm-unfold-all-tiddlers"/>\end*
>>>
>>>
>>> *\define closeByFilter(filter)<$button>close filtered tiddlers $filter$*
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *<$list filter=$filter$><$action-sendmessage 
>>> $message="tm-close-tiddler"/>\end*
>>>
>>>
>>> *<$select field="target" default='(none)'>>> value="null">(none)*
>>> *<$list filter="[tags[]!is[system]sort[title]]">*
>>>
>>>
>>>
>>>
>>>
>>> *>><$view 
>>> field="title"/>*
>>>
>>>
>>> *<><>> "[tag[{{!!target}}]]">>*
>>>
>>> пятница, 28 июля 2017 г. в 16:41:14 UTC+3, Andrew: 
>>>
>>>> Check out my button 
>>>> http://t5a.tiddlyspot.com/#%24%3A%2Fplugins%2Fajh%2Fopenall plugin 
>>>> that can be installed from my library 
>>>> http://t5a.tiddlyspot.com/#Plugin%20Library
>>>
>>>

-- 
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/3955e23a-fa33-4514-a66d-f967a09e6e3dn%40googlegroups.com.


[tw5] Re: [TW5] Open all the tiddlers with a particular tag

2021-07-05 Thread Mike Andyl
And by the way, there is an error in the code, that's more correct for the 
open button.









*\define openByFilter(filter name)<$button>open filtered tiddlers 
$name$<$list filter=$filter$><$action-navigate 
$to={{!!title}}/><$action-sendmessage 
$message="tm-unfold-all-tiddlers" 
foldedStatePrefix="$:/state/folded/"/>\end*

-- 
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/f2d61218-c824-4a87-ad31-229c44e50340n%40googlegroups.com.


[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
I attached the code for it in the first post.

-- 
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/8553ae21-152d-4044-bbd9-e1366e4d5955n%40googlegroups.com.


[tw5] Why Message has been deleted?

2021-07-05 Thread Mike Andyl
I can not answer or submit a new question? Have you blocked me?

-- 
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/85b86d7a-b046-442b-b48d-7a74b042ffadn%40googlegroups.com.


[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl

I attached the code in the first post.
понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: 

> Hi, 
> It would be much easier, if you posted the code, instead of images. I can 
> test the code with a wiki, but I have to test the code from an image in my 
> brain, which makes it much more difficult ... for me.
>
> You didn't show the the code for "image-picker-list", which seems to 
> contain the button, which doesn't work.
>
> -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/6dd40760-962c-44ba-867e-bca730e793adn%40googlegroups.com.


[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
in 1st post

понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: 

> Hi, 
> It would be much easier, if you posted the code, instead of images. I can 
> test the code with a wiki, but I have to test the code from an image in my 
> brain, which makes it much more difficult ... for me.
>
> You didn't show the the code for "image-picker-list", which seems to 
> contain the button, which doesn't work.
>
> -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/4882a762-f79f-4fd7-893f-d533ae8e9d7bn%40googlegroups.com.


[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
1st post

понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: 

> Hi, 
> It would be much easier, if you posted the code, instead of images. I can 
> test the code with a wiki, but I have to test the code from an image in my 
> brain, which makes it much more difficult ... for me.
>
> You didn't show the the code for "image-picker-list", which seems to 
> contain the button, which doesn't work.
>
> -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/fa7ea357-22b6-4305-b7c0-01ed71336b27n%40googlegroups.com.


[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
all code in 1st message

понедельник, 5 июля 2021 г. в 16:44:49 UTC+3, PMario: 

> Hi, 
> It would be much easier, if you posted the code, instead of images. I can 
> test the code with a wiki, but I have to test the code from an image in my 
> brain, which makes it much more difficult ... for me.
>
> You didn't show the the code for "image-picker-list", which seems to 
> contain the button, which doesn't work.
>
> -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/6b0c8ac3-b6b6-42b5-9db9-243054d8f5afn%40googlegroups.com.


[tw5] Problem with tm-unfold-all-tiddlers button. Bug?

2021-07-05 Thread Mike Andyl
After clicking the button, this happens - many new entries "undefined 
<>" are created with the word "*show*".

https://i.imgur.com/62HclPh.jpg

This should unfold the entries, but that doesn't happen.

https://i.imgur.com/1y0nPU1.jpg

"The core uses a foldStatePrefix of $:/state/folded/ to store the *fold 
states* for the default story view."
But it doesn't work.

<$button>
Test
<$action-sendmessage $message="tm-unfold-all-tiddlers"/>


-- 
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/8c019930-7af5-49f1-9321-2c5190179d9bn%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-05 Thread Mike Andyl
Yes, it seems that all the images are in place. No links or <> tags lead to 
them. Only  . And without this, the import turned out to be 
almost useless.

понедельник, 5 июля 2021 г. в 02:11:10 UTC+3, Mark S.: 

> Are there images in the images directory?
>
>
> On Sunday, July 4, 2021 at 2:44:43 PM UTC-7 miket...@gmail.com wrote:
>
>> Yes it works!
>> But now I understand these words :(
>> "when I imported Evernote, I didn't get any images!"
>>
>> When exporting, Evernote removes all normal links to images. And instead 
>> of them goes this:
>> > hash="0b63a644a5981ba32ed511b6172605a1" height="343"
>>
>> And
>> 
>> shutterstock_56797648.jpg
>> 
>> en-cache://tokenKey0b63a644a5981ba32ed511b6172605a1
>> 
>> 
>>
>> In theory, the import plugin should restore this. For example, in Joplin 
>> there is no such problem as it were.
>>
>> воскресенье, 4 июля 2021 г. в 21:20:48 UTC+3, Mark S.: 
>>
>>> I'm not sure why it's throwing an error. But instead of running it from 
>>> the command line, you can use the kit already built into node.
>>>
>>> Assuming you are in the same directory as your TW file, you can create a 
>>> temporary *empty* node instance which will install the *externalimages* 
>>> build command for you:
>>>
>>> *tiddlywiki test4 --init empty*
>>>
>>> Then run something like:
>>>
>>> *tiddlywiki test4 --load tw-with-images.html --output test4 --build 
>>> externalimages*
>>>
>>> Where *tw-with-images.html* is your source file with images. Now your 
>>> new TW file will appear  in "test4" directory like:
>>>
>>> *test4/externalimages.html*
>>> *test4/images/*
>>>
>>> Hopefully this will get you past the errors that occur at the command 
>>> line.
>>>
>>> On Sunday, July 4, 2021 at 8:00:18 AM UTC-7 miket...@gmail.com wrote:
>>>
>>>> This is the only way it works, but I want to delete on the right one 
>>>> without garbage! )))
>>>> https://i.imgur.com/SCtyQFC.jpg
>>>> воскресенье, 4 июля 2021 г. в 17:50:17 UTC+3, Mike Andyl: 
>>>>
>>>>> https://i.imgur.com/CnyMBI4.jpg
>>>>> quotes not help me
>>>>>
>>>>> суббота, 3 июля 2021 г. в 19:27:31 UTC+3, Mark S.: 
>>>>>
>>>>>> Keep in mind that those instructions assume that you have tiddlywiki 
>>>>>> on node.js installed globally. 
>>>>>>
>>>>>> Here's a script/command line example:
>>>>>>
>>>>>> tiddlywiki --load tw-with-images.html  \
>>>>>>--output test4 \
>>>>>>--savetiddlers [is[image]] images \
>>>>>>--setfield [is[image]] "_canonical_uri" \
>>>>>> "$:/core/templates/canonical-uri-external-image" \
>>>>>> "text/plain" \
>>>>>>--setfield "[is[image]]" "text" "" "text/plain" \
>>>>>>--rendertiddler "$:/core/save/all" "tw-external.html" "text/plain"
>>>>>>
>>>>>> where tw-with-images.html is your source file, "images" is the name 
>>>>>> of the image directory, test4 is a directory where the output (images 
>>>>>> and 
>>>>>> html) will go, and tw-external.html is the new TW file where images have 
>>>>>> been replaced with external image links.
>>>>>>
>>>>>> The caveat is that I think you can only run this once against your 
>>>>>> source file. I'm not sure what will happen with to images that have 
>>>>>> already 
>>>>>> been replaced with external uris. Likewise, double check any of your 
>>>>>> source 
>>>>>> image tiddlers that you have already replaced by hand with 
>>>>>> _canonical_uri 
>>>>>> paths. I'm sure someone smarter than me could improve the filtering in 
>>>>>> the 
>>>>>> above so that it skips images that use the _canonical_uri field.
>>>>>>
>>>>>> Be sure to make backups before trying this!
>>>>>>
>>>>>> Good luck!
>>>>>>
>>>>>>
>>>>>> On Saturday, July 3, 2021 at 3:00:43 AM UTC-7 mik

[tw5] Re: What is this weird error in "define"?

2021-07-05 Thread Mike Andyl
No, it is not restored and does not work anymore, there are no symbols.
https://i.imgur.com/xTE3niN.jpg
https://i.imgur.com/TDvEgac.jpg
понедельник, 5 июля 2021 г. в 14:00:06 UTC+3, PMario: 

> On Sunday, July 4, 2021 at 11:04:23 PM UTC+2 miket...@gmail.com wrote:
>
>> And this shouldn't be restored if I canceled the changes and removed all 
>> the extra symbols before?
>>
>
> It will be restored, if you changed it back to the initial state. If not 
> it may be a bug, or you copy pasted some invisible character from the web 
> above the \define statement. 
>
> -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/00987ff2-a82b-4b85-b357-0f830c50f335n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-04 Thread Mike Andyl
Yes it works!
But now I understand these words :(
"when I imported Evernote, I didn't get any images!"

When exporting, Evernote removes all normal links to images. And instead of 
them goes this:

shutterstock_56797648.jpg

en-cache://tokenKey0b63a644a5981ba32ed511b6172605a1



In theory, the import plugin should restore this. For example, in Joplin 
there is no such problem as it were.

воскресенье, 4 июля 2021 г. в 21:20:48 UTC+3, Mark S.: 

> I'm not sure why it's throwing an error. But instead of running it from 
> the command line, you can use the kit already built into node.
>
> Assuming you are in the same directory as your TW file, you can create a 
> temporary *empty* node instance which will install the *externalimages* 
> build command for you:
>
> *tiddlywiki test4 --init empty*
>
> Then run something like:
>
> *tiddlywiki test4 --load tw-with-images.html --output test4 --build 
> externalimages*
>
> Where *tw-with-images.html* is your source file with images. Now your new 
> TW file will appear  in "test4" directory like:
>
> *test4/externalimages.html*
> *test4/images/*
>
> Hopefully this will get you past the errors that occur at the command line.
>
> On Sunday, July 4, 2021 at 8:00:18 AM UTC-7 miket...@gmail.com wrote:
>
>> This is the only way it works, but I want to delete on the right one 
>> without garbage! )))
>> https://i.imgur.com/SCtyQFC.jpg
>> воскресенье, 4 июля 2021 г. в 17:50:17 UTC+3, Mike Andyl: 
>>
>>> https://i.imgur.com/CnyMBI4.jpg
>>> quotes not help me
>>>
>>> суббота, 3 июля 2021 г. в 19:27:31 UTC+3, Mark S.: 
>>>
>>>> Keep in mind that those instructions assume that you have tiddlywiki on 
>>>> node.js installed globally. 
>>>>
>>>> Here's a script/command line example:
>>>>
>>>> tiddlywiki --load tw-with-images.html  \
>>>>--output test4 \
>>>>--savetiddlers [is[image]] images \
>>>>--setfield [is[image]] "_canonical_uri" \
>>>> "$:/core/templates/canonical-uri-external-image" \
>>>> "text/plain" \
>>>>--setfield "[is[image]]" "text" "" "text/plain" \
>>>>--rendertiddler "$:/core/save/all" "tw-external.html" "text/plain"
>>>>
>>>> where tw-with-images.html is your source file, "images" is the name of 
>>>> the image directory, test4 is a directory where the output (images and 
>>>> html) will go, and tw-external.html is the new TW file where images have 
>>>> been replaced with external image links.
>>>>
>>>> The caveat is that I think you can only run this once against your 
>>>> source file. I'm not sure what will happen with to images that have 
>>>> already 
>>>> been replaced with external uris. Likewise, double check any of your 
>>>> source 
>>>> image tiddlers that you have already replaced by hand with _canonical_uri 
>>>> paths. I'm sure someone smarter than me could improve the filtering in the 
>>>> above so that it skips images that use the _canonical_uri field.
>>>>
>>>> Be sure to make backups before trying this!
>>>>
>>>> Good luck!
>>>>
>>>>
>>>> On Saturday, July 3, 2021 at 3:00:43 AM UTC-7 miket...@gmail.com wrote:
>>>>
>>>>> Can't do it, the instruction doesn't work
>>>>> https://groups.google.com/g/tiddlywiki/c/PueCb0KGmvM
>>>>>
>>>>> суббота, 3 июля 2021 г. в 04:05:56 UTC+3, Mark S.: 
>>>>>
>>>>>> If you scroll down on that tiddler the section *Creating external 
>>>>>> images under Node.js *explains how you can export all your images 
>>>>>> into a separate folder using node.js. But, of course, first you have to 
>>>>>> set 
>>>>>> up and run TiddlyWiki on node.js. After the image files are exported 
>>>>>> then 
>>>>>> you can convert your node TW instance back to a single file instance.
>>>>>>
>>>>>> Using the new (prerelease 24?)  and the zip plugin it might be able 
>>>>>> to come up with a solution that doesn't need node.js, but that would be 
>>>>>> all 
>>>>>> new territory.
>>>>>>
>>>>>> On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:
>>>>>>

[tw5] Re: What is this weird error in "define"?

2021-07-04 Thread Mike Andyl
And this shouldn't be restored if I canceled the changes and removed all 
the extra symbols before?

воскресенье, 4 июля 2021 г. в 16:38:25 UTC+3, Soren Bjornstad: 

> That's just how macros work in TiddlyWiki. Any pragmas (things beginning 
> with a \), including \define, have to come before all non-pragma content in 
> a tiddler.
>
> On Sunday, July 4, 2021 at 7:41:42 AM UTC-5 miket...@gmail.com wrote:
>
>> I want to make a list of pictures with an address.
>> https://i.imgur.com/zRhtrSo.jpg
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *\define 
>> image-picker2(actions,filter:"[all[tiddlers+shadows]tag[$:/tags/Image]]",subfilter:"")>  
>> class="tc-image-chooser"><$vars state-system=<> "$:/state/image-picker/system">>><$reveal type="match" text="hide" 
>> default="hide" tag="div"><$macrocall $name="image-picker-list" 
>> filter="""$filter$""" actions="""$actions$"""/><$reveal 
>> state=<> type="nomatch" text="hide" default="hide" 
>> tag="div"><$macrocall $name="image-picker-list" filter="""$filter$""" 
>> actions="""$actions$"""/>\end<$button 
>> message="tm-open-external-window" param={{!!url}}>Источник* 
>> {{!!url}}* https://tiddlywiki.com/#image-picker%20Macro 
>> <$edit-text 
>> tiddler='$:/_MyImage' tag='input' placeholder='(unset)' 
>> default=''/><$transclude tiddler={{$:/_MyImage}}/>---<$macrocall 
>> $name='image-picker2' actions="<$action-setfield $tiddler='$:/_MyImage' 
>> $value=<>/>"/>*
>>
>> But if you add something to the beginning, then everything breaks down!
>> https://i.imgur.com/6zb4df6.jpg
>>
>> And even the old code doesn't work anymore. Why? What am I doing wrong?
>
>

-- 
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/aab80a8e-b562-43dc-b7bf-b41ab9ff62d2n%40googlegroups.com.


[tw5] Re: [TW5] Open all the tiddlers with a particular tag

2021-07-04 Thread Mike Andyl
Uh, I'm completely confused about these variable symbols.
<<>>[[]]{}!!$()$
Now the button works, but its name is not set, it remains the same. How to 
deal with this?
https://i.imgur.com/qLFu2cl.jpg
воскресенье, 4 июля 2021 г. в 16:34:28 UTC+3, Soren Bjornstad: 

> This isn't the correct filter syntax for transcluding a field into the 
> filter:
>
> *<>*
>
> You probably want:
>
> *<>*
>
>
> On Sunday, July 4, 2021 at 8:24:55 AM UTC-5 miket...@gmail.com wrote:
>
>> Please tell me pls why these buttons do not work?
>>
>>
>>
>> *\define openByFilter(filter)<$button>open filtered tiddlers $filter$*
>>
>>
>>
>>
>>
>>
>>
>>
>> *<$list filter=$filter$><$action-navigate 
>> $to={{!!title}}/><$action-sendmessage 
>> $message="tm-unfold-all-tiddlers"/>\end*
>>
>>
>> *\define closeByFilter(filter)<$button>close filtered tiddlers $filter$*
>>
>>
>>
>>
>>
>>
>>
>> *<$list filter=$filter$><$action-sendmessage 
>> $message="tm-close-tiddler"/>\end*
>>
>>
>> *<$select field="target" default='(none)'>> value="null">(none)*
>> *<$list filter="[tags[]!is[system]sort[title]]">*
>>
>>
>>
>>
>>
>> *>><$view 
>> field="title"/>*
>>
>>
>> *<><> "[tag[{{!!target}}]]">>*
>>
>> пятница, 28 июля 2017 г. в 16:41:14 UTC+3, Andrew: 
>>
>>> Check out my button 
>>> http://t5a.tiddlyspot.com/#%24%3A%2Fplugins%2Fajh%2Fopenall plugin that 
>>> can be installed from my library 
>>> http://t5a.tiddlyspot.com/#Plugin%20Library
>>
>>

-- 
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/8aab0841-14be-434b-a471-4a2b8876c77en%40googlegroups.com.


[tw5] Re: How do I clear a text field?

2021-07-04 Thread Mike Andyl
https://i.imgur.com/SCtyQFC.jpg
$:/core/templates/version
Even so I can!
воскресенье, 4 июля 2021 г. в 17:49:44 UTC+3, Mike Andyl: 

> Yes, all other commands are working. I can even fill the TEXT field with a 
> template, but I cannot delete it!
> https://i.imgur.com/CnyMBI4.jpg
> quotes not help me
>
> $:/core/templates/canonical-uri-external-image
> all ok
> https://i.imgur.com/u1sJXS3.jpg
> But how delete?
>
> суббота, 3 июля 2021 г. в 18:52:49 UTC+3, Soren Bjornstad: 
>
>> I wonder if your shell is trying to interpret the [is[image]] as a glob 
>> and passing a bad filter to TiddlyWiki – have you tried putting that 
>> parameter in quotes? (It appears to work right in Bash, but not sure what 
>> shell you're using.)
>>
>> Also, can you run other commands against *mynewwiki* successfully?
>>
>> I use this command line myself in a build script that runs every day and 
>> it works fine for me, so I don't think the instructions are wrong in the 
>> general case.
>>
>> On Friday, July 2, 2021 at 6:30:39 PM UTC-5 miket...@gmail.com wrote:
>>
>>> In the ExternalImages documentation, I need to enter a command to clear 
>>> old information.
>>> *--setfield [is[image]] text "" text/plain* 
>>> https://tiddlywiki.com/static/ExternalImages.html
>>>
>>> But this command doesn't work! And it throws an error 
>>> *ERR_INVALID_ARG_TYPE*
>>> https://i.imgur.com/UThaiys.jpg
>>>
>>> This is written about the setfield command.
>>> *templatetitle* - the tiddler to wikify into the specified field. If 
>>> blank or missing then the specified *field is deleted *
>>> https://tiddlywiki.com/static/SetFieldCommand.html
>>>
>>> What should be the command to remove old information in this 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/12f59d87-1b4d-49cf-8b73-306cbe404932n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-04 Thread Mike Andyl
This is the only way it works, but I want to delete on the right one 
without garbage! )))
https://i.imgur.com/SCtyQFC.jpg
воскресенье, 4 июля 2021 г. в 17:50:17 UTC+3, Mike Andyl: 

> https://i.imgur.com/CnyMBI4.jpg
> quotes not help me
>
> суббота, 3 июля 2021 г. в 19:27:31 UTC+3, Mark S.: 
>
>> Keep in mind that those instructions assume that you have tiddlywiki on 
>> node.js installed globally. 
>>
>> Here's a script/command line example:
>>
>> tiddlywiki --load tw-with-images.html  \
>>--output test4 \
>>--savetiddlers [is[image]] images \
>>--setfield [is[image]] "_canonical_uri" \
>> "$:/core/templates/canonical-uri-external-image" \
>> "text/plain" \
>>--setfield "[is[image]]" "text" "" "text/plain" \
>>--rendertiddler "$:/core/save/all" "tw-external.html" "text/plain"
>>
>> where tw-with-images.html is your source file, "images" is the name of 
>> the image directory, test4 is a directory where the output (images and 
>> html) will go, and tw-external.html is the new TW file where images have 
>> been replaced with external image links.
>>
>> The caveat is that I think you can only run this once against your source 
>> file. I'm not sure what will happen with to images that have already been 
>> replaced with external uris. Likewise, double check any of your source 
>> image tiddlers that you have already replaced by hand with _canonical_uri 
>> paths. I'm sure someone smarter than me could improve the filtering in the 
>> above so that it skips images that use the _canonical_uri field.
>>
>> Be sure to make backups before trying this!
>>
>> Good luck!
>>
>>
>> On Saturday, July 3, 2021 at 3:00:43 AM UTC-7 miket...@gmail.com wrote:
>>
>>> Can't do it, the instruction doesn't work
>>> https://groups.google.com/g/tiddlywiki/c/PueCb0KGmvM
>>>
>>> суббота, 3 июля 2021 г. в 04:05:56 UTC+3, Mark S.: 
>>>
>>>> If you scroll down on that tiddler the section *Creating external 
>>>> images under Node.js *explains how you can export all your images into 
>>>> a separate folder using node.js. But, of course, first you have to set up 
>>>> and run TiddlyWiki on node.js. After the image files are exported then you 
>>>> can convert your node TW instance back to a single file instance.
>>>>
>>>> Using the new (prerelease 24?)  and the zip plugin it might be able to 
>>>> come up with a solution that doesn't need node.js, but that would be all 
>>>> new territory.
>>>>
>>>> On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:
>>>>
>>>>> 436 images. But I think the problem is with several very large BMP 
>>>>> files. They even take a few minutes to load like raw text. And now I want 
>>>>> to delete, and make the pictures external. 
>>>>> https://tiddlywiki.com/static/ExternalImages.html
>>>>>
>>>>>
>>>>> пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 
>>>>>
>>>>>> Congratulations -- when I imported Evernote, I didn't get any images!
>>>>>>
>>>>>> I think what's happening is that your TW is jam-packed with images. 
>>>>>> To verify this theory, go to the "Filter" tab of the advanced search and 
>>>>>> try this filter:
>>>>>>
>>>>>> [all[tiddlers]get[type]prefix[image]count[]]
>>>>>>
>>>>>> What is the number you see?
>>>>>>
>>>>>> In the meanwhile, when using the "More" tab, avoid using the "Recent" 
>>>>>> sub tab which requires a lot of rendering.
>>>>>>
>>>>>>
>>>>>>
>>>>>>

-- 
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/f2823d96-749e-4324-bcc3-31c555e53186n%40googlegroups.com.


[tw5] Re: How do I clear a text field?

2021-07-04 Thread Mike Andyl
Yes, all other commands are working. I can even fill the TEXT field with a 
template, but I cannot delete it!
https://i.imgur.com/CnyMBI4.jpg
quotes not help me

$:/core/templates/canonical-uri-external-image
all ok
https://i.imgur.com/u1sJXS3.jpg
But how delete?

суббота, 3 июля 2021 г. в 18:52:49 UTC+3, Soren Bjornstad: 

> I wonder if your shell is trying to interpret the [is[image]] as a glob 
> and passing a bad filter to TiddlyWiki – have you tried putting that 
> parameter in quotes? (It appears to work right in Bash, but not sure what 
> shell you're using.)
>
> Also, can you run other commands against *mynewwiki* successfully?
>
> I use this command line myself in a build script that runs every day and 
> it works fine for me, so I don't think the instructions are wrong in the 
> general case.
>
> On Friday, July 2, 2021 at 6:30:39 PM UTC-5 miket...@gmail.com wrote:
>
>> In the ExternalImages documentation, I need to enter a command to clear 
>> old information.
>> *--setfield [is[image]] text "" text/plain* 
>> https://tiddlywiki.com/static/ExternalImages.html
>>
>> But this command doesn't work! And it throws an error 
>> *ERR_INVALID_ARG_TYPE*
>> https://i.imgur.com/UThaiys.jpg
>>
>> This is written about the setfield command.
>> *templatetitle* - the tiddler to wikify into the specified field. If 
>> blank or missing then the specified *field is deleted *
>> https://tiddlywiki.com/static/SetFieldCommand.html
>>
>> What should be the command to remove old information in this 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/5a9cf4d0-12ea-4d76-b25c-9172b1e3b773n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-04 Thread Mike Andyl
https://i.imgur.com/CnyMBI4.jpg
quotes not help me

суббота, 3 июля 2021 г. в 19:27:31 UTC+3, Mark S.: 

> Keep in mind that those instructions assume that you have tiddlywiki on 
> node.js installed globally. 
>
> Here's a script/command line example:
>
> tiddlywiki --load tw-with-images.html  \
>--output test4 \
>--savetiddlers [is[image]] images \
>--setfield [is[image]] "_canonical_uri" \
> "$:/core/templates/canonical-uri-external-image" \
> "text/plain" \
>--setfield "[is[image]]" "text" "" "text/plain" \
>--rendertiddler "$:/core/save/all" "tw-external.html" "text/plain"
>
> where tw-with-images.html is your source file, "images" is the name of the 
> image directory, test4 is a directory where the output (images and html) 
> will go, and tw-external.html is the new TW file where images have been 
> replaced with external image links.
>
> The caveat is that I think you can only run this once against your source 
> file. I'm not sure what will happen with to images that have already been 
> replaced with external uris. Likewise, double check any of your source 
> image tiddlers that you have already replaced by hand with _canonical_uri 
> paths. I'm sure someone smarter than me could improve the filtering in the 
> above so that it skips images that use the _canonical_uri field.
>
> Be sure to make backups before trying this!
>
> Good luck!
>
>
> On Saturday, July 3, 2021 at 3:00:43 AM UTC-7 miket...@gmail.com wrote:
>
>> Can't do it, the instruction doesn't work
>> https://groups.google.com/g/tiddlywiki/c/PueCb0KGmvM
>>
>> суббота, 3 июля 2021 г. в 04:05:56 UTC+3, Mark S.: 
>>
>>> If you scroll down on that tiddler the section *Creating external 
>>> images under Node.js *explains how you can export all your images into 
>>> a separate folder using node.js. But, of course, first you have to set up 
>>> and run TiddlyWiki on node.js. After the image files are exported then you 
>>> can convert your node TW instance back to a single file instance.
>>>
>>> Using the new (prerelease 24?)  and the zip plugin it might be able to 
>>> come up with a solution that doesn't need node.js, but that would be all 
>>> new territory.
>>>
>>> On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:
>>>
 436 images. But I think the problem is with several very large BMP 
 files. They even take a few minutes to load like raw text. And now I want 
 to delete, and make the pictures external. 
 https://tiddlywiki.com/static/ExternalImages.html


 пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 

> Congratulations -- when I imported Evernote, I didn't get any images!
>
> I think what's happening is that your TW is jam-packed with images. To 
> verify this theory, go to the "Filter" tab of the advanced search and try 
> this filter:
>
> [all[tiddlers]get[type]prefix[image]count[]]
>
> What is the number you see?
>
> In the meanwhile, when using the "More" tab, avoid using the "Recent" 
> sub tab which requires a lot of rendering.
>
>
>
>

-- 
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/606829f6-bd0a-41d9-bb5c-43a994aada60n%40googlegroups.com.


[tw5] Re: [TW5] Open all the tiddlers with a particular tag

2021-07-04 Thread Mike Andyl
Please tell me pls why these buttons do not work?





























*\define openByFilter(filter)<$button>open filtered tiddlers $filter$<$list 
filter=$filter$><$action-navigate $to={{!!title}}/><$action-sendmessage 
$message="tm-unfold-all-tiddlers"/>\end\define 
closeByFilter(filter)<$button>close filtered tiddlers $filter$<$list 
filter=$filter$><$action-sendmessage 
$message="tm-close-tiddler"/>\end<$select field="target" 
default='(none)'>(none)<$list 
filter="[tags[]!is[system]sort[title]]">>><$view 
field="title"/><><>*

пятница, 28 июля 2017 г. в 16:41:14 UTC+3, Andrew: 

> Check out my button 
> http://t5a.tiddlyspot.com/#%24%3A%2Fplugins%2Fajh%2Fopenall plugin that 
> can be installed from my library 
> http://t5a.tiddlyspot.com/#Plugin%20Library

-- 
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/fb2ded06-5ca8-48de-a9ea-ecf988fa0e1cn%40googlegroups.com.


[tw5] What is this weird error in "define"?

2021-07-04 Thread Mike Andyl
I want to make a list of pictures with an address.
https://i.imgur.com/zRhtrSo.jpg



























*\define 
image-picker2(actions,filter:"[all[tiddlers+shadows]tag[$:/tags/Image]]",subfilter:"")<$vars state-system=<>><$reveal type="match" text="hide" 
default="hide" tag="div"><$macrocall $name="image-picker-list" 
filter="""$filter$""" actions="""$actions$"""/><$reveal 
state=<> type="nomatch" text="hide" default="hide" 
tag="div"><$macrocall $name="image-picker-list" filter="""$filter$""" 
actions="""$actions$"""/>\end<$button 
message="tm-open-external-window" param={{!!url}}>Источник* 
{{!!url}}* https://tiddlywiki.com/#image-picker%20Macro<$edit-text 
tiddler='$:/_MyImage' tag='input' placeholder='(unset)' 
default=''/><$transclude tiddler={{$:/_MyImage}}/>---<$macrocall 
$name='image-picker2' actions="<$action-setfield $tiddler='$:/_MyImage' 
$value=<>/>"/>*

But if you add something to the beginning, then everything breaks down!
https://i.imgur.com/6zb4df6.jpg

And even the old code doesn't work anymore. Why? What am I doing wrong?

-- 
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/5c88d302-6ecb-4b26-87dd-2340ef2484aan%40googlegroups.com.


[tw5] How can you display a list at the click of a button?

2021-07-04 Thread Mike Andyl
For the button I want to make an Action. I took the example from the help 
as a basis, but of course it does not work :)










*\define my-actions()<$list filter="[tag[About]]"><$link/>   
 {{||$:/core/templates/static-tiddler}}\end<$button 
actions=<>>Click me!*

-- 
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/625856df-b477-4033-a1a1-7fb4782c5a35n%40googlegroups.com.


[tw5] Re: How do I pass data to a list?

2021-07-04 Thread Mike Andyl
many thanks! Everything is working.

For fun.
[tag<*variablename*>] 
Tell me pls, how to set the variable correctly in this case?

воскресенье, 4 июля 2021 г. в 04:08:08 UTC+3, Eric Shulman: 

> On Saturday, July 3, 2021 at 5:27:37 PM UTC-7 miket...@gmail.com wrote:
>
>> <$list filter="[tag[{{!!*target*}}]]">
>
>
> In filter syntax, *square brackets* surrounding the operand indicate that 
> the operand is a *literal text value*.
> When using a* field reference*, omit the square brackets and use *single 
> curly braces* instead.
> When using a *variable reference*, omit the square brackets and use *single 
> angle brackets* instead.
>
> Thus:
> [tag[literaltext]]
> [tag{!!fieldname}]
> [tag]
>
> So, for the example code you provided, you would write:
> <$list filter="[tag{!!target}]">
>
> enjoy,
> -e
>

-- 
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/c4310593-4ed4-4acb-a64d-bfda7ee2ff4en%40googlegroups.com.


[tw5] How do I pass data to a list?

2021-07-03 Thread Mike Andyl
I want to select a tag, and pass its name to the button for processing.
I use a field for this.

<$select field="*target*" default='(none)'>
(none)
<$list filter="[all[tiddlers]tags[]sort[title]]">
>><$view field="title"/>



<$button>
open filtered tiddlers [tag[{{!!*target*}}]]
<$list filter="[tag[{{!!*target*}}]]">
<$action-navigate $to={{!!title}}/>
<$action-sendmessage $message="tm-unfold-all-tiddlers"/>



But on the button, the field doesn't work. As if it were empty.
<$list filter="[tag[{{!!*target*}}]]">

If I write with my hands, then everything works.
<$list filter="[tag[*About*]]">
And on the button I see the correct name.
https://i.imgur.com/i8fhUH5.jpg

How to solve this problem correctly?

-- 
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/48d97345-7058-4a6c-b894-0720067a617cn%40googlegroups.com.


[tw5] Re: Menubar Customization / Sticky Titles

2021-07-03 Thread Mike Andyl
How did you solve this problem? I also ran into it and I haven’t gotten 
anything good yet.
The panel overlaps the buttons I want.
https://i.imgur.com/86gVY7s.jpg
понедельник, 1 июня 2020 г. в 13:54:53 UTC+3, Stobot: 

> Birthe - thanks, the padding setting you suggested worked 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/a9d62378-16c0-41f7-866b-20bc35371c7en%40googlegroups.com.


[tw5] List with tags and links to topics

2021-07-03 Thread Mike Andyl
I love this kind of list I found in the documentation.
https://i.imgur.com/4Hh7Rcs.jpg






*<$list 
filter="[tag[Features]sort[title]]"><>{{||$:/core/ui/ViewTemplate/tags}}*

But I want to be able to click on the headings to navigate. And it just 
doesn't work (only Camel case on example).
I tried to put it inside the HTML but it doesn't work.


*<>{{!!title}}*

Variables <> {{!!title}} are not readable inside the HTML 
tag <> and no links are received.

https://i.imgur.com/QD3MXR1.jpg

-- 
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/2394feae-a8b0-497a-871c-fa89134c2955n%40googlegroups.com.


[tw5] Re: How do I send a newline character from a button?

2021-07-03 Thread Mike Andyl
Thanks a lot, I wouldn't have checked it myself! ))

суббота, 3 июля 2021 г. в 17:37:31 UTC+3, Eric Shulman: 

> On Saturday, July 3, 2021 at 6:08:35 AM UTC-7 miket...@gmail.com wrote:
>
>> Let's say I have a code for a button:
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler"
>> text='Line 1 Line 2'
>> />
>> New
>> 
>> How can I split the lines so that in the editor they would be in a couple 
>> of lines, and not one?
>
>
> Symbolic newlines such as "\r\n" are not supported within parameter 
> values, but you *can* embed *actual* newlines in the parameter value, 
> like this:
> <$action-sendmessage $message="tm-new-tiddler"
> text='Line 1
> Line 2'/>
>
> enjoy,
> -e
>
>

-- 
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/1a6bd205-01ad-4bfc-9751-ec391ad0dacbn%40googlegroups.com.


[tw5] Re: How do I send a newline character from a button?

2021-07-03 Thread Mike Andyl
No, this is for the finished text, but I need it for the editor.

суббота, 3 июля 2021 г. в 16:24:05 UTC+3, Siniy-Kit: 

> Line 1  Line 2
>
> суббота, 3 июля 2021 г. в 16:08:35 UTC+3, miket...@gmail.com: 
>
>> Let's say I have a code for a button:
>> <$button>
>> <$action-sendmessage $message="tm-new-tiddler"
>> text='Line 1 Line 2'
>> />
>> New
>> 
>>
>> How can I split the lines so that in the editor they would be in a couple 
>> of lines, and not one?
>>
>> Line 1
>> Line 2
>>
>> Similar to "/r/n"
>
>

-- 
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/ac365449-7077-457b-8110-4a71687b1d98n%40googlegroups.com.


[tw5] How do I send a newline character from a button?

2021-07-03 Thread Mike Andyl
Let's say I have a code for a button:
<$button>
<$action-sendmessage $message="tm-new-tiddler"
text='Line 1 Line 2'
/>
New


How can I split the lines so that in the editor they would be in a couple 
of lines, and not one?

Line 1
Line 2

Similar to "/r/n"

-- 
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/54fb32e0-434c-42f6-ab1d-50acf4d43279n%40googlegroups.com.


[tw5] How to read field data for a button?

2021-07-03 Thread Mike Andyl
After Evernote I have many fields for url records "*source-url*".
I want to make a button to launch this address.
But how do you pass the value *source-url* to *param *for the button?

<$button message="tm-open-external-window" *param*="https://tiddlywiki.com; 
>
Open ~TiddlyWiki - Button


Of course, I can do everything by hand, but maybe the automation can do 
everything quickly by itself, the data is already there!

-- 
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/09736098-e923-440a-b009-ddb0c0fca643n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-03 Thread Mike Andyl
Can't do it, the instruction doesn't work
https://groups.google.com/g/tiddlywiki/c/PueCb0KGmvM

суббота, 3 июля 2021 г. в 04:05:56 UTC+3, Mark S.: 

> If you scroll down on that tiddler the section *Creating external images 
> under Node.js *explains how you can export all your images into a 
> separate folder using node.js. But, of course, first you have to set up and 
> run TiddlyWiki on node.js. After the image files are exported then you can 
> convert your node TW instance back to a single file instance.
>
> Using the new (prerelease 24?)  and the zip plugin it might be able to 
> come up with a solution that doesn't need node.js, but that would be all 
> new territory.
>
> On Friday, July 2, 2021 at 5:11:23 PM UTC-7 miket...@gmail.com wrote:
>
>> 436 images. But I think the problem is with several very large BMP files. 
>> They even take a few minutes to load like raw text. And now I want to 
>> delete, and make the pictures external. 
>> https://tiddlywiki.com/static/ExternalImages.html
>>
>>
>> пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 
>>
>>> Congratulations -- when I imported Evernote, I didn't get any images!
>>>
>>> I think what's happening is that your TW is jam-packed with images. To 
>>> verify this theory, go to the "Filter" tab of the advanced search and try 
>>> this filter:
>>>
>>> [all[tiddlers]get[type]prefix[image]count[]]
>>>
>>> What is the number you see?
>>>
>>> In the meanwhile, when using the "More" tab, avoid using the "Recent" 
>>> sub tab which requires a lot of rendering.
>>>
>>>
>>>
>>>

-- 
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/66da37ca-6e70-4be0-a1ef-f3d35bdb2091n%40googlegroups.com.


[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread Mike Andyl
436 images. But I think the problem is with several very large BMP files. 
They even take a few minutes to load like raw text. And now I want to 
delete, and make the pictures external. 
https://tiddlywiki.com/static/ExternalImages.html


пятница, 2 июля 2021 г. в 23:46:44 UTC+3, Mark S.: 

> Congratulations -- when I imported Evernote, I didn't get any images!
>
> I think what's happening is that your TW is jam-packed with images. To 
> verify this theory, go to the "Filter" tab of the advanced search and try 
> this filter:
>
> [all[tiddlers]get[type]prefix[image]count[]]
>
> What is the number you see?
>
> In the meanwhile, when using the "More" tab, avoid using the "Recent" sub 
> tab which requires a lot of rendering.
>
>
>
>

-- 
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/3f10cb09-85a3-4f1d-b24f-fb438f9bac80n%40googlegroups.com.


[tw5] How do I clear a text field?

2021-07-02 Thread Mike Andyl
In the ExternalImages documentation, I need to enter a command to clear old 
information.
*--setfield [is[image]] text "" text/plain* 
https://tiddlywiki.com/static/ExternalImages.html

But this command doesn't work! And it throws an error *ERR_INVALID_ARG_TYPE*
https://i.imgur.com/UThaiys.jpg

This is written about the setfield command.
*templatetitle* - the tiddler to wikify into the specified field. If blank 
or missing then the specified *field is deleted *
https://tiddlywiki.com/static/SetFieldCommand.html

What should be the command to remove old information in this 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/b65d93db-c3dd-492b-af6a-18cab68d155an%40googlegroups.com.


[tw5] Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread Mike Andyl
I have two notebooks in total 80MB. I imported them and now TiddlyWiki  
doesn't work well. Number of tiddlers 629.
1. I see a lot of entries that are pictures and it distracts me. Is it 
possible to hide them somehow? There are a lot of them and, of course, I 
don’t want to do it with my hands with each one!
2. Now the main file is processed for a long time on loading and uploading. 
How can I put all pictures in a folder so that they do not interfere with 
the database?
3. Many commands for checking on the "More" tab now freeze the browser.
What can be done here?

-- 
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/fab87bee-1781-4194-951c-e2170cf6f97bn%40googlegroups.com.


[tw5] Problem with TiddlyWiki 5 after importing Evernote.

2021-07-02 Thread Mike Andyl

I have two notebooks in total 80MB. I imported them and now A doesn't work 
well. Number of tiddlers 629.
1. I see a lot of entries that are pictures and it distracts me. Is it 
possible to hide them somehow? There are a lot of them and, of course, I 
don’t want to do it with my hands with each one!
2. Now the main file is processed for a long time on loading and uploading. 
How can I put all pictures in a folder so that they do not interfere with 
the database?
3. Many commands for checking on the "More" tab now freeze the browser.
What can be done here?

-- 
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/319a5f31-67c9-4473-8534-70794a7918dfn%40googlegroups.com.