[tw5] Re: [Tutorial] running your own Node.js TW5 on Microsoft Azure for Free

2021-06-02 Thread Reaktorblue
I'm trying to follow along with this guide and running into a few issues - Creating the Azure App Service within VS Code didn't prompt for an OS but did appear to be successful - Downloading the latest release of TiddlyWiki on GitHub didn't have any folders named tiddlers or a

[tw5] TW5 Data Entry Form

2021-04-12 Thread Reaktorblue
I'm trying to learn how to use TW5 as a way to document some things via a data entry form I have these two tiddlers created - Basic Form - $:/state/basic-form In the Basic Form tiddler, I'm using a button to create a new tiddler based on the data in the form \define newEntry()

[tw5] Re: Tabs Macro Default Tab

2020-04-22 Thread Reaktorblue
are a link? > > Regards > Tony > > On Thursday, April 23, 2020 at 2:58:49 PM UTC+10, Reaktorblue wrote: >> >> I created a task list based on the concepts from TiddlyPack >> <http://tw5-suitcase.tiddlyspot.com/> but I'm running into where the >> default t

[tw5] Tabs Macro Default Tab

2020-04-22 Thread Reaktorblue
I created a task list based on the concepts from TiddlyPack but I'm running into where the default tab is never selected. In TiddlyPack, I think it's the following snippet that sets the default tab, via the default parameter, correct? @@.tabsstyle

[tw5] Re: Help using the sum operator

2020-04-21 Thread Reaktorblue
your tiddler you might have this: > > \define cost(expense) $<$text text={{{ [tag[$expense$]get[cost]sum[]] }}}/> > > which can be invoked like this: > > <> > > and changed around for other costs by handing it a different parameter: > > <> > > &l

[tw5] Help using the sum operator

2020-04-21 Thread Reaktorblue
Hello, I'm working on a project and had a few questions. I have several tiddlers listed as categories and tasks of that category. For example, I may have: - tiddler title: Car Repair - tiddler tag: Category - tiddler title: Oil Change - tiddler tag: Car Repair - tiddler

[tw5] list-tagged-draggable help

2020-04-20 Thread Reaktorblue
I was looking at the draggable task management example and I was curious, is it possible to get the links that are listed to also display as an ordered list? -- You received this message because you are subscribed to the Google

[tw5] Re: TiddlyWiki Math Fields with tags

2020-04-08 Thread Reaktorblue
lman wrote: > > On Wednesday, April 8, 2020 at 1:35:09 PM UTC-7, Reaktorblue wrote: >> >> Is there a way to add up numbers that are in the tiddler fields? For >> example, if I wanted to add up all of the numbers in field "cost" for all >> tiddlers tagged &quo

[tw5] Re: TiddlyWiki Math Fields with tags

2020-04-08 Thread Reaktorblue
Thanks! This is exactly what I was looking to do. Thank you so much for all of the help!! On Wednesday, April 8, 2020 at 5:38:53 PM UTC-4, Eric Shulman wrote: > > On Wednesday, April 8, 2020 at 1:35:09 PM UTC-7, Reaktorblue wrote: >> >> Is there a way to add up numbers that

[tw5] TiddlyWiki Math Fields with tags

2020-04-08 Thread Reaktorblue
Hello, Is there a way to add up numbers that are in the tiddler fields? For example, if I wanted to add up all of the numbers in field "cost" for all tiddlers tagged "incomplete" and "component" would that be possible? I was thinking maybe the mathematics operators but I haven't been having

[tw5] Re: TW5 Sortable Tables

2019-08-04 Thread Reaktorblue
Neat! Out of curiosity, how are you hosting the TW file? It it a standard .html file or are you perhaps using Node.js? -- 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: Hide the tag display on ToC

2019-08-02 Thread Reaktorblue
@BurningTreeC, Thank you so much! That worked wonderfully! -- 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

[tw5] Hide the tag display on ToC

2019-08-02 Thread Reaktorblue
When you're looking at the display of the Table of Contents, the tag $:/tags/SideBar is visible. Is there a way to hide this for only the Table of Contents when it's not in edit mode? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread Reaktorblue
The OneNote that's currently in circulation is being webified, if you can call it that. Just like most other Microsoft products. I don't know if it would be possible to get those records into TW but if I can ever become comfortable with CSS and TW as a whole, I'd probably abandon the whole

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-08-01 Thread Reaktorblue
OneNote is now bundled with Windows 10 and that's pretty much the version you get. I'm an Office 365 Insiders subscriber and OneNote is no longer part of that package. One of the biggest issues I take with OneNote is that the UI is not configurable at least not at this current point in time.

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-07-22 Thread Reaktorblue
In fairness, I use OneNote to a very basic degree. With that said, it's broken down such that OneNote is the application but I have many notebooks that can be loaded and unloaded. The notebooks themselves would be like having a folder on my PC with many TW files in it. Each notebook within

