Re: [tw5] Re: NodeGUI Hosted Tiddlywiki?

2019-10-07 Thread Jeremy Ruston
Hi Everyone Electron and nw.js are alternate takes on marrying the Node.js runtime with the Chromium browser, and make it possible to create native apps that integrate web browser functionality. node-gui is subtly different: it combines the Node.js runtime with the Qt cross platform GUI

Re: [tw5] Default tiddlers do not reload. Bug?

2019-10-07 Thread Hubert
Including the screencast as a GIF attachment as it doesn't seem to play when included inline. On Monday, 7 October 2019 09:59:07 UTC+1, Hubert wrote: > > Hello again @Jeremy et al., > > I have previously reported that this bug could not be reproduced at > tiddlywiki.com, but I was wrong. When

[tw5] Re: How to set font size for editor?

2019-10-07 Thread Hubert
Hi Mark, I'm using these CSS selectors to tweak font parameters affecting only the editor: .tc-tiddler-frame textarea.tc-edit-texteditor { font-size: whatever-you-set; } Best, Hubert On Saturday, 5 October 2019 17:25:41 UTC+1, Mark S. wrote: > > When we talk about accessibility, the first

Re: [tw5] Default tiddlers do not reload. Bug?

2019-10-07 Thread Hubert
Hello again @Jeremy et al., I have previously reported that this bug could not be reproduced at tiddlywiki.com, but I was wrong. When initially testing at tiddlywiki.com, I failed to switch the "storyview" to "zoomin" (and I missed a few other things). Below I've included the complete list of

[tw5] Re: Unpacking json plugin file - algorithms for creating tiddlywiki.files

2019-10-07 Thread David Nebauer
For anyone who finds this topic via a search, after experimenting a bit it turned out the easiest way to extract the content of a single json plugin file is to use the node.js server version of tiddlywiki. Use the following command: tiddlywiki --import /path/to/plugin/file

Re: [tw5] currentTiddler and tabs macro

2019-10-07 Thread Mohammad
Love it! On Monday, October 7, 2019 at 2:27:54 AM UTC+3:30, TonyM wrote: > > Mohamad et al > > I nice little extencion to this is once the current tiddler is set, such > as inside the tiddler widget you can immediately make use of other items > such as buttons that operate on the current

[tw5] Re: In the making of a "NoteBooks" plugin ...

2019-10-07 Thread BurningTreeC
Hi @Mat, @TiddlyTweeter, @pmario, @bimlas, @Mohammad, @Watt, I've put an actualized version online at http://tw5notebooks.tiddlyspot.com it adresses some suggestions like - tagging a tiddler with a notebook when dropping its title onto a notebook icon - auto-relinking when renaming a notebook

[tw5] Working examples of <$importvariables> and \import with helper macros

2019-10-07 Thread David Nebauer
I'm experimenting with the use of <$importvariables> and \import to scope helper macros to the tiddler containing the main "parent" macro. So far I haven't even had a glimmer of success getting either to work. Before I even get to the point of posting example tiddlers, can anyone point me to a

Re: [tw5] How to set font size for editor?

2019-10-07 Thread Jeremy Ruston
Hi Mark > On 5 Oct 2019, at 17:25, 'Mark S.' via TiddlyWiki > wrote: > > When we talk about accessibility, the first thing that comes to my mind is > font size. > > You can change the font size of displayed tiddlers. You can change the > overall font size of everything else. > > But is

Re: [tw5] How to set font size for editor?

2019-10-07 Thread @TiddlyTweeter
Jeremy Ruston wrote: > ... monospaced editor font can make it easier to work with wikitext markup. At least that. That change was helpful! Its much better as soon as you need a nice editing experience. Laying out tables for instance. Or screenplays. Adding font size option would be good!

[tw5] Re: In the making of a "NoteBooks" plugin ...

2019-10-07 Thread @TiddlyTweeter
Bonne actualités! TT BurningTreeC wrote: > > I've put an actualized version online at > http://tw5notebooks.tiddlyspot.com > > it adresses some suggestions like > > - tagging a tiddler with a notebook when dropping its title onto a > notebook icon > - auto-relinking when renaming a notebook >

[tw5] Re: How to set font size for editor?

2019-10-07 Thread PMario
On Saturday, October 5, 2019 at 6:25:41 PM UTC+2, Mark S. wrote: ... > For that matter, I'm surprised that the editor and display fonts aren't > the same -- it's usually the same person using them both! > We could add a different font-size for the editor, ... But is it really worth it? Are

[tw5] Re: How to set font size for editor?

