[tw5] Adding Undo functionality to widgets?

2020-12-04 Thread Tiddly Novice
The checkbox, the select, and probably other seemingly simple widgets don't possess undo functionality. I'm kinda taken aback by this since my previous gui dev training was in Visual Basic, where I pretty much took for granted that it was easy to arrange for the undo functionality to be

[tw5] Re: Right-handed Vertical Tabs?

2020-11-23 Thread Tiddly Novice
. On Saturday, November 14, 2020 at 11:28:31 AM UTC-8 Brian Radspinner wrote: > Try setting: > > *.tc-vertical .tc-tab-buttons {* > * position: relative;* > > * left: -1px; * > > *}* > > > > > On Saturday, November 14, 2020 at 11:29:46 AM UTC-7 Tiddly Novice

[tw5] Re: Right-handed Vertical Tabs?

2020-11-14 Thread Tiddly Novice
tab over, or any a few other options, but the > above should work out OK for the stock TW color scheme. > On Friday, November 13, 2020 at 11:57:59 PM UTC-7 Tiddly Novice wrote: > >> Wow, that's amazing. I would never have thought something called "order" >> would be

[tw5] Re: Right-handed Vertical Tabs?

2020-11-13 Thread Tiddly Novice
ter of changing the order of the table details to >> swap columns. >> >> So here is a quick hack (attached) which modifies the the current toc >> macros, the internal and external toc's use the right hand side instead. >> >> Regards' >> Tones >

[tw5] Right-handed Vertical Tabs?

2020-11-11 Thread Tiddly Novice
To replicate the look of a book that's had little tabs stuck in at points, I need a version of the vertical format tabs macro (tc-vertical) that is on the right side of its content area instead of the left. Is this even possible? -- You received this message because you are subscribed to the

[tw5] Auto-Indentation Plug-in?

2020-11-11 Thread Tiddly Novice
I was typing HTML stuff in the Tiddler content field to make templates and then I realized that I could go a lot faster if the indentation was done for me. Or at least maintained automatically on line break. Is there a plug-in that does that? -- You received this message because you are

[tw5] Re: Possibly Unintended Behavior? Data-Tags

2020-11-11 Thread Tiddly Novice
Thanks. I'm starting to realize that using TW requires more than understanding TW. It requires properly understanding CSS and HTML too. On Wednesday, November 11, 2020 at 12:44:30 PM UTC-8 Eric Shulman wrote: > On Wednesday, November 11, 2020 at 12:27:03 PM UTC-8, Tiddly Novice wr

[tw5] Possibly Unintended Behavior? Data-Tags

2020-11-11 Thread Tiddly Novice
1. Start an empty TW 2. Make a CSS stylesheet with the following: [data-tags*="example-test"] { border: 2px solid blue; } 3. Make a 2nd CSS stylesheet with the following [data-tags*="example-te"] { border: 2px solid pink; } 4. Make a Tiddler and tag it with example-test Result: The tagged

[tw5] Re: Changing the background color for tabs and tab content areas?

2020-11-11 Thread Tiddly Novice
x 0px 0px #888; /* #paper is a custom style thing that I used in one of my tiddlers */ } That code doesn't affect the original tiddler, only the transcluded copy. That, as far as I can tell for now, should cover how to adjust the content area and contents of tab macros. Sorry it was so

[tw5] Re: Changing the background color for tabs?

2020-11-09 Thread Tiddly Novice
with the margins so I found out I needed to readjust the margin settings when transcluding tiddlers that used the lined paper style. I can post the CSS for the lined paper if you want it.) On Monday, November 9, 2020 at 2:28:55 PM UTC-8 Tiddly Novice wrote: > I got part of the solution figured out. I m

[tw5] Re: Changing the background color for tabs?

2020-11-09 Thread Tiddly Novice
a way to affect only the new "tabsnogaps" macro I made and this doesn't do that. (How do I format a post for a code block quote?) .tc-tab-content.tc-vertical { padding-left: 0px; margin-top: 0px; } On Monday, November 9, 2020 at 1:32:36 PM UTC-8 Tiddly Novice wrote: > I thi

