[tw5] Re: Nested List from a customized list

2021-02-14 Thread 'Stephen Kimmel' via TiddlyWiki
That is extremely close to what I need but there is one wrinkle that isn't obvious. If you look at my example, you'll see that the second and third have accent marks on the leading letter, α (alpha). It would be nice, if it is possible, for the routine to ignore the accent and breath mark and

[tw5] Nested List from a customized list

2021-02-14 Thread 'Stephen Kimmel' via TiddlyWiki
This will probably strike some of you as ridiculously simple ... I'm working with a wiki that contains several tiddlers that have names in Greek letters. I want to create a list rather like the sidebar type list with the heading being the first letter of the tiddler name followed by a list of

[tw5] Re: [Highlight Text] A shortcut or a button in the editor toolbar?

2020-07-31 Thread 'Stephen Kimmel' via TiddlyWiki
There are buttons to highlight a text selection, change the character color of a text selection and select the colors for those changes in http://skplugins.tiddlyspot.com/ and some other goodies as well. On Friday, July 31, 2020 at 7:44:56 AM UTC-5, Prestige wrote: > > > Hello folks, > > I neede

Re: [tw5] Re: CSV table

2020-07-29 Thread 'Stephen Kimmel' via TiddlyWiki
Ankit, When I first developed Tablehelper http://skplugins.tiddlyspot.com/#TableHelper (which predated the XLSX and the regex abilities in TW) I was copying a selected area in an Excel file and pasting it into a tiddler. That data came across as lines with tabs separating the individual cells.

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread 'Stephen Kimmel' via TiddlyWiki
As it runs out the fix to the preview was easy enough. All I had to do was to move the opening to a new position directly in front of the reveal pop-up line. I was also able to put back the standard editor tool bar by adding the removed code ahead of the relocated position:relative div line.

[tw5] Re: [ Demo ] : floating editor toolbar

2020-07-15 Thread 'Stephen Kimmel' via TiddlyWiki
I definitely like the idea of the pop-up editor toolbar though I do have a difficulty or two that I haven't worked my way through yet. Perhaps my biggest gripe is that the preview window changed position from beside the editing window to below and to the right of the editing window. I'm workin

[tw5] Re: Filter/Search problem

2019-12-13 Thread 'Stephen Kimmel' via TiddlyWiki
The tilde (~) operator was what I was missing. Thanks. On Thursday, December 12, 2019 at 10:08:14 PM UTC-6, Mark S. wrote: > > Here's my version: > > <$list filter="[search{possearch}!search{negsearch}] ~[search{possearch}] > -[[possearch]] -$:/HistoryList"> ><> > > > I changed $:/temp/posse

[tw5] Re: Filter/Search problem

2019-12-12 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Apparently clarity is not my strong suit. Yes. Both your and Eric's solutions work fine when $:/temp/possearch contains "Mark" and $:/temp/negsearch contains "Temple." I get a list of tiddlers. Now go to the next step. What happens with your solution when $:/temp/possearch contains "Matthew" a

[tw5] Re: Filter/Search problem

2019-12-12 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Unfortunately, if $:/temp/negsearch doesn't exist or the text field is blank, then this gives me nothing at all. That's the problem I'm trying to avoid. I've tried with a "missing" operator and an "else" operator and that doesn't seem to work either. On Thursday, December 12, 2019 at 1:29:14

[tw5] Filter/Search problem

2019-12-12 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I want to combine a pair of search operators within a single filter where one will be positive and the other negative. For example, I might want a list of all the tiddlers that contain the word "Mark" but exclude all the tiddlers that contain the word "temple." The solution I suspect would invo

[tw5] Re: Does TW5-searchNreplace plugin not work anymore?

2019-10-17 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I'm working with 5.1.21 and my Find and Replace appears to be working as expected for me. There is an odd error that seems to be adding text to the end of the tiddler and I'm going to start work on correcting that. Surya. Could you put a wiki up on tiddlyspot or send one to me directly that sh

