[tw5] Autocompletion when transcluding: how to?

2020-12-21 Thread IvanPsy
Greetings, Is there a way to have the autocompletion feature when transcluding a Tiddler into another one? I already use autocompletion for backlinks, but I also use transclusion a lot, and always remebering the exact name of the Tiddler is unhandy. -- You received this message because you

Re: [tw5] TiddlyWiki keeps offloading on iPhone and iPad: any solution?

2020-12-21 Thread IvanPsy
Thank you all for your kind replies. I'll refer to the Quine group, though I think it's just how iCloud works. As for the "insane" weight of my TiddlyWiki, TW Tones you're right: I used to embed pictures and PDFs at the beginning. Now I changed strategy, and planning to remove those Tiddlers.

[tw5] Re: Simpel dictionary

2020-12-21 Thread 'Mark S.' via TiddlyWiki
A 6 entry dictionary https://marxsal.github.io/EODICT/EO-DICT.html On Monday, December 21, 2020 at 6:43:10 PM UTC-8 Charlie Veniot wrote: > My little project: Le P'tit Aurèle > *(a lexicon of > Acadian French)* > > On Monday,

Re: [tw5] How to see the default TW images?

2020-12-21 Thread Mohammad Rahmani
Hi Tones, On Tue, Dec 22, 2020 at 2:12 AM TW Tones wrote: > Mohamad, > > I TonyM/Tones have improved this further, already with click to copy to > clipboard the title (if a core tiddler) or drag and drop for other svgs so > you can drag them to another wiki. > > I just need to establish a

Re: [tw5] Understanding how macro expansion works

2020-12-21 Thread Mohammad Rahmani
Sylvain, In https://silvyn.github.io/tw-minstyle/ create a new tiddler with the below content .myclass { background-image: url(<$macrocall $name="datauri" title="$:/favicon.ico" $output="text/plain"/>); background-repeat: no-repeat; height: 400px; background-position:calc(100% - 20px) calc(100%

Re: [tw5] Understanding how macro expansion works

2020-12-21 Thread Mohammad Rahmani
Hi Sylvain, Really smart solution! Bravo! One usecase is the day/night palette switch, to adjust the color of favicon and logo as you switch from a day palette to night palette! It can even be used for all toolbar/page control svgs to be affected on palette change! I tagged this thread to

[tw5] Re: Simpel dictionary

2020-12-21 Thread Charlie Veniot
My little project: Le P'tit Aurèle *(a lexicon of Acadian French)* On Monday, December 21, 2020 at 3:50:59 AM UTC-4 wolf...@gmail.com wrote: > Hello, I'm new to tiddlywiki and wondering how to make a simple dictionary > . > > Also I'm

[tw5] Re: Help Wanted - TW5 gone too wide

2020-12-21 Thread coda coder
Try walking through the settings in ControlPanel/Appearance/Theme Tweaks/Sizes, one by one. There some internal settings that appear to be recalculated when this values change (though I'm not certain what they are specifically). On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:

[tw5] Re: Help Wanted - TW5 gone too wide

2020-12-21 Thread TW Tones
coda coda, I think the tab strip just fills the available space, and wraps when full, somehow there is too much available space. Thanks and Regards Tones On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote: > Weird. Did you somehow mangle the class applied to the tabstrip? Or its

[tw5] Re: [Feature request] Image tiddlers in the plugin library

2020-12-21 Thread Joshua Fontany
I am working on a set of SVG tools and importing 2 large libraries to TW5 - FontaAwesome5 & GameIcons.net. I don't have a demo wiki up yet, but based on the existing FontAwesome plugin demo-wikis, I think a config tiddler where you can filter/display icons & drag them off to a sidebar to

[tw5] Re: Help Wanted - TW5 gone too wide

2020-12-21 Thread Mat
Did you use the inspector tool to track which class is applied? Then you can search for this class name. Or other styles. Should give some clues at least. <:-) On Monday, December 21, 2020 at 11:35:19 PM UTC+1 TW Tones wrote: > Folks, > > All of a sudden in a specific tiddlywiki, it has ended

Re: [tw5] Understanding how macro expansion works

2020-12-21 Thread Sylvain Naudin
FYI, I used a diversion and thought that maybe I could concatenate the SVG code by cutting it in 3 : - the beginning of SVG code - the part with the hexadecimal code - At the end of the SVG tag So thank Mohammad (and Eric) for this :

[tw5] Re: Some stupid questions...