[tw5] Re: Changing the background color for tabs?

2020-11-09 Thread Tiddly Novice
to > wrap the whole set of tabs; > > However now you illustrated the exact location I will look for an answer, > and others may know. > > Regards > Tones > > > On Monday, 9 November 2020 12:59:54 UTC+11, Tiddly Novice wrote: >> >> Sorry about not describ

[tw5] Re: Changing the background color for tabs?

2020-11-08 Thread Tiddly Novice
lPanel> below,Then change the > margin and padding values > > > < "$:/core/ui/ControlPanel/Info">> > > > Tones > > > > > > > On Monday, 9 November 2020 11:38:12 UTC+11, Tiddly Novice wrote: >> >> Actually, I take back my neve

[tw5] Re: Changing the background color for tabs?

2020-11-08 Thread Tiddly Novice
I'm after. Also, how do I add a full border surrounding the area of the tab box? (Please forgive me if the answer is obvious. The only GUI design class I've ever had was "Intro to Visual Basic".) On Tuesday, November 3, 2020 at 1:08:24 PM UTC-8 Tiddly Novice wrote: > Nevermind,

[tw5] Palette Diagram

2020-11-08 Thread Tiddly Novice
The palettes for themes has a lot of different items listed, but it's not intuitively obvious what item refers to what part of the gui. I've spent far too long trying to hunt down the item/value pairs I want to change. Can someone (who actually knows TiddlyWiki, thus not me) make a diagram

[tw5] Re: Changing the background color for tabs?

2020-11-03 Thread Tiddly Novice
Nevermind, it turns out that the tiddler being transcluded by the tab is what controls the background colors. Which is actually really convenient. On Monday, November 2, 2020 at 7:04:07 PM UTC-8 Tiddly Novice wrote: > Is there a way to change the background color and border color for j

[tw5] Changing the background color for tabs?

2020-11-02 Thread Tiddly Novice
Is there a way to change the background color and border color for just the contents area of a tabs widget? And for bonus points: is there a way to change the contents area styles based on what tab is open or what tiddler is being transcluded by the currently open tab? -- You received this

[tw5] Re: Complicated Design Questions, Json Editing, and Gui features

2020-11-01 Thread Tiddly Novice
Json is...I'm honestly not sure if it's required or not. I only mentioned it because I got the idea for easy editing while looking at the examples for the Json Editor Plug-in. But as I'm starting to remember TW, I'm slowly starting to realize it might not be needed. I'm still figuring that out.

[tw5] Complicated Design Questions, Json Editing, and Gui features

2020-11-01 Thread Tiddly Novice
I apologize for using pictures to explain this, but I've no idea what the right words are. I was looking at the examples for the Json Editor plug-in, when I wondered if there might be a way to dodge having to deal with wikitext all the time and just make templates with editable fields. But

[tw5] Re: Twexe and TW5-jsoneditor issues?

2020-10-30 Thread Tiddly Novice
. > > Tones > > > On Friday, 30 October 2020 05:56:19 UTC+11, Tiddly Novice wrote: >> >> The TW version is 5.1.9 in the control panel. I don't know if that's >> newer or older. I'm open to changing versions and using different things, >> as I'm not current

[tw5] Re: Twexe and TW5-jsoneditor issues?

2020-10-29 Thread Tiddly Novice
make use of its > results. > > If using twexe you may also consider making use of TiddlyDesktop instead. > > Regards > Tones > > > On Thursday, 29 October 2020 07:15:32 UTC+11, Tiddly Novice wrote: >> >> >> I'm trying to get a new TW working with TWex

[tw5] Twexe and TW5-jsoneditor issues?

2020-10-28 Thread Tiddly Novice
I'm trying to get a new TW working with TWexe and the TW5-jsoneditor plug-in working on a windows 10 computer with firefox, but after I drag and drop all the plug-in tiddlers from the plug-in into the fresh wiki (as instructed), save, and refresh I get nothing but a page with an error message

