[twdev] Re: Imminent new release of TiddlyDesktop

2020-04-27 Thread Matthew Lauber
Thanks! I'm quite excited for this. On Monday, April 27, 2020 at 5:52:28 AM UTC-4, Jeremy Ruston wrote: > > After a 2 year hiatus, TiddlyDesktop v0.0.14 is nearly ready for release. > This is to ask those who build their own TiddlyDesktop to please give the > latest code a try: > >

[twdev] Re: Alternative to conditional viewtemplates?

2020-04-24 Thread Matthew Lauber
I'm late, but I actually implemented a generic custom edit template tool this for my D CreatureManager Plugin here: https://github.com/mklauber/tw-CreatureManager/tree/master basically, editTemplate chooses a EditTemplate based the "type" field of the tiddler, falling back to a "default"

[twdev] Re: Issue with --render and the tag $:/tags/RawMarkup

2019-09-14 Thread Matthew Lauber
t; > Regards > Tony > > On Friday, September 13, 2019 at 10:39:50 PM UTC+10, Matthew Lauber wrote: >> >> All, I'm running into a strange issue with the $:/tags/RawMarkup tag. >> I've got some html element definitions I need to put in the start as raw

[twdev] Re: How to build a settings panel for a plugin

2019-02-14 Thread Matthew Lauber
That should be correct. Keep in mind, in the list field, the file will be named "readme" but the shadow tiddler needs to be named "$:/plugins/yourName/yourPlugin/readme" Matt On Thursday, February 14, 2019 at 2:01:08 PM UTC-5, stefano franchi wrote: > > > > On Wed, Feb 13, 2019 at 11:30 PM

[twdev] Re: Extensible Edit Template definitions

2019-02-07 Thread Matthew Lauber
ot; that > points the content type "foo/bar" to the <$edit-jack> widget. > > Best wishes > > Jeremy. > > On Wednesday, February 6, 2019 at 2:31:23 PM UTC, Matthew Lauber wrote: >> >> All, >>Right now, we've got two types of Edit Templates, on

[twdev] Re: External js library for a widget plugin on node-->where should it go?

2019-02-06 Thread Matthew Lauber
Have you given the external library a title? Not exactly sure what your use case is, but if you look at my tiddly-calc plugin, you can see that at the start of math.js I tell

[twdev] Re: New Feature PR: shuffle[] filter operator for deterministically randomizing list orders

2019-01-20 Thread Matthew Lauber
Yes, this would be an excellent use for it. In the settings -> Default Tiddlers box, you can put something like `[shuffle[]first[N]]` and you'll get N random tiddlers from the list of all tiddlers. To be more specific, just pass in the input list you want to select from, e.g.

Re: [twdev] Looking for a tutorial on how to write a plugin

2019-01-16 Thread Matthew Lauber
huffle[]] filter: https://github.com/mklauber/tiddly-shuffle shuffle.js.tid shows how to create a custom filter operator. On Wednesday, January 16, 2019 at 11:43:57 AM UTC-5, Matthew Lauber wrote: > > I'd add to this list: Tinka a plugin packer that can pack things from > within T

Re: [twdev] Looking for a tutorial on how to write a plugin

2019-01-16 Thread Matthew Lauber
I'd add to this list: Tinka a plugin packer that can pack things from within Tiddlywiki https://tinkaplugin.github.io/ On Tuesday, January 15, 2019 at 12:45:27 PM UTC-5, Jeremy Ruston wrote: > > Hi Joe > > Some resources that might be helpful: > > * https://tiddlywiki.com/#Plugins contains a

[twdev] Re: Announcing continuous integration for tiddlywiki.com

2019-01-08 Thread Matthew Lauber
Hey Jeremy, A couple questions for you: 1. Does this mean that every merged PR will quickly show up on the prerelease? 2. Should this cause any changes to the contribution process as outside contributors? Matt Lauber On Tuesday, January 8, 2019 at 10:41:59 AM UTC-5, Jeremy Ruston

[twdev] Re: Novice Question: How do I edit an existing widget from a plugin?

2018-11-03 Thread Matthew Lauber
The first thing I can mention is that editing a javascript tiddler doesn't affect the running javascript until you save the tiddler _and_ reload the page. The other thing I'd do is mention the web developer tools. IF when viewing the wiki, you hit F12, it should open the web developer tools.

[twdev] Re: How to populate the list field

2018-07-24 Thread Matthew Lauber
<$wikify name="test" text="""<$list filter="[tag[Filter Operators]]"><$text text="[[" />{{!!title}}<$text text="]]" /> """> <$button> <$action-setfield tiddler="New Tiddler" value=<> /> Set Here's a button using the wikify widget to set the field to the list generated in the wikify widget.