[tw5] Minor bug in the new version (perhaps earlier) dealing with dictionary tiddlers

2019-08-15 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I use a dictionary tiddlers to store, among other things, colors in the hex format. Things like alt-text: #ee82fd highlight: #80 In the earlier versions I could that with a statement like @@background-color:{{$:/palettes/Editor##highlight}};Text to be highlighted @@ and it would work cor

[tw5] audio file name from a field

2018-12-31 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I'm working on a variation of Wim Moermans Flashcards to Go routine but I want to add audio from an external directory to the individual flashcards. What I have, at the moment, is a statement like the one below in each flashcard tiddler. I now have hundreds of these lines in my wiki where th

[tw] Re: Accessing a dictionary entry from a list

2018-03-08 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Many thanks. Sure enough that's what I needed and as I expected it was simple enough. The $(name)$ was the combination I hadn't tried. Perhaps it isn't the best documented aspect of Tiddlywiki. Again, thanks. Stephen On Wednesday, March 7, 2018 at 2:20:42 PM UTC-6, Mark S. wrote: > > Whenever

[tw] Accessing a dictionary entry from a list

2018-03-07 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Per my usual, I'm fairly certain that this is easy... I just can't figure it out. I have a lot of tiddlers named with the stock symbol. The tiddler for Ford is named F, for example. while the tiddler for Disney is named DIS. I want to create a data/dictionary tiddler called pricetiddler that wi

[tw] Modifying TiddlyDesktop

2017-11-17 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
The Firefox Apocalypse (well done whoever dreamed up that phrase) has prompted me to start looking at TiddlyDesktop more closely. One thing that isn't clear at all is how to modify it. I know. I know. There's the help file but I didn't find it very helpful. So, as a start, let me get very spec

[tw] External Images from local hard disk

2017-09-21 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I know this has been discussed ad nauseum but I can't make it work for me. Can someone explain it to me, preferably in English and not rocketese, so I can understand it. I'm working in Firefox 55.0.3, on Windows 7.0, using Tiddlywiki 5.1.14. And I'm specifically working on parallax tiddlers. I

[tw] Re: Challenge: Table consisting of tiddlers

2017-08-22 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Looking at your challenge again, I stumbled into what I'll refer to as the FlexBox solution. This may not be quite what you were looking for but you may find it interesting. The listing of the tiddlers is a filtered list displaying a link to the individual tiddlers and a display of the tiddler