2019-10-07 Thread 'Mark S.' via TiddlyWiki
I'm startled that you think an accessibility issue is just "curious". I can only assume you have much better vision than I do. On Monday, October 7, 2019 at 7:54:45 AM UTC-7, PMario wrote: > > On Saturday, October 5, 2019 at 6:25:41 PM UTC+2, Mark S. wrote: > ... > >> For that matter, I'm

[tw5] Re: In the making of a "NoteBooks" plugin ...

2019-10-07 Thread Mohammad
Hi BTC, Many thanks. Now it looks great! One question: I clicked on Control notebook. It opens $:/AdvancedSearch and $:/ControlPanel Then I closed all tiddlers and then clicked again on Controls notebook. This time nothing opened!! There is no such behaviour for other notebooks! --Mohammad

[tw5] Re: GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread 'Mark S.' via TiddlyWiki
GG has its own WYSIWYG editor. AFAIK it doesn't use markdown. There is an extension called "markdown-here" which will let you toggle markdown text inside gmail and GG. (Haven't tried it myself). Good luck! On Monday, October 7, 2019 at 8:48:49 AM UTC-7, Cd.K wrote: > > At StackExchange, GitHub

[tw5] Re: Working examples of <$importvariables> and \import with helper macros

2019-10-07 Thread David Nebauer
Thanks, Mario, for your response. I actually figured it out myself before checking back with GG. The trick was to put the import pragma *inside* the parent macro before calling the helper macro. I've not previously encountered a pragma command that didn't go at the top of the tiddler. That,

[tw5] Re: How to set font size for editor?

2019-10-07 Thread 'Mark S.' via TiddlyWiki
The problem, as I mentioned, is that if you change font size it also changes sidebars, titles, etc. -- stuff that has nothing to do with the editor. Thanks! On Monday, October 7, 2019 at 7:18:37 AM UTC-7, PMario wrote: > > Hi, > > Got to the ControlPanel

Re: [tw5] How to set font size for editor?

2019-10-07 Thread PMario
On Monday, October 7, 2019 at 4:14:34 PM UTC+2, Mark S. wrote: ... > What I meant to write was that I was surprised that the *size* of the two > font sets wasn't the same. It certainly > makes sense to use a different font family for the tasks. > If you go to the ControlPanel

[tw5] Re: Working examples of <$importvariables> and \import with helper macros

2019-10-07 Thread PMario
Hi David, The attachment contains a small experiment, that may be able to put you on track. .. It's from an other discussion at github, which may or may be not related. You can drag and drop import it. The test tiddler is: test-notify, A, B, C are just some helpers. have fun! mario --

[tw5] Re: How to set font size for editor?

2019-10-07 Thread PMario
Hi, Got to the ControlPanel: Appearence: ThemeTweaks: Sizes section. There are 4 values: - Font size - Line height

[tw5] Re: In the making of a "NoteBooks" plugin ...

2019-10-07 Thread Mohammad
Love the very simple ToDo you have included! It is amazing for me, as it is the simplest ToDo list I have ever seen in Tiddlywiki. I added it to Yazd and link to TW-Scripts as a small macro for a creating a wiki-wiki (very quick) todo list! --Mohammad On Tuesday, September 10, 2019 at

[tw5] Re: How to set font size for editor?

2019-10-07 Thread 'Mark S.' via TiddlyWiki
Jeremy said there was going to be a new class, .tc-edit-texteditor-body. That seems like a good fix. The ideal ideal setting would be editor font size editor lineheight but if not, then making the editor font size and lineheight the same as the tiddler font size and lineheight would make the