[twdev] Re: [TW5] Is there a simple way to realise a share button?

2018-04-04 Thread Matthew Lauber
Take a look at this. https://developer.chrome.com/multidevice/android/intents Based on what I'm reading there, a share button is just a tag with a specialized href value. On Wednesday, April 4, 2018 at 4:53:34 PM UTC-4, an...@janusweb.info wrote: > > It would be nice to have a share button

Re: [twdev] Combining Parsing engines.

2018-03-19 Thread Matthew Lauber
Thanks, that's perfect! On Monday, March 19, 2018 at 2:46:42 PM UTC-4, Jeremy Ruston wrote: > > Hi Matt > > I'm working on converting this tool to > tiddlywiki as part of my ongoing efforts to build a complete D campaign > tool in tiddlywiki, and I had a question

[twdev] Combining Parsing engines.

2018-03-19 Thread Matthew Lauber
All, I'm working on converting this tool to tiddlywiki as part of my ongoing efforts to build a complete D campaign tool in tiddlywiki, and I had a question about parsers. One of the features of that tool is the ability to add comments on the grid itself, and I

[twdev] Re: /icon - why is it not displayed?

2018-02-23 Thread Matthew Lauber
Shows up for me, once I installed the plugin. On Friday, February 23, 2018 at 11:53:53 AM UTC-5, Stephan Hradek wrote: > > In my first plugin I have an icon as > $:/plugins/action-increment/icon but it's not displayed when viewing > installed plugins. > > What did I do wrong? > >

[twdev] Re: Plugins and documentation

2018-02-22 Thread Matthew Lauber
field equal to "readme" The standard documentation requested is a readme file and a license file to implement both you'd have list: "readme license" On Thursday, February 22, 2018 at 2:56:54 AM UTC-5, Stephan Hradek wrote: > > Thanks to Matthew Lauber I've managed to

[twdev] Re: Controlling plugin order

2018-02-12 Thread Matthew Lauber
:12 AM UTC-5, Matthew Lauber wrote: > > So, I found this code > <https://github.com/Jermolene/TiddlyWiki5/blob/v5.1.15/boot/boot.js#L1102>, > and tried setting the `plugin-priority` field on my plugin, but it doesn't > seem to affect the ordering. However, renaming my plug

[twdev] Re: Controlling plugin order