[tw5] Re: TiddlyWiki vs OneNote (comparison on slant.co)

2019-07-22 Thread Reaktorblue
For me personally, I use OneNote a lot. In fact, I use OneNote much more than TiddlyWiki. The two biggest reasons being that changes to the browser don't break functionality and that it's ready to go out of the box with no need for configuration. TiddlyWiki on the other hand is so much more

[tw] [TW5] Concatenate 3 tiddler fields into 1 URL

2016-12-08 Thread reaktorblue
I have a table of tiddlers tagged "HD Ticket" and a tiddler titled, "HD Ticket Settings" which holds 2 fields, "url_header" and "url_footer". I'm trying to concatenate these fields to make this a clickable URL however, I havent been very successful and haven't had much luck interpreting some of

[tw] [TW5] Sorting Ascending and Descending

2016-12-07 Thread reaktorblue
A while back I made a post about creating tables and sorting the data by column header. One of the suggestions was to check out an example by Jed, outlined below. This works for the most part but what I'd like to do be click the header a second time to reverse the sort order. Is something like

[tw] Re: [TW5] <$count tiddlers with multiple tags

2016-12-06 Thread reaktorblue
Matthew, This worked like a charm! I don't know how I missed this but I'll most certainly remember this for the next time. Thank you so much for the help, it's greatly appreciated! Warmest Regards, Raf On Tuesday, December 6, 2016 at 10:10:41 AM UTC-5, Matthew Lauber wrote: > > On both the

[tw] [TW5] <$count tiddlers with multiple tags

2016-12-06 Thread reaktorblue
Is there a way to count the number of tiddlers based on a filter with multiple tags? This works currently to tell me how many tiddlers are tagged with "Task" <$count filter="[tag[Task]]"/> What I'm trying to do is: "Pending Tasks" <$count filter="[tag[Tasks]!tag[Done]"/> "Completed Tasks"

[tw] [TW5] How to add parent tag of tiddler when using a separate tiddler as a data entry form

2016-11-22 Thread reaktorblue
Greetings! I'm working on a project to create documentation around a Minecraft server I'm attempting to set up. I created a button to bring up a tiddler as a data entry form to create the tiddlers for each plugin. I'm now trying to create buttons to have them added on creation of a plugin

[tw] Re: [TW5] Tabs Help

2016-09-01 Thread reaktorblue
I didn't get a chance to update the wiki but I think this might be of some help - https://groups.google.com/forum/#!topic/tiddlywiki/xFs6zrFMNlo The problem I'm running into is that I'm nesting the tabs. Once I create a tab, I'm trying to create tabs within that tab. If I use tag in my child

[tw] [TW5] Tabs Help

2016-08-21 Thread reaktorblue
Hiyas, I'm having some difficulty understanding tabs, specifically, nested tabs. Here is my example TW - http://rbos.tiddlyspot.com/ What I have noticed is that if I already know what tiddler is going to be the nested tab, I can explicitly define the tag to filter, like in the below snippet,

[tw] Re: [TW5] Is there a TW5 version of TiddlyPacking available

2016-08-15 Thread reaktorblue
This is outstanding! I had a question though, is there a way to change from an overall "done" tab to having 2 sliders in each of the tabs for pending and finished? I'm trying to come up with a solution that seems like a hybrid of this and Jed's category list On Monday, August 8, 2016 at

[tw] Re: [TW5] Saved searches and external links in 5.1.12

2016-07-20 Thread reaktorblue
Out of curiosity, does this happen on multiple browsers/devices? -- 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

[tw] Re: My TiddlyWiki Math Project

2016-07-19 Thread reaktorblue
I actually tried the Dynamic Tables before and although they worked very well, what I wasn't able to get working was the sorting. The sorting seemed to work in ascending order but clicking the header again didn't allow for sorting in descending then again, perhaps I was doing something wrong.

[tw] Re: Tags quandary - how do I merge tag that have different case

