[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread PMario
There is a good post with much better reasoning. 
https://uxengineer.com/css-specificity-avoid-important-css/

-m

On Sunday, June 13, 2021 at 7:59:29 AM UTC+2 PMario wrote:

> On Sunday, June 13, 2021 at 1:46:42 AM UTC+2 iamdar...@gmail.com wrote:
>
>> If yes try adding the following css to your css tiddler.
>>
>> body, p, ol, il, strong {
>>
>> font-size: fontsize !important;
>> }
>>
>
> !important is the absolute last resort. It brutally forces styles. In the 
> long run it will cause more troubles as it solves. See 
> https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#the_!important_exception
>
> So it needs to be used with care!
>
> -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/84f9a8ec-f92f-474a-b431-e880165ffb7dn%40googlegroups.com.


[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread PMario
On Sunday, June 13, 2021 at 1:46:42 AM UTC+2 iamdar...@gmail.com wrote:

> If yes try adding the following css to your css tiddler.
>
> body, p, ol, il, strong {
>
> font-size: fontsize !important;
> }
>

!important is the absolute last resort. It brutally forces styles. In the 
long run it will cause more troubles as it solves. See 
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#the_!important_exception

So it needs to be used with care!

-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/08e2ad79-af1f-407e-bd20-9f1f4f13363an%40googlegroups.com.


[tw5] Re: Keyboard Shortcut to show/hide edit button

2021-06-12 Thread Atul Grover
Thanks Eric Works beautifully... YOU ARE THE MAN!

On Sunday, June 13, 2021 at 3:23:55 AM UTC+5:30 Eric Shulman wrote:

> addendum:
>
> When used as a shortcut, I'm not sure that the macro definition for the 
> config tiddler title will be available.
> If this is the case, then you can also write it this way:
> <$vars 
> config="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit">
> <$action-setfield $tiddler=<> text={{{ 
> [get[text]!match[show]then[show]else[hide]] }}}/>
> 
>
> -e
>
> On Saturday, June 12, 2021 at 2:50:15 PM UTC-7 Eric Shulman wrote:
>
>> On Saturday, June 12, 2021 at 12:54:54 PM UTC-7 atulg...@gmail.com wrote:
>>
>>> I am trying to add a shortcut... I don't know what the first line of the 
>>> code should be... Please help.
>>>
>>
>> Try this: 
>> <$list 
>> filter="[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit]get[text]!match[show]]"
>>  
>> emptyMessage="""
>><$action-setfield 
>> $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
>> text="hide"/>""">
>><$action-setfield 
>> $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
>> text="show"/>
>>  
>>
>> Notes:
>> * if the config tiddler does not exist or has content matching "show", 
>> then the "hide" action is performed
>> * otherwise the "show" action is performed
>>
>> Also, you can make the code more compact, by defining the config tiddler 
>> title using a macro
>> and using a filtered transclusion instead of a $list widget to set the 
>> content to show or hide, like this:
>> \define config() 
>> $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit
>> <$action-setfield $tiddler=<> text={{{ 
>> [get[text]!match[show]then[show]else[hide]] }}}/>
>>
>> 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/92c6ee3e-f7f5-4456-b79e-e30fcc155b31n%40googlegroups.com.


[tw5] Re: Tools for testing responsive TiddlyWiki designs

2021-06-12 Thread Charlie Veniot
Just getting around to trying that.  I really like it.  This will be my 
goto place for responsiveness.  Thanks!  I do very much enjoy.  The heck 
with those sites I was looking at.

Now the next thing on my mind: testing behaviour of code on browser/device 
simulators.

On Saturday, June 12, 2021 at 1:42:25 PM UTC-3 Eric Shulman wrote:

> On Saturday, June 12, 2021 at 8:38:42 AM UTC-7 cj.v...@gmail.com wrote:
>
>> Easy enough to find smartphone simulators/emulators out there on the web 
>> to do some testing.
>>
> If you know of any related goodies, please share ?
>>
>
> Using Chrome:
>
> 1) Open Developer Tools window (ctrl-shift-I)
> 2) Toggle Device Menu (ctrl-shift-M or 2nd icon in top menu bar)
>
> The browser window changes to show the Device Menu and resize the document 
> "viewport" to fit various device sizes
>
> * Use "Responsive" dropdown list to select from some common devices... 
> choose "edit..." to add other pre-defined devices or define your own custom 
> device
> * Use input fields provided in the device menu to hand-enter custom device 
> dimensions
> * Use "Percentage" dropdown to select current device "zoom" level or 
> toggle "Auto-adjust zoom"
> * Use "Throttling" menu to adjust display performance (no throttling, 
> mid-tier mobile, low-end mobile, or offline)
> * Click "rotate" icon to switch display mode between portrait (vertical) 
> and landscape (horizontal)
> * Click on hot zones in bar below Device Menu to quickly switch device 
> pixel width (from "Mobile Small 320px" through "4K 2560px")
> * On far right of Device Menu is "three dots" menu dropdown with more 
> options, including:
>* Show/Hide Device Frame, Media Queries, Rulers
>* Add/Remove Device Pixel Ratio and Device Type controls
>* Capture Screenshot, Full-Size Screenshot
>* Reset to Defaults (resets device menu to default settings)
>* Close DevTools (removes device menu and resets to normal browser 
> window display)
>
> 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/92389b1d-dbb6-476b-9388-f19438c1fea8n%40googlegroups.com.


[tw5] Re: Tools for testing responsive TiddlyWiki designs

2021-06-12 Thread Charlie Veniot
This one is pretty nice, but doesn't handle opening tiddlers in new 
windows:  https://bluetree.ai/screenfly/

On Saturday, June 12, 2021 at 12:38:42 PM UTC-3 Charlie Veniot wrote:

> G'day,
>
> Easy enough to find smartphone simulators/emulators out there on the web 
> to do some testing.
>
> A quick look found me this one:  
> https://mobilemoxie.com/tools/mobile-page-test/
>
> If you know of any related goodies, please share ?
>

-- 
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/4cb1990f-cd3b-489c-90f7-7cf6414a92ffn%40googlegroups.com.


Re: [tw5] Re: Unable to run TiddlyDesktop on Linux

2021-06-12 Thread Darth Mole
Ok, that error remains but the other one about the missing libconfg2-4 is 
gone it seems. I'll look into it a bit more.

TiddlyDesktop is basically an application that allows a user to open, 
modify, and save their TiddlyWikis (the .html files) on their desktop. 
Since TiddlyWiki contains various scripts that require an active server (or 
equivalent) to properly function. TiddlyDesktop provides the needed 
environment. You can also use an externally hosted service like TiddlyHost, 
it just won't be on your local machine. There are also browser plugins for 
you to host and edit your TiddlyWiki files from online file sharing 
services like Google Drive or Dropbox.

Instead of using TiddlyDesktop to create your TiddlyWikis you can also just 
go to https://tiddlywiki.com/#GettingStarted and then click on the blue 
download button. The empty.html is a fully functional TiddlyWiki file. 
Below the download button is also an area that you can use to see what 
options are available to use TiddlyWiki based on OS and/or Browser 
requirements.

In fact, you may want to try doing the download and then using 
TiddlyDesktop to *Open* the empty.html file you downloaded into your 
Downloads folder to see if it still throws the error.

TiddlyDesktop is simply a single tool among many that allows a user to 
properly use the TiddlyWiki html file.

Hope this helps a bit! Let me know if you still get the error after you 
download the TiddlyWiki file from TiddlyWiki.com and then *open* it using 
TiddlyDesktop *versus* trying to *create* it in TiddlyDesktop.

On Saturday, June 12, 2021 at 4:45:11 PM UTC-4 LinuxNoob wrote:

> Yeah I'm still getting the same error message: 
>
> [9629:9629:0603/160810.303573:ERROR:sandbox.cc(376)] InitializeSandbox() 
> called with multiple threads in process gpu-process. 
>
> I figured that I can still edit the html files after creating them by 
> opening the file manually (not using TiddlyDesktop)
>
> I can use TiddlyDesktop to create the new HTML files, then shut down TD by 
> exiting the terminal, and then editing teh html file by clicking on the 
> file where it's stored.
>
> I'm wondering, besides making saving files a breeze and managing backups, 
> are there any other benefits to TiddlyDesktop? The error I'm having just 
> stops me
> from using TD to open/manage the files. I think can deal with having to 
> manually back up the files.
>
> If anyone has any questions regarding this problem I'd be happy to answer. 
> Or any possible solutions. 
>
> Thanks for continuing to look into this, I appreciate any help I can get 
> because I'd like to use TiddlyWiki for work.
>
>
>
>
> On Thursday, June 10, 2021 at 11:30:25 PM UTC-4 iamdar...@gmail.com wrote:
>
>> Is still giving the same exact error as before?
>>
>> On Thursday, June 10, 2021 at 2:08:32 AM UTC-4 LinuxNoob wrote:
>>
>>> Ok I followed the instructions and I've successfully installed 
>>> libgconf2-4 but unfortunately the problem persists.
>>>
>>> Frustrating!
>>>
>>> On Thu, Jun 10, 2021 at 12:37 AM Darth Mole  wrote:
>>>
 The instructions seem legit.

 Try checking out the instructions on this site as well: 
 https://itsfoss.com/unable-to-locate-package-error-ubuntu/

 itsfoss.com, imo, is a great website and I've found many of solutions 
 on there.

 On Thursday, June 10, 2021 at 12:19:42 AM UTC-4 LinuxNoob wrote:

> Thanks for the advice, but it didn't work. I got this message:
>
> ~& sudo apt install libconf2-4
> [sudo] password for user:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package libconf2-4
>
> This website doesn't look reputable, which is why I'm not just trying 
> out what it recommends.
> https://zoomadmin.com/HowToInstall/UbuntuPackage/libgconf-2-4
>
> But the website suggests that to install libconf2-4 I have to write:
>
> sudo apt-get update -y
> sudo apt-get install -y libgconf-2-4 
>
> Can anyone confirm that this would be the way to go?
>
> On Wednesday, June 9, 2021 at 8:36:26 PM UTC-4 iamdar...@gmail.com 
> wrote:
>
>> I preface what I'm about to write with: 
>>
>> I'm very new to linux as well and probably just know enough to be 
>> dangerous. However, given the wording of the error, and that you still 
>> get 
>> it after following the linked steps, I would personally try the 
>> following 
>> if I was experiencing the issue.
>>
>> With everything closed I would run the following command in your 
>> terminal:
>>
>> $sudo apt install libgconf2-4
>>
>> If it asks to install listed package with a y/n type Y and then enter 
>> to continue the install. Depending on how that goes, restart your 
>> machine 
>> and then try the ./nw launch again.
>>
>> On Wednesday, June 9, 2021 at 4:44:00 PM UTC-4 LinuxNoob wrote:
>>
>>> I've fol

[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread Darth Mole
Glad the information was of some use :) Congrats and good luck!

On Saturday, June 12, 2021 at 8:45:15 PM UTC-4 David Gifford wrote:

> Thanks iamdar... and Brian! Brian's snippet did the trick, and I am 
> learning from iamgar's advice too!
>
> On Saturday, June 12, 2021 at 6:36:47 PM UTC-5 iamdar...@gmail.com wrote:
>
>> Hello,
>>
>> Just to confirm you want all the text related to items 1 through 8 to be 
>> the same size?
>>
>> On Saturday, June 12, 2021 at 6:16:22 PM UTC-4 David Gifford wrote:
>>
>>>
>>> I am having a rough time of it in TiddlyWiki today.
>>>
>>> I just want the font-size of the following to all be the same:
>>>
>>> 1. Regular text in a tiddler.
>>> 2. Text in transclusions 
>>> 3. Text in the sidebar lists. 
>>> 4. Text in tables.
>>>
>>> 5-8 below tend to be smaller than 1-4 above.
>>>
>>> 5. Text in ordered and unordered lists. 
>>> 6. Text in custom ViewTemplate tiddlers.
>>> 7. Text with  tags around it 
>>> 8. Text in a  or 
>>>
>>> I have removed "font-size" from the Stylesheet tiddlers I thought 
>>> relevant, as well as from Theme Tweaks in the control panel. But none of 
>>> that seems to improve things.
>>>
>>> Example link: 
>>> https://giffmex.org/experiments/detalles.sandbox.html#Los%20dichos%20'Yo%20soy'%20en%20los%20Evangelios
>>>
>>> Anyone know of a guide to font-size CC for TiddlyWiki? Or can see what I 
>>> am 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/71365e98-1e57-41a6-8f7e-0016ac647054n%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Charlie Veniot
I am in "d*euil*" (mourning) over my misspelled "ac*c**ueil*".

One of the beauties of the French language:  the "euil" of deuil and the 
"cueil" of "accueil" have the same sound.

If I could time-travel to a certain period long ago, I'd be giving somebody 
at the Académie française a slap from the future.


On Saturday, June 12, 2021 at 7:56:39 PM UTC-3 Télumire wrote:

> Just a head up, I've spotted a typo : " Acc*eu*il" --> "Accueil"
> Great work on the UI btw !
>
> Le samedi 12 juin 2021 à 03:51:15 UTC+2, cj.v...@gmail.com a écrit :
>
>> G'day,
>>
>> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, 
>> by default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
>> available via toggling.
>>
>>- by "reader view" (internal debate on-going about that label), I 
>>mean hiding much of what looks like TiddlyWiki interface features, 
>> without 
>>getting into anything too fancy
>>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>>as the toggle for showing/hiding TiddlyWiki interface features
>>
>> To get the Full Monty experience of what I mean check out the before and 
>> after (still very much a work in progress) of my Le P'tit Aurèle:
>>
>>- my now deprecated version without "reader view" 
>>
>>- the new going-forward version with "reader view" at startup 
>>
>>
>> I guess the mission is: how do I setup the kind of structure that makes 
>> for easy/simple navigation to a lot of content without getting lost, while 
>> still making it easy to access the full-features of TiddlyWiki for custom 
>> digging into the content?
>>
>> Something like that.
>>
>> 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/b9f0b67d-c335-4851-afae-0f119277378bn%40googlegroups.com.


[tw5] Presenting GG2TW Beta, a method to convert Google Groups Conversations to TW JSON Tids

2021-06-12 Thread Finn Lancaster
Hello All,

Recently, I have been inspired by many complaining about GG, and have thus 
built a [beta] version of a GG to TW converter. While still full of bugs 
and in need of much more work and polishing, you can still get a gist of 
how it will work when fully completed. 
A demo is available at my website subdomain gg2tw.finnsoftware.net, and the 
project has a GitHub at https://github.com/flancast90/GG2TW/

What I will be adding: For those of you that have tested, you can see that 
the text of the tiddler includes needless strings such as "Forward", 
"Reply", and more from the text-grabbing from GG: I will fix this soon when 
I have time. In addition to this, I have just thrown together the UI in 5 
minutes, so it will be upgraded, too. 
Furthermore, it will soon be able to handle larger downloads, and a way for 
you to select which page you would like to get it from.

*Note for those running it locally bc of download: The API in use to bypass 
CORS is quite finicky, and will throw an error. To fix this (only needed if 
downloaded and not run via given subdomain) , just clear all your browser 
history and cache: The API will reset the CORS access Header.*

I would appreciate to hear some of your questions, comments, and concerns, 
and I will answer them ASAP. Feel free to Star, Fork, Download, or Open an 
Issue at the project's GitHub:  https://github.com/flancast90/GG2TW/

-- 
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/cdfedb82-8f98-4179-9d9b-a2d001e588fan%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Charlie Veniot
Ah marde.  Merci !  Good eye!

Very much appreciated, although:  Lord that's depressing ...

On Saturday, June 12, 2021 at 7:56:39 PM UTC-3 Télumire wrote:

> Just a head up, I've spotted a typo : " Acc*eu*il" --> "Accueil"
> Great work on the UI btw !
>
> Le samedi 12 juin 2021 à 03:51:15 UTC+2, cj.v...@gmail.com a écrit :
>
>> G'day,
>>
>> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, 
>> by default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
>> available via toggling.
>>
>>- by "reader view" (internal debate on-going about that label), I 
>>mean hiding much of what looks like TiddlyWiki interface features, 
>> without 
>>getting into anything too fancy
>>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>>as the toggle for showing/hiding TiddlyWiki interface features
>>
>> To get the Full Monty experience of what I mean check out the before and 
>> after (still very much a work in progress) of my Le P'tit Aurèle:
>>
>>- my now deprecated version without "reader view" 
>>
>>- the new going-forward version with "reader view" at startup 
>>
>>
>> I guess the mission is: how do I setup the kind of structure that makes 
>> for easy/simple navigation to a lot of content without getting lost, while 
>> still making it easy to access the full-features of TiddlyWiki for custom 
>> digging into the content?
>>
>> Something like that.
>>
>> 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/a4e80267-6b49-41b9-a591-e3d71e6358bcn%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Charlie Veniot
Oops, I mean neocities.org !

On Saturday, June 12, 2021 at 12:42:31 PM UTC-3 Charlie Veniot wrote:

> Yeah, your network, or your computer, is blocking access to anything on 
> neocities.com
>
> Kind of makes sense because I'm sure there are sites hosted on there that 
> are nefarious.
>
> I suppose first things first is to figure out if it is your device or your 
> network infrastructure (at work?)
>
>
>
> On Saturday, June 12, 2021 at 12:33:01 PM UTC-3 David Gifford wrote:
>
>> How do I reconfigure my firewall so I can open these sites?
>>
>> On Friday, June 11, 2021 at 8:51:15 PM UTC-5 cj.v...@gmail.com wrote:
>>
>>> G'day,
>>>
>>> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, 
>>> by default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
>>> available via toggling.
>>>
>>>- by "reader view" (internal debate on-going about that label), I 
>>>mean hiding much of what looks like TiddlyWiki interface features, 
>>> without 
>>>getting into anything too fancy
>>>- for toggling, I went with no-fuss-no-muss open/close of the 
>>>sidebar as the toggle for showing/hiding TiddlyWiki interface features
>>>
>>> To get the Full Monty experience of what I mean check out the before and 
>>> after (still very much a work in progress) of my Le P'tit Aurèle:
>>>
>>>- my now deprecated version without "reader view" 
>>>
>>>- the new going-forward version with "reader view" at startup 
>>>
>>>
>>> I guess the mission is: how do I setup the kind of structure that makes 
>>> for easy/simple navigation to a lot of content without getting lost, while 
>>> still making it easy to access the full-features of TiddlyWiki for custom 
>>> digging into the content?
>>>
>>> Something like that.
>>>
>>> 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/57ac0126-57a0-4f15-8713-e13d1effcd3cn%40googlegroups.com.


[tw5] Re: Yet another workflow, adaptation and video to check out

2021-06-12 Thread David Gifford
Hey si

Steal the 'current source' system now that it is way better, thanks to TW 
Tones! go to:

https://giffmex.org/experiments/detalles.sandbox.html#%24%3A%2Fcore%2Fui%2FMoreSideBar%2FSystem

>From there, drag these links:

$:/.giffmex/button/newsource 
$:/.giffmex/Current.Source.Tab
$:/.giffmex/Current.source.text
$:/.tb/macros/list-search 
$:/images/phosphor-icons/bold/book-open-bold
$:/PSaT/button/copy-title
On Tuesday, June 8, 2021 at 3:10:16 PM UTC-5 si wrote:

> Thanks for taking the time to share this David - it's always great to see 
> new workflows.
>
> I will likely steal your "current source" idea!
> On Tuesday, 8 June 2021 at 01:27:38 UTC+1 David Gifford wrote:
>
>>
>> Hi everyone
>>
>> I am really into my new (yes, another one!) workflow for notetaking from 
>> reading. It is faster than previous versions for what I like to grab from 
>> books.
>>
>> Video:  https://www.youtube.com/watch?v=d9fyIJjfkgo
>>
>> Try it out yourself: 
>> https://giffmex.org/experiments/notelines2.experiment.html
>>
>> Dave
>>
>>
>>

-- 
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/f20b7fef-517d-4068-a6ba-bf64fa0fdae9n%40googlegroups.com.


[tw5] Re: Yet another workflow, adaptation and video to check out

2021-06-12 Thread David Gifford
Thank you so much, Tones! Works like a charm! That will save me mucho time 
and grief!

On Saturday, June 12, 2021 at 7:21:08 PM UTC-5 TW Tones wrote:

> David,
>
> You could copy a title and place it in any tiddler. A small extension I 
> have intended to add for a while is to as a rule when copying to the 
> "system clipboard" to also capture this in a tiddler for immediate reuse if 
> necessary, so I just did it, import the attached JSON. I have also 
> demonstrated the use of the value in {{$:/HistoryList!!current-tiddler}} by 
> providing a last tiddler display under the search in the side bar. If 
> installed the copy text and title button macro's are also used.
>
> If you look inside the copy text and title tiddlers you will see something 
> like the following;
> <$action-setfield $tiddler="$:/temp/pastebox/title" text={{!!title}}/>
>
> I recommend copying this line and in the macro and modifying it for your 
> target tiddler eg; $:/.giffmex/Current.source/title
>
> FYI: I store all my macros under [prefix[$:/PSaT]]
>
> The recently edited or navigated to tiddler is what appears in the 
> "last-tiddler", I have another package called focused tiddler (which others 
> do not like the name of) which also displays the full history of activity 
> in the current wiki session. Ay some point I may extend last-tiddler to 
> list N tiddlers and also capture the titles of tiddlers that we close, so 
> reopening closed tiddlers is easy.
>
> So happy to help David
> Tones
>
> On Sunday, 13 June 2021 at 01:22:10 UTC+10 David Gifford wrote:
>
>> Hi Tones! Thanks for thinking of this and coming up with this for me! 
>> Your buttons got me thinking: could you tweak the copy-text-title button so 
>> that rather than copying the title, it replaces the text of 
>> $:/.giffmex/Current.source.text with the title of the tiddler? That way 
>> I could open my list search, click a button, and have it be the current 
>> source. No pasting necessary. I poked around at it, but your code is beyind 
>> my abilities to decipher.
>>
>> On Saturday, June 12, 2021 at 9:28:05 AM UTC-5 TW Tones wrote:
>>
>>> David,
>>>
>>> Thanks for sharing. Not only do I gain insight into how others use 
>>> tiddlywiki, but I also see the opportunity to help (if you like it)
>>>
>>> See my copy title or copy text buttons attached. It adds buttons in the 
>>> view toolbar, however you can also include them in lists, such as your list 
>>> of sources in the sidebar
>>>
>>> Like this; but using the ".source" tag.
>>> <$list filter="[all[]!is[system]]">
>>> {{||$:/PSaT/button/copy-text}} 
>>> {{||$:/PSaT/button/copy-title}}<$link/>
>>> 
>>>
>>> But of course you could make one to copy the "source div" containing the 
>>> current title (like your toolbar button)
>>>
>>> Regards
>>> Tones
>>>
>>> On Wednesday, 9 June 2021 at 06:10:16 UTC+10 si wrote:
>>>
 Thanks for taking the time to share this David - it's always great to 
 see new workflows.

 I will likely steal your "current source" idea!
 On Tuesday, 8 June 2021 at 01:27:38 UTC+1 David Gifford wrote:

>
> Hi everyone
>
> I am really into my new (yes, another one!) workflow for notetaking 
> from reading. It is faster than previous versions for what I like to grab 
> from books.
>
> Video:  https://www.youtube.com/watch?v=d9fyIJjfkgo
>
> Try it out yourself: 
> https://giffmex.org/experiments/notelines2.experiment.html
>
> Dave
>
>
>

-- 
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/6f6485fc-c60b-4353-9dfd-376d16c696c6n%40googlegroups.com.