2018-02-12 Thread Matthew Lauber
lauber/... does, which says to me it's an ordering issue. Anyone familiar with that code, or better able to explain plugin ordering? does. On Sunday, February 11, 2018 at 6:43:02 PM UTC-5, Matthew Lauber wrote: > > I've got some tweaks I like on all my wikis (breakpoint, story river > width,

[twdev] Re: Controlling plugin order

2018-02-12 Thread Matthew Lauber
gt; $:/themes/tiddlywiki/vanilla/base > > Simon > > Am Montag, 12. Februar 2018 00:43:02 UTC+1 schrieb Matthew Lauber: >> >> I've got some tweaks I like on all my wikis (breakpoint, story river >> width, etc). I tried to pack them into a plugin so I can move them from

[twdev] Controlling plugin order

2018-02-11 Thread Matthew Lauber
I've got some tweaks I like on all my wikis (breakpoint, story river width, etc). I tried to pack them into a plugin so I can move them from wiki to wiki easily, but what I discovered is that once I pack them into the plugin, they no longer work. I can see them inside the plugin, so what I

[twdev] Re: Automated Plugin Library on github via travis-ci

2018-01-19 Thread Matthew Lauber
An example of this repo in use is available at https://github.com/mklauber/tw5-plugins and https://mklauber.github.io/tw5-plugins On Wednesday, January 17, 2018 at 4:25:50 PM UTC-5, Matthew Lauber wrote: > > All, > In a fit of frustration, I wrote a travis-ci script that auto

Re: [twdev] Re: TiddlyWiki 5 Dev Hangout #104 will be on Wednesday 17th January at 3pm GMT

2018-01-18 Thread Matthew Lauber
Sorry I wasn't available to be part of this discussion! There's a few things I wish I would have been able to comment on. I've done a bit of work getting an automated tiddlywiki plugin library on github pages using travis-ci. Travis is free for open source projects, and can build on

[twdev] Automated Plugin Library on github via travis-ci

2018-01-17 Thread Matthew Lauber
All, In a fit of frustration, I wrote a travis-ci script that automatically generates a plugin library hosted on github from a repo containing plugins. I think it's a cleaner and simpler way to get started hosting a plugin library than anything else I've seen thus far. I'm looking for

[twdev] Re: Enabling SSL for tiddlywiki.com

2017-11-09 Thread Matthew Lauber
Woohoo! Looking forward to hopefully being able to pull the plugin library from https. On Thursday, November 9, 2017 at 10:43:56 AM UTC-5, Jeremy Ruston wrote: > > I intend to enable SSL for tiddlywiki.com over this weekend, the > 11th/12th November 2017. > > The result will be that

[twdev] listed operator cannot operate on shadow tiddlers.

2017-08-08 Thread Matthew Lauber
As part of a plugin I'm working on, I am trying to group a variety of tiddlers by one or more categories. In order to do this, I added a category field, and populated it as a list field. Then, to generate a list of all the items in my plugin, by category, I did <$list

[twdev] Re: Code editor

2017-08-04 Thread Matthew Lauber
I ususally use Atom On Thursday, August 3, 2017 at 8:54:12 AM UTC-4, Arlen Beiler wrote: > > Good morning everyone, > I have been using visual studio code for quite a lot of things recently > but it does have a few drawbacks so I thought I would see what everyone > else is using especially

[twdev] Re: Is it possible to query the nodejs server with a macro?

2017-05-30 Thread Matthew Lauber
Since you can write a javascript macro, it is _possible_ to use any of the functionality that the tiddlywiki itself provides. Therefore it is possible to run ajax requests to query the API. That said, I'm going to bet it's not the easiest thing in the world. This is probably a good place to

[twdev] Change TopRightBar behavior when closed

2017-05-25 Thread Matthew Lauber
There was a request to have the TopRightBar display the sidebar buttons when closed. It was a pretty simple fix, and in my opinion, added a noticeable quality-of-life improvement. I've put it up as a PR at github. https://github.com/Jermolene/TiddlyWiki5/pull/2871 -- You received this

[twdev] Re: [TW5/TWC] Interesting new "Beaker Browser" with peer-to-peer hosting

2016-12-21 Thread Matthew Lauber
I should point out, there are precompiled binaries for OSX only at the moment. Looking at the github page, instructions for installing from source on linux are available, and only took about 5 minutes for me to get up and running. On Wednesday, December 21, 2016 at 7:27:41 AM UTC-5, Jeremy

[twdev] Re: Announcing TiddlyServer... a NW.JS desktop application that manages multiple WikiFolders.

2016-12-02 Thread Matthew Lauber
TiddlyServer 1.0.0 has been released. See here: https://groups.google.com/forum/#!topic/tiddlywiki/QOoceRMdABE On Monday, May 16, 2016 at 4:57:39 PM UTC-4, Matthew Lauber wrote: > > All, >I am pleased to announce the initial public offering of software I've > taken to calling

[twdev] Knowing when invocations of tiddlywiki in nodejs complete.

2016-12-01 Thread Matthew Lauber
All, I've been working on TiddlyServer, software for managing multiple wikis on your local box. I've been using the tiddlywiki command line commands in various places, like so: var $tw = require("tiddlywiki/boot/bootprefix.js").bootprefix(); delete $tw.browser; var server =

[twdev] Re: Announcing TiddlyServer... a NW.JS desktop application that manages multiple WikiFolders.

2016-09-01 Thread Matthew Lauber
; Matt's efforts seemed to be headed in that direction. But the promising > beginning does not seem to have advanced. > > (FWIW, I can get TiddlyServer to present its GUI but not actually serve > any WikiFolder contents.) > > > On Monday, May 16, 2016 at 4:57:39 PM UTC-4, Matthe

[twdev] Announcing TiddlyServer... a NW.JS desktop application that manages multiple WikiFolders.

2016-05-16 Thread Matthew Lauber
All, I am pleased to announce the initial public offering of software I've taken to calling TiddlyServer . TiddlyServer is a NW.js desktop application that can be used to setup a local server serving multiple Wikifolders. *To start off with,

[twdev] Re: TiddlyServer?

2016-05-12 Thread Matthew Lauber
Hopefully, if I can get this and #4 sorted, I can start trying to get multiserver up for folders at least, and then expand it to files. On Thursday, May 12, 2016 at 3:32:49 PM UTC-4, Matthew Lauber wrote: > > All, > During a hangout a while back Jeremy outlined where he'd like to ta

[twdev] TiddlyServer?

2016-05-12 Thread Matthew Lauber
All, During a hangout a while back Jeremy outlined where he'd like to take TiddlyDesktop, indicating that he'd like to move towards using the users standard browser and having TiddlyDesktop act as a local webserver that serves the files and provides a adapter to allow automatic local