2020-12-21 Thread S1ack
> Finally in some ways the days of the full solutions like MonkeyGTD are gone because so many of the features can be found in the core Yes, I realized that as I started to mess around a bit more. If I can get up to speed on widgets (checkboxes mainly), and figure out columns (I saw some

[tw5] Re: Help Wanted - TW5 gone too wide

2020-12-21 Thread coda coder
Weird. Did you somehow mangle the class applied to the tabstrip? Or its container? On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote: > Folks, > > All of a sudden in a specific tiddlywiki, it has ended up being three > times its normal width in my browser. The side bar tabs now

Re: [tw5] How to see the default TW images?

2020-12-21 Thread TW Tones
Mohamad, I TonyM/Tones have improved this further, already with click to copy to clipboard the title (if a core tiddler) or drag and drop for other svgs so you can drag them to another wiki. I just need to establish a method to start publishing my work. Regards Tones On Tuesday, 22 December

[tw5] Re: TW minstyle - my new flavour

2020-12-21 Thread TW Tones
*Sylvain* Very interesting to see your ideas, you certainly have some new and nice approaches to tiddlywiki. In the pre-release there is room to create new "layouts", perhaps you could release some of these features in an alternate layout? I did get some Javascript errors when reviewing .

[tw5] Re: Some stupid questions...

2020-12-21 Thread TW Tones
MonkeyGTD introduced many nice ways to contribute to TWC design, TW5 has inherited many of these ideas and incorporated them into the core, or can be found nearby in macros or plugins. TW5 stands on the shoulders of giant's including MonkeyGTD. There are new and different ways in TW5 and some

[tw5] Re: customize order of tag display

2020-12-21 Thread TW Tones
Eric, Thanks for this insight. controlling the tags list is useful. - It does however make me ask if there were a way to use sortby so that the "named" tiddlers were at the beginning and the balance sorted following. The sortby or another method allows a select set of tiddlers to have

[tw5] Re: Drag and drop - excision from the view for text tiddlers

2020-12-21 Thread TW Tones
Mark Thanks for sharing, this sounds like a step towards sophisticated knowledge tools. I will review in details. Regards Tones On Tuesday, 22 December 2020 at 03:14:22 UTC+11 Mark S. wrote: > TW already has excision, but you have to be in edit mode and there are > several speed bumps that

[tw5] Re: [Feature request] Image tiddlers in the plugin library

2020-12-21 Thread TW Tones
David, I have done something similar before - Each tab displays a plugin type set in the plugin tiddlers. You can add your own plugin type to a tiddler such as plugin-type "data". Then its a mater of duplicating an existing tab in the plugins listing only data tiddlers. Are you mostly

[tw5] Re: Some stupid questions...

2020-12-21 Thread Saq Imtiaz
You may have better luck in the discussion group for TiddlyWiki Classic: https://groups.google.com/g/tiddlywikiclassic On Monday, December 21, 2020 at 6:21:45 PM UTC+1 S1ack wrote: > First off, glad to see people discussing this topic - when what I usually > experience is a bunch of dead 10

[tw5] Re: Some stupid questions...

2020-12-21 Thread S1ack
Nevermind I think just may move to the future and TW5. On Monday, December 21, 2020 at 12:21:45 PM UTC-5 S1ack wrote: > First off, glad to see people discussing this topic - when what I usually > experience is a bunch of dead 10 year old links. > > Hope I can get some help. > > The stupid

[tw5] PDFs and google drive

2020-12-21 Thread springer
Manish, Indeed, Google Drive doesn't really want to "host" properly; it wants to make people visit more directly. So when you generate a "public link" using google drive, that link just allows people to visit (and then view or download) a hosted file through google drive's own interface.

[tw5] Re: TW minstyle - my new flavour

2020-12-21 Thread odin...@gmail.com
It looks gorgious! Do you have plans of bundling it all up into a plugin/theme ? Op maandag 21 december 2020 om 19:56:26 UTC+1 schreef sil...@gmail.com: > Thanks all for your feedback :) > > I've just upload this quick screencast (without audio) to show my latest > customization :

Re: [tw5] Re: kookma links management

2020-12-21 Thread Douglas Glenn
Mohammad, Thank you for the feedback you gave me and the super quick response. I appreciate your time very much. On Monday, December 21, 2020 at 2:49:25 PM UTC-5 Mohammad wrote: > Hi Douglas, > > Many thanks for your feedback. I added a ticket to the discussion board: >

Re: [tw5] Wikitext monospace block oddity