[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-15 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
That, pretty much, takes care of my issue. Now I'm off and running toward looking at it. Not to be real picky about this... but I noticed that on the install sheet you added likert but lost line. And for what it is worth, x-axis and y-axis are also required to get the Demo-Line to work properly

[tw] Re: Presenting: GRAPHS - pies, bars, scatter and whatever turns you on

2017-08-14 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Probably I am just exceptionally dense, but I'm having problems with this. I imported everything listed on the install tiddler, and for good measure everything tagged demo, demoData, sample and sample2. Demp Pie gives me two large colored circles. Demo Line gives me graph axis but no graph. Demo

[tw] Wikify widget examples

2017-08-08 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I'll admit that I'm late to the party and can be exceptionally dense at times but I don't understand the $wikify widget. I read the tiddler. It parses some text, renders it and returns it as a variable which is available inside the widget depending on the type selected which defaults to an opti

[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-19 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Wen-Ming, I am no expert in Twc but I have observed the behavior you've described. It seems that when using the X button to delete the task, the program gets the name wrong. Note that the pop-up asking you to confirm that you want to delete the tiddler, it only gives the first word of the name.

[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-18 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
You mentioned sorting the list of dates. The problem with sorting dates is in the formatting. A date in the MM/DD/YY format won't sort properly but one in the YY/0MM/0DD format will. The zero's [0] are necessary so that the date right after July 1, 2017 is July 2, 2017 and not July 10, 2017. In

[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-17 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
On Friday, June 16, 2017 at 11:10:44 PM UTC-5, cmari wrote: > > Wow, that is terrific, thank you so much! I will use this daily. > I especially appreciate the really clear comments. That made it easy for > me to add a field that takes advantage of the tooltip and captures the > running list of d

[tw] Re: TW5 version of TWc DailyTasks plugin?

2017-06-16 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
That was an interesting challenge. The result of my effort is located at http://dailytasksk.tiddlyspot.com/ The results are less than perfect but similar enough to the original that I don't think you'll have any problem using it. With any luck, it will be close enough to what you want to carry

[tw] Re: Previous Versions of TiddlyWiki

2017-06-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
That's what I needed. I had gone to the github page but how to get to releases wasn't obvious to me. We might consider putting a link to that on the release notes in Tiddlywiki. Thanks, Mark. On Friday, June 2, 2017 at 11:56:37 AM UTC-5, Mark S. wrote: > > P.S. Releases at https://github.com/Je

[tw] Previous Versions of TiddlyWiki

2017-06-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
After I was moving my editable table routine to an older wiki, I discovered that it didn't work. Apparently I incorporated something that was unique to 5.14. Unfortunately, I don't have any full versions of 5.13 or earlier. Is there a repository of older versions somewhere? -- You received thi

[tw] Re: Calculate date difference (date diff)

2017-06-01 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
On Thursday, June 1, 2017 at 12:23:53 PM UTC-5, Danielo Rodríguez wrote: > > > Thanks for providing such macro. However, I wanted to avoid the usage of > javascript macros, and I wanted to create a pure tiddlywiki version. > I really think that tiddlywiki, being advertised as something you can u

[tw] Re: Calculate date difference (date diff)

2017-05-31 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > > It is created using the NOW macro. It does not matter how it looks like, > as long as it is easy to calculate the time diff in minutes between them. > I wanted to avoid creating a custom JS macro, but if it is the only way... > Danielo, Perhaps something like this would serve as a starti

[tw] Calculating table row and column values in TiddlyWiki

2017-05-19 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
One of the commenters on my inline editable table routine suggested that it would be helpful if the routine could sum the columns. I decided that would be a helpful thing. Eric has a routine that does that for TiddlyWiki Classic but, unfortunately, it does seem to work with TW5. So I reworked a

[tw] Re: My attempt at an editable table

2017-05-04 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
This one may be heading in the direction you are looking for. It includes a modified version of Eruc Shulman's column calculation routine that he wrote for tiddlywiki classic. It is still klunky and should be used with caution but it is a "proof of concept" version at this point. Still it may be

[tw] Re: Links Problem

2017-05-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
True, though in the past at least that meant I had to either tolerate a bunch of ugly tildes or I had to hunt them down and delete them manually. Its a minor price to pay for TiddlyWiki but that doesn't stop it from irritating me. I'm equally positive there are users who can't imagine TiddlyWik

[tw] Re: Links Problem

2017-05-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Thanks Mat. Sometimes all you have to do is ask the question and the answer comes to you. About the time you were posting your response, I came up with the Camelcase answer myself... though the improperly colored like I get with the {{!!sites}} still baffles me. I love TiddlyWiki and use it a

[tw] Re: Links Problem

2017-05-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Sorry. Forgot the link: http://link-demo.tiddlyspot.com/ On Tuesday, May 2, 2017 at 4:20:27 PM UTC-5, Stephen Kimmel wrote: > > I'm having a problem with TiddlyWilki rendering links inconsistently. > > I've uploaded an example which using this bit of code, doesn't appear to > be rendering links

[tw] Links Problem

2017-05-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I'm having a problem with TiddlyWilki rendering links inconsistently. I've uploaded an example which using this bit of code, doesn't appear to be rendering links in columns 2 and 3 consistently. TitleA href={!!sites}Link <$list filter=[tag[series]]> <$link to={{!!title}}><$view field="title"/

[tw] Re: My attempt at an editable table

2017-05-01 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Thanks, Eric. That's what I needed. And I feel a good less like a moron for not figuring that out on my own. Jeremy might want to consider expanding the explanation to clarify the various syntax at work here. Stephen -- You received this message because you are subscribed to the Google Grou

[tw] Re: My attempt at an editable table

2017-05-01 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Let me pose my question more directly. I assume the answer is obvious to the more experienced hands. The following code is not working correctly and I don't understand why. I would like the macro FieldChoice to return a select widget with a list of captions taken from the dictionary tiddler Fi

[tw] My attempt at an editable table

2017-04-28 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I have been a big fan of the editable tables since Danielo first introduced his. I have both his routine and Jed Carty gave us his RowTable and Column Table macros t

[tw] Re: TiddlyFox seemed to stop working

2017-04-13 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
This happened to me as well and I don't see anyway for it to happen unless Firefox automatically updated the add-ins. I count automatic updates that change how the add-in works without notification as being a big mistake. I seem to be constantly telling the thing that I want to enable saving fo

Re: [tw] Re: [TW5] How Does One Add a Button to the Text Editor in the editTemplate?

2017-04-07 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
If it doesn't, then it is probably something else. And thanks for the compliment. > > > Am 2017-04-07 um 20:23 schrieb 'Stephen Kimmel' via TiddlyWiki: > > Without getting into the specifics, I created several buttons to be added > to the editor toolbar including one

[tw] Re: [TW5] How Does One Add a Button to the Text Editor in the editTemplate?

2017-04-07 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Without getting into the specifics, I created several buttons to be added to the editor toolbar including one that does the highlighting. You'll find them at http://skplugins.tiddlyspot.com/ I make no claims that these are elegantly done but they do work and that will give you a starting point.

[tw] Complex Filter Question

2017-04-07 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
This seems like this ought to be easy but, so far, it has beaten me. I have a group of tiddlers that are tagged as "A" or "B" and are also tagged with one or more of "1", "2", "3" or "4". Depending on a group of checkboxes, I want a list with created using a filter that is the equivalent of (

[tw] Re: [TW5] Sorting Ascending and Descending

2017-04-04 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Nudge nudge. > now my head hurts and I am going to go lie down. I need to remember to add > this to my tables macros sometime. > I would very much like to see you make this modification. And for what it is worth, I use your table macros routine all the time. -- You received this message bec

[tw] Extremely Close

2016-08-22 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I have always wanted the in-tiddler table of contents to jump to the appropriate heading when clicked and tough assured repeatedly that such behavior would be extremely difficult if not impossible that message never quite made it through my thick skull. Now I am extremely close to getting the b

[tw] Re: Conversion file.xls and file.ods in tiddlywiki file

2016-08-04 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > > I tried to find TabletoTidlers, but did not find. But I saw an example of > a wiki. Wow. It is likely that you could rip structure > http://www.livejournal.com there I have three blogs and would like to get > three tiddli file. Each blog posts about 2000 and I wanted to do everything > b

[tw] Re: Help

2016-08-04 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Ahh. So the question is concerning filters and tying the check boxes to fields. This bit of code creates a checkbox which sets two fields, status and datecompleted, of the selected task tiddlers. I used an invisible button because I wanted to change two fields. If I only wanted to change one f

[tw] Re: Help

2016-08-03 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
It looks like Sergio is seeing a formatting/styling issue here. He's gone to some lengths to style five boxes but they go beyond the limits of the tiddler. The Doing, Done and Footer boxes are covered up by the next tiddler. I think if someone could show him how to style his "ToDo" tab so that

[tw] Re: Conversion file.xls and file.ods in tiddlywiki file

2016-08-03 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Sergey, If you go to http://skplugins.tiddlyspot.com/ you'll find the preliminary version of the new plugin, TabletoTiddlers, under Experimental Plugins. I've included an example data table which I've derived from the example you gave. It's not an exact match but it should give you a pretty goo

[tw] Re: Conversion file.xls and file.ods in tiddlywiki file

2016-08-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Sergey, I have one additional plugin that I have been working on that isn't quite ready yet. It will convert rows of a TiddlyWiki table into individual tiddlers. If that is where you're ultimately going, I'll put some additional effort into it so I can put it up more quickly. On Tuesday, Augus

[tw] Re: My TiddlyWiki Math Project

2016-07-21 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
That was beyond the scope of what I was doing with Mathcell when I wrote it. It's an interesting idea and I'll give it some thought. At this point, the extent Mathcell handles text operations is to add them together or simply reference them. On Wednesday, July 20, 2016 at 4:16:04 AM UTC-5, Ste

[tw] Re: What is the maximum file size for TW5 at acceptable performance

2016-07-18 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
That depends on your computer. I use several ranging from a Amazon Kindle Fire tablet to desktop that is a few years old. Nothing larger than about 4 mb will work acceptably with the tablet whereas the desktop starts to show signs of bogging down with the Bible Tiddlywikis which are about 11 m

[tw] Re: Problem with list-before and toc-tabbed-internal-nav

2016-06-29 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I figured it out. Even though the documentation doesn't explicitly say so, the toc macros do support a sort input. In my case I added a field called order which I populated with the correct numerical order for each book. Then I made my Contents tiddler say: <$macrocall $name="toc-tabbed-intern

[tw] Problem with list-before and toc-tabbed-internal-nav

2016-06-29 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Perhaps one of the clever folks here can explain to me why this doesn't work the way I expected. I'm working on a wiki of the Old Testament books arranged in the classical Jewish order. In case you are unfamiliar with that, the books should appear in this order: Genesis, Exodus, Leviticus, Nu

Re: [tw] Some Plugins for the new Editor Toolbar

2016-05-11 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Jan, You mentioned that they don't appear in the Control Panel. They should be on the Control Panel under Appearance - Toolbars - Editor Toolbar (not Edit Toolbar) at the bottom of the list. You haven't quite given me enough to work on to figure out exactly what went wrong for you (for exampl

[tw] Re: List of fields in a different tiddler

2016-05-06 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Thanks. That certainly does it. I'm still trying to understand the use of a text reference in a filter... which is why I was pursuing the {$:/temp/old} approach. But in any case, this gets me past my difficulty. Thanks again. On Friday, May 6, 2016 at 1:48:17 PM UTC-5, Mark S. wrote: > > Is this

[tw] List of fields in a different tiddler

2016-05-06 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
What I want to do is produce a list of fields and values for a tiddler that isn't the current tiddler but whose name is contained in a temporary tiddler. Given that this code produces a list of fields and values for the current tiddler <$list filter="[is[current]fields[]] -[[text]]" variable

[tw] Some Plugins for the new Editor Toolbar

2016-05-05 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
In keeping with the general spirit of the TiddlyWiki community, ie, you develop something useful and/or potentially interesting you share it with others, I'm sharing some of the plugins I've developed to go with the new Editor Toolbar. You'll find them and a more extensive discussion of what ea

[tw] How secure is TiddlyWiki?

2016-05-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I work for an engineering company and TiddlyWiki is something I use almost constantly. My company, however, would rather that I use another wiki program that is part of an integrated package. Without going into too much detail, the words that immediately come to mind when describing that progra

Re: [tw] Re: TiddlyWiki Hangout #100 will be on Monday 2nd May 2016 at midday BST/UTC+1

2016-05-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Sorry I missed this morning's Hangout. Try as I might, I just couldn't bring myself to get up at 3:00 AM. I know that finding a time that would work for the UK, New Zealand and the US would be pretty close to impossible. Moving the times seems like a reasonable answer. Early morning UK time so

[tw] A substitute for the javascript Confirm and Alert boxes?

2016-04-26 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Has someone come up a substitute for the javascript confirm and alert boxes that can be styled? My understanding is that the functions built into the browser's javascript can not be styled at all and I find them too bright for the color palettes I'm using. What I like is something where I could

[tw] Re: [tw5] Final tests for 5.1.12 before release

2016-04-23 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I use very dark themes and palettes with my Tiddlywikis. In the previous pre-release I could style the editor but this one I seem to get glaring white with black characters no matter what I do. Perhaps it is something very simple but I'm missing it. Mark S has pointed out that the Undo/Redo arr

[tw] Re: Populating a Select from a user input term

2016-04-06 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Mark, (and indirectly Eric) I am tardy thanking you for that tip. That worked like a champ. There are times I suspect that Eric knows Tiddlywiki as well as Jeremy. Thanks for the tip. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

[tw] Re: Populating a Select from a user input term

2016-04-01 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Mario and Mark, Many thanks. Your reworking was exactly what I needed. I had missed the detail of the single curly bracket when used with a filter. I went with the caption field rather than the title because some of what I'm having the user look-up are system files which I find have names that

[tw] Populating a Select from a user input term

2016-04-01 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
A regular search generates a list of links. Instead of that I want to populate a $Select widget list. I've been able to populate the $Select widget list from a $List that includes a search operator that has a hard coded entry in the filter using something like this <$select> <$list filter='[a

[tw] My TiddlyWiki Math Project

2016-03-22 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
My TiddlyWiki math project, which I'm calling Mathcell, has progressed far enough to actually be of some use to people. So I'm unleashing it on the unsuspecting public in hopes of getting some feedback and comments. A bit of background. About the only software I use more than TiddlyWiki is Micr

Re: [tw] [tw5] Introducing new text editor toolbar

2016-03-19 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
While I find the bitmap editor amusing, I don't see myself using it very much beyond possibly annotating pictures. Rather than being part of the standard core, I think that functionality would be better as a plugin so the folks who would use these capabilities can have them while others can ski

Re: [tw] [tw5] Introducing new text editor toolbar

2016-03-15 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
gt;> >> Is this, perhaps, a Firefox issue? >> >> >> On Tuesday, March 15, 2016 at 8:57:12 AM UTC-5, Jeremy Ruston wrote: >>> >>> Hi Stephen >>> >>> On 15 Mar 2016, at 11:55, 'Stephen Kimmel' via TiddlyWiki < >>> tidd

Re: [tw] Re: [tw5] Introducing new text editor toolbar

2016-03-15 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Andrew, Does your reduce plugin also end up creating words that a search would find that weren't actually in the original text? Your demo has "some text one one three three one two one 12345 12345" with the resulting string becoming "twothreetextsomeone12345". I see the words "texts" and "someo

Re: [tw] [tw5] Introducing new text editor toolbar

2016-03-15 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
-- > Jeremy Ruston > jer...@jermolene.com > http://jermolene.com > > On 15 Mar 2016, at 02:41, 'Stephen Kimmel' via TiddlyWiki < > tiddl...@googlegroups.com > wrote: > > I'm obviously missing something but I can't make any of the new icons > appear o

Re: [tw] [tw5] Introducing new text editor toolbar

2016-03-14 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I'm obviously missing something but I can't make any of the new icons appear on the editor toolbar. They, and indeed everything besides H4, H5 and H6, appear to be selected on the Control Panel Text Editor Toolbar section, but nothing I've tried makes them appear. What am I missing? On Monday

[tw] Re: [tw5] Introducing new text editor toolbar

2016-03-11 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I'm having a problem with the preview window in the new text editor. In some cases the preview falls below the editing area. I assume that I've

[tw] How to use colours from the palette

2016-02-27 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
My goal is to highlight some text with a background colour that changes whenever I select a different palette or change the colours on the palette. In general I've been using the form @@background-color:yellow; I'm using a yellow background@@ which works just fine but doesn't change colors wit

[tw] Re: TW5 Sortable Tables

2015-11-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Thanks. That will get it. The variation I've actually settled on is directly implied by your suggestion. .tc-btn-invisible-left { text-align:left; padding: 0; margin: 0; background: none; border: none; } That way, the other .tc-btn-invisible items continue to function as intended and only m

[tw] Re: TW5 Sortable Tables

2015-11-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Jed. I hate to be so remarkably dense but I would like to do some minimal format change on the generated tables. Specifically I would like the cell entries to be left aligned rather than centered. But I'm not finding where that is done. On Monday, October 26, 2015 at 4:56:21 AM UTC-5, Jed Cart

[tw] Re: Beginner help and Usability request

2015-05-14 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Reza, 4) Continuing with improvement, just as in this post i have access to the basic tools on the menu, liks Bold, Numbered list, insert image, text size and things that are mostly used, would it not be possible to add these things in TW just as they are available here when posting a thread?

[tw] Re: [TW5] Is there a template or CSS to expand editing space

2015-04-15 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
If you click the "Hide Preview" button, you get an editing space the width of the tiddler. If the entire wiki has a lot of blank space to the right side, you can change the settings using the Control Panel (gear icon) - Appearance - Theme Tweaks and then adjust the Story Right, Story Width and

[tw] Setting the initial state of toggles/fields

2015-04-09 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Probably a simple question with a simple answer that I've missed along the way. I'm using a combination of buttons to toggle the display from one mode to another in much the same way the Show/Hide preview works when editing a Tiddler. For clarity, I'll call it View 1 and View 2. As it currently

[tw] Re: TiddlyWiki5 Logo Proposal

2015-04-07 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Blue with text is my preference. I could also see these in a muted form as the background for TiddlyWiki. -- 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 tiddlywi

[tw] Re: Sticky Table Headers

2015-03-31 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I looked at that but tables seem to be immune to that approach. Or perhaps I'm just missing something. On Monday, March 30, 2015 at 4:08:42 PM UTC-5, Danielo Rodríguez wrote: > > Take a look at this example : > > http://jsfiddle.net/daker/ecpTw/light/ > > Reference: https://developer.mozilla.o

[tw] Sticky Table Headers

2015-03-26 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
TW 5.1.8 does "sticky" tiddler titles where the title line stays visible at the top of the screen while any of the tiddler is visible. Is there anyway to do that sort of thing with tables inside tiddlers? Some of my tables are longer than the screen height and it would very nice if I could mak

[tw] Re: pretty quotes?

2015-03-14 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I started modifying my editor to handle the changing of quotemarks to pretty quotes when I encountered an obstacle; the issue of internationalization. As it turns out the Americans and the British handle quotes somewhat differently. Americans would say "the period must go inside the quotes." Th

[tw] Re: [TW5] Formatting imported text files

2015-03-12 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
On Thursday, March 12, 2015 at 1:58:46 AM UTC-5, Jon wrote: > > Hi, > > As mentioned on another thread, I'm importing a large number of small text > files after splitting a word document. > > The resulting tiddlers will have one or a few words per line and I need to > maintain that formatting.

[tw] Re: [TW5] Importing large number of text files

2015-03-11 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > I was splitting it up so I could separate out individual elements and make > them tiddlers and then transclude them in different relationships. The question is whether you split - import - transclude or import - split - transclude. My preferred answer is to import first and let TiddliWiki

[tw] Re: Random background image

2015-03-11 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Now that is seriously cute. -- 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 post to this group, send email to tiddlywi

[tw] Re: [TW5] Importing large number of text files

2015-03-11 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Given that you have already split the word document into separate files, Jeremy's answer is probably as good as there is. However, for the next time you need to do something like this, consider that you could have done the operation differently. I import Word files into TiddlyWiki all the time

Re: [tw] [TW5] Formatting text and other features

2015-02-25 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
On Wednesday, February 25, 2015 at 8:49:50 AM UTC-6, ale...@gmail.com wrote: > > Thank you Andreas! > > This is exactly what I meant! Sorry for the confused post! > I'm going to try to use your suggestion > Thanks > Alessia > Alessia, One or two caveats about the experimental editor Andreas men

Re: [tw] Re: [TW5] Experimental "stacked view"

2015-02-14 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > ​Just to be clear, it's not yet finished, with several known problems and > limitations. I'm releasing it for feedback. You may prefer to decide > whether to use it or not once it's complete. I hope I didn't come across as being too negative. Part of the joy of TiddlyWiki is that you can

[tw] Re: [TW5] Experimental "stacked view"

2015-02-13 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I hate to be negative but... I'm with Tobias on this one. I can see myself using his arrangement but the experimental stacked view, especially with the sticky titles that take effect about mid page... I think I've probably already used as much as I ever will. -- You received this message beca

[tw] Re: CKEditor replace by class

2015-02-10 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > The only improvement I can think of so far is that it would be great if > buttons could behave like a "toggle", that is if it could detect existing > markup and remove it on second press. > Like for example if I bold some text in my selection pressing the Bold > button again would toggle i

[tw] Re: CKEditor replace by class

2015-02-10 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
Duarte, This is a bit off-topic for your question, but I would appreciate it if you would take a look at my editor project and give me some feedback on it. http://tw5editor.tiddlyspot.com/ It's not a WYSIWYG editor but I started working on it to address some of what I saw as shortcomings with

[tw] Re: Editor Wishlist

2015-02-03 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > I tried out the undo button using Chrome version 39.0.2171.93 on my > android phone but it doesn't seem to do anything. I'll do some more testing > and let you know here within this next week. > Hmm. I just tested it on Chrome 39.0.2171.95 on a Windows PC and it worked as I expected. Sinc

[tw] Re: Editor Wishlist

2015-02-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
PMario, If you try it again, I would appreciate it. My editor project can be found at: http://tw5editor.tiddlyspot.com/ > For me, it's ok but a little bit too red. > may be a bit lighter: #D14836 ... I stole this value from the google groups > here on the page :) > Done > If the elemen

[tw] Re: Editor Wishlist

2015-02-02 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I've made a few changes to the editor in line with the suggestions of PMario and Tobias. As PMario suggested, I have dropped the "alert" in the Find Next function and replaced it with the more browser like behaviour of changing the text in the Find box from Black on White to White on Red. As To

[tw] Re: Editor Wishlist

2015-02-01 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > I wonder how a general mechanism would work that... lists snippet > references in a popup, possibly nested... to which I can dynamically add > snippets. Once added, I could click on the snippet in that popup, the > desired text is inserted at the caret position / or the end of the editor >

[tw] Re: Editor Wishlist

2015-01-31 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
I have updated my editor project. The revised version can be found at: http://tw5editor.tiddlyspot.com/ The revisions incorporate many, though not all, of the features suggested and essentially all of the identified bugs. Jed - I have added the monospace code block and the Search and Replace f

[tw] Re: Editor Wishlist

2015-01-29 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > Search and replace for multiple tiddlers is a different topic and imo a > different plugin. > Most definitely and, from my standpoint, a quantum leap more difficult plugin. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe fr

[tw] Editor Wishlist

2015-01-29 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
So far, everything I've done on my editor project has been based on what I thought needed to be done or on the Bookmarklet and Keyboard Snippet work. To gain a sense of what the community thinks would be important or desirable, I would like folks to give me a wishlist of editor features. What

[tw] Re: Editor Prototype Mk II

2015-01-29 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > Totally unrelated I find myself using the Community Search > > a lot these days and it has been very helpful. I've added Community Search to my personal version of the Editor Help though it isn't part of the uploade

[tw] Re: Editor Prototype Mk II

2015-01-29 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > The icons should be SVGs. The PNGs don't scale well with a browser zooming > factor. > I have made that change. There are a couple I'm not thrilled with how a couple of them look If you convert heading " imo it should be > !! heading 2 ... see the space. It has much better readability in

[tw] Re: Editor Prototype Mk II

2015-01-28 Thread &#x27;Stephen Kimmel&#x27; via TiddlyWiki
> > I know you are looking for feedback, so here goes. Your edit toolbar is > cool. Most essential though if anyone is going to use it would be *undo*. > I showed it to several non tiddlywiki people and they said abandon wiki > markup and go straight to html. The business world does not use wik

  1   2   3   >