[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread David Gifford
Thanks iamdar... and Brian! Brian's snippet did the trick, and I am 
learning from iamgar's advice too!

On Saturday, June 12, 2021 at 6:36:47 PM UTC-5 iamdar...@gmail.com wrote:

> Hello,
>
> Just to confirm you want all the text related to items 1 through 8 to be 
> the same size?
>
> On Saturday, June 12, 2021 at 6:16:22 PM UTC-4 David Gifford wrote:
>
>>
>> I am having a rough time of it in TiddlyWiki today.
>>
>> I just want the font-size of the following to all be the same:
>>
>> 1. Regular text in a tiddler.
>> 2. Text in transclusions 
>> 3. Text in the sidebar lists. 
>> 4. Text in tables.
>>
>> 5-8 below tend to be smaller than 1-4 above.
>>
>> 5. Text in ordered and unordered lists. 
>> 6. Text in custom ViewTemplate tiddlers.
>> 7. Text with  tags around it 
>> 8. Text in a  or 
>>
>> I have removed "font-size" from the Stylesheet tiddlers I thought 
>> relevant, as well as from Theme Tweaks in the control panel. But none of 
>> that seems to improve things.
>>
>> Example link: 
>> https://giffmex.org/experiments/detalles.sandbox.html#Los%20dichos%20'Yo%20soy'%20en%20los%20Evangelios
>>
>> Anyone know of a guide to font-size CC for TiddlyWiki? Or can see what I 
>> am 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/9b3ee1de-f416-4633-8031-a142c5eeb8a7n%40googlegroups.com.


[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread Brian Radspinner
Try these:

*html body.tc-body* { font-size: 16px; }

* body p { font-size: 1em; } *
*.tc-tiddler-frame* { font-size: 1em; }
*.tc-sidebar-scrollable* { font-size: 1em; } 

For a page baseline size and some relative sizes.
On Saturday, June 12, 2021 at 4:46:42 PM UTC-7 iamdar...@gmail.com wrote:

> If yes try adding the following css to your css tiddler.
>
> body, p, ol, il, strong {
>
> font-size: fontsize !important;
> }
>
> Replace the word *fontsize* with one of the values from the property 
> values section of the below page:
>
> https://www.w3schools.com/cssref/pr_font_font-size.asp
>
> IE: small, medium, or x-large
>
> On Saturday, June 12, 2021 at 7:36:47 PM UTC-4 Darth Mole wrote:
>
>> Hello,
>>
>> Just to confirm you want all the text related to items 1 through 8 to be 
>> the same size?
>>
>> On Saturday, June 12, 2021 at 6:16:22 PM UTC-4 David Gifford wrote:
>>
>>>
>>> I am having a rough time of it in TiddlyWiki today.
>>>
>>> I just want the font-size of the following to all be the same:
>>>
>>> 1. Regular text in a tiddler.
>>> 2. Text in transclusions 
>>> 3. Text in the sidebar lists. 
>>> 4. Text in tables.
>>>
>>> 5-8 below tend to be smaller than 1-4 above.
>>>
>>> 5. Text in ordered and unordered lists. 
>>> 6. Text in custom ViewTemplate tiddlers.
>>> 7. Text with  tags around it 
>>> 8. Text in a  or 
>>>
>>> I have removed "font-size" from the Stylesheet tiddlers I thought 
>>> relevant, as well as from Theme Tweaks in the control panel. But none of 
>>> that seems to improve things.
>>>
>>> Example link: 
>>> https://giffmex.org/experiments/detalles.sandbox.html#Los%20dichos%20'Yo%20soy'%20en%20los%20Evangelios
>>>
>>> Anyone know of a guide to font-size CC for TiddlyWiki? Or can see what I 
>>> am 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/5eb251c7-ab3a-4eb9-9514-c24d1effde2cn%40googlegroups.com.


[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread Darth Mole
If yes try adding the following css to your css tiddler.

body, p, ol, il, strong {

font-size: fontsize !important;
}

Replace the word *fontsize* with one of the values from the property values 
section of the below page:

https://www.w3schools.com/cssref/pr_font_font-size.asp

IE: small, medium, or x-large

On Saturday, June 12, 2021 at 7:36:47 PM UTC-4 Darth Mole wrote:

> Hello,
>
> Just to confirm you want all the text related to items 1 through 8 to be 
> the same size?
>
> On Saturday, June 12, 2021 at 6:16:22 PM UTC-4 David Gifford wrote:
>
>>
>> I am having a rough time of it in TiddlyWiki today.
>>
>> I just want the font-size of the following to all be the same:
>>
>> 1. Regular text in a tiddler.
>> 2. Text in transclusions 
>> 3. Text in the sidebar lists. 
>> 4. Text in tables.
>>
>> 5-8 below tend to be smaller than 1-4 above.
>>
>> 5. Text in ordered and unordered lists. 
>> 6. Text in custom ViewTemplate tiddlers.
>> 7. Text with  tags around it 
>> 8. Text in a  or 
>>
>> I have removed "font-size" from the Stylesheet tiddlers I thought 
>> relevant, as well as from Theme Tweaks in the control panel. But none of 
>> that seems to improve things.
>>
>> Example link: 
>> https://giffmex.org/experiments/detalles.sandbox.html#Los%20dichos%20'Yo%20soy'%20en%20los%20Evangelios
>>
>> Anyone know of a guide to font-size CC for TiddlyWiki? Or can see what I 
>> am 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/57017c9c-34e1-4dc2-92bf-3726736136e9n%40googlegroups.com.


[tw5] Re: Guide to font-size in TiddlyWiki?

2021-06-12 Thread Darth Mole
Hello,

Just to confirm you want all the text related to items 1 through 8 to be 
the same size?

On Saturday, June 12, 2021 at 6:16:22 PM UTC-4 David Gifford wrote:

>
> I am having a rough time of it in TiddlyWiki today.
>
> I just want the font-size of the following to all be the same:
>
> 1. Regular text in a tiddler.
> 2. Text in transclusions 
> 3. Text in the sidebar lists. 
> 4. Text in tables.
>
> 5-8 below tend to be smaller than 1-4 above.
>
> 5. Text in ordered and unordered lists. 
> 6. Text in custom ViewTemplate tiddlers.
> 7. Text with  tags around it 
> 8. Text in a  or 
>
> I have removed "font-size" from the Stylesheet tiddlers I thought 
> relevant, as well as from Theme Tweaks in the control panel. But none of 
> that seems to improve things.
>
> Example link: 
> https://giffmex.org/experiments/detalles.sandbox.html#Los%20dichos%20'Yo%20soy'%20en%20los%20Evangelios
>
> Anyone know of a guide to font-size CC for TiddlyWiki? Or can see what I 
> am 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/859cfa59-34f7-4f1b-b470-c576f980e8b8n%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Télumire
Just a head up, I've spotted a typo : " Acc*eu*il" --> "Accueil"
Great work on the UI btw !

Le samedi 12 juin 2021 à 03:51:15 UTC+2, cj.v...@gmail.com a écrit :

> G'day,
>
> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, by 
> default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
> available via toggling.
>
>- by "reader view" (internal debate on-going about that label), I mean 
>hiding much of what looks like TiddlyWiki interface features, without 
>getting into anything too fancy
>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>as the toggle for showing/hiding TiddlyWiki interface features
>
> To get the Full Monty experience of what I mean check out the before and 
> after (still very much a work in progress) of my Le P'tit Aurèle:
>
>- my now deprecated version without "reader view" 
>
>- the new going-forward version with "reader view" at startup 
>
>
> I guess the mission is: how do I setup the kind of structure that makes 
> for easy/simple navigation to a lot of content without getting lost, while 
> still making it easy to access the full-features of TiddlyWiki for custom 
> digging into the content?
>
> Something like that.
>
> 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/ec2d9bee-07bf-4711-a78a-b7f2dd8aba7fn%40googlegroups.com.


[tw5] Prevent tag dropdown until 3 or more characters are typed

2021-06-12 Thread dieg...@gmail.com

Hello all,

I'd like to prevent the tag dropdown from showing at all until at least 3 
characters are typed, just like the standard search. I find it takes a long 
time for this dropdown to render, and I frequently accidentally click on a 
tag on the huge dropdown. 

Thanks,
Diego

-- 
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/bc3f21f5-cc7f-42e1-bd1b-c1969effe0c3n%40googlegroups.com.


[tw5] Re: [question] plugin that turn a transclusion into a clickable link in edit mode ?

2021-06-12 Thread Télumire
Hello everyone, 

First of all thank you very much for taking the time to answer me, second 
of all my apologies for answering so late.

*Fred*,  for now instead of a macro I proceed as follow (online demo here 
) :

In the tiddler transcluded I want to make editable,  I put {{||edit}} at 
the end of the tiddler.
The tiddler edit contains the following code : 

 {{||$:/core/ui/Buttons/edit}} 

And with a bit of CSS magic I got what I want, except it's not automatic of 
course and it doesnt work in edit mode. 
I think I will follow your advice and repurpose the paragraph macro, this 
seems like the easiest workaround.

*Ste*, I think you are refering to this : 
https://tobibeer.github.io/tw5-plugins/#inc-Examples , this is a great 
macro however it only work in view mode. My workaround is worse tho, so 
until I find something better I think I'll use his plugin.

*Tones*, this is a great suggestion and IMO is better than a macro, while 
being also limited to the view mode. I tried to follow your explanation and 
got this : https://frontenddevweb.github.io/#:[tag[TW%20Tones]]
Is that what you had in mind ?

*si*, I stumbled upon it as well yesterday, this is great ! That would be 
perfect. This ticket was made a year ago however so I really hope the 
author will eventually add it.

Once again, thanks you all for your help.
Le samedi 12 juin 2021 à 20:22:24 UTC+2, si a écrit :

> >>> CodeMirror is able to parse links, so maybe someone made an addon 
> build upon it allowing this functionnality ? I searched but ultimately 
> found nothing .. 
>
> I'm not aware of any currently existing plugin, but CodeMirrorPlus has an 
> open ticket for adding clickable links in edit mode: 
> https://github.com/adithya-badidey/TW5-codemirror-plus/issues/6
>
> On Friday, 11 June 2021 at 00:33:53 UTC+1 Télumire wrote:
>
>> Hello everyone!
>>
>> Does anyone know if there is a plugin that turn a transclusion into a 
>> clickable link to the tiddler transcluded, in edit mode?
>>
>> The process would be as follows: 
>>
>> I want to edit a tiddler (A). When the editor opens, I see that I have 
>> transcluded another tiddler (e.g. {{B}}) inside the tiddler A. 
>>
>> I want to edit what is in B, so rather than copy/paste the title of 
>> tiddler B into the search bar, click on the relevant tiddler in the search 
>> result, then edit the tiddler B, this plugin would allow me to simply click 
>> on {{B}}, which open the tiddler B, ideally already in edit mode. This 
>> would save a lot of time !
>>
>> CodeMirror is able to parse links, so maybe someone made an addon build 
>> upon it allowing this functionnality ? I searched but ultimately found 
>> nothing ..
>>
>> PS : I know that it's possible to use a macro instead of a standard 
>> transclusion (like discussed here 
>> https://tiddlywiki.narkive.com/dxOiR2Vn/tw-tw5-including-a-link-when-transcluding)
>>  
>> but I dont want to change the way the tiddler is displayed in view mode.
>>
>>
>>

-- 
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/adbfb4b1-fb45-4eaa-a20b-895743f349f0n%40googlegroups.com.


[tw5] Guide to font-size in TiddlyWiki?

2021-06-12 Thread David Gifford

I am having a rough time of it in TiddlyWiki today.

I just want the font-size of the following to all be the same:

1. Regular text in a tiddler.
2. Text in transclusions 
3. Text in the sidebar lists. 
4. Text in tables.

5-8 below tend to be smaller than 1-4 above.

5. Text in ordered and unordered lists. 
6. Text in custom ViewTemplate tiddlers.
7. Text with  tags around it 
8. Text in a  or 

I have removed "font-size" from the Stylesheet tiddlers I thought relevant, 
as well as from Theme Tweaks in the control panel. But none of that seems 
to improve things.

Example link: 
https://giffmex.org/experiments/detalles.sandbox.html#Los%20dichos%20'Yo%20soy'%20en%20los%20Evangelios

Anyone know of a guide to font-size CC for TiddlyWiki? Or can see what I am 
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/1aed546d-c9ac-470a-9cfc-8e6f894a9751n%40googlegroups.com.


[tw5] Re: Keyboard Shortcut to show/hide edit button

2021-06-12 Thread Eric Shulman
addendum:

When used as a shortcut, I'm not sure that the macro definition for the 
config tiddler title will be available.
If this is the case, then you can also write it this way:
<$vars 
config="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit">
<$action-setfield $tiddler=<> text={{{ 
[get[text]!match[show]then[show]else[hide]] }}}/>


-e

On Saturday, June 12, 2021 at 2:50:15 PM UTC-7 Eric Shulman wrote:

> On Saturday, June 12, 2021 at 12:54:54 PM UTC-7 atulg...@gmail.com wrote:
>
>> I am trying to add a shortcut... I don't know what the first line of the 
>> code should be... Please help.
>>
>
> Try this: 
> <$list 
> filter="[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit]get[text]!match[show]]"
>  
> emptyMessage="""
><$action-setfield 
> $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
> text="hide"/>""">
><$action-setfield 
> $tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
> text="show"/>
>  
>
> Notes:
> * if the config tiddler does not exist or has content matching "show", 
> then the "hide" action is performed
> * otherwise the "show" action is performed
>
> Also, you can make the code more compact, by defining the config tiddler 
> title using a macro
> and using a filtered transclusion instead of a $list widget to set the 
> content to show or hide, like this:
> \define config() 
> $:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit
> <$action-setfield $tiddler=<> text={{{ 
> [get[text]!match[show]then[show]else[hide]] }}}/>
>
> 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/9856c3f2-7e1c-45f2-8c28-1093415bb461n%40googlegroups.com.


[tw5] Re: Keyboard Shortcut to show/hide edit button

2021-06-12 Thread Eric Shulman
On Saturday, June 12, 2021 at 12:54:54 PM UTC-7 atulg...@gmail.com wrote:

> I am trying to add a shortcut... I don't know what the first line of the 
> code should be... Please help.
>

Try this: 
<$list 
filter="[[$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit]get[text]!match[show]]"
 
emptyMessage="""
   <$action-setfield 
$tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
text="hide"/>""">
   <$action-setfield 
$tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
text="show"/>
 

Notes:
* if the config tiddler does not exist or has content matching "show", then 
the "hide" action is performed
* otherwise the "show" action is performed

Also, you can make the code more compact, by defining the config tiddler 
title using a macro
and using a filtered transclusion instead of a $list widget to set the 
content to show or hide, like this:
\define config() 
$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit
<$action-setfield $tiddler=<> text={{{ 
[get[text]!match[show]then[show]else[hide]] }}}/>

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/33169e87-2ec8-4ea0-9829-954f45df6c75n%40googlegroups.com.


[tw5] Re: [TW5] PrintRiver plugin

2021-06-12 Thread
Hello BTC,

*you made it - great, thanks!*

One remark:
Each time, when I print a tiddler an I uncheck eg: title, a new file will 
be generated in '*$:/state/PrintRiver/..*.'.
This information is not important to store - temporary it is ok, but it 
should be removed, when PrintRiver window is closed (and Printqueue is 
empty).
Otherwise, the Wiki will be filled up...

There is also that '*$:/HistoryList*' - this can also be limited to eg 5 
entries (*F*irst*-I*n-*F*irst-*O*ut).

Thanks for your effort
Stefan
BurningTreeC schrieb am Samstag, 12. Juni 2021 um 11:44:19 UTC+2:

> Hello  S²,
>
> I've updated the plugin so that one can set font-size and line-height for 
> the new windows and tiddler-bodies
>
> Tell me if that works out well for you
>
> best wishes, BTC
>
> S² schrieb am Samstag, 12. Juni 2021 um 09:24:30 UTC+2:
>
>> Hello BTC,
>>
>> thanks a lot for your effort.
>> I really appreciate this PrintRiver plugin!
>>
>> I use in my Wiki / Theme Tweaks bigger font settings:  
>>
>> Font size: 18px
>> Line height: 22px
>> Font size for tiddler: body: 20px
>> Line height for tiddler body: 24px
>>
>> Text is formatted with H1, H2, H3... 
>>
>> For printing I'd like to have same formating but all much smaller (eg. 
>> font size 10px).
>> How can this be configured?
>>
>> Thanks for feedback
>> Stefan
>>
>> BurningTreeC schrieb am Freitag, 11. Juni 2021 um 17:03:14 UTC+2:
>>
>>> Hello TiddlyWiki community,
>>>
>>> The new PrintRiver plugin is online :)
>>>
>>> You can find it at https://burningtreec.github.io/tiddlywiki-printriver/
>>>
>>> As always, I'm open for ideas, criticism and bug reports
>>>
>>> Best wishes, BTC
>>>
>>

-- 
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/933e1086-45d6-4f3e-9f06-f7524b15931bn%40googlegroups.com.


Re: [tw5] Re: Unable to run TiddlyDesktop on Linux

2021-06-12 Thread LinuxNoob
Yeah I'm still getting the same error message: 

[9629:9629:0603/160810.303573:ERROR:sandbox.cc(376)] InitializeSandbox() 
called with multiple threads in process gpu-process. 

I figured that I can still edit the html files after creating them by 
opening the file manually (not using TiddlyDesktop)

I can use TiddlyDesktop to create the new HTML files, then shut down TD by 
exiting the terminal, and then editing teh html file by clicking on the 
file where it's stored.

I'm wondering, besides making saving files a breeze and managing backups, 
are there any other benefits to TiddlyDesktop? The error I'm having just 
stops me
from using TD to open/manage the files. I think can deal with having to 
manually back up the files.

If anyone has any questions regarding this problem I'd be happy to answer. 
Or any possible solutions. 

Thanks for continuing to look into this, I appreciate any help I can get 
because I'd like to use TiddlyWiki for work.




On Thursday, June 10, 2021 at 11:30:25 PM UTC-4 iamdar...@gmail.com wrote:

> Is still giving the same exact error as before?
>
> On Thursday, June 10, 2021 at 2:08:32 AM UTC-4 LinuxNoob wrote:
>
>> Ok I followed the instructions and I've successfully installed 
>> libgconf2-4 but unfortunately the problem persists.
>>
>> Frustrating!
>>
>> On Thu, Jun 10, 2021 at 12:37 AM Darth Mole  wrote:
>>
>>> The instructions seem legit.
>>>
>>> Try checking out the instructions on this site as well: 
>>> https://itsfoss.com/unable-to-locate-package-error-ubuntu/
>>>
>>> itsfoss.com, imo, is a great website and I've found many of solutions 
>>> on there.
>>>
>>> On Thursday, June 10, 2021 at 12:19:42 AM UTC-4 LinuxNoob wrote:
>>>
 Thanks for the advice, but it didn't work. I got this message:

 ~& sudo apt install libconf2-4
 [sudo] password for user:
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 E: Unable to locate package libconf2-4

 This website doesn't look reputable, which is why I'm not just trying 
 out what it recommends.
 https://zoomadmin.com/HowToInstall/UbuntuPackage/libgconf-2-4

 But the website suggests that to install libconf2-4 I have to write:

 sudo apt-get update -y
 sudo apt-get install -y libgconf-2-4 

 Can anyone confirm that this would be the way to go?

 On Wednesday, June 9, 2021 at 8:36:26 PM UTC-4 iamdar...@gmail.com 
 wrote:

> I preface what I'm about to write with: 
>
> I'm very new to linux as well and probably just know enough to be 
> dangerous. However, given the wording of the error, and that you still 
> get 
> it after following the linked steps, I would personally try the following 
> if I was experiencing the issue.
>
> With everything closed I would run the following command in your 
> terminal:
>
> $sudo apt install libgconf2-4
>
> If it asks to install listed package with a y/n type Y and then enter 
> to continue the install. Depending on how that goes, restart your machine 
> and then try the ./nw launch again.
>
> On Wednesday, June 9, 2021 at 4:44:00 PM UTC-4 LinuxNoob wrote:
>
>> I've followed the link and it doesn't seem to be the same issue. 
>> Although both problems pertain to the nw file, I can still launch 
>> TiddlyDesktop through ./nw
>>
>> My problem's with getting the application to work. I can create a new 
>> wiki, but I can't get the wiki to open up using TiddlyDesktop.
>> If I navigate to the place where I've saved the TW file then I can 
>> use Firefox to open up the tiddlywiki file, but I'm trying to run TW 
>> through TiddlyDesktop.
>>
>> If I open up a wiki file using TiddlyDesktop this is what I get:
>> https://imgur.com/a/1wiCj5X 
>>
>> And I can't close that file! Not even closing TiddlyDesktop gets the 
>> file with random date (https://imgur.com/a/1wiCj5X) to close. The 
>> only way to close it is to close the terminal from which I launched ./nw
>>
>> I forgot to mention: This is the message I get when I launch ./nw and 
>> TiddlyDesktop does open:
>> ~/TiddlyDesktop$ ./nw
>> [6521:6521:0603/160810.303573:ERROR:sandbox.cc(376)] 
>> InitializeSandbox() called with multiple threads in process gpu-process.
>>
>> The above error message that displays in the terminal can be visible 
>> here, above the TiddlyDesktop App ( https://imgur.com/a/xnHStTf)
>>
>> Thanks in advance
>>
>>
>> On Tue, Jun 8, 2021 at 4:23 PM strikke...@gmail.com <
>> strikke...@gmail.com> wrote:
>>
>>> We had a similar problem earlier, discussed here 
>>> https://groups.google.com/g/tiddlywiki/c/rXzdNBF7Ozg/m/uxNOfqY-AwAJ
>>>
>>> I am using linux mint myself and start tiddlydesktop from an icon 
>>> (programstarter) on my desktop. The first time I start it, it takes 
>>> qui

[tw5] Keyboard Shortcut to show/hide edit button

2021-06-12 Thread Atul Grover
Hi all,

I am trying to add a shortcut... I don't know what the first line of the 
code should be... Please help.

*<$list filter="[[ $:/core/ui/Buttons/edit ]is[missing]] [{ 
$:/core/ui/Buttons/edit  }removeprefix[show]]" emptyMessage="""*
<$action-setfield 
$tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
text="show"/>
""">
<$action-setfield 
$tiddler="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/edit" 
text="hide"/>


Regards AG

-- 
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/28e3dff0-0d0b-4a70-9de5-0b9a17433972n%40googlegroups.com.


[tw5] Re: Create Save and close in one click ?

2021-06-12 Thread Eric Shulman
On Saturday, June 12, 2021 at 11:14:07 AM UTC-7 mohamed...@hotmail.com 
wrote:

>  <$select
> field="blocker"…>
> <$list filter='[!is[system]!status[completed]tag[task]sort[title]]'>
> <$view field= 'title'/>
> 
> 
> can i get the value chosen from the drop list to populate with brackets in 
> the "blocker field "  ?
>

Try this: 
<$vars lb="[[" rb="]]">
<$select field="blocker" default="select a task...">
   select a task...
   <$list filter='[!is[system]!status[completed]tag[task]sort[title]]'>
  addsuffix] }}}>
 <$view field= 'title'/>
  
   



Note:
* The $vars defines two variables that contain the literal "[[" and "]]" 
text
* The $vars is needed because you can't use literal square brackets as text 
within the filter syntax, since they would be interpreted as part of the 
filter syntax itself (i.e., you can't write ...addprefix[[[]... or 
...addsuffix[]]]...)
* The option entries use the value=... parameter with filtered transclusion 
syntax to add the bracket prefix and suffix around the selected value

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/6d3395bc-134a-4798-b9c9-c05903bd19dcn%40googlegroups.com.


[tw5] Split and uncaught errors when combining Stephen Kimmel's togglers and TWCrossLinks

2021-06-12 Thread cmari
Long shot question: I have found that in an empty current TiddlyWiki, I 
cannot add both TWCrossLinks 
 and 
the Togglers  macros without getting 
javascript errors. 

Clicking on a link to a tiddler containing the <> macro produces 
"Uncaught TypeError: Cannot read property 'split' of undefined'. 

Clicking on a link to a tiddler containing the <> macro produces
"UncaughtNotFoundError: Failed to execute 'insertBefore' on 'Node': The 
node before which the new node is to be inserted is not a child of this 
node."

Unfortunately, although I can figure out how to replicate these errors, I 
have no idea how or whether the problem could be addressed. I'd be very 
grateful for any suggestions (which I recognize might include "delete one 
or the other").  
Thanks,
cmari


-- 
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/7d085919-c439-4ba2-ad5e-53591db6d1bfn%40googlegroups.com.


[tw5] Re: [question] plugin that turn a transclusion into a clickable link in edit mode ?

2021-06-12 Thread si
>>> CodeMirror is able to parse links, so maybe someone made an addon build 
upon it allowing this functionnality ? I searched but ultimately found 
nothing .. 

I'm not aware of any currently existing plugin, but CodeMirrorPlus has an 
open ticket for adding clickable links in edit mode: 
https://github.com/adithya-badidey/TW5-codemirror-plus/issues/6

On Friday, 11 June 2021 at 00:33:53 UTC+1 Télumire wrote:

> Hello everyone!
>
> Does anyone know if there is a plugin that turn a transclusion into a 
> clickable link to the tiddler transcluded, in edit mode?
>
> The process would be as follows: 
>
> I want to edit a tiddler (A). When the editor opens, I see that I have 
> transcluded another tiddler (e.g. {{B}}) inside the tiddler A. 
>
> I want to edit what is in B, so rather than copy/paste the title of 
> tiddler B into the search bar, click on the relevant tiddler in the search 
> result, then edit the tiddler B, this plugin would allow me to simply click 
> on {{B}}, which open the tiddler B, ideally already in edit mode. This 
> would save a lot of time !
>
> CodeMirror is able to parse links, so maybe someone made an addon build 
> upon it allowing this functionnality ? I searched but ultimately found 
> nothing ..
>
> PS : I know that it's possible to use a macro instead of a standard 
> transclusion (like discussed here 
> https://tiddlywiki.narkive.com/dxOiR2Vn/tw-tw5-including-a-link-when-transcluding)
>  
> but I dont want to change the way the tiddler is displayed in view mode.
>
>
>

-- 
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/677d0c54-0b6e-43ba-8800-2569861703f3n%40googlegroups.com.


[tw5] Re: Create Save and close in one click ?

2021-06-12 Thread paulgilbert2000
Hi again ,

can this work for drop downs as well ? so if i have something like this 


 <$select 
field="blocker"…>
<$list filter='[!is[system]!status[completed]tag[task]sort[title]]'>
<$view field= 'title'/>



can i get the value chosen from the drop list to populate with brackets in 
the "blocker field "  ?

On Friday, June 11, 2021 at 12:04:53 AM UTC+2 paulgilbert2000 wrote:

> Thanks Eric,
>
> works very well:) 
>
> @ tones thanks for the suggestion , was not exactly what i am looking for 
> , but very good to know about, will def be using too !!
>
> thank again every one
>
> On Wednesday, June 9, 2021 at 6:23:01 AM UTC+2 Eric Shulman wrote:
>
>> On Tuesday, June 8, 2021 at 7:03:17 PM UTC-7 mohamed...@hotmail.com 
>> wrote:
>>
>>> One more thing if possible , the field part somefield, i need to 
>>> transclude a value there with spaces
>>> somefield={{!!title}}
>>> and i cant add brackets , because this turns it into a string 
>>> [[{{!!title}}]]
>>>
>> Is there any way to insert the value enclosed in brackets ?
>>>
>>
>> So... let's say you have a title of "Foo Bar Baz" (i.e., text containing 
>> spaces).  Then, when you create a new tiddler using somefield={{!!title}}, 
>> the resulting value of somefield will still be "Foo Bar Baz" (i.e., a 
>> single text value containing spaces).  For almost all purposes, this will 
>> be sufficient, and subsequent references to {{!!somefield}} will still 
>> result as a single text value containing spaces.  Nonetheless, it still 
>> possible to save the field value including added brackets, so that it will 
>> be stored as "[[Foo Bar Baz]]".  Here's one method for adding the brackets:
>>
>> <$button> click me
>><$vars lb="[[" rb="]]">
>><$action-createtiddler $basetitle="SomethingNew" text="yabba dabba 
>> doo!" tags="foo bar baz" caption="this is a caption" somefield={{{ 
>> [{!!title}addprefixaddsuffix] }}} />
>>
>> 
>>
>> Notes:
>> * The $vars defines two variables that contain the literal "[[" and "]]" 
>> text
>> * The somefield parameter value is then assembled using "filtered 
>> transclusion" to add the brackets before and after the {!!title} value.
>> * The $vars is needed because you can't use literal square brackets as 
>> text within the filter syntax, since they would be interpreted as part of 
>> the filter syntax itself (i.e., you can't write ...addprefix[[[]... or 
>> ...addsuffix[]]]...)
>>
>> Another way to achieve this is to use macros instead of $vars to define 
>> the lb and rb variables, like this:
>> \define lb() [[
>> \define rb() ]]
>>
>> <$button> click me
>><$action-createtiddler $basetitle="SomethingNew" text="yabba dabba 
>> doo!" tags="foo bar baz" caption="this is a caption" somefield={{{ 
>> [{!!title}addprefixaddsuffix] }}} />
>> 
>>
>> 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/30fbbbfd-f16d-4130-b1af-bb2995fef1d2n%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Eric Shulman
On Friday, June 11, 2021 at 6:51:15 PM UTC-7 cj.v...@gmail.com wrote:

>
>- by "reader view" (internal debate on-going about that label), I mean 
>hiding much of what looks like TiddlyWiki interface features, without 
>getting into anything too fancy
>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>as the toggle for showing/hiding TiddlyWiki interface features
>
> In my "Inside TiddlyWiki" book project (http://tiddlytools.com/InsideTW), 
I defined a stylesheet (TiddlyTools/ReadOnly/Stylesheet) that uses a 
configuration tiddler ($:/config/TiddlyTools/ReadOnly) to toggle the 
interface display between "readertools" and "authortools":
\define readonly() $:/config/TiddlyTools/ReadOnly

<$reveal type="match" text="yes" state=<>>
   .authortools { display:none; }
   .readertools { display:inline; }
   .tc-topbar-right .tc-btn-invisible { visibility:hidden; } /* HIDE 
SIDEBAR BUTTON */ 

<$reveal type="nomatch" text="yes" state=<>>
   .authortools { display:inline; }
   .readertools { display:none; }



Next,  I defined a tiddler (TiddlyTools/ReadOnly) that displays a 
"locked/unlocked" button to toggle the read-only configuration setting:
\define readonly() $:/config/TiddlyTools/ReadOnly
\define sidebar()  $:/state/sidebar
<$reveal type="match" text="yes" state=<>>
<$button class="tt-button"
   tooltip="unlock this document (allow editing)">
   <$action-setfield $tiddler=<> text="no"/>
   {{$:/core/images/locked-padlock}}

<$reveal type="nomatch" text="yes" state=<>>
<$button class="tt-button"
   tooltip="lock this document (disable editing)">
   <$action-setfield $tiddler=<> text="yes"/>
   <$action-setfield $tiddler=<>  text="no"/>
   {{$:/core/images/unlocked-padlock}}


Then, wherever I want controls (or content) that should only appear in 
authormode, I wrap those controls in @@.authortools ... @@ and wherever I 
want controls (or content) that should only appear in readermode, I wrap 
those controls in @@.readertools ... @@. All other controls/content appear 
normally, regardless of the current authormode/readermode setting.  Note 
that the toggle button for the standard TiddlyWiki sidebar is automatically 
hidden when in readermode.

how do I setup the kind of structure that makes for easy/simple navigation 
> to a lot of content without getting lost, while still making it easy to 
> access the full-features of TiddlyWiki for custom digging into the content?
>

I've also created several mechanisms to facilitate navigation throughout 
the "TiddlyBook" interface:

* *TiddlyTools/SlideBars* enables content to "slide" out from the sides of 
the browser window.  I use this interface to show a customized TOC (Table 
of Contents) tree navigation that highlights to tiddler topic you are 
currently viewing (note: TiddlyBook uses "zoomin" display mode so only one 
tiddler is shown at any given time).  The TOC also provides an 
"expand/collapse all" button (upper left corner) to quickly view/hide the 
entire TOC tree, and a "you are here" display (below the TOC tree) to show 
the title of the topic you are currently viewing with "permalink" and 
"toggle favorite" buttons (see below).
* *TiddlyTools/NavBar/Top* is a replacement for the standard TiddlyWiki 
titlebar, and includes buttons for navigating to related tiddlers, based on 
the TOC structure, as well as a "navbar path" that shows links to the 
hierarchical path from the TOC tree "root" to the current tiddler.
* *TiddlyTools/NavBar/Bottom* adds navigation at the bottom of each tiddler 
that let's you move sequentially through a list of all topics in the TOC 
tree.  It also adds a *"Chapters" popup* that links to each book chapter as 
well as an *"Appendix" popup* that links to topics in the Appendix section 
of the book.
* *TiddlyTools/History* provides a button ("clock" icon displayed in the 
NavBar/Top) and popup to list links to the current contents of the 
$:/HistoryList maintained by the TWCore.  The popup lets you quickly 
navigate to any item in the $:/HistoryList.  The NavBar/Top also shows *"Next" 
and "Previous" buttons* ("double chevron" icons) to navigate through the 
items in $:/HistoryList with just a single click.   There is also a 
"delete" button in the History popup that lets you instantly clear the 
entire History list (except for the currently viewed item and the 
TiddlyBook "CoverPage").
* *TiddlyBook/Favorites* manages a list of "starred" topics, stored as an 
indexed tiddler, $:/config/TiddlyBook/Favorites.  The NavBar/Top also 
includes *TiddlyBook/Favorites/ToggleFavorite* to show a "star" button that 
you can click to add/remove the current topic from the list of Favorites.  
The Favorites list is automatically saved to a *cookie* (using macros 
defined by TiddlyTools/Cookies/*.js code and invoked by 
*TiddlyBook/CookieJar*).  This allows visitors to the online 
"InsideTiddlyWiki" book to maintain their own set of Favorites that is 
automatically re-loaded when they visit the site.  (Note t

[tw5] Re: Tools for testing responsive TiddlyWiki designs

2021-06-12 Thread Eric Shulman
On Saturday, June 12, 2021 at 8:38:42 AM UTC-7 cj.v...@gmail.com wrote:

> Easy enough to find smartphone simulators/emulators out there on the web 
> to do some testing.
> If you know of any related goodies, please share ?
>

Using Chrome:

1) Open Developer Tools window (ctrl-shift-I)
2) Toggle Device Menu (ctrl-shift-M or 2nd icon in top menu bar)

The browser window changes to show the Device Menu and resize the document 
"viewport" to fit various device sizes

* Use "Responsive" dropdown list to select from some common devices... 
choose "edit..." to add other pre-defined devices or define your own custom 
device
* Use input fields provided in the device menu to hand-enter custom device 
dimensions
* Use "Percentage" dropdown to select current device "zoom" level or toggle 
"Auto-adjust zoom"
* Use "Throttling" menu to adjust display performance (no throttling, 
mid-tier mobile, low-end mobile, or offline)
* Click "rotate" icon to switch display mode between portrait (vertical) 
and landscape (horizontal)
* Click on hot zones in bar below Device Menu to quickly switch device 
pixel width (from "Mobile Small 320px" through "4K 2560px")
* On far right of Device Menu is "three dots" menu dropdown with more 
options, including:
   * Show/Hide Device Frame, Media Queries, Rulers
   * Add/Remove Device Pixel Ratio and Device Type controls
   * Capture Screenshot, Full-Size Screenshot
   * Reset to Defaults (resets device menu to default settings)
   * Close DevTools (removes device menu and resets to normal browser 
window display)

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/3769e36c-4755-415e-b5fd-db148018c79cn%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Charlie Veniot
Yeah, your network, or your computer, is blocking access to anything on 
neocities.com

Kind of makes sense because I'm sure there are sites hosted on there that 
are nefarious.

I suppose first things first is to figure out if it is your device or your 
network infrastructure (at work?)



On Saturday, June 12, 2021 at 12:33:01 PM UTC-3 David Gifford wrote:

> How do I reconfigure my firewall so I can open these sites?
>
> On Friday, June 11, 2021 at 8:51:15 PM UTC-5 cj.v...@gmail.com wrote:
>
>> G'day,
>>
>> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, 
>> by default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
>> available via toggling.
>>
>>- by "reader view" (internal debate on-going about that label), I 
>>mean hiding much of what looks like TiddlyWiki interface features, 
>> without 
>>getting into anything too fancy
>>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>>as the toggle for showing/hiding TiddlyWiki interface features
>>
>> To get the Full Monty experience of what I mean check out the before and 
>> after (still very much a work in progress) of my Le P'tit Aurèle:
>>
>>- my now deprecated version without "reader view" 
>>
>>- the new going-forward version with "reader view" at startup 
>>
>>
>> I guess the mission is: how do I setup the kind of structure that makes 
>> for easy/simple navigation to a lot of content without getting lost, while 
>> still making it easy to access the full-features of TiddlyWiki for custom 
>> digging into the content?
>>
>> Something like that.
>>
>> 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/850d0765-424a-42ef-8d03-39cbe18afa21n%40googlegroups.com.


[tw5] Tools for testing responsive TiddlyWiki designs

2021-06-12 Thread Charlie Veniot
G'day,

Easy enough to find smartphone simulators/emulators out there on the web to 
do some testing.

A quick look found me this 
one:  https://mobilemoxie.com/tools/mobile-page-test/

If you know of any related goodies, please share ?

-- 
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/6e84c273-d53a-47a0-9d0e-4c44433df974n%40googlegroups.com.


[tw5] Re: Yet another workflow, adaptation and video to check out

2021-06-12 Thread David Gifford
And, just to be sure you hear me say it, the buttons as they are, are very 
cool! Thanks again.

On Saturday, June 12, 2021 at 10:22:10 AM UTC-5 David Gifford wrote:

> Hi Tones! Thanks for thinking of this and coming up with this for me! Your 
> buttons got me thinking: could you tweak the copy-text-title button so that 
> rather than copying the title, it replaces the text of 
> $:/.giffmex/Current.source.text with the title of the tiddler? That way I 
> could open my list search, click a button, and have it be the current 
> source. No pasting necessary. I poked around at it, but your code is beyind 
> my abilities to decipher.
>
> On Saturday, June 12, 2021 at 9:28:05 AM UTC-5 TW Tones wrote:
>
>> David,
>>
>> Thanks for sharing. Not only do I gain insight into how others use 
>> tiddlywiki, but I also see the opportunity to help (if you like it)
>>
>> See my copy title or copy text buttons attached. It adds buttons in the 
>> view toolbar, however you can also include them in lists, such as your list 
>> of sources in the sidebar
>>
>> Like this; but using the ".source" tag.
>> <$list filter="[all[]!is[system]]">
>> {{||$:/PSaT/button/copy-text}} {{||$:/PSaT/button/copy-title}}<$link/>
>> 
>>
>> But of course you could make one to copy the "source div" containing the 
>> current title (like your toolbar button)
>>
>> Regards
>> Tones
>>
>> On Wednesday, 9 June 2021 at 06:10:16 UTC+10 si wrote:
>>
>>> Thanks for taking the time to share this David - it's always great to 
>>> see new workflows.
>>>
>>> I will likely steal your "current source" idea!
>>> On Tuesday, 8 June 2021 at 01:27:38 UTC+1 David Gifford wrote:
>>>

 Hi everyone

 I am really into my new (yes, another one!) workflow for notetaking 
 from reading. It is faster than previous versions for what I like to grab 
 from books.

 Video:  https://www.youtube.com/watch?v=d9fyIJjfkgo

 Try it out yourself: 
 https://giffmex.org/experiments/notelines2.experiment.html

 Dave




-- 
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/35bf681a-38b3-4f7b-9d56-f5c3e1cf75c3n%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread David Gifford
How do I reconfigure my firewall so I can open these sites?

On Friday, June 11, 2021 at 8:51:15 PM UTC-5 cj.v...@gmail.com wrote:

> G'day,
>
> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, by 
> default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
> available via toggling.
>
>- by "reader view" (internal debate on-going about that label), I mean 
>hiding much of what looks like TiddlyWiki interface features, without 
>getting into anything too fancy
>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>as the toggle for showing/hiding TiddlyWiki interface features
>
> To get the Full Monty experience of what I mean check out the before and 
> after (still very much a work in progress) of my Le P'tit Aurèle:
>
>- my now deprecated version without "reader view" 
>
>- the new going-forward version with "reader view" at startup 
>
>
> I guess the mission is: how do I setup the kind of structure that makes 
> for easy/simple navigation to a lot of content without getting lost, while 
> still making it easy to access the full-features of TiddlyWiki for custom 
> digging into the content?
>
> Something like that.
>
> 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/9dd6dc5f-b759-4867-9ac2-6fd9e26b62ecn%40googlegroups.com.


[tw5] Re: Yet another workflow, adaptation and video to check out

2021-06-12 Thread David Gifford
Hi Tones! Thanks for thinking of this and coming up with this for me! Your 
buttons got me thinking: could you tweak the copy-text-title button so that 
rather than copying the title, it replaces the text of 
$:/.giffmex/Current.source.text with the title of the tiddler? That way I 
could open my list search, click a button, and have it be the current 
source. No pasting necessary. I poked around at it, but your code is beyind 
my abilities to decipher.

On Saturday, June 12, 2021 at 9:28:05 AM UTC-5 TW Tones wrote:

> David,
>
> Thanks for sharing. Not only do I gain insight into how others use 
> tiddlywiki, but I also see the opportunity to help (if you like it)
>
> See my copy title or copy text buttons attached. It adds buttons in the 
> view toolbar, however you can also include them in lists, such as your list 
> of sources in the sidebar
>
> Like this; but using the ".source" tag.
> <$list filter="[all[]!is[system]]">
> {{||$:/PSaT/button/copy-text}} {{||$:/PSaT/button/copy-title}}<$link/>
> 
>
> But of course you could make one to copy the "source div" containing the 
> current title (like your toolbar button)
>
> Regards
> Tones
>
> On Wednesday, 9 June 2021 at 06:10:16 UTC+10 si wrote:
>
>> Thanks for taking the time to share this David - it's always great to see 
>> new workflows.
>>
>> I will likely steal your "current source" idea!
>> On Tuesday, 8 June 2021 at 01:27:38 UTC+1 David Gifford wrote:
>>
>>>
>>> Hi everyone
>>>
>>> I am really into my new (yes, another one!) workflow for notetaking from 
>>> reading. It is faster than previous versions for what I like to grab from 
>>> books.
>>>
>>> Video:  https://www.youtube.com/watch?v=d9fyIJjfkgo
>>>
>>> Try it out yourself: 
>>> https://giffmex.org/experiments/notelines2.experiment.html
>>>
>>> Dave
>>>
>>>
>>>

-- 
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/dfab38d8-15b3-4b8a-ba03-0113e13734aen%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread TiddlyTweeter
cj.v...@gmail.com wrote:

> Yeah, responsive web design in on my noggin'.


It is certain NOGGIN THE NOG may help :-) NOGGIN THE NOG 
.

TT

-- 
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/c00325e0-ca9f-44d6-a3dc-f5ec4431d94fn%40googlegroups.com.


[tw5] Re: Yet another workflow, adaptation and video to check out

2021-06-12 Thread TW Tones
David,

Thanks for sharing. Not only do I gain insight into how others use 
tiddlywiki, but I also see the opportunity to help (if you like it)

See my copy title or copy text buttons attached. It adds buttons in the 
view toolbar, however you can also include them in lists, such as your list 
of sources in the sidebar

Like this; but using the ".source" tag.
<$list filter="[all[]!is[system]]">
{{||$:/PSaT/button/copy-text}} {{||$:/PSaT/button/copy-title}}<$link/>


But of course you could make one to copy the "source div" containing the 
current title (like your toolbar button)

Regards
Tones

On Wednesday, 9 June 2021 at 06:10:16 UTC+10 si wrote:

> Thanks for taking the time to share this David - it's always great to see 
> new workflows.
>
> I will likely steal your "current source" idea!
> On Tuesday, 8 June 2021 at 01:27:38 UTC+1 David Gifford wrote:
>
>>
>> Hi everyone
>>
>> I am really into my new (yes, another one!) workflow for notetaking from 
>> reading. It is faster than previous versions for what I like to grab from 
>> books.
>>
>> Video:  https://www.youtube.com/watch?v=d9fyIJjfkgo
>>
>> Try it out yourself: 
>> https://giffmex.org/experiments/notelines2.experiment.html
>>
>> Dave
>>
>>
>>

-- 
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/0250960c-fc72-4e36-917c-df2de92056b4n%40googlegroups.com.


copy-text-title-buttons.json
Description: application/json


Re: [tw5] Re: Simple authentication options for Bob

2021-06-12 Thread Pietro Abano
Hi Ed,


some time ago (a year?) I have created a description of how to authenticate
(to a nginx web server) via a user certificate.
It did work for me.

It's here:
https://groups.google.com/g/tiddlywiki/c/StoO3ApsWJU/m/064orDtwBQAJ.
Unfortunately it's not at the linked URL anymore, but I probably can find
it in my resources and share it with you, if you wish.

Best regards,

Pietro

On Thu, Jun 10, 2021 at 7:02 PM Ed Heil  wrote:

> Thanks for all these suggestions!
>
> On Monday, June 7, 2021 at 1:06:40 PM UTC-4 scot wrote:
>
>> Hi Ed,
>> not sure if you've seen this link on  TiddlyWikiLinks
>>  or if it's relevant to your setup.
>>
>> "Add Login to a Node.js App with Cloudflare Argo Tunnels". Detailed
>> explanation of setting up TiddlyWiki
>>  in a Digital Ocean
>> droplet, with a CloudFlare 
>> Argo tunnel providing secure publishing to a domain with built-in
>> authentication
>>
>>
>> https://mydigitalmark.com/add-login-to-nodejs-with-cloudflare-argo-tunnels/
>> 
>> Add Login to a Node.js App with Cloudflare Argo Tunnels
>>
>> Scot
>>
>> On Monday, 7 June 2021 at 16:16:56 UTC+1 PMario wrote:
>>
>>> Hi Ed,
>>> It should be possible to activate basic auth on the Nginx level. It will
>>> create a system popup and deny access, if the credentials are wrong.
>>> That should be relatively simple for the start.
>>>
>>> see:
>>> https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/
>>> I didn't read it. I only did a short search q:-)
>>> -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/1a042f5a-bb44-4337-b997-d34e9067bc50n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CANbQO_DyUnTMBSZQhN8X58TsxEqzouKMr-FikO9YZSKHS0YFqQ%40mail.gmail.com.


[tw5] Re: [question] plugin that turn a transclusion into a clickable link in edit mode ?

2021-06-12 Thread TW Tones
Folks,

There is a way to always transclude via another transclusion eg;

{{transcludetiddler||transclude}} where "transclude" is a smart tiddler 
that responds to an edit mode setting, if in edit mode it will allow 
editing, provide a link etc,, other wise behave as normal. In the 
transclude tiddler the tiddler to transclude will be <> and 
if you must get the tiddler it displayed in (would normally be the current 
tiddler)  use <>.

Regards
Tones

On Friday, 11 June 2021 at 23:51:59 UTC+10 Ste wrote:

> I think there is something in tbeers repository of stuff that does that, 
> though you have to use a slightly different syntax to {{}}  for it to work.
> http://tobibeer.github.io/tw5-plugins/#Welcome
>
> Though having just looked I can't spot it
>
> On Friday, 11 June 2021 at 04:28:37 UTC+1 fred@gmail.com wrote:
>
>> Not exactly what you want but if you use the paragraphs plugin to 
>> transclude, you can edit the original tiddler's text directly when in view 
>> more. You may be able to tweak it so the view is nearly identical.
>>
>> http://j.d.paragraphs.tiddlyspot.com/#paragraphs%20Macro%20(Examples)
>>
>> On Thursday, 10 June 2021 at 19:33:53 UTC-4 Télumire wrote:
>>
>>> Hello everyone!
>>>
>>> Does anyone know if there is a plugin that turn a transclusion into a 
>>> clickable link to the tiddler transcluded, in edit mode?
>>>
>>> The process would be as follows: 
>>>
>>> I want to edit a tiddler (A). When the editor opens, I see that I have 
>>> transcluded another tiddler (e.g. {{B}}) inside the tiddler A. 
>>>
>>> I want to edit what is in B, so rather than copy/paste the title of 
>>> tiddler B into the search bar, click on the relevant tiddler in the search 
>>> result, then edit the tiddler B, this plugin would allow me to simply click 
>>> on {{B}}, which open the tiddler B, ideally already in edit mode. This 
>>> would save a lot of time !
>>>
>>> CodeMirror is able to parse links, so maybe someone made an addon build 
>>> upon it allowing this functionnality ? I searched but ultimately found 
>>> nothing ..
>>>
>>> PS : I know that it's possible to use a macro instead of a standard 
>>> transclusion (like discussed here 
>>> https://tiddlywiki.narkive.com/dxOiR2Vn/tw-tw5-including-a-link-when-transcluding)
>>>  
>>> but I dont want to change the way the tiddler is displayed in view mode.
>>>
>>>
>>>

-- 
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/c2d75162-2538-41d7-87ff-09441e6df1d1n%40googlegroups.com.


[tw5] Re: Vanishing content!

2021-06-12 Thread Charlie Veniot
And all of this reminds me of:  https://www.youtube.com/watch?v=mzWN4v2Ck0s

On Saturday, June 12, 2021 at 10:17:21 AM UTC-3 TiddlyTweeter wrote:

> LOL! I do that too, especially, Kowalski Steve, when watching VANISHING 
> POINT. 
>
> On Saturday, 12 June 2021 at 13:37:26 UTC+2 Ste wrote:
>
>> I never! 
>> Oh... Yeah.. 
>> *embarrased silence* 
>> Thanks! 
>>
>

-- 
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/c0176850-fe38-4fcb-814b-676a3b1223e6n%40googlegroups.com.


[tw5] Re: Keyboard/Mouse Combination to Force Selected Tiddler to Use Zoomin Story View?

2021-06-12 Thread TW Tones
You could make a button that looks like a link to close all and then open ( 
Action navigate } a named tiddler, but I think you want this to occur for 
all links?

Of course such a button could close one, and open another leaving the rest 
of the story intact but how do your define "The  existing one?".

I have a way to "focus" on the last opened or a selected tiddler, if that 
is required.

Tones

On Thursday, 10 June 2021 at 15:48:54 UTC+10 PMario wrote:

> Hi,
> No. This function isn't available.
> -m
>
> On Thursday, June 10, 2021 at 3:48:28 AM UTC+2 iamdar...@gmail.com wrote:
>
>> Is there anyway to force a Tiddler to load in place of the existing one 
>> when a link is clicked while also holding down a key on the keyboard?
>>
>> IE: With stroll if you hold shift while clicking on a link it will open 
>> in the second column.
>>
>> The Zoomin Story view does this functionality but gets applied to all the 
>> tiddlers in the story view. 
>>
>> Thank you!
>>
>>

-- 
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/18db081d-8473-4c22-b632-ef01adfcb149n%40googlegroups.com.


[tw5] Re: Building a book/blog webpage -- is TW5 right for it?

2021-06-12 Thread TW Tones
As much as I value WordPress my personal belief is tiddlywiki would  be 
ideal, I would start with others book style wikis to get going. 

I understand the value of static websites for search may be valuable 
however the interactive wiki offers much more. The compromise would be a 
static site on which every page link opens  the interactive wiki, add a 
splash screen to inform them you are loading the whole book for easy search.

I started building a template to support this but not completed it yet. 
Hopefully someone has done it and can share a revised template for its 
export. 
If you can serve a node implementation securely on the internet would be 
better and it can automatically serve both static and interactive content. 

By the way 70,000 words with an average length 490,000 characters, Not even 
half a Megabyte is trivial, I have happily used 6-12Mb single file wikis 
without any concern.

Tones

On Friday, 11 June 2021 at 23:03:06 UTC+10 iamdar...@gmail.com wrote:

> Hello!
>
> As much as I love TiddlyWiki and think it could work for your use cases, I 
> feel I would be remiss to not point out another option: *WordPress*
>
>
>
> On Friday, June 11, 2021 at 7:37:42 AM UTC-4 David Gifford wrote:
>
>> Hi Kosmaton
>>
>> You could use TiddlyWiki in node.js, and export and upload tiddlers to 
>> your free webhosting service as static htmls, no database needed. With some 
>> CSS, you could design it as you wish, in a way that it doesn't look 
>> TiddlyWiki-ish, and there are plugins to make the layout mobile-friendly. 
>> The book page, home page and news page are all doable. The book page could 
>> be handled with details elements (HTML, not the details widget plugin) and 
>> transclusions. So yes, everything you mentioned can be done.
>>
>> Alternately, you could do the same with a regular standalone TW uploaded 
>> to your free webhosting service. Doing it as a standalone means the opening 
>> page would not load as quickly as a small static html page, but most people 
>> wouldn't notice the difference, and it would give you many more options for 
>> how to handle the book page, for example the table of contents feature in 
>> TiddlyWiki.
>>
>> What might not work, though I may be wrong, is having a user comments 
>> section, but then you did not mention that. I know there is at least one 
>> user comments plugin, but I haven't played with it.
>>
>> On Thursday, June 10, 2021 at 3:28:54 PM UTC-5 Kosmaton wrote:
>>
>>> Hello Tiddly people,
>>>  
>>> I'm meaning to create a new website, and I'd like to ask your opinion 
>>> whether TiddlyWiki is the right tool (or one of the tools) for it.
>>>  
>>> I used to have a pre-TW5 site on TiddlySpace back in the day. I'm 
>>> semi-programming-and-webdesign-literate, in an ad hoc and rusty way. No 
>>> experience with databases unfortunately, which may be relevant.
>>>  
>>> The website I have in mind would be a combination of a non-fiction book 
>>> (already written, but expandable/changeable), and an associated blog. The 
>>> book is organized as a big tree of numbered paragraphs/sections: 1, 1.1, 
>>> 1.1.1, 1.2, 2, 2.1 etc. These sections frequently refer to one another; 
>>> it's a hypertext in itself.
>>>  
>>> * The site would mainly need to have:
>>>  
>>> 1) a page that displays the book, with a Table of Contents.
>>>   - The TOC should be hideable as a whole.
>>>   - The branches of the TOC should be collapsible, i.e. click on 1 to 
>>> show 1.1 and 1.2, click again to hide them, etc.
>>>   - It may be excessive to load all the text of the book (all the 
>>> sections) into the viewport (some 70,000 words). But it would be nice if 
>>> the reader saw a bit more than just the section they're currently reading. 
>>> Basically a pdf-reader-like experience would be good.
>>>   - optional: Sections of the book may get revisions, and the visitor 
>>> should be able to see the revisions. (This would probably get a lot more 
>>> complicated if I want to allow for reordering, deletion and creation of 
>>> sections...)
>>>   - The book currently exists as a LibreOffice Writer .odt file, with 
>>> sections actually organized as headings. Ideally I'd like to automate the 
>>> process of getting them into the TiddlyWiki.
>>>  
>>> 2) a blog/news page
>>>   - Blog posts are expected to regularly contain links to book sections, 
>>> or entire transcluded sections.
>>>   - Posts must be able to acommodate audio files; a regular HTML >> controls> seems sufficient.
>>>  
>>> 3) a Home page that could e.g. display
>>>   - the most recent blog post (truncated if necessary)
>>>   - a sort of carousel widget with single sections from the book, with 
>>> arrows left and right to flip through them. These sections could be either 
>>> randomly taken from the whole book, or from a hand-picked subset of 
>>> sections (which I should be able to adjust).
>>>  
>>> * The thing really ought to be 'responsive', i.e. look fine on small 
>>> screens too. This might not be obvious for 

[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Charlie Veniot
Yeah, responsive web design in on my noggin'.

My next major refactoring job: a new form for entering data and providing 
presentation layout.  With responsive web design in mind.

Then responsive web design throughout.

Well, "good enough" responsive web design, so that I can get back to adding 
content.  I've put that aside for way too long.

On Saturday, June 12, 2021 at 6:27:49 AM UTC-3 TiddlyTweeter wrote:

> cj.v...@gmail.com wrote:
>
>> To get the Full Monty ...
>>
>
>>- the new going-forward version with "reader view" at startup 
>>
>>
>> I guess the mission is: how do I setup the kind of structure that makes 
>> for easy/simple navigation to a lot of content without getting lost ... 
>> while still making it easy to access the full-features of TiddlyWiki for 
>> custom digging into the content?
>>
>
> Ha! Very nice. 
>
> The way it integrates with Google Docs is great! 
> As are the pop-out windows for individual words!
>
> Regarding your question "*easy/simple navigation to a lot of content 
> without getting lost ..."  *I think you mastered the TW tech side of it 
> really well.
> The thing is *very rich* and issues are, from my POV, really about visual 
> information design for purpose. 
> I think it would be fine once a user clicked through a few of the many 
> menu items. 
>
> Small neg. comment: it is not ideal visually on mobile. If you want 
> specific comments on that let me know.
>
> But its a true Full Monty.
> Best wishes, TT
>
>  
>

-- 
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/e63600ed-031b-4634-8610-4cc407497a7an%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Charlie Veniot
"Distraction-free reading" ?  Just did a quick search of the web, and 
"Reader Mode" seems like the right way to go.

Yeah, I get caught up in wording ...

On Friday, June 11, 2021 at 10:51:15 PM UTC-3 Charlie Veniot wrote:

> G'day,
>
> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, by 
> default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
> available via toggling.
>
>- by "reader view" (internal debate on-going about that label), I mean 
>hiding much of what looks like TiddlyWiki interface features, without 
>getting into anything too fancy
>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>as the toggle for showing/hiding TiddlyWiki interface features
>
> To get the Full Monty experience of what I mean check out the before and 
> after (still very much a work in progress) of my Le P'tit Aurèle:
>
>- my now deprecated version without "reader view" 
>
>- the new going-forward version with "reader view" at startup 
>
>
> I guess the mission is: how do I setup the kind of structure that makes 
> for easy/simple navigation to a lot of content without getting lost, while 
> still making it easy to access the full-features of TiddlyWiki for custom 
> digging into the content?
>
> Something like that.
>
> 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/1c553690-6750-4b69-978e-c6f857560c67n%40googlegroups.com.


[tw5] Re: Vanishing content!

2021-06-12 Thread TiddlyTweeter
LOL! I do that too, especially, Kowalski Steve, when watching VANISHING 
POINT. 

On Saturday, 12 June 2021 at 13:37:26 UTC+2 Ste wrote:

> I never! 
> Oh... Yeah.. 
> *embarrased silence* 
> Thanks! 
>

-- 
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/2cf7df49-119c-4b3e-a60a-577fa861d753n%40googlegroups.com.


[tw5] Re: Vanishing content!

2021-06-12 Thread Ste
I never! 
Oh... Yeah.. 
*embarrased silence* 
Thanks! 

On Saturday, 12 June 2021 at 12:33:18 UTC+1 Eric Shulman wrote:

> The tiddler "Thermodynamics" is *folded* !!!
>
> see  $:/state/folded/Thermodynamics 
> 
>
> -e
>
> On Saturday, June 12, 2021 at 4:18:35 AM UTC-7 Ste wrote:
>
>> Changing the tiddler linked to above to Thermodynamics and the content 
>> vanishes. 
>>
>> On Saturday, 12 June 2021 at 12:15:46 UTC+1 Ste wrote:
>>
>>> Ok... 
>>> This one has me stumped.. 
>>> I have a tiddler titled Thermodynamics. 
>>> When I'm in edit mode the preview shows correctly however when I'm view, 
>>> nothing shows. 
>>> I have cloned the tiddler, all is fine. But when I change the clone name 
>>> from Thermodynamics 1 to Thermodynamics the content vanishes once again. I 
>>> have deleted and redone it just using a small text but putting the title to 
>>> Thermodynamics stops it displaying. 
>>> It used to display... (a couple of weeks ago I think is the last time I 
>>> looked)I'm don't think I've changed anything.. 
>>> It displays on my depreciated tiddlyspot version... 
>>> I'm viewing on mobile chrome. 
>>> https://tmc.stephenteacher.com/txtbook.html#Thermodynamic
>>> Any help/ suggestions?! 
>>>
>>

-- 
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/884dcd1b-fc4d-42fe-822e-cb52054a509cn%40googlegroups.com.


[tw5] Re: Vanishing content!

2021-06-12 Thread Eric Shulman
The tiddler "Thermodynamics" is *folded* !!!

see  $:/state/folded/Thermodynamics 


-e

On Saturday, June 12, 2021 at 4:18:35 AM UTC-7 Ste wrote:

> Changing the tiddler linked to above to Thermodynamics and the content 
> vanishes. 
>
> On Saturday, 12 June 2021 at 12:15:46 UTC+1 Ste wrote:
>
>> Ok... 
>> This one has me stumped.. 
>> I have a tiddler titled Thermodynamics. 
>> When I'm in edit mode the preview shows correctly however when I'm view, 
>> nothing shows. 
>> I have cloned the tiddler, all is fine. But when I change the clone name 
>> from Thermodynamics 1 to Thermodynamics the content vanishes once again. I 
>> have deleted and redone it just using a small text but putting the title to 
>> Thermodynamics stops it displaying. 
>> It used to display... (a couple of weeks ago I think is the last time I 
>> looked)I'm don't think I've changed anything.. 
>> It displays on my depreciated tiddlyspot version... 
>> I'm viewing on mobile chrome. 
>> https://tmc.stephenteacher.com/txtbook.html#Thermodynamic
>> Any help/ suggestions?! 
>>
>

-- 
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/88dc887a-896e-48db-8e7c-e82973f9a20an%40googlegroups.com.


[tw5] Re: Vanishing content!

2021-06-12 Thread Saq Imtiaz
Have you folded the tiddler?

On Saturday, June 12, 2021 at 1:18:35 PM UTC+2 Ste wrote:

> Changing the tiddler linked to above to Thermodynamics and the content 
> vanishes. 
>
> On Saturday, 12 June 2021 at 12:15:46 UTC+1 Ste wrote:
>
>> Ok... 
>> This one has me stumped.. 
>> I have a tiddler titled Thermodynamics. 
>> When I'm in edit mode the preview shows correctly however when I'm view, 
>> nothing shows. 
>> I have cloned the tiddler, all is fine. But when I change the clone name 
>> from Thermodynamics 1 to Thermodynamics the content vanishes once again. I 
>> have deleted and redone it just using a small text but putting the title to 
>> Thermodynamics stops it displaying. 
>> It used to display... (a couple of weeks ago I think is the last time I 
>> looked)I'm don't think I've changed anything.. 
>> It displays on my depreciated tiddlyspot version... 
>> I'm viewing on mobile chrome. 
>> https://tmc.stephenteacher.com/txtbook.html#Thermodynamic
>> Any help/ suggestions?! 
>>
>

-- 
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/66cf98ab-07f1-4aa2-ae56-94114c56b529n%40googlegroups.com.


[tw5] Re: IT'S ALL WRONG, especially documents, says Ted in 2011

2021-06-12 Thread TiddlyTweeter
Ciao Birthe,

strikke...@gmail.com wrote: 

> In danish we have a saying, "En fugl i hånden er bedre end ti på taget."
> I think you say: "a bird *in* the hand is worth two *in* the bush". 
> But I find the danish better.ti på taget= ten on the roof.
>

Google translates that as ...* "A bird in hand is better than ten on the 
roof" *...

Just FYI on lingo, that reminded me of Ten Green Bottles 
, a childish English rhyme.

TT, x

-- 
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/6465c68c-9eca-4eea-9d1c-187f2b2d1acdn%40googlegroups.com.


[tw5] Grammarly is not working my TiddlyWiki

2021-06-12 Thread Ibby (parc6502)

I'm not sure why, but Grammarly is not working on my local wiki, although 
it does work on tiddlywiki.com.

I use TiddlyServer, but I tried it with the official node server as well as 
downloading an HTML and got the same result.

I tried disabling all my editor plugins, reverting to the stock editor 
without any changes, but still no luck.

I only get one error on my browser console: 

```
XML Parsing Error: no element found 
Location: http://127.0.0.1:8080/ 
Line Number 1, Column 1: 
```

Would appreciate input if anyone has any ideas.






-- 
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/8980e876-fc60-45b1-a3df-ba8a3d8f3ff8n%40googlegroups.com.


[tw5] Re: Vanishing content!

2021-06-12 Thread Ste
Changing the tiddler linked to above to Thermodynamics and the content 
vanishes. 

On Saturday, 12 June 2021 at 12:15:46 UTC+1 Ste wrote:

> Ok... 
> This one has me stumped.. 
> I have a tiddler titled Thermodynamics. 
> When I'm in edit mode the preview shows correctly however when I'm view, 
> nothing shows. 
> I have cloned the tiddler, all is fine. But when I change the clone name 
> from Thermodynamics 1 to Thermodynamics the content vanishes once again. I 
> have deleted and redone it just using a small text but putting the title to 
> Thermodynamics stops it displaying. 
> It used to display... (a couple of weeks ago I think is the last time I 
> looked)I'm don't think I've changed anything.. 
> It displays on my depreciated tiddlyspot version... 
> I'm viewing on mobile chrome. 
> https://tmc.stephenteacher.com/txtbook.html#Thermodynamic
> Any help/ suggestions?! 
>

-- 
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/1fd98289-be23-4b1c-a8b1-a8665b7173e4n%40googlegroups.com.


[tw5] Vanishing content!

2021-06-12 Thread Ste
Ok... 
This one has me stumped.. 
I have a tiddler titled Thermodynamics. 
When I'm in edit mode the preview shows correctly however when I'm view, 
nothing shows. 
I have cloned the tiddler, all is fine. But when I change the clone name 
from Thermodynamics 1 to Thermodynamics the content vanishes once again. I 
have deleted and redone it just using a small text but putting the title to 
Thermodynamics stops it displaying. 
It used to display... (a couple of weeks ago I think is the last time I 
looked)I'm don't think I've changed anything.. 
It displays on my depreciated tiddlyspot version... 
I'm viewing on mobile chrome. 
https://tmc.stephenteacher.com/txtbook.html#Thermodynamic
Any help/ suggestions?! 

-- 
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/c2cdb5d5-9dc1-4429-a176-8e5e59056e4an%40googlegroups.com.


[tw5] Re: IT'S ALL WRONG, especially documents, says Ted in 2011

2021-06-12 Thread strikke...@gmail.com
TT,

For a long time I was very interested in Nelson's Project Xanadu but it 
didn't really fruit.

In danish we have a saying, "En fugl i hånden er bedre end ti på taget."
I think you say: "a bird *in* the hand is worth two *in* the bush". But 
I find the danish better.ti på taget= ten on the roof.

Birthe

On Saturday, June 12, 2021 at 12:33:16 PM UTC+2 TiddlyTweeter wrote:

> cj.v ... I often think: "I'm not sure what his problem is, but I'm sure it 
> is hard to spell."
>
> Yeah!
>
> Ted Nelson was/is very interesting. Why? Because he is passionate about 
> the cognizance of how the human brain is not hard coded, it is organic 
> flexibility.
> The human knows more than the computer and  can immediately grasp and use 
> newness. Computers are quite a blunt tool really.
> It is an on-going saga how the internet, especially HTML, is driving in a 
> direction that is not the wet-ware we are.
>
> For a long time I was very interested in Nelson's Project Xanadu  
> but it didn't really fruit.
> Nelson,  I think, points towards the importance of information design. 
> And that representation of information matters a lot. 
> HTML has limits that are actually quite restrictive. For instance, the 
> "list" construct is very crude. Descendant hierarchies are fine, but it is 
> all so binary if you can't go "wet" when you need to.
>
> Rambling
> TT
> On Sunday, 6 June 2021 at 17:48:15 UTC+2 cj.v...@gmail.com wrote:
>
>> Just in case this is of any interest for a coffee break:
>>
>> https://www.youtube.com/watch?v=pX0UN-gXBZE
>>
>> I do find Ted Nelson eccentric.
>>
>> I often think: "I'm not sure what his problem is, but I'm sure it is hard 
>> to spell."
>>
>> I always enjoy listening to him.  I always find what he has to say 
>> fantastic.
>>
>> Whenever he says something, it gives me new insights into sometimes 
>> unrelated things, but usually things that have me thinking about how I 
>> organize stuff in TiddlyWiki, or how TiddlyWiki handles things so well
>>
>

-- 
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/30c2b960-e6f1-45e1-bd0a-6df891fafa20n%40googlegroups.com.


[tw5] Re: IT'S ALL WRONG, especially documents, says Ted in 2011

2021-06-12 Thread TiddlyTweeter
cj.v ... I often think: "I'm not sure what his problem is, but I'm sure it 
is hard to spell."

Yeah!

Ted Nelson was/is very interesting. Why? Because he is passionate about the 
cognizance of how the human brain is not hard coded, it is organic 
flexibility.
The human knows more than the computer and  can immediately grasp and use 
newness. Computers are quite a blunt tool really.
It is an on-going saga how the internet, especially HTML, is driving in a 
direction that is not the wet-ware we are.

For a long time I was very interested in Nelson's Project Xanadu  
but it didn't really fruit.
Nelson,  I think, points towards the importance of information design. And 
that representation of information matters a lot. 
HTML has limits that are actually quite restrictive. For instance, the 
"list" construct is very crude. Descendant hierarchies are fine, but it is 
all so binary if you can't go "wet" when you need to.

Rambling
TT
On Sunday, 6 June 2021 at 17:48:15 UTC+2 cj.v...@gmail.com wrote:

> Just in case this is of any interest for a coffee break:
>
> https://www.youtube.com/watch?v=pX0UN-gXBZE
>
> I do find Ted Nelson eccentric.
>
> I often think: "I'm not sure what his problem is, but I'm sure it is hard 
> to spell."
>
> I always enjoy listening to him.  I always find what he has to say 
> fantastic.
>
> Whenever he says something, it gives me new insights into sometimes 
> unrelated things, but usually things that have me thinking about how I 
> organize stuff in TiddlyWiki, or how TiddlyWiki handles things so well
>

-- 
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/7fdd5dc1-65be-4a5f-83ef-860d9d80c790n%40googlegroups.com.


[tw5] Re: [TW5] PrintRiver plugin

2021-06-12 Thread BurningTreeC
Hello  S²,

I've updated the plugin so that one can set font-size and line-height for 
the new windows and tiddler-bodies

Tell me if that works out well for you

best wishes, BTC

S² schrieb am Samstag, 12. Juni 2021 um 09:24:30 UTC+2:

> Hello BTC,
>
> thanks a lot for your effort.
> I really appreciate this PrintRiver plugin!
>
> I use in my Wiki / Theme Tweaks bigger font settings:  
>
> Font size: 18px
> Line height: 22px
> Font size for tiddler: body: 20px
> Line height for tiddler body: 24px
>
> Text is formatted with H1, H2, H3... 
>
> For printing I'd like to have same formating but all much smaller (eg. 
> font size 10px).
> How can this be configured?
>
> Thanks for feedback
> Stefan
>
> BurningTreeC schrieb am Freitag, 11. Juni 2021 um 17:03:14 UTC+2:
>
>> Hello TiddlyWiki community,
>>
>> The new PrintRiver plugin is online :)
>>
>> You can find it at https://burningtreec.github.io/tiddlywiki-printriver/
>>
>> As always, I'm open for ideas, criticism and bug reports
>>
>> Best wishes, BTC
>>
>

-- 
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/89b42447-d673-475a-a0c7-b9a3a728e20an%40googlegroups.com.


[tw5] Re: How to move tidler in the list of opened tidders.

2021-06-12 Thread PMario
On Saturday, June 12, 2021 at 11:21:04 AM UTC+2 PMario wrote:

The thread is 5 years old. .. I didn't see that at first. .. So the example 
version with the tool was 5.1.14 .. Now we have 5.1.23. 
So you should definitely go with "drag & drop"

You can also use drag & drop sort the "Open" tab in the "Sidebar". 
>

The code I did create, should probably be in a tiddler toolbar button, 
which can be found in the attachment. You can save and import it to your 
wiki. 

I did use the Spiral image, because it doesn't clash with other buttons 
that already exist. You can easily change the image 
 using one of them. 

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19f323af-4eb5-47cb-b047-5418708068adn%40googlegroups.com.


$ __my_ui_Buttons_move-to-top.json
Description: application/json


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread TiddlyTweeter
cj.v...@gmail.com wrote:

> To get the Full Monty ...
>
>- the new going-forward version with "reader view" at startup 
>
>
> I guess the mission is: how do I setup the kind of structure that makes 
> for easy/simple navigation to a lot of content without getting lost ... 
> while still making it easy to access the full-features of TiddlyWiki for 
> custom digging into the content?
>

Ha! Very nice. 

The way it integrates with Google Docs is great! 
As are the pop-out windows for individual words!

Regarding your question "*easy/simple navigation to a lot of content 
without getting lost ..."  *I think you mastered the TW tech side of it 
really well.
The thing is *very rich* and issues are, from my POV, really about visual 
information design for purpose. 
I think it would be fine once a user clicked through a few of the many menu 
items. 

Small neg. comment: it is not ideal visually on mobile. If you want 
specific comments on that let me know.

But its a true Full Monty.
Best wishes, TT

 

-- 
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/bd1f0eda-489a-41d8-9d05-9a7d62cf740cn%40googlegroups.com.


[tw5] List: fieldname = tiddlername currentTiddler

2021-06-12 Thread vinvi...@gmail.com
Hello,

The following is listing the values out of field "*warning*" of tiddler "
*@fields*". The name of the listed field bears the same name as the tiddler 
containing the list-code:

In tiddler warning: 
*<$list 
filter="[list[@fields!!warning]search:title{$:/temp/search@fields}]" 
variable=warning-value>*


I want to transclude this code in different tiddlers.
How do I avoid having to specify the field name every time?
$tiddler="@fields" $field=<>

Thank you,

-- 
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/af12dfe6-d97a-46c7-8b9c-211324c2f32bn%40googlegroups.com.


[tw5] Re: How to move tidler in the list of opened tidders.

2021-06-12 Thread PMario
Hi Max, 

You can also use drag & drop sort the "Open" tab in the "Sidebar". 

The following code will do what you want: 

<$button>
<$set name=me filter="[]">
<$action-listops $tiddler="$:/StoryList"  
$filter="[list[$:/StoryList]prepend]"/>

Click


That's all it needs. 
-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/6af8e5d5-d57a-46a8-8a41-1fad4f8bda0an%40googlegroups.com.


[tw5] Re: A Show'nTell: an evolving approach for TiddlyWiki "reader view(?)"

2021-06-12 Thread Ste
That's looking really good. There have been several read only plugins in 
the past (I used one on one of my presentations and now camt remember what 
it was so I can undo it!). It certainly looks cleaner and less cluttered in 
your new version. 

On Saturday, 12 June 2021 at 02:51:15 UTC+1 cj.v...@gmail.com wrote:

> G'day,
>
> Just an FYI about my ever-evolving approach to presenting TiddlyWiki's, by 
> default, in "reader view(?)", with alternative "normal TiddlyWiki view" 
> available via toggling.
>
>- by "reader view" (internal debate on-going about that label), I mean 
>hiding much of what looks like TiddlyWiki interface features, without 
>getting into anything too fancy
>- for toggling, I went with no-fuss-no-muss open/close of the sidebar 
>as the toggle for showing/hiding TiddlyWiki interface features
>
> To get the Full Monty experience of what I mean check out the before and 
> after (still very much a work in progress) of my Le P'tit Aurèle:
>
>- my now deprecated version without "reader view" 
>
>- the new going-forward version with "reader view" at startup 
>
>
> I guess the mission is: how do I setup the kind of structure that makes 
> for easy/simple navigation to a lot of content without getting lost, while 
> still making it easy to access the full-features of TiddlyWiki for custom 
> digging into the content?
>
> Something like that.
>
> 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/f15d751e-ff19-4d9e-a77a-88d60cd9b651n%40googlegroups.com.


[tw5] Re: [TW5] PrintRiver plugin

2021-06-12 Thread
Hello BTC,

thanks a lot for your effort.
I really appreciate this PrintRiver plugin!

I use in my Wiki / Theme Tweaks bigger font settings:  

Font size: 18px
Line height: 22px
Font size for tiddler: body: 20px
Line height for tiddler body: 24px

Text is formatted with H1, H2, H3... 

For printing I'd like to have same formating but all much smaller (eg. font 
size 10px).
How can this be configured?

Thanks for feedback
Stefan

BurningTreeC schrieb am Freitag, 11. Juni 2021 um 17:03:14 UTC+2:

> Hello TiddlyWiki community,
>
> The new PrintRiver plugin is online :)
>
> You can find it at https://burningtreec.github.io/tiddlywiki-printriver/
>
> As always, I'm open for ideas, criticism and bug reports
>
> Best wishes, BTC
>

-- 
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/9dd1ded8-4edc-4f91-9c39-55b2c554c7b5n%40googlegroups.com.


[tw5] Re: How to move tidler in the list of opened tidders.

2021-06-12 Thread MaxGyver
@inmy... That's cool! Actually I'm looking for a button that moves the 
current tiddler to the top of the story river. I simply modified your "Move 
Tiddler Up" tiddler to use "move:-1000" instead of "move:-1". Do you have 
an idea how I could also move the viewport to the top? Can I make the 
button scroll the page to the top after moving the tiddler?
inmy...@gmail.com schrieb am Samstag, 3. Dezember 2016 um 17:58:07 UTC+1:

> Ok, the quick version is here: 
> http://ooktech.com/jed/ExampleWikis/ReorderOpen/
>
> It just lets you move a tiddler up or down by one using a modified version 
> of the Open tab in the sidebar. I could add buttons to do things like move 
> up/down by 5 or 10 or something, but the problem is that you very quickly 
> get way too many buttons to be useful. If anyone really wants that added I 
> can put in a move up by 5 or 10 button but for now I am not going to worry 
> about it.
>

-- 
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/8f647d85-2814-4b70-af92-71ff489ca8e2n%40googlegroups.com.