[tw] [TW5] New TW5 user questions.

2015-08-21 Thread Joshua Fontany
Hi everyone. Great to find an active community for this awesome tool. I've recently found TiddlyWiki, and have been learning the TiddlyMap build of TW5. I really love this visual concept mapping plugin. I've used a few tools dedicated to concept maps, but the TiddlyMap implementation has some

[tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-04 Thread Joshua Fontany
Hmm, I think I found an answer to this. I'll check the TiddlyWikiDev group to see if there's another way to get the Grid option working... On Wednesday, September 18, 2013 at 9:13:10 AM UTC-7, Jeremy Ruston wrote: > > I did indeed use Bootstrap for an earlier version of TiddlyWiki5. I >

[tw] Bootstrap3 in Tiddlywiki?

2015-11-04 Thread Joshua Fontany
Hi guys, I'm investigating the features of this awesome JSON Editor plugin: https://github.com/btheado/jsoneditor One of the neat features (arrange inputs in a grid view) would work well for my RPG Character Database project, to clean up the Character Editor UI. So far, the author has tried

Re: [tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-05 Thread Joshua Fontany
Thanks for the help and the comments, Tobias. I had originally wanted to access the "grid" layout feature of the Json Editor to clean up complex editors for the character data. The "grid" feature requires a separate CSS module to work (bootstrap or foundation). I think at this point that

Re: [tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-05 Thread Joshua Fontany
Hi Tobias, Good question. Maybe I'm not approaching this project quite the right way. (As a quick aside, I'm probably going to use Array objects for those elements that the Grid view would be useful for. So I've got a workaround for this specific Grid issue, but let me explain my intended

Re: [tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-05 Thread Joshua Fontany
> > >> I'll consider this topic closed. > > > Not so fast. :D > Cool. I had been digging around the original Json Editor stand-alone code, maybe I can point to something useful. Warning: Code Blocks coming up. :D > > The "grid" feature requires a separate CSS module to work (bootstrap

Re: [tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-05 Thread Joshua Fontany
in the TiddlyWiki version). On Thu, Nov 5, 2015 at 5:12 PM, Joshua Fontany <joshua.font...@gmail.com> wrote: > > >> >>> I'll consider this topic closed. >> >> >> Not so fast. :D >> > > Cool. I had been digging around the original Json

Re: [tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-05 Thread Joshua Fontany
Oooops, correction: I _am_ getting the Row nesting behavior. I _am_not_ getting the CSS class tags applied. On Thu, Nov 5, 2015 at 5:29 PM, Joshua Fontany <joshua.font...@gmail.com> wrote: > Ok, I've tried the same test with @btheado's TiddlyWiki JsonEditor, and am > not getting t

Re: [tw] Re: Bootstrap3 in Tiddlywiki?

2015-11-05 Thread Joshua Fontany
Awesome, I was on the right track then. Just started looking at the JSONEditorWidget.prototype.getOptionsFromAttributes function as the problem area when trying to figure out where to set the theme. If that can be set and the appropriate CSS can be extracted from bootstrap it should probably

[tw] Re: 50 years ago today the word “hypertext” was introduced

2015-08-27 Thread Joshua Fontany
https://en.wikipedia.org/wiki/Project_Xanadu#Original_17_rules I note some striking similarities. -- 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] Re: [TW5] jsoneditor widget plugin

2015-08-31 Thread Joshua Fontany
I have been digging around TiddlyWiki's JSON handling trying to figure out pretty much exactly this in order to build an RPG Character Database GUI. Brilliant! Thanks a lot, brian. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: Link Sentence to other Tiddler

2015-09-02 Thread Joshua Fontany
Hi, I'm also a TW newbie, but I think I understand enough about Transclusion to help out here. For this case you would want the "Special Sentences" contained in their own tiddlers (tagged with something like 'Special'). Example (TiddlerName: textfield): Special1: Veni vidi vici Special2: I

[tw] Re: [TW5] New TW5 user questions.

2015-08-25 Thread Joshua Fontany
Thanks for the Welcome, guys! I've love to see any examples of an RPG amangement wiki you might have. Still digging into the basics of TW5 and searching for threads that will help. Getting some good ideas tho. Best, Joshua F -- You received this message because you are subscribed to the

Re: [tw] Re: TiddlyMap Feature Preview (Video)

2015-08-25 Thread Joshua Fontany
Awesome feature. TiddlyMap just keeps getting better. :) On Tuesday, August 25, 2015 at 2:29:32 AM UTC-7, Felix Küppers wrote: Hi Mario, As Peter already assumed, it was really just meant as a very simple teaser. If you stopped watching after 3 minutes, then you missed the fun part :(

[tw] TiddlyWiki for RPG Campaign Management

2015-08-25 Thread Joshua Fontany
Hi Tiddly-folks, I thought I start a thread for my gaming use of TiddlyWiki, to discuss and improve my TiddlyWiki techniques or share anything cool we develop. I will be running a tabletop rpg game of Earthdawn (4th Edition), and wanted to start with the basic rules/mechanics references. (For

[tw] Re: Hide groups of fields in the EditTemplate based on prefix?

2017-07-02 Thread Joshua Fontany
Hi PMario, This was one of the possible solutions I was considering. I went with this method to prototype out stuff. It worked well, thanks for the suggestion. I'm going to combine it with Mat's solution (down thread) for some neat dynamics. Best, Joshua On Tuesday, June 27, 2017 at 8:58:54

[tw] Re: Hide groups of fields in the EditTemplate based on prefix?

2017-07-02 Thread Joshua Fontany
Hi Mat, That is a really neat solution! I am doing something similar with tagging to allow a centralized View and Edit Template tiddler to dynamically transclude the appropriate View and Edit templates for each of my "CampaignWiki Tiddler Types" : Player, Character, Company, Faction,

[tw] Hide groups of fields in the EditTemplate based on prefix?

2017-06-27 Thread Joshua Fontany
Hi everyone, I'm back hacking at my RPG Tiddlywiki, and I have a few things figured out (conditional ViewTemplate and EditTemplate stuff). I'm stuck on how to implement the following: I have a ton of tiddler fields that are specific to a tiddler type (Player, Character, Location, etc). I have

[tw] Re: [TW5] New Plugin - Json Mangler!

2017-09-15 Thread Joshua Fontany
Thank you for the bug report. I will look into this. :) On Friday, September 15, 2017 at 6:59:11 AM UTC-7, codacoder...@outlook.com wrote: > > Hi Joshua > > I think there's a problem... I did as suggested "Edit one of the existing > Json Tiddlers to get started" and after clicking "Push

[tw] Re: Hello and a question.

2017-09-16 Thread Joshua Fontany
Nice! I just posted something similar upthread. I really like your 2-step nested macro approach to simplify the syntax. If you really want the simpler syntax, you can do a 2 step process, like: \define mylink2(link) [[$link$]] \define mylink(link) <$macrocall $name=mylink2 link=$link$/> <>

Re: [tw] Hello and a question.

2017-09-16 Thread Joshua Fontany
The best way I have figure out how to do this is to $set a variable to the value of the field, and then perform the text replacement into the [[ ]] brackets in a macro. Like so: \define wikiLink(input) [[$(input)$]] <$set name="input" value={{!!test-field}} > <> Tested and works on

[tw] Re: Retitle a tiddler - conceptually easy - HA!

2017-09-19 Thread Joshua Fontany
may have other methods to access their dev console. BTW, that a neat trick. :) Best, Joshua Fontany On Tuesday, September 19, 2017 at 1:06:53 PM UTC-7, JWHoneycutt wrote: > > by copy paste into my developer console - you mean just add a new tiddler > called "PMario step 1" wi

[tw] Re: [TW5] New Plugin - Json Mangler!

2017-09-08 Thread Joshua Fontany
Items, Etc, can have individualized templates for their "statistics" and "stat sheets" to view them through. Look for that coming up pretty soon. :D Mahalo! On Wednesday, September 6, 2017 at 11:14:54 PM UTC-7, Joshua Fontany wrote: > > Hi all, > > I'd like to in

[tw] Re: Presenting: Batch Manipulator - mass tagging

2017-09-09 Thread Joshua Fontany
Hmm, I seem to be breaking something when I click the "up arrow" icon next to tags in the table. It adds the "[tag[bb bb]]" text to the filter, but the table header breaks and displays code (breaking the layout). Tested on Chrome 3 times with different tags added to the f

[tw] Re: [TW5] New Plugin - Json Mangler!

2017-09-07 Thread Joshua Fontany
m of my example Wiki's "Hello There" tiddler. You will see the new buttons in the Edit template that use the new messages. https://joshuafontany.github.io/TW5-JsonManglerPlugin/ Best, Joshua Fontany On Thursday, September 7, 2017 at 1:38:17 AM UTC-7, PMario wrote: > > Hi Jo

Re: [tw] Re: [TW5] New Plugin - Json Mangler!

2017-09-07 Thread Joshua Fontany
ot;match" state="!!flat" text="true"> <$button tooltip="Unflatten This Json" class="nottc-btn-invisible tc-tiddlylink" style="float: left; margin-right: 1em; padding: 4px;"> <$action-sendmessage $message="tm-json-unflatten"

[tw] [TW5] New Plugin - Json Mangler!

2017-09-07 Thread Joshua Fontany
code. Mahalo - Thanks! = https://github.com/joshuafontany/TW5-JsonManglerPlugin $ <https://github.com/joshuafontany/TW5-JsonManglerPlugin#HelloThere> jsonmanger This is a json mangler plugin for TiddlyWiki (http://tiddlywiki.com) by Joshua Fontany. It contains a widget module *$jsonm

[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-03 Thread Joshua Fontany
Really neat Idea, I was just looking at using TiddlyWiki as a Kanban replacement after my current plugin development is wrapped up a bit more. Well done! Joshua F -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: Is it possible to create a list of tiddlers to transclude in a data dictionary?

2017-11-22 Thread Joshua Fontany
Create 3 tiddlers, Test1, Test2, Test3. Put some text into their text field. Here are the other tiddlers to make the TempaltedList work: title: DataTiddler type: application/x-tiddler-dictionary 0:Test0 1:Test1 2:Test2 title: ListTemplate <$transclude field="title" />:<$edit-text

[tw] Re: Adding a new index to a JSON data tiddler

2017-11-29 Thread Joshua Fontany
ect {"0":"test"}, but if it is aready setup as an array, a new index will just be appended: ["test"] -> ["test,"test"] Best, Joshua Fontany -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. T

[tw] Re: New to TiddlyWiki - very basic question

2017-12-16 Thread Joshua Fontany
to and what filename. There are other ways of handling the "save" problem, see: https://tiddlywiki.com/#Saving Hope this helps, Joshua Fontany -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: TiddlyMap: static map view where nodes don't move

2017-12-14 Thread Joshua Fontany
Bump. An "view" mode would be very useful. Or even a way to lock all nodes positions, and then edit some of them selectively when you need to. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: [TW5] Json Mangler Update 0.3.0

2017-12-14 Thread Joshua Fontany
Oops, forgot the link. https://joshuafontany.github.io/TW5-JsonManglerPlugin/ -- 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] Json Mangler Update 0.3.0

2017-12-14 Thread Joshua Fontany
mple, right now both the sort[] and nsort[] operators return the same ("incorrect" to humans) result from this $list of tiddler titles: Test/0/test0 Test/0/test1 Test/0/test10 Test/0/test2 Test/1/test0 Test/1/test1 Test/1/test10 Test/1/test2 Test/10/test1 Test/2/test1 ---

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-14 Thread Joshua Fontany
Evan, this looks great! I think it will replace MathCell in my Earthdawn "CampaignWiki" plugin. :) Mahalo (Thanks)! On Thursday, December 14, 2017 at 8:37:26 PM UTC-8, Evan Balster wrote: > > Hello, all — > > I got fed up with the lack of good number-crunching capabilities in > TiddlyWiki, and

[tw] Re: Formula: Spreadsheet-like mathematics for TiddlyWiki

2017-12-15 Thread Joshua Fontany
That is a neat demo. Question: do you have or are you planning any rounding or averaging functions? Best, Joshua Fontany -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

[tw] Re: [TW5] RenderTable Plugin Release

2017-11-20 Thread Joshua Fontany
is not propagated to the row-entity list until you call the JS function, which is to avoid constantly Wikifying every cell of every table in every open tidler. The Sort function is similar (but I hope more forgiving) in that if data is added to the wiki that ads rows to the table, the new rows s

[tw] [TW5] RenderTable Plugin Release

2017-11-18 Thread Joshua Fontany
see advanced example). Thanks for checking this out! (& Double Thanks if I grabbed code or ideas from you - like the BarChart plugin!!) Best, Joshua Fontany -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscrib

[tw] Re: Adjust the size of the list field

2017-11-21 Thread Joshua Fontany
%} Tested on Tiddlywiki.com and works well. Delete the edited tiddler and the CSS tiddler to restore the core functionality (fallback to the shadow-tiddler). Best, Joshua Fontany -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

[tw5] Re: TW in Public -- "Tomb Of Horrors" (#gaming #campaingn)

2018-05-28 Thread Joshua Fontany
Wow, very cool! I'm glad to see others in the RPG community using TiddlyWiki! This makes me want to go back to my "Character Sheet/ Campaign" plugin and keep working at a release candidate... Thanks for passing this along! Best, Joshua F On Tuesday, May 1, 2018 at 3:27:01 AM UTC-7,

[tw] Re: [TW5] Maintain Current Tiddler in transcluded code

2017-12-23 Thread Joshua Fontany
itext and leave the "TiddlerName" portion blank, but set the "TemplateName": {{||TemplateName}} Or simply specify only the Transclude Widget: <$transclude tiddler="TemplateName"> Tiddlywiki Docs Refetrence: https://tiddlywiki.com/#Transclusion%2520with%2520Template

[tw] Re: change bullet list

2017-12-20 Thread Joshua Fontany
ill affect all nested lists, so if you go to a 3rd "sub" level, it will have an even smaller font size than the 2nd sub-level (and no circle/dot). If this is unwanted, you can define similar "child of" CSS selectors to set the behavior of sub-lists 3 levels or below. Best,

[tw5] Re: Best way to copy a tiddlywiki

2018-07-31 Thread Joshua Fontany
Jed, where can we find more info on "edition" setups? Thanks! Joshua F On Monday, July 30, 2018 at 11:57:17 AM UTC-7, Jed Carty wrote: > > If you make an empty copy of the wiki you want (copy the folder and delete > the non-system tiddlers you don't want to save) and then you can use that >

[tw5] Re: A Possibly very useful macro "if?

2018-07-08 Thread Joshua Fontany
Agreed, very good design pattern, and excellent short-hand and applications. Mahalo (thanks)! -Joshua Fontany On Sunday, July 8, 2018 at 9:41:23 AM UTC-7, HansWobbe wrote: > > Tony: > > Quite a nice (and extensible) discovery! > > I find it's easy to get caught up in

[tw] Re: FontAwesome 5 plugin updated

2018-03-09 Thread Joshua Fontany
Awesome. :D On Saturday, March 3, 2018 at 10:57:45 AM UTC-8, TheDiveO wrote: > > Even the free version of Font Awesome 5.0.x seems to rapidly increment it > patch version, being at 5.0.8 at the, erm, *moment*. Alas, get my updated > plugin here:

[tw] Re: Install Tiddlymap Plugin

2018-03-09 Thread Joshua Fontany
Check the syntax there, you may need to delete that last coma "," from the final array item. On Wednesday, March 7, 2018 at 9:25:56 PM UTC-8, pan...@askpundit.com wrote: > > Hi, > > I have tried > ... > > 3. Updated *tiddlywiki.info * file, > > "plugins": [ >

[tw] Re: Gaming Campaigns are a serious application of TW

2018-03-17 Thread Joshua Fontany
e this github thread for the previous discussion on improving JSON support: https://github.com/Jermolene/TiddlyWiki5/issues/3074 Very interested in any other ideas related to this. :) Best, Joshua Fontany On Friday, March 16, 2018 at 12:46:20 PM UTC-7, @TiddlyTweeter wrote: > > On Twit

[tw5] Re: Bob - Usage of "Save Plugin As Folder"

2018-12-16 Thread Joshua Fontany
I have not used Bob yet, but I see it has the same tiddlers-as-files support that TiddlyServer does. Theres nothing stopping you from "expanding" a plugin tiddler (make non-shadow copies of all the shadow tiddlers) in vanilla tiddlywiki. Back up your data! Apparently, the easiest way to

Re: [tw5] [TW-5 Plugin} New Plugin - TW5-JsonManglerPlugin!

2018-12-03 Thread Joshua Fontany
There are prewritten test tiddlers for everything I touched or added in the Example Wiki (below the HelloThere tiddler). Most have a codeblock that shows the code and then renders the test. I also documented the new widget and messengers in the tiddlywiki.com style. On Mon, Dec 3, 2018, 7:53 PM

[tw5] [TW-5 Plugin} New Plugin - TW5-JsonManglerPlugin!

2018-12-03 Thread Joshua Fontany
HelloThere!!! I'm so excited to share this new plugin with the community.! TW5-JsonManglerPlugin by Joshua Fontany, v 2.0.0 This plugin changes the methods tiddlywiki uses to retrieve and set values in json data tiddlers. It does this in a way that aims for backwards compatibility. It also

[tw5] Re: Announcing the release of TiddlyWiki v5.1.18

2018-12-06 Thread Joshua Fontany
Woo! Nicely done everyone. These new features look really great! -- 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

Re: [tw5] Final checks for v5.1.18

2018-12-04 Thread Joshua Fontany
Hi Jan, I have found that if you include: [list[$:/StoryList]] at the bottom of the list of default tiddlers (in settings), the wiki will re-open any tiddlers you previously had open on re-loads. Best, Joshua Fontany On Monday, December 3, 2018 at 1:23:27 AM UTC-8, Jan wrote: > > Hi

Re: [tw5] [TW-5 Plugin} New Plugin - TW5-JsonManglerPlugin!

2018-12-04 Thread Joshua Fontany
Thanks you Diego, I am working on brainstorming up some more complex examples. The neat things that I have in mind include: * allowing a tiddler in View mode to host text-boxes and other editing widgets by pointing them to a "backing data tiddler", which you could then transfer those values

Re: [tw5] Re: Some help with Tekan Kanban

2019-03-20 Thread Joshua Fontany
Bump. Tekan/Tekkan is awesome. Definitely interested in seeing this get developed more once I wrap up my JSON Tiddlywiki projects. Best, Joshua F -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] [TW5] [TW-jsoneditor] Json Editor for Tiddlywiki Open Beta v0.0.5

2019-04-01 Thread Joshua Fontany
This is NOT an April Fools Day Joke! ;) I am pleased to announce that after about 2 years of tinkering and learning the guts of tiddlywiki and how to write widgets that *Json Editor for Tiddlywiki* is a reality! *TW-jsoneditor* The $jsoneditor widget generates and displays an HTML form

[tw5] [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-18 Thread Joshua Fontany
Demo Wiki: https://joshuafontany.github.io/TW5-JsonManglerPlugin/ This is stable enough for me to move on to refactoring my RenderTable plugin to use the new Json Tiddler logic. Any feedback appreciated! Best, Joshua Fontany -- You received this message because you are subscribed

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-28 Thread Joshua Fontany
to do more testing tomorrow and then upload the fix. Ref: https://github.com/joshuafontany/TW5-JsonManglerPlugin/issues/3 Best, Joshua Fontany On Sunday, February 24, 2019 at 12:54:08 PM UTC-8, mauloop wrote: > > I would be happy to help as a tester. Let me know if needed. > > Bye, )+

[tw5] [TW5-JsonManglerPlugin] v2.0.3 Update!

2019-02-28 Thread Joshua Fontany
restructured my repository a bit. Now you can install the single-tid version from the example wiki, or install a node folder-style setup with all dependencies by downloading the Release *.zip file. https://github.com/joshuafontany/TW5-JsonManglerPlugin/ Best, Joshua Fontany -- You received

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Joshua Fontany
de tiddler="Available List" > index="Hamlet"/> returns nothing =( > > On Friday, March 1, 2019 at 2:37:12 PM UTC-8, Joshua Fontany wrote: >> >> Neat use-case! I will have to poke at this. My JsonMangler plugin is also >> intended for use in a tabletop ga

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Joshua Fontany
dler tiddler="Available List"><$transclude tiddler="Available List" index="Hamlet"/> See if there is any different behavior. Best, Joshua Fontany On Friday, March 1, 2019 at 2:20:03 PM UTC-8, Shareen wrote: > > I am using data dictionaries to genera

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-01 Thread Joshua Fontany
Best, Joshua F On Friday, March 1, 2019 at 3:23:11 PM UTC-8, Joshua Fontany wrote: > > Hmmm, this is odd. I tried on Tiddlywiki.com (5.1.19) by recreating your > data-tiddler, and then trying some basic transclude tests. Here are the > results. > > {{Available List##Ham

[tw5] Re: Retrieving from a data dictionary, different results for transcluding using alphanumeric

2019-03-02 Thread Joshua Fontany
Great catch. Syntax gremlins still get me all the time. On Friday, March 1, 2019 at 4:57:36 PM UTC-8, Eric Shulman wrote: > > On Friday, March 1, 2019 at 2:20:03 PM UTC-8, Shareen wrote: >> >> Does anyone know if I am calling this correctly? >> ... >> > Hamlet: <$wikify name=randy text=<>

Re: [tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-21 Thread Joshua Fontany
ou a method to "import" > from a URI? > > Please look at my post here Widget for HTML GET? > <https://groups.google.com/forum/#!topic/tiddlywikidev/cTGjMhOSPzE> > > I am keen to operate this on single file wikis which are trivial to host > compared to server or

[tw5] Re: CSV Import

2019-03-04 Thread Joshua Fontany
Evan built one a while back: https://evanbalster.com/tiddlywiki/csv_unpack.html On Monday, March 4, 2019 at 3:41:29 PM UTC-8, TonyM wrote: > > Folks, > > I note the addition of a CSV Parser in TW5.1.18 which includes the > csvtiddlers macro for exporting. > > Is there a new or existing method

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-24 Thread Joshua Fontany
Hi mauloop, I also use Tiddlymap a lot, but have not gotten around to testing with both. This is really good information, as I have also been experiencing similar odd errors with the Bob version of the Node.js setup - which have been proving hard to trace. I wasn't sure if it was something I

[tw5] Re: So I want to make ...

2019-02-22 Thread Joshua Fontany
I had been staring at wikitext syntax too long. LOL, should have clicked on the link. On Friday, February 22, 2019 at 12:46:28 AM UTC-8, S. S. wrote: > > Sorry guys, it was meant to be tongue in cheek! > > Sometimes I

[tw5] Re: CSV Import

2019-03-05 Thread Joshua Fontany
Hmmm, yah, just tried this. Doesn't seem to work as described anymore. I'd have to scan through the source to see what is going on. On Monday, March 4, 2019 at 7:51:19 PM UTC-8, SteveH wrote: > > Hi there, > > I've just tried the unpacker. > > Firstly, I used CSV Export to export a couple of

[tw5] Re: The Trash bin idea

2019-03-04 Thread Joshua Fontany
This is an interesting idea, and one that users expect from their OS interactions. The [encodetiddler[]] filter from my JsonMangler plugin will allow you to store and retrieve full tiddlers in another Json data tiddler without having to change any of the tags, etc. As long as the target Json

[tw5] Re: [TW5-JsonManglerPlugin] v2.0.3 Update!

2019-03-03 Thread Joshua Fontany
That is really neat, I had no idea you could do that. Will the server pick up any correctly formatted raw Json object w/ !!title, etc? Or only those in the plugin folder with *.info extentions? That deserves some testing and reading the source. Best, Joshua Fontany On Friday, March 1, 2019

[tw5] Re: syntax -- are "$"s important?

2019-02-20 Thread Joshua Fontany
>From my understanding of the docs and poking around while building my Json plugin, I would say that yes, they are important. I still find myself looking up almost every widget to see if I am using the right syntax. The trend that I have seen is that parameters that start with $ are "named

[tw5] Re: syntax -- are "$"s important?

2019-02-20 Thread Joshua Fontany
Mahalo (thanks) On Wednesday, February 20, 2019 at 1:23:54 PM UTC-8, TonyM wrote: > > Using $ as a prefix to a parameter name in widgets is only when there is a > posibility when you may want to pass a name value the same as the parameter. > > $value=v1 allows value=v2 to be used in the same

Re: [tw5] Re: [TW5-JsonManglerPlugin] v2.0.2 Update!

2019-02-20 Thread Joshua Fontany
mauloop, Thanks so much for catching that. I had rolled back a set of changes just before pushing, and my manual change of the plugin version probably got rolled back as well. This should not affect anything else in the plugin & I have updated the github repository. Thanks again! Best, Joshua

[tw5] Re: So I want to make ...

2019-02-21 Thread Joshua Fontany
You need an accordion reveal (two $reveal widgets with a button in each) inside of a pop-up reveal. <$reveal type="popup> <$list> <$reveal> Button <$/reveal> <$reveal> Button <$list> sub-list content here On Thursday, February 21, 2019 at

[tw5] Re: The brilliance of Bob

2019-03-10 Thread Joshua Fontany
I agree Josiah. I use the node.nj version of Bob, and it is now an essential part of my workflow. I reserve my BobWiki for only managing other wikis - no other content or plugins. Then I have a DevWiki with a task list and a kanban board. Then the wikis I'm currently working with. Best,

[tw5] Re: An old found - but could be very useful - TW + R

2019-03-10 Thread Joshua Fontany
I just found the R implementation myself. I used R briefly while working with Microsoft, but didn't get a chance to really dive into it. Thanks for the links. Best, Joshua F On Sunday, March 10, 2019 at 3:17:20 AM UTC-7, CHUN LI wrote: > > I just want to share another great work I found,

[tw5] Re: Toolmap additions

2019-03-13 Thread Joshua Fontany
I don't see my Json plugin, that should go up (need testers :) ). TW5-JsonManglerPlugin: https://github.com/joshuafontany/TW5-JsonManglerPlugin Best, Joshua Fontany On Tuesday, March 12, 2019 at 8:14:34 PM UTC-7, Mohammad wrote: > > Hi David, > I think the https://tobibeer.gith

[tw5] Re: Edit-text widget

2019-03-13 Thread Joshua Fontany
Try this sl-macro. "Setting" an index without a value deletes that index. ``` \define sl-macro(filter,tiddler) <$button set=<> setTo="hide"> Select all <$list filter=<<__tiddler__>> variable="Remove"> <$action-setfield $tiddler=<<__tiddler__>> $index=<> /> <$list filter=<<__filter__>>

[tw5] Re: Edit-text widget

2019-03-13 Thread Joshua Fontany
. Then the displayed list will auto-update as the user changes the filter, but it is up to them to confirm the new selection into permanent storage. Best, Joshua Fontany On Wednesday, March 13, 2019 at 11:08:03 AM UTC-7, Joshua Fontany wrote: > > Try this sl-macro. "Setting" an index

[tw5] Re: [TW5-Bob] Failure to save tiddlers to disk

2019-03-08 Thread Joshua Fontany
I have also gotten a few errors with Bob. Maybe the symptoms will point to a root issue. "Malformed settings file." -> Settings file is replaced by an empty file. Had to save a backup after the first time re-creating it. When *$:/config/FileSystemPaths* is set, sometimes Bob will "recursively

[tw5] Re: Announcing 4 New Plugins (sort of)

2019-03-12 Thread Joshua Fontany
Wow, very impressed. You've put a lot of work into this and it shows! Best, Joshua F On Tuesday, March 12, 2019 at 6:33:19 AM UTC-7, admls wrote: > > Hi Everybody! > > Thank you all for your kind words. I worked really hard on this and it is > a huge relief that it might add something to the

[tw5] Re: Toolmap additions

2019-03-15 Thread Joshua Fontany
rch 13, 2019 at 9:32:17 PM UTC+3:30, Joshua Fontany wrote: >> >> I don't see my Json plugin, that should go up (need testers :) ). >> >> TW5-JsonManglerPlugin: >> https://github.com/joshuafontany/TW5-JsonManglerPlugin >> >> Best, >> Joshua Fontany &g

[tw5] Re: No Close Button on Popup dialogues "modals" and TiddlyMap?

2019-03-15 Thread Joshua Fontany
I had to use this in a "footer" field in the plugin-management modal tiddler to get a close button. You would have to find out what modal tiddler is and replace the `param` below with that tiddler name. footer: <$button class="tc-btn-invisible tc-tiddlylink" tooltip="Close this modal window."

[tw5] Re: File cabinet ToC- taking ToC perhaps too far

2019-03-09 Thread Joshua Fontany
That is awesome. Really well executed. Best, Joshua F On Saturday, March 9, 2019 at 10:40:51 PM UTC-8, barro...@gmail.com wrote: > > Created for a kids interactive (novel) adventure story so bear with the > silliness :) > > A tiddler for a "graphical" ToC, tagged to display in the right

[tw5] Re: [TW5] Bob and BobEXE version 1.2.0 Wibbly Wobbly

2019-02-17 Thread Joshua Fontany
And I found the Bob config tab & related docs. Cool, no worries on that. It would be great to resolve the tiddlyweb plugin errors, as I would like to sync my local Bob wiki folder to github, but can't be sure others pulling it are using Bob. Best, Joshua Fontany On Sunday, February 17,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.0 Wibbly Wobbly

2019-02-17 Thread Joshua Fontany
t just use node to --build an index.html... So something here isn't working right. I just don't know if I made a mistake with setup or ??? Best, Joshua Fontany On Monday, January 28, 2019 at 9:14:25 PM UTC-8, Joshua Fontany wrote: > > Jed, this is excellent work. I just realized that the

[tw5] Re: Tinka and TW 5.1.19+ Issue

2019-02-15 Thread Joshua Fontany
a ControlPanel element & recreating some of the Tinka ui style. This was inspired by your request for more examples. Thanks Mohammad. More soon. :) Joshua Fontany On Monday, February 11, 2019 at 8:34:32 PM UTC-8, Mohammad wrote: > > As Ton Gerner stated here > > https://groups.

[tw5] Re: [TW5] Bob and BobEXE version 1.2.0 Wibbly Wobbly

2019-01-28 Thread Joshua Fontany
) Bravo. Bravo. Best, Joshua Fontany -- 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 e

[tw5] Re: D 5e SRD Plugins

2019-01-30 Thread Joshua Fontany
These are great! I am refactoring a few tools I made a while ago into more modern tiddlywiki-style methods. The end-goal being a "GamemasterWiki" campaign manager, where the GM can build up logical structure to represent the game world, game rules, and campaign events using Widgets, wikitext,

Re: [tw5] Re: DataTiddler May be deprecated

2019-06-26 Thread Joshua Fontany
seems like the best place for questions about jsona data tiddlers). More soon. Best, Joshua Fontany On Thursday, June 13, 2019 at 6:29:22 PM UTC-7, TonyM wrote: > > Jeremy el al.. > > I think there is a strong argument to maintain an in tiddler dataset > mechanism for a number of appli

[tw5] Re: Bookmarks/Favorites

2019-04-24 Thread Joshua Fontany
tion into tiddlywiki is pretty high on my to-do list. Really like what I am hearing so far. Best, Joshua Fontany On Monday, April 22, 2019 at 4:01:29 PM UTC-7, TonyM wrote: > > Jed. > > When it comes to drag and drop quite a bit could be done to the import > process however tiddl

[tw5] Re: GitHub Saver and Possible Collaboration

2019-04-10 Thread Joshua Fontany
decided to use github-pages to host all of my wikis). Excited to see where this goes. Best, Joshua Fontany On Tuesday, April 9, 2019 at 1:03:27 PM UTC-7, Mohammad wrote: > > Today Jeremy announced the GitHub Saver for Tiddlywiki 5.1.20pre > This way setup up Tiddlywiki as a web

[tw5] Re: View and Print tiddlers with page handling - help requested

2019-07-31 Thread Joshua Fontany
Commenting to be notified. This is an overlooked but very key feature for some people/use cases. A generalized TW solution would be good. Best, Joshua F On Friday, July 26, 2019 at 8:48:56 PM UTC-7, TonyM wrote: > > Folks, > > I was building some complex logic to display a table such that when

[tw5] Re: Timeline in Tiddlywiki

2019-07-31 Thread Joshua Fontany
This is really good work Mohammad! I can see from the many example Styles that this can be a very powerful presentation tool. For example, nearly every fictional universe has a time-line of events that the readers/players have to become familiar with. This plugin would be a great way to

[tw5] Re: Timeline in Tiddlywiki

2019-07-27 Thread Joshua Fontany
Very good design. Mahalo (thanks) for sharing! Best, Josh F On Saturday, July 27, 2019 at 11:58:02 AM UTC-7, @TiddlyTweeter wrote: > > Mohammad wrote: >> >> >> Is there any interest in that? >> >> Look, this is created using $list widget with pure CSS. Each part in >> timeline is a transcluded

[tw5] Re: Order of styleshhet tiddlers in 5.1.20pre

2019-07-23 Thread Joshua Fontany
There is also a way to override it with `list-after` field values, but I agree that this is a bug. I've been putting off styling my edition prototype because of some weird issues with *.20-pre and I think this is the root. Best, Josh F On Tuesday, July 23, 2019 at 8:11:14 AM UTC-7, Mohammad

[tw5] Re: Polly (2) -- Downloads as HUB

2019-07-23 Thread Joshua Fontany
Commenting so I can come back and find the thread later. This is really neat! Well done. Best, Josh F On Tuesday, July 23, 2019 at 3:43:48 PM UTC-7, Mark S. wrote: > > Hi TT > > This just has the changes to the ps1 file with the new regular expression > filter you suggested: > > >

[tw5] [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread Joshua Fontany
or a while, so I'm going to be upkeeping this atm. -><- Now that this is done, I will have some exciting updates to my JSON Plugins soon. ;) Mahalo (thanks) for trying it out, and have a great weekend! Joshua Fontany -- You received this message because you are subscribed to t

[tw5] Re: [TW 5.1.20] Formulas! [NonDev Announcement]

2019-07-25 Thread Joshua Fontany
? > > If only 5.1.20 can we use the same syntax if we use the prior version on > 5.1.19 and the new version on 5.1.20? > > Regards > Tony > > On Friday, July 26, 2019 at 1:06:38 PM UTC+10, Joshua Fontany wrote: >> >> Hi everybody! >> >> I've been

[tw5] Re: New release of the Locator plugin: drag-n-drop support, clarified tutorial and usage

2019-11-05 Thread Joshua Fontany
Jumping back to Tiddlywiki this week, and look at all the awesome stuff! This looks like a very well thought out set of tools. Love the custom splash screen, too (I just discovered that is now possible in the newer release notes). Best, Joshua Fontany On Monday, November 4, 2019 at 10:52:11

[tw5] Re: Prototyping an edit-by-sections plugin

2019-11-07 Thread Joshua Fontany
Welcome back! This looks well designed, clean, and very useful. Mahalo (thanks!). Best, Josh F On Sunday, November 3, 2019 at 4:46:29 PM UTC-8, Evan Balster wrote: > > Hello, all — > > I'm making a plugin to enable authoring tiddlers by sections in my wiki, > and knowing that many other users

  1   2   3   4   >