[tw5] Re: General Form for a Macro Repeating Macro?

2019-01-19 Thread Tiddly Novice
Mostly what I was trying for was just a general purpose repeater. Sort of like a For Loop from Java or Basic, except for Wikitext instead. Of course, since TiddlyWiki can just use a javascript to loop things as needed, I guess the best option for me right now is to just use javascript when I

[tw5] Re: General Form for a Macro Repeating Macro?

2019-01-18 Thread Tiddly Novice
Okay, I'm pretty sure I've gotten a $macrocall with named parameters version working. Here is the demo tiddler: \define buttonmacro3(countUp param1 param2) <$button style="background-color:White; width:100%; height:100%" >""" $param1$ $param2$ $countUp$ """ \end \define interimmacro2(countUp

[tw5] Re: General Form for a Macro Repeating Macro?

2019-01-18 Thread Tiddly Novice
Mere moments after I posted, I realized I was overthinking the problem. The code for a demonstration tiddler: \define buttonmacro(countUp caption1 caption2) <$button style="background-color:White; width:100%; height:100%" >""" Button $caption1$ $caption2$ $countUp$ """ \end \define

[tw5] General Form for a Macro Repeating Macro?

2019-01-18 Thread Tiddly Novice
Been having a lot of fun learning TiddlyWiki and relearning Java, but I've hit another wall. I need a way to repeat macros a number of times. I don't know ahead of time what those macros will be, how many times they'll need to be repeated, how many parameters the repeated macro will have, and

[tw5] Re: TiddlyDrive Security Misconfiguration Problem?

2019-01-16 Thread Tiddly Novice
Looks like I'm going to have to use that, because Lord_Ratte has had to discontinue the TiddlyDrive project, as seen in this message: https://twitter.com/Lord_Ratte/status/1085157632799895552?s=09 It's a shame, because TiddlyDrive was really easy to use and worked nicely with my existing drive

[tw5] TiddlyDrive Security Misconfiguration Problem?

2019-01-14 Thread Tiddly Novice
I've been using TiddlyDrive for a while, and it's great. But suddenly today when I try to use it I get an error message in my browser: > > Your connection is not private > Attackers might be trying to steal your information from > *tiddlydrive.lordratte.info* (for example, passwords, messages,

[tw5] Re: How do I get this javascript working?

2019-01-11 Thread Tiddly Novice
It worked fine when I tested it. > > Good luck > -- Mark > > On Friday, January 11, 2019 at 6:27:44 PM UTC-8, Tiddly Novice wrote: >> >> I'm trying to use the javascript macro provided here: ( >> https://groups.google.com/d/msg/tiddlywiki/E3iJ0HDtPKk/RY5jsxeakn

[tw5] How do I get this javascript working?

2019-01-11 Thread Tiddly Novice
I'm trying to use the javascript macro provided here: (https://groups.google.com/d/msg/tiddlywiki/E3iJ0HDtPKk/RY5jsxeakncJ) The code for the Javascript seems to break the code formatting button for posting here. So here's the code without the code syntax button getting used: /*\ title:

[tw5] Re: Color Button from Color Palette in TW5?

2018-12-07 Thread Tiddly Novice
I also don't know how best to post my code here. First time I've used Google Groups to ask about code. On Friday, December 7, 2018 at 4:24:40 PM UTC-7, Tiddly Novice wrote: > > Hello, > I'm new to TiddlyWiki and I need some help. A lot of help, in fact. But > for clarity, I'll

[tw5] Color Button from Color Palette in TW5?

2018-12-07 Thread Tiddly Novice
Hello, I'm new to TiddlyWiki and I need some help. A lot of help, in fact. But for clarity, I'll try to keep it to one problem per post unless told to do otherwise. Problem #1: Background: I'm trying to create a button that can be used to assign a color to a known field of a tiddler. The