[tw5] GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread Cd.K
[test](https://developer.github.com/v3/) -- 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

Re: [tw5] How to set font size for editor?

2019-10-07 Thread 'Mark S.' via TiddlyWiki
> > For that matter, I'm surprised that the editor and display fonts aren't > the same -- it's usually the same person using them both! > > > The ability to change the editor font was introduced by Mario a couple of > years ago: > > https://github.com/Jermolene/TiddlyWiki5/pull/2867 > > I

[tw5] Transcluding all slides into one tiddler (tiddlyshow)

2019-10-07 Thread Andrew Lister
I'd like to make a single tiddler out of a set of slide-tiddlers, so I could print a PDF for students or copy-and-paste one formatted tiddler into our school's LMS; I'm using the Tiddlyshow plugin. This sort of works, but I'm not sure what the variable would be for sorting, to make them come

[tw5] Re: Transcluding all slides into one tiddler (tiddlyshow)

2019-10-07 Thread Birthe C
Hi Andrew The slides will be in the order you created them unless you have sorted them using drag and drop, in that case you can find the order in the list field of Slide Manager. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: How to set font size for editor?

2019-10-07 Thread PMario
On Monday, October 7, 2019 at 4:59:26 PM UTC+2, Mark S. wrote: > > I'm startled that you think an accessibility issue is just "curious". > > I can only assume you have much better vision than I do. > >From your fist post: >But is there a way to just change the editor font? > At the moment ...

[tw5] Re: Problem: Toggle Sidebar- When unvisible, then the tiddlers don't get wider

2019-10-07 Thread 'Surya' via TiddlyWiki
Maybe there is a possibility to write the view settings into the Theme Tweaks in the Control Panel with a Button to click on? -- 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

[tw5] Re: Transcluding all slides into one tiddler (tiddlyshow)

2019-10-07 Thread Andrew Lister
Right, but what I'm trying do here is to put the contents of all the slides into one tiddler, in order, that I can then export as a pdf or copy and paste to html for my students. I could just open each slide in order and then hit "print...". I can also do it manually by creating a tiddler

[tw5] Re: Transcluding all slides into one tiddler (tiddlyshow)

2019-10-07 Thread Birthe C
Hm, would you not be able to use? <$list filter="[enlist{title of slidehow!!list}]"> <$link><$transclude field="title" mode="block"/> <$transclude field="text" mode="block"/> Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Consider discourse instead of GG

2019-10-07 Thread coda coder
On Monday, October 7, 2019 at 1:48:21 PM UTC-5, Cd.K wrote: > > Personally, I don't like the design of the GitHub user interface either > and I was looking for ways to change it. > but now I have come up with a much simpler alternative: > > How about a browser AddOn to redesign the user

[tw5] Re: Hide title and show caption

2019-10-07 Thread Sebastian Ovide
sorry for reopening this old thread. Is still the same ? (not simple way to overwrite the title with the caption?) thanks On Tuesday, 30 August 2016 06:41:30 UTC+1, Tobias Beer wrote: > > Hi Danielo, > > I'm afraid, you would have to define a custom override > of the ViewTemplate for the title

[tw5] Re: New update Yazd: a KISS collection of Tiddlywiki macros

2019-10-07 Thread Sebastian Ovide
thanks Mohammad. I absolutely will use the slider ! On Monday, 7 October 2019 17:30:02 UTC+1, Mohammad wrote: > > *Announcement: Yazd* > *Date: Mar 23rd, 2019* > > 7th October 2019 > > >- Release 0.5 > - updated to Tiddlywiki

[tw5] How to make a macros that updates a field in a table if another field (same row) in the table get clicked? How to check the browser? How to synchronize/update a tiddler with the same tiddler in

2019-10-07 Thread Cd.K
I would like to use TiddlyWiki as a control center: [image: 07-10-_2019_21-41-09.png] When clicking the login link in the second row of the table, the date in the column next to it should be updated. I can format the link as a button with the link as the label and I can create a formatted

[tw5] Re: GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread @TiddlyTweeter
Mark S. wrote: > > There is an extension called "markdown-here" which will let you toggle > markdown text inside gmail and GG. (Haven't tried it myself). > Tried it with distant thought to make it TW syntax. I can't get it to work. TT -- You received this message because you are subscribed

[tw5] Re: GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread Cd.K
Another test: What markdown dialect uses Google Groups? How to insert a link manually? - Google Groups -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread @TiddlyTweeter
Quick test. This was copied from the rendered level of a Tiddler and pasted to GG. -- Kinda work ... But loose line spacing. This is a *bold* test. This is an *italic* test. This is *underlined* This is a subscript test This is a superscript test This is

[tw5] Re: GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread Cd.K
How to access TiddlyWiki functionality in a browser AddOn? Has anyone ever done this before? Are there any experiences? -- 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

Re: [tw5] Re: wasavi + Tiddlywiki

2019-10-07 Thread Max Schillinger
Hi Tony, TiddlyWiki uses real textareas. I have checked it in the Firefox Developer Tools. I have first deactivated and then deleted all my plugins and it still didn't work. Then I downloaded a clean TiddlyWiki (empty.html) and it didn't work either. But it works on tiddlywiki.com. Very strange!

[tw5] Re: Problem: Toggle Sidebar- When unvisible, then the tiddlers don't get wider

2019-10-07 Thread 'Surya' via TiddlyWiki
Hi Birthe :-) That's true. But I think, in no way the Stylesheets would match the Theme Tweaks in the Control Panel, because I made/need 2 Stylesheets to toggle the view on Desktop/mobile. So, how to solve it? Or is that -my plan- just not possible? -- You received this message because you

[tw5] Problem: Toggle Sidebar- When unvisible, then the tiddlers don't get wider

2019-10-07 Thread 'Surya' via TiddlyWiki
Hello @all, I write a new Wiki, which I want to use on my laptop and on my tablet. I know, there are some plugins for better use on mobiles. But I prefer not to install more Plugins for not to slow down the wiki. I made two stylesheets- one for using the wiki on my laptop and one for using the

Re: [tw5] Re: TW5 on nodejs via https and certificate-based user authentication using nginx as proxy

2019-10-07 Thread Pietro Abano
Hello everyone, I have posted a detailed procedure on this here ( http://di-sec.net/tw5ssl/tw5ssl.html). If Jeremy wants to include it in tiddlywiki.com, please feel free to do so, but I may have to add some more variants to this cert-based authentication later on. The topic is broader than I

[tw5] New update Yazd: a KISS collection of Tiddlywiki macros

2019-10-07 Thread Mohammad
*Announcement: Yazd* *Date: Mar 23rd, 2019* 7th October 2019 - Release 0.5 - updated to Tiddlywiki 5.1.21 - added several new macros - wiki-wiki-todo macro BTC is acknowledged for his very simple todo list

[tw5] How to: Button to Toggle View (Stylesheet)

2019-10-07 Thread 'Surya' via TiddlyWiki
Hi, I made a Button to toggle two Stylesheets by adding/removing the tag " $:/tags/Stylesheet". It is located on the RightMenu (not on my test-wiki) and contains: <$details summary="D/m"> D:<$fieldmangler tiddler="Seiten und Tiddler Style Desktop"> <$button message="tm-add-tag"

[tw5] Re: Consider discourse instead of GG

2019-10-07 Thread Cd.K
*@TiddlyTweeter wrote: * > > ... GitHub ... is not quite the same as something like Discourse which I'd > think much easier for a newbie. > > But maybe a GH account could be tweaked to better serve that need? > > Its an interesting thought. > > Personally, I don't like the design of the

[tw5] Re: Problem: Toggle Sidebar- When unvisible, then the tiddlers don't get wider

2019-10-07 Thread Birthe C
Hi Surya, Look in control panel, theme tweaks, it does not match your stylesheets - or the look in your wiki. Birthe -- 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

[tw5] Re: GG editor makdown dialect? How to insert a link manually?

2019-10-07 Thread Cd.K
*Mark S. wrote:* > > Edit: If your question was mainly about inserting links in gg, just > highlight the text you want to link, then click on the word "Link" in the > toolbar. Then type or paste in the address you want. > > Thanks. You got my question right. I am using a browser add-on

[tw5] TiddlyServer create directory security bug

2019-10-07 Thread Arlen Beiler
Hi Everyone, I've fixed it in master and I'll publish a fix tomorrow, but I just realized that the create directory function in the directory index page does not check the folder name before creating it, which means that any relative path will create a folder as long as it doesn't exist. So it's

[tw5] Re: Consider discourse instead of GG

2019-10-07 Thread Cd.K
*@TiddlyTweeter wrote:* > > > In my own case I still don't understand PR's well (I'm not tech). > > Take a look YouTube Mario Pietsch part 06 tw5 development PULL-REQUEST workflow Regards Cd.K -- You received this message because you are

[tw5] Re: Transcluding all slides into one tiddler (tiddlyshow)

2019-10-07 Thread Mohammad
Hi Andrew, I personally use the printriver by BTC https://github.com/kookma/Tiddlyshow/invitations It lets you to customize your printing change the order and so on! Printing is one of the area Tiddlywiki needs improvement. Good luck Mohammad On Monday, October 7, 2019 at 6:01:08 PM UTC+3:30,

[tw5] Re: Consider discourse instead of GG

2019-10-07 Thread Cd.K
*coda coder wrote:* > > Do you think a dedicated Tampermonkey script might work? I imagine it > could get complicated... > > I don't (yet) know "Tampermonkey". I will have a look at it. Thanks for the tip. I'm actually looking for a Firefox Development Extension that allows me to

[tw5] Default Sidebar Tab

2019-10-07 Thread Damon Pritchett
Hello once again, I would like to have my TW open with my Contents tab in the Sidebar always selected regardless of what the state of the Sidebar the last time I saved. Is there a way to do this? This may be simple, but I haven't found a solution yet. Thanks, Damon -- You received this