2020-12-21 Thread Doug Glenn
Micheal, That's interesting. I wonder if the difference in the browser had any effect. On the flip side, the number of gaffes pointed out can very well have done it. At least it is working now. And with the feedback I'll need to make sure I look a bit harder before crying wolf. Thank you! On

Re: [tw5] Re: kookma links management

2020-12-21 Thread Mohammad Rahmani
Hi Douglas, Many thanks for your feedback. I added a ticket to the discussion board: https://github.com/kookma/TW-Refnotes/discussions/8 Best wishes Mohammad On Mon, Dec 21, 2020 at 10:23 PM Douglas Glenn wrote: > Mohammad, > > Pre-populating the user fields, ect. was a thought of the

[tw5] Re: [TW5] Bob and BobEXE v1.7.0b1 Can of Soup

2020-12-21 Thread Sylvain Naudin
Bonjour Jed, Glad to see this releases notes ! It's great to see new about secure server version. I would like to test further, but my skills with the Node.js version are lacking, and I may have some constraints with my web host (which proposes the installation in 1 click of the Node.js TW

Re: [tw5] customize order of tag display

2020-12-21 Thread Sylvain Naudin
+1 for tag config exclusion. I use your solution since you gave me the answer a while ago. Thanks Eric. Regards, Sylvain Le mardi 15 décembre 2020 à 02:49:29 UTC+1, Eric Shulman a écrit : > On Monday, December 14, 2020 at 3:57:42 PM UTC-8 Jan wrote: > >> It would be practical to have this in

[tw5] Re: TW minstyle - my new flavour

2020-12-21 Thread Sylvain Naudin
Thanks all for your feedback :) I've just upload this quick screencast (without audio) to show my latest customization : https://vimeo.com/493458342 - add better back to top button - add left sidebar option - clean more option tabs - and many other little things <3

Re: [tw5] Re: kookma links management

2020-12-21 Thread Douglas Glenn
Mohammad, Pre-populating the user fields, ect. was a thought of the moment, but I agree with you on pre populating fields. I suggest as an alternative instead of spending the time and energy to build an interface in Refnotes. Just add an enhancement to import .bib files, and provide a short

Re: [tw5] How to see the default TW images?

2020-12-21 Thread David Gifford
Mohammad, this is even better! I will make sure it is on the Toolmap, as I didn't see it there when looking for this. On Mon, Dec 21, 2020 at 12:31 PM Mohammad Rahmani < mohammad.rahm...@gmail.com> wrote: > Hi David, > > This is already done! > Don't forget to consult TW-Scripts as the first

Re: [tw5] How to see the default TW images?

2020-12-21 Thread Mohammad Rahmani
Hi David, This is already done! Don't forget to consult TW-Scripts as the first place for such questions ;-) :-) :-) See the full solution here https://kookma.github.io/TW-Scripts/#Select%20Icon The solution actually was provided by TonyM Best wishes Mohammad On Mon, Dec 21, 2020 at 6:10

[tw5] Re: YouTube Tutorials for TiddlyWiki

2020-12-21 Thread Sylvain Naudin
Hello, I always plan, one day... to publish new videos in French. My previous (quite old I'm afraid) are available here :https://vimeo.com/channels/tiddlywikifr (Youtube at the time didn't want to take them, so I went through my Vimeo channel). Regards, Sylvain Le lundi 21 décembre 2020 à

Re: [tw5] Disable parse rule within a template

2020-12-21 Thread Jeremy Ruston
Hi Soren If you’re working on Node.js then the easiest way to approach this might be to set up two wiki folders with the same content (see how editions/tw5.com-server inherits the content from editions/tw5.com in the core repo), with one of them lacking the KaTeX plugin. You’d then use that

[tw5] Re: YouTube Tutorials for TiddlyWiki

2020-12-21 Thread Manish Mohandas
Thank you Tones. I'm also learning from the individual responses and step by steps examples available in the different TW forums. Will check out the other videos too on YouTube. Thanks a ton. Cheers Manish On Thursday, 17 December, 2020 at 8:17:38 am UTC+5:30 TW Tones wrote: > Post scrip

[tw5] Re: New to TW5

2020-12-21 Thread Manish Mohandas
Dear Springer. Is your method also applicable for pdf's hosted in Google Drive. When I go to the "Get Link" section, I get a long link. However, TW doesnt recognize this as a pdf when I follow your steps. Is there a different steps for files hosted on Google Drive? Regards Manish On Tuesday, 14

Re: [tw5] Re: Easy local saving with Python

