Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread Finn Lancaster
Thanks @TW Tones! I do often find myself getting into that "Js-only" mentality. As powerful and hackable as the JavaScript language is, there are certain things it cannot do (possibly or effectively), and some of those reasons are why I need to read-up on wikitext. I will look into that great

Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread TW Tones
Flank, I can already see you contributing a lot to the community, thanks a lot. As Jeremy says you may need to unlearn and relearn a little to get right into tiddlywiki. I am myself intentionally a superuser, I do everything in the world of wiki text etc... There is very little we can't do

Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread Finn Lancaster
Thanks! I've already had a look around the Developer TW page, but, sadly, it does seem lacking on so-much info. Instead, I've had to refer to various posts/pages written by other community-members, but even those are few-and-far between for some of what I want to know. On the note of calling

Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread Jeremy Ruston
Hi Finn Thanks Jeremy! I was able to get the button to show-up! I have a few more > stupid questions, if you have the time, mainly related to styling these > buttons and to wikitext. > > Firstly, I would like the colour of the button to change onhover. While > this is simple to do with CSS, I

Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread Finn Lancaster
Thanks Jeremy! I was able to get the button to show-up! I have a few more stupid questions, if you have the time, mainly related to styling these buttons and to wikitext. Firstly, I would like the colour of the button to change onhover. While this is simple to do with CSS, I imagine it needs

Re: [tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread Jeremy Ruston
> I've been working on my plugin > (www.github.com/flancast90/text-to-speech-in-tw5), and would like to add a > button to the tiddler viewBar (I think that's what it's called, the place > containing the More Actions, Lose, etc. buttons). > > Is there a way I can do this in JS only? I am quite

[tw5] Stupid Question: Add button to ViewBar(?) with JS Only.

2021-08-16 Thread Finn Lancaster
Hello, I've been working on my plugin (www.github.com/flancast90/text-to-speech-in-tw5), and would like to add a button to the tiddler viewBar (I think that's what it's called, the place containing the More Actions, Lose, etc. buttons). Is there a way I can do this in JS only? I am quite