2016-07-18 Thread reaktorblue
You may also want to check out the Search and Replace Tag wizard from Tobi Beer - http://tobibeer.github.io/tb5/#Search%20And%20Replace%20Tag -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: My TiddlyWiki Math Project

2016-07-17 Thread reaktorblue
This is outstanding! I've been looking for something like this for quite some time, thank you so very much! Only thing left for me to do is find a way to sort the tables in ascending or descending order by clicking column headers. I haven't had much success with that yet. -- You received

[tw] Re: [TW5] Scrollable Popout Menu Macro without tc-popup-keep

2016-07-13 Thread reaktorblue
I simply removed the tc-popup-keep references from the macro so that it looks like like the below snippet. Was this the right thing to do to make the scrollable popup a non-sticky popup? \define PopoutMenu(Icon Name Tiddler Tooltip PopupClass: "tc-popup-menu-default"

[tw] Re: [TW5] Scrollable Popout Menu Macro without tc-popup-keep

2016-07-13 Thread reaktorblue
I think I found how to add the border. Still not sure on how to make the popup non-sticky though. -- 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

[tw] [TW5] Calculating Tiddler Fields with Calc macro

2016-07-06 Thread reaktorblue
I have an issue I have to resolve several times a day. Originally, I was able to put together a formula in excel but wanted to incorporate this into TW5. I thought this wouldn't be too hard using the calc macro here http://tobibeer.github.io/tb5/#calc however, I'm having some problems. What is

[tw] [TW5] Calculating Tiddler Fields

2016-06-25 Thread reaktorblue
I have a bit of a problem and as a complete beginner trying to hack something together, I'm not sure what I'm doing wrong. I found a plugin, calc, from http://tobibeer.github.io/tb5/#calc and after importing and creating, I was able to get some basic math working. I created the following

Re: [tw] Top Toolbar Plugin Question

2016-06-22 Thread reaktorblue
toplefttoolbar seems to work in similar fashion to top menu toolbar. The functionality I was hoping to either find or try to implement is something along the same lines of the backstage button in TW classic. When clicked, it displays it's toolbar, then if clicked again, it collapses the

[tw] Top Toolbar Plugin Question

2016-06-22 Thread reaktorblue
Hiyas everyone! I'm still in the process of trying to convert from a customized MPTW themed TWC to TW5 and currently, I'm playing around with the Top Menu Toolbar from TonGerner - http://tw5toolbar.tiddlyspot.com/. Is there a way to toggle the toolbar on/off just like the way the backstage

[tw] Re: TW5 Sortable Tables

2015-06-26 Thread reaktorblue
Jed, That would work great! Creating and maintaining them easily (creating them and editing in-line in your example) is excellent. Adding a sorting by clicking column header is a welcome addition as it allows for interpreting the data much easier. The sorting and filtering options you provided

[tw] Re: TW5 Sortable Tables

2015-06-26 Thread reaktorblue
I'd be interested in finding this. I'll see what I can dig up, in the meantime if you happen to come across the plugin again and you remember this post, see if you can include it. That sounds quite interesting! On Friday, June 26, 2015 at 5:36:25 AM UTC-4, Danielo Rodríguez wrote: There is a

[tw] Re: TW5 Sortable Tables

2015-06-25 Thread reaktorblue
I agree, I just have not found anything yet that works. Having the explanations of the data in TW and having to link to an outside excel file is not quite what I am looking to continue doing because it defeats the purpose of everything in one file. I'll have to keep poking around and see what

[tw] Re: TW5 Sortable Tables

2015-06-24 Thread reaktorblue
I keep checking for this particular functionality as it's the only thing that ever keeps me from using TW full time. Has anyone happened to find a plugin or method to make tables sortable? On Monday, March 2, 2015 at 7:34:51 AM UTC-5, Tobias Beer wrote: Hi Jed, Otherwise you can do it

[tw] TW5 Sortable Tables

2015-02-25 Thread reaktorblue
I have been searching for a way to create tables in TW5 in such a way that when clicking on the table header, it will sort the table by that column. There was a plugin to do this in TWC but I have not been able to find any way to do this in the current TW5. Has anyone seen a plugin or does

[tw] Using data stored in tiddlers to create tables

2013-05-31 Thread reaktorblue
I'm currently trying to use my TW to manage a group of direct reports. What I currently have going is a tiddler with a list of direct reports. This currently is used to manage tasks assigned to them. I'd like to be able to create tiddlers for this group of individuals for training. What I would

Re: [tw] Re: TW Logo

2013-05-27 Thread reaktorblue
As a big fan of ASCII art, I have to say I really enjoy the pixelated images. This is some really cool work! -- 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

[tw] ToggleSliders works but doesn't display properly

2013-05-25 Thread reaktorblue
I'm trying to get the task package from tiddlytools working in my tw and have been pretty successful so far however, when clicking view all for the task notes, it only changes to close all. Nothing actually expands or collapses. Trying to follow the syntax, if I change the syntax in the

[tw] Re: ToggleSliders - possible bugreport...

2013-05-25 Thread reaktorblue
Hi Måns, I'm experiencing this same issue. When I leave it as here (without the quotes) it properly says view all and close all respectively however, when clicked it does not actually expand or collapse anything. When I change the syntax to it seems to work correctly however, displays $2 and

[tw] Re: Modified TeamTasks TiddlyWiki

2013-05-24 Thread reaktorblue
Occasionally when trying to select a defect type, for example, Scope: Issue, the drop down menu's appear to refresh and revert back to Please select. I noticed that despite this, it does seem to remember what option was chosen, if I view the open tasks. Any idea what might be causing this? --

[tw] Re: Modified TeamTasks TiddlyWiki

2013-05-22 Thread reaktorblue
I actually butchered it so bad I reset it before attaching however, you guessed it correctly. I started with a fresh TW and went from there. What you explained though does make some sense so I'll see if I can work from there. It's a new experience for me so I do appreciate the guidance. Thanks

[tw] Re: Modified TeamTasks TiddlyWiki

2013-05-22 Thread reaktorblue
I think I found part of my problem. I was using build, 2.7.2 and something appears to be broken with ValueSwitcherPlugin. - The base CFlowTeamTasks uses build 2.5.0 beta 1 and works great - This version appears to suffer from IE10 / FF20 import from local file issues. - This was fixed in build

[tw] Re: Modified TeamTasks TiddlyWiki

2013-05-21 Thread reaktorblue
I love the way this TW works. I'm not crazy about the layout, especially since I use it on android quite a bit. I really like how cleanly it makes the tasks seem. I'm attempting to port it's functionality over to my TW, which is running of MPTW but, it's not really working out so well. I think

[tw] Re: Modified TeamTasks TiddlyWiki

2013-05-20 Thread reaktorblue
As a newcomer to TW, I have to say, this is impressive work! I'm actively trying to use this now, I will let you know how this works for me. Thanks again for all of the effort put into this! Warmest Regards, RB On Friday, May 17, 2013 1:21:58 AM UTC-4, cflow wrote: After viewing a few of

[tw] Re: Announcing TiddlyWiki version 2.7.2 BETA 1

2013-05-13 Thread reaktorblue
Tests successful for me. - fresh TW272b2 - IE10 compatibility view disabled - no longer receiving Unable to get property '1' of undefined or null reference On Friday, May 3, 2013 8:51:30 PM UTC-4, Eric Shulman wrote: Greetings All! I'm pleased to announce that TiddlyWiki Classic, version

[tw] Re: Announcing TiddlyWiki version 2.7.2 BETA 1

2013-05-11 Thread reaktorblue
I was having the same problem, receiving the error message you describe about Unable to get property '1' of undefined or null reference. I found out that this problem is not in Firefox 20+ but it is in IE 10. What fixed this for me was to go to tools - compatibility view settings - check the

[tw] Cleaning up tags

2013-05-11 Thread reaktorblue
I'm sure that this has to have been discussed at length at some time however all of my searches seem to return irrelevant information. What I would like to do is clean up the tags in my TW. After testing and trying out a myriad of plugins (I'm new to TW so I'm eager to learn and try new

[tw] Re: TiddlerBar Plugin and the new MPTW

2013-05-10 Thread reaktorblue
@Mario Thank you very much for the help. I wanted to respond back to at least thank you. I asked prematurely and was able to figure this out on my own with a bit more research. I really appreciate the help and wanted to get back to you to thank you for the effort you put in to welcome a

[tw] Re: TiddlerBar Plugin and the new MPTW

2013-05-07 Thread reaktorblue
I know this is a 5 year old post so I may not get the answer I'm hoping for however, what did you do to fix this? I'm just getting into TW now and found that I like the layout of MPTW but with the TiddlyBars. Any help would be appreciated. On Sunday, March 16, 2008 12:43:52 PM UTC-4, koyut