2020-12-21 Thread Mohammad Rahmani
Hi Gurudeep, Many thanks for sharing. Eel is an amazing tool and has a lot of potential to integrate Tiddlywiki with Python. I just made some experiments. For me it does not save Tiddlywiki out of the box! Best wishes Mohammad On Mon, Dec 21, 2020 at 2:12 PM Gurudeep Rao wrote: > @UBI,

[tw5] Some stupid questions...

2020-12-21 Thread S1ack
First off, glad to see people discussing this topic - when what I usually experience is a bunch of dead 10 year old links. Hope I can get some help. The stupid questions 1) How does Tiddlyfox plugin/extension identify an html that it will allow saving? 2) Is there anything online akin to

[tw5] Re: How to see the default TW images?

2020-12-21 Thread David Gifford
Thanks Mario! On Monday, December 21, 2020 at 10:14:33 AM UTC-6 PMario wrote: > Hi, > A second tiddler is: https://tiddlywiki.com/#ImageGallery%20Example > -m > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: How to see the default TW images?

2020-12-21 Thread PMario
Hi, A second tiddler is: https://tiddlywiki.com/#ImageGallery%20Example -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

[tw5] Drag and drop - excision from the view for text tiddlers

2020-12-21 Thread 'Mark S.' via TiddlyWiki
TW already has excision, but you have to be in edit mode and there are several speed bumps that make it somewhat messy to use. This is an example project that demonstrates using drag-and-drop to replace text with excerpts that can then be displayed with your own template. This could be useful

[tw5] [Feature request] Image tiddlers in the plugin library

2020-12-21 Thread David Gifford
Hi all I would like to request that the plugin library have another tab, for images, where one can download sets of basic image tiddlers. Nothing extensive, just a few basics: 1. A-Z 2. 0-9 3. @, 4. The most common social media sharing images 5. Other? maybe a few that are like the ones from

[tw5] Re: How to see the default TW images?

2020-12-21 Thread David Gifford
Thanks Eric! On Monday, December 21, 2020 at 8:43:30 AM UTC-6 Eric Shulman wrote: > On Monday, December 21, 2020 at 6:40:06 AM UTC-8 David Gifford wrote: > >> Is there a way to view all the default images in TW ($:/core/images/...) >> as images all together? >> > I seem to remember something

[tw5] Re: How to see the default TW images?

2020-12-21 Thread David Gifford
I will use this opportunity to suggest that TiddlyWiki have sets of basic icons (shadow $:/core/images/...) that one can get from the plugin library as needed: 1. A-Z 2. 0-9 3. @, #, 4. Social media sharing I am aware that there are plugins for packages of icons. I am thinking more of

[tw5] Re: How to see the default TW images?

2020-12-21 Thread Eric Shulman
On Monday, December 21, 2020 at 6:40:06 AM UTC-8 David Gifford wrote: > Is there a way to view all the default images in TW ($:/core/images/...) > as images all together? > I seem to remember something like that at tiddlywiki.com, but I couldn't > find it. >

[tw5] How to see the default TW images?

2020-12-21 Thread David Gifford
Hi all Is there a way to view all the default images in TW ($:/core/images/...) as images all together? Very frustrating to look to see if TW has a default ampersand image, for example, scrolling down the shadow list of images, and not knowing what it might be called. I seem to remember

[tw5] Re: Easy local saving with Python

2020-12-21 Thread Gurudeep Rao
@UBI, @Mohammad, This might interest you, Python Eel Project On Sunday, 27 September, 2020 at 1:02:52 am UTC+5:30 PMario wrote: > Hi Nathan, > > I think, you should have started

[tw5] Re: Simpel dictionary

2020-12-21 Thread odin...@gmail.com
Have a look at this tiddler from Mohammed's collection of scripts. It is a simple dictionary stored in a JSON-tiddler. https://kookma.github.io/TW-Scripts/#A%20Dictionary%20Project Op maandag 21 december 2020 om 08:50:59 UTC+1 schreef wolf...@gmail.com: > Hello, I'm new to tiddlywiki and

[tw5] Re: Showing off: Muuri StoryView 0.2.0 Prerelease

2020-12-21 Thread BurningTreeC
@Saq, now the configuration can be fully done via a namespace given with the storyViewConffig attribute, defaulting to $:/config/muuri/storyview/ best wishes saq.i...@gmail.com schrieb am Sonntag, 20. Dezember 2020 um 18:39:20 UTC+1: > @BTC > > >> that would indeed be neat. should that