[tw5] Re: How to overide plugin's tiddler from another plugin

2019-11-29 Thread Matthew Lauber
There is a field called "plugin-priority" that can be used to specify plugin ordering. However, if the upstream plugin doesn't have this defined, you may run into issues. See: https://tiddlywiki.com/#TiddlerFields and

[tw5] Re: Create plugin library from plugins published at GitHub

2019-09-16 Thread Matthew Lauber
I've created a github plugin library template here: https://github.com/mklauber/tw5-plugins-template You should be able to follow the setup instructions in the README.md and put your plugins into the plugin folder. Matt Lauber On Sunday, September 15, 2019 at 9:18:04 AM UTC-4, Mohammad

[tw5] Re: random macro, random filter

2019-09-12 Thread Matthew Lauber
So, I can't help with the random number generator, my shuffle filter isn't designed to handle that. It just takes an input list, randomizes the order of it, and returns the new list. But you can have several deterministic orders Mario, just pass in different seed values as the parameter. The

[tw5] Re: random macro, random filter

2019-09-11 Thread Matthew Lauber
All, I've updated my PR (https://github.com/Jermolene/TiddlyWiki5/pull/3712) to be always deterministic, using first the operand (so you can trigger updates with buttons) next a seed set to the time at startup by startup tiddler, falling back to a static/hardcoded seed. @Jeremy, there's a

Re: [tw5] random macro, random filter

2019-09-11 Thread Matthew Lauber
That is deterministic. The parameter to the shuffle operator is treated as a seed. So the shuffle of the list will generate the same output, as long as the contents of $:/temp/shuffle/example doesn't change. But when it changes, the shuffled order will also change. On Wednesday, September

Re: [tw5] random macro, random filter

2019-09-11 Thread Matthew Lauber
@Mohammad: Mine does not monitor/update due to renders of objects other than it's inputs or body. It's only executed when the list widget itself is rendered. So unless the input to the list changes, or the body of the list itself changes, it won't re render. @Jeremy, where should I put a

Re: [tw5] random macro, random filter

2019-09-11 Thread Matthew Lauber
jlBObreG30w/moxP900xBAAJ) > > Is it possible to make it deterministic to address the performance issue? > I mean generate a random number and freeze until > a browser refresh? > > > Best wishes > Mohammad > > > On Wed, Sep 11, 2019 at 8:33 PM Matthew Lauber > wrote: >

Re: [tw5] random macro, random filter

2019-09-11 Thread Matthew Lauber
Indeed, it's here: https://mklauber.github.io/tw5-plugins At the time, I was running into an issue where I couldn't use <> as a param to a filter, so I couldn't make it deterministic and easily based on render time. I'm seeing some interesting ideas here though in Mario's post to create some

[tw5] Re: random macro, random filter

2019-09-11 Thread Matthew Lauber
I have a random[] filter available here: https://mklauber.github.io/tw5-plugins On Wednesday, September 11, 2019 at 3:47:38 AM UTC-4, Mohammad wrote: > > As there is no random filter (I expect to have it with math operators) in > TW core, is it possible using machine clock and TW 5.1.20+ math

[tw5] Re: $list filter with empty tiddler values - interesting behaviour to know

2019-04-05 Thread Matthew Lauber
m is > empty but b has value and [[$a$]] [[$b$]] means OR > Am I right? > > --Mohammad > > On Friday, April 5, 2019 at 5:48:35 PM UTC+4:30, Matthew Lauber wrote: >> >> The difference is due to the enlist filter. In the first test case, [[]] >> is parsed as

[tw5] Re: $list filter with empty tiddler values - interesting behaviour to know

2019-04-05 Thread Matthew Lauber
The difference is due to the enlist filter. In the first test case, [[]] is parsed as a tiddler title with the empty string "" as it's value. Weird, but it's still added to the input title list of the filter. But in the enlist filter, it does string parsing to determine all the titles in

[tw5] Re: Same shadow tiddler in different plugins: a question about priority rules

2019-03-18 Thread Matthew Lauber
My experience has been that the winning tiddler is based on alphabetical order, last plugin wins. So $:/plugins/mmm would be overwritten by $:/plugins/zzz but not $:/plugins/aaa. But I would be careful of expecting any hard and fast rules here, as I don't think the behavior is explicitly

[tw5] Re: Bob on Linux trouble getting started

2019-03-07 Thread Matthew Lauber
Not to resurrect an old thread, but Dave, do you by chance use a alpha or beta version of chrome? I recently ran into this issue, and the only thing I can recall changing is I manually updated chrome due to the latest 0-day that came out. Hoping I can track this down. Thanks, Matt Lauber

[tw5] Re: Oh my stars and count filters

2019-01-19 Thread Matthew Lauber
Is your tag named "***Area" or is that some kind of wildcard tool you've found/built there? On Saturday, January 19, 2019 at 6:23:51 AM UTC-5, barro...@gmail.com wrote: > > [image: countfilter.jpg] > > All the count filters-- aren't they beautiful :) > > Basically a master auto tallying count

[tw5] Re: D 5e SRD Plugins

2019-01-19 Thread Matthew Lauber
Please absolutely use my plugins. That's why I'm publishing them, and why I'm trying to build such a large library of them. The random name generator include the shuffle filter from another of my plugins, so if you have another list of things you'd want to randomize, feel free to take a look

[tw5] Re: D 5e SRD Plugins

2019-01-19 Thread Matthew Lauber
%2FNPCNameGenerator%2Freadme On Sunday, January 13, 2019 at 5:00:20 PM UTC-5, Matthew Lauber wrote: > > All, > > A discussion came up about using tiddlywiki for managing D and similar > table top games. I realized I've created/collected a variety of tools for > D 5e, and I should p

[tw5] Re: Filter/subfilter syntax and variables

2019-01-17 Thread Matthew Lauber
Try $subfilter="-[enlist]" On Thursday, January 17, 2019 at 12:46:56 PM UTC-5, admls wrote: > > Hi Mark, > > I've tried to get the simplest setup that still features the weird > behavior. It is using the draggable widget. > > \define startactions() > <$action-listops $tiddler="List 1"

[tw5] Re: tiddlydesktop sidebar width

2019-01-17 Thread Matthew Lauber
I actually used Tinka to build a plugin with my preferred settings. Now I just import that plugin, and all my settings are updated correctly. ;-) On Thursday, January 17, 2019 at 2:03:29 AM UTC-5, TonyM wrote: > > Marc, > > I do this on every wiki, On way around it is to drag and drop the

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

2019-01-16 Thread Matthew Lauber
Hey Jed, Since the update, I'm having difficulty using the <$action-websocketmessage> "internalFetch". I was trying to populate my rootWiki with the $:/SiteTitle from the various other wikis, and had this working in 1.1.0. Now, the call to internalFetch results in "Couldn't parse

[tw5] Re: Sanitizing JS

2019-01-16 Thread Matthew Lauber
Another issue with inline javascript specific to TW is that it interferes with the parse/render/update loop. Let's say you include some inline javascript in your tiddler. When is it supposed to execute? When rendered? How often? Keep in mind that TW rerenders tiddlers if any of the state

[tw5] Re: D 5e SRD Plugins

2019-01-14 Thread Matthew Lauber
://github.com/mklauber/tw-5eSRD-Spells Matt On Sunday, January 13, 2019 at 6:27:07 PM UTC-5, Dave Gifford - http://www.giffmex.org/ wrote: > > When this gets a permanent home, let me know and I will add it to the > toolmap > > On Sunday, January 13, 2019 at 4:00:20 PM UTC-6, Matth

[tw5] Re: Tiddlers re-appear after deleting them (node.js)

2018-11-13 Thread Matthew Lauber
I'd check permissions on the wikiFolder directory. To me, that sounds like a situation where node attempts to delete the files, but is not permitted to. Then a few seconds later, it notices those files are still there, and reloads them. On Saturday, November 10, 2018 at 4:24:16 AM UTC-5,

[tw5] Re: What is the issue with list-tagged-draggable?

2018-11-05 Thread Matthew Lauber
As far as I can tell, this is a rare bug in browser behavior in Chrome. Nothing in the html for the lists specifies the numbers. It's supposed to automatically calculate them when rendering. I wonder if we're not managing to cause it to confuse it by changing the order. I note that I

[tw5] Re: Missing tiddlers by number of references?

2018-10-30 Thread Matthew Lauber
Here's what I was able to come up with via vanilla TiddlyWiki. I wasn't able to sort things, but I did let you set a minimum and maximum count to make it easier to find what you're looking for. On Tuesday, October 30, 2018 at 1:04:55 AM UTC-4, Linda Moss wrote: > > Is there a way I can list

[tw5] Re: formatting changes 2 dashes to single long dash

2018-10-25 Thread Matthew Lauber
You might consider using the following formatting. Tiddlywiki has a built in "code" block that's good for these types of commands, because it turns off most of the formatting inside them. Three backticks signals the start/end of a code block, like below.

[tw5] Re: Sort Text List without Writing It into a Field?

2018-10-24 Thread Matthew Lauber
<$list filter="149 54 9 21 +[nsort[]]"> On Wednesday, October 24, 2018 at 3:10:15 PM UTC-4, Scott Simmons (Secret-HQ) wrote: > > Is there a good TiddlyWay to sort a text string without having to write it > to a field? > > I'm imagining a macro that could take an input of numbers and render a

[tw5] Re: [TW5] Bob and BobEXE version 1.1.0 Actually Garlic Bagels prerelease

2018-10-18 Thread Matthew Lauber
Ok, so how I'm using Bob is that in the root wiki I'm making all my changes to my plugin via tinka, and then I'm using Bob's plugin saving feature to share it with all my other wikis. So, steps to reproduce. 1) Import a plugin into the root wiki for the first time. 2) Save it using the "Manage

[tw5] Re: [TW5] Bob and BobEXE version 1.1.0 Actually Garlic Bagels prerelease

2018-10-17 Thread Matthew Lauber
One issue I noticed. The UI for saving plugins doesn't allow you to save updated versions of plugins. I've a few plugins I regularly update, but after I added them to the Bob library once, I couldn't update them again. Is there a reason why adding a plugin twice would result in problems, or

[tw5] Re: Fetching tiddlers from a child wiki with Bob?

2018-10-15 Thread Matthew Lauber
Hey Jed, I've got a working version of things now. It comes with a "Refresh Titles" button that uses internalFetch to grab the data from all the wikis and stores it in $:/state/Bob/{{wiki name}}/[$:/SiteTitle,$:/SiteSubtitle]. Then, I've reworked the Wiki Listing view to show the SiteTitle

[tw5] Fetching tiddlers from a child wiki with Bob?

2018-10-15 Thread Matthew Lauber
This is probably most likely aimed at Jed, but anyone who has advice is welcome. I'm looking at the Other Wikis tab in Bob, and I was going to see about improving it. What I'd like to do is for each wiki, request that wiki's $:/SiteTitle and $:/SiteSubTitle tiddlers, and use those to get

[tw5] Re: [TW5] testing Bob and BobEXE version 1.0.7 prerelease

2018-10-12 Thread Matthew Lauber
Figured out my issue. It's not actually a bug in your code, per se. This line in boot.js only executes if the TIDDLYWIKI_PLUGIN_PATH env var is defined. Once I defined that to point

[tw5] Re: [TW5] testing Bob and BobEXE version 1.0.7 prerelease

2018-10-12 Thread Matthew Lauber
When I replaced that code with what I think should be there (the name of the plugin tiddler starting with $:/) I was able to write the files to the FS, but they're still not showing up in the available plugin list. I'm not sure exactly why not, I need to download the source version of Bob so I

[tw5] Re: [TW5] testing Bob and BobEXE version 1.0.7 prerelease

2018-10-12 Thread Matthew Lauber
In the version of BoxLinux I downloaded (1.0.7), I ran into what I think is a typo. In the file $:/plugins/OokTech/Bob/SelectPlugins the following code appears to have the katex plugin hardcoded. <$button> Save Plugin As Folder <$action-websocketmessage $type='savePluginFolder'

[tw5] Tinka + Plugin Library

2018-10-01 Thread Matthew Lauber
Has anyone come up with a simple way to use Tinka to create/edit/update plugins and have them automatically update in a plugin library? I do most of my plugin development in the browser, and Tinka makes it very simple to iterate quickly. But I've also got a bunch of wikis that use my plugins,

[tw5] Re: Quotes and Minimum Information Units as Tiddlers

2018-07-20 Thread Matthew Lauber
I would consider putting the quote (or the first line of the quote) as the title of the tiddler, the full quote as the body, and then including information like speaker, date spoken, location, etc, in fields. I'd also tag the tiddlers as "Quotes" so it's easy to find all of them. There's

[tw5] Re: how: add icons for tags (SVG files)

2018-05-25 Thread Matthew Lauber
The svg showing next to the tag is normal. A tag's icon is specified by putting a title into the the "icon" field on the tag tiddler (note: not the tagged tiddler the tiddler with the tag string as it's title). Another part of the core also looks at this field to determine what, if any, icon

[tw5] Re: Concatenating Data Tiddler Values

2018-05-25 Thread Matthew Lauber
You need the wikify widget. It's express purpose is to parse wiki text and store it's output for use elsewhere inside it. So in this example, you would want the following <$wikify name="caption" text="{{myConfig##Tag}}-Course348"> <$button> <$action-sendmessage $message="tm-new-tiddler"

[tw5] Re: Download a Tiddler Using Python/Bash

2018-05-25 Thread Matthew Lauber
Glad to help. If you do end up figuring out how to parse tiddlywiki wikitext in python/bash, please post about it to the group. On Thursday, May 24, 2018 at 10:43:30 AM UTC-4, j3d1H wrote: > > Matthew Lauber: Sorry for getting back to you so late, but this works > perfectly for wh

[tw5] Export plugin to pluginFolder

2018-05-18 Thread Matthew Lauber
Anyone know of a way to use node to automatically export a plugin from a tiddlywiki file into a plugin folder? I've been banging my head against the wall here, trying to get the plugin.info file to render. I've got the following so far. "--load", "../example.html", "--unpackplugin",

[tw5] Re: Download a Tiddler Using Python/Bash

2018-05-18 Thread Matthew Lauber
I don't think there's really anything else someone's made. You can try to do HTML munging using BeautifulSoup in python. Should be able to use something like: with open("NameOfFile.html") as f: soup = BeautifulSoup(f.read(), "html.parser") soup.find_all('div', attrs={'title':

[tw5] Re: Stuck On Apache Proxy to node.js TW

2018-05-18 Thread Matthew Lauber
Thanks for documenting your solution! On Friday, May 18, 2018 at 8:27:22 AM UTC-4, Kevin Kleinfelter wrote: > > Found it. Since TW puts encoded slashes in the URL, one must use the > following Apache directive: > >- AllowEncodedSlashes On > > > On Thursday, May 17, 2018 at 9:35:10 PM

[tw5] Local plugin library?

2018-05-17 Thread Matthew Lauber
Anyone have experience creating a local plugin library? I've got a bunch of plugins for tools I use, that I don't really want to toss up on a webserver somewhere. And I've got a bunch of wikis that need to share them. I'd like a simple way for me to make sure that any given wiki has the

[tw5] Re: Export/Import all nested tags?

2018-05-17 Thread Matthew Lauber
If you add Tobias' toc filter operator http://tobibeer.github.io/tb5/#filter%3A%20toc you should be able to use the advanced search to find all your tiddlers via `[toc[TopLevelTag]]` and then under the dropdown to the right, you should be able to export as json. You should be able to import

[tw5] Re: Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-25 Thread Matthew Lauber
with. The stat bl On Tuesday, April 24, 2018 at 8:20:01 AM UTC-4, Matthew Lauber wrote: > > I've got a few campaigns I'm planning/running in TiddlyWiki, but nothing I > can just pickup and hand off as a plugin or edition. I'm happy to answer > questions though. > > Matt > > On Mond

[tw5] Re: Who knows about Gaming and Gaming Campaigns in TiddlyWiki?

2018-04-24 Thread Matthew Lauber
I've got a few campaigns I'm planning/running in TiddlyWiki, but nothing I can just pickup and hand off as a plugin or edition. I'm happy to answer questions though. Matt On Monday, April 23, 2018 at 11:41:36 AM UTC-4, @TiddlyTweeter wrote: > > Who knows about Gaming and Gaming Campaigns in

[tw5] Re: How to add a tag to a tiddler via a SelectWidget?

2018-04-17 Thread Matthew Lauber
Something you can consider is using the multiple flag on your select ala <$select multiple field='tags'> <$list filter='[tag[prj]]'> <$view field='title'/> This will render as a multiple select with the already present tags highlighted. You can add or remove tags by using the standard

[tw5] Re: Preparing for v5.1.16

2018-04-16 Thread Matthew Lauber
Any word on the range widget PR here? https://github.com/Jermolene/TiddlyWiki5/pull/2988 If there's something that needs done with it, I'm happy to add to the PR. Thanks, Matt Lauber On Wednesday, April 11, 2018 at 10:10:06 PM UTC-4, Matthew Lauber wrote: > > Could I get the followi

[tw5] Re: Preparing for v5.1.16

2018-04-11 Thread Matthew Lauber
Could I get the following PRs looked at for inclusion? https://github.com/Jermolene/TiddlyWiki5/pull/2988 Adding a <$range> widget that supports all the features of the element. https://github.com/Jermolene/TiddlyWiki5/pull/2982 Modify the is operator to allow multiple types to be specified.

[tw5] Controls for audio files

2018-04-10 Thread Matthew Lauber
All, Perhaps I'm pushing the limits of tiddlywiki a bit far, but I'm using it for D planning, and I want to add sounds to my encounters. I've got a bunch of audio files, but I'd like to be able to start and stop multiple of them with a single button. Anyone found a good method for

[tw] Re: Is there a way to pass <$count> (or similar) to Evan's <> for calculation?

2018-03-30 Thread Matthew Lauber
Use the filter field of the <$set> wiget to to set a variable equal to the count insidethere use the <$macrocall> widget to pass the variable to the <> macro. On Friday, March 30, 2018 at 2:30:25 PM UTC-4, Mat wrote: > > Well, there is the count filter so you can get the amount of tids as >

[tw] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-03-22 Thread Matthew Lauber
> } > > > > > > > On Thursday, 22 March 2018 17:19:02 UTC, Matthew Lauber wrote: >> >> You could also consider if any of the font-awesome icons would work for >> your purposes, because I believe you can use those within the placeholder >> field. >>

[tw] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-03-22 Thread Matthew Lauber
You could also consider if any of the font-awesome icons would work for your purposes, because I believe you can use those within the placeholder field. On Thursday, March 22, 2018 at 1:17:27 PM UTC-4, Matthew Lauber wrote: > > Hey Hubert, > > I'm not sure that default html supports

[tw] Re: Is there a way to include an SVG image together with text as the placeholder of an <$edit-text> field?

2018-03-22 Thread Matthew Lauber
Hey Hubert, I'm not sure that default html supports using a svg image in the placeholder field of the input box. I'm pretty sure that this affect is typically implemented via css. Take a look at https://stackoverflow.com/questions/13761654/html5-image-icon-to-input-placeholder to see how

[tw] Re: copy button in each code block

2018-03-14 Thread Matthew Lauber
Pretty sure he means everything enclosed in triple backticks, per https://tiddlywiki.com/#Code%20Blocks%20in%20WikiText ``` ``` On Tuesday, March 13, 2018 at 8:39:53 PM UTC-4, TonyM wrote: > > Rustem, > > What do you define as a Code Block? > > How does it differ from the Text or other

Re: [tw] Re: A few questions about macros/widgets/functions

2018-03-14 Thread Matthew Lauber
If your really looking to understand how the code works, my advice is to look at the sources tab in chrome's developer tools. Press F12 in your browser window, and look at the sources tab, and you should find a bunch of .js files under the no-domain entry in the left hand side. The standard

[tw] Re: Recommendations for hosting with domain name

2018-03-09 Thread Matthew Lauber
And you can point a custom domain to a github pages site, if you want to go extra cheap. On Friday, March 9, 2018 at 12:15:58 PM UTC-5, @TiddlyTweeter wrote: > > Look for something with good performance. And support for basic CDN. > > Tie to domain name is usually not an issue since the host you

[tw] Re: How to add buttons if tiddler has a tag

2018-02-21 Thread Matthew Lauber
uary 2018 18:43:32 UTC+1, Matthew Lauber wrote: >> >> *Background color by tag*: See >> https://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag >> >> *Buttons on tagged tiddlers*. You're going to want to use a >> ViewTemplate. A ViewTemplate i

[tw] Re: How to add buttons if tiddler has a tag

2018-02-21 Thread Matthew Lauber
*Background color by tag*: See https://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag *Buttons on tagged tiddlers*. You're going to want to use a ViewTemplate. A ViewTemplate is a tiddler tagged with $:/tags/ViewTemplate. It gets used as a template for every tiddler in the

[tw] Re: A button to open a random tiddler

2018-02-20 Thread Matthew Lauber
ruar 2018 13:37:54 UTC+1 schrieb Matthew Lauber: >> >> Dang! I go to sleep for 8 hour and your guys pick apart my code. >> Seriously though, thanks guys. I'll take a look at improving the >> randomness of my shuffle operator. I seem to recall not using the >>

[tw] Re: A button to open a random tiddler

2018-02-20 Thread Matthew Lauber
Dang! I go to sleep for 8 hour and your guys pick apart my code. Seriously though, thanks guys. I'll take a look at improving the randomness of my shuffle operator. I seem to recall not using the javascript math.random function because I wanted to be able to seed the function and get a

[tw] Re: A button to open a random tiddler

2018-02-19 Thread Matthew Lauber
gt; > Hey Mathew, > > How can you install the shuffle operator? > > Diego > > On Monday, February 19, 2018 at 8:46:48 PM UTC-6, Matthew Lauber wrote: >> >> I've written a shuffle operator that can randomize the order of a list. >> It's available her

[tw] Re: A button to open a random tiddler

2018-02-19 Thread Matthew Lauber
I've written a shuffle operator that can randomize the order of a list. It's available here: https://mklauber.github.io/tw5-plugins/ To use it in that way, you'd probably want something along the lines of <$button> <$list filter="[tag[Tag]shuffle[]first[]]"> <$action-navigate $to=<> /> Open

[tw] Re: Random math problem generator

2018-02-17 Thread Matthew Lauber
I've got a shuffle operator in my plugin library here. You can use it to select 10 random questions like this "[tag[Question]shuffle[]first[10]]" https://mklauber.github.io/tw5-plugins/ On Friday, February 16, 2018 at 10:24:45 AM UTC-5, tib...@sunyit.edu wrote: > > Hey all, > > I have a bunch

Re: [tw] Re: Tiddlywiki5 web service experiment

2017-10-23 Thread Matthew Lauber
I looked into this not too long ago. The primary issue that tiddlywiki.com is a CNAME to Jermolene.github.io/* and that because of this, when you try to load the site over https:// it's loaded using github's certificate, which is not correct for the tiddlywiki.com domain. I tried to lay out

[tw] Re: node.js - Full Function Via 127.0.0.1 and Read-only Via Other IP

2017-09-25 Thread Matthew Lauber
What I did was put my wiki behind a nginx LB with this config. This says READ requests (GET, HEAD) are permitted by anyone, but POST and other requests require user authentication. server { listen 80; access_log /var/log/nginx/tiddlywiki.access.log combined; location / { root

[tw] Re: Help with listwidget (getting filter results to link to title)

2017-08-23 Thread Matthew Lauber
If the tiddler doesn't exist {{!!title}} will be empty, and so the link won't work, and the <$view field-"title" /> will also be an empty string. My advise would be to do the following: <$list filter="[tag[Lexeme]each:list-item[combo]sort[]]" variable="title"> <$link to=<>><> this assigns

[tw] Re: How to calculate (sum, avg) with fields and store the result in an other field?

2017-08-04 Thread Matthew Lauber
The issue is that the assignment doesn't work like that. You can't assign to a field like that, regardless of whether it's math or text or anything else. The equals sign is just another letter when it's used in html. You'd probably need to play around with macros and the <$action-setfield>

[tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-20 Thread Matthew Lauber
I'd be interested in that Mermaid plugin if you know where it is. A quick search didn't turn up anything. On Friday, July 14, 2017 at 7:01:21 PM UTC-4, @TiddlyTweeter wrote: > > Ciao Sean > > Drawing what? What kind of diagrams do you need? > > There are several logical diagramming plugins.

[tw] Re: TiddlyServer 2.0 - Announcement!!!

2017-06-12 Thread Matthew Lauber
All, I'm stopping work on my hacked together version of TiddlyServer, and turning development over to the much more skilled Arlen. I'll be updating my repo with a readme to that effect. Many thanks to Arlen! Matt On Monday, June 12, 2017 at 9:13:01 AM UTC-4, Arlen Beiler wrote: > > Good

[tw] Re: TiddlyWiki StackExchange

2017-06-07 Thread Matthew Lauber
1 more question! On Tuesday, June 6, 2017 at 4:22:27 PM UTC-4, Julio Peña wrote: > > Hello Arlen and all, > > I've just signed up and put in my 2 pennies (votes) hopefully we get > closer to achieving. > > Best regards, > Julio > > On Thursday, December 22, 2016 at 10:46:03 AM UTC-5, Arlen

[tw] Re: Is it possible to put the sidebar buttons at the top?

2017-05-25 Thread Matthew Lauber
I've proposed this is a change to the default behavior at github. https://github.com/Jermolene/TiddlyWiki5/pull/2871 On Wednesday, May 24, 2017 at 1:40:52 PM UTC-4, Matthew Lauber wrote: > > Here you go. Whatever buttons you show in the sidebar when it's open will > show up in the to

[tw] Re: Is it possible to put the sidebar buttons at the top?

2017-05-24 Thread Matthew Lauber
Here you go. Whatever buttons you show in the sidebar when it's open will show up in the topbar when it's closed. created: 20170524173725525 modified: 20170524173926916 tags: $:/tags/TopRightBar title: $:/core/ui/TopBar/menu \define config-title()

[tw] Re: Node.js save mechanism (to interface with git)

2017-05-24 Thread Matthew Lauber
I'll be honest, I went with KISS. A cron job to run git commit (including the timestamp). Only commits when files are saved. But if you want to try to trigger git from nodejs, I'd say look at the $:/temp/ prefix for the commit message. Anything starting with $:/temp/ doesn't get

[tw] Re: Positive Assertions In One Sentence ... (aka Saying Succinctly What TW Is About ...)

2017-05-05 Thread Matthew Lauber
Tiddlywiki is what happens when you cross the formulas of a excel document with the paragraphs of a word document. Add, subtract, combine and conditional show individual sentences and paragraphs. Matt On Friday, April 7, 2017 at 9:42:09 AM UTC-4, @TiddlyTweeter wrote: > > One of the vital

Re: [tw] Is Firefox Dying? Do we need to pact with The Devil for saving?

2017-04-26 Thread Matthew Lauber
Your suggestion is the idea behind TiddlyServer. It's a nw.js app (so it has a UI and everything) that basically runs a proxy server on localhost:8000 that saves to the local filesystem. It doesn't even need to all be in the same folder. On Tuesday, April 25, 2017 at 7:39:49 AM UTC-4, Arlen

[tw] Re: Status Development of TiddlyDesktop?

2017-04-17 Thread Matthew Lauber
nd nodejs for > tiddlywiki. > > I am not sure if Jeremy was directly involved but Matthew Lauber made > tiddlyserver which does this and has worked very well for me. > > Announcement: > https://groups.google.com/d/msg/tiddlywiki/QOoceRMdABE/IlJDtzsABgAJ > > Downloads: > h

[tw] Re: How to transclude all tiddlers tagged with

2017-03-27 Thread Matthew Lauber
Just as an FYI, you could also have done <$list filter="[tag]"> <$link><$transclude field="title"/> <$transclude mode="block"/> The extra square brackets were the problem. On Sunday, March 26, 2017 at 10:02:42 PM UTC-4, Roving Richard wrote: > > I figured it out: > > <$list

[tw] Re: [TW5] Get the value of a related Tiddler to use in the text of another Tiddler.

2017-03-24 Thread Matthew Lauber
You could wrap the <$view> in a <$list> widget. e.g. <$list filter="[list[!!related]]"> <$view field="document_type"> On Friday, March 24, 2017 at 10:00:33 AM UTC-4, G wrote: > > I'm used to doing so when I work with the "list" field to relate to > multiple Tiddlers like for example a Tiddler

[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-20 Thread Matthew Lauber
Ooh, I have some things to build with this Thanks Jeremy! Matt On Sunday, March 19, 2017 at 3:51:21 PM UTC-4, Jeremy Ruston wrote: > > I’m very happy to announce much better core support for drag-and-drop in > 5.1.14, with quite a few new features for end users: > > * drag and drop the

[tw] Re: TiddlyDesktop Linux64-v0.0.8 Internal Java error

2017-03-02 Thread Matthew Lauber
You can disable it by clicking on the gear, going to the plugins tab, clicking the arrow to the left of the plugin, and that should reveal a disable button. On Thursday, March 2, 2017 at 11:51:03 AM UTC-5, kelsang sherab wrote: > > Thanks Jed. > Can I just disable a plugin? > How? > Or do I

[tw] Re: [TW5] Tinka 0.3.0 release

2017-03-02 Thread Matthew Lauber
Hey Andreas, Thanks a bunch for doing this. Looking forwards to using it. Matt On Wednesday, March 1, 2017 at 7:08:51 PM UTC-5, Andreas Hahn wrote: > > Hi, > > I have just pushed the source code to the Tinka plugin to github and > included a license (MIT license), which hopefully makes it

Re: [tw] Re: Who/what/where is the Tinka Plugin currently being developed?

2017-02-25 Thread Matthew Lauber
@Andreas Hahn, Great to hear from you. My only planned changes thus far were to correct a few typos where you used "$/temp/..." instead of "$:/temp/..." since it was cluttering up my All Tiddlers sidebar. Thanks for the incredible plugin! Matt Lauber On Saturday, February 25, 2017 at

Re: [tw] Re: Who/what/where is the Tinka Plugin currently being developed?

2017-02-21 Thread Matthew Lauber
Does it make sense to have a first party plugin library separate from the TiddlyWiki5 core repo? Or at least have the TW5 plugin-library update more often than the TW5 core? It'd be nice to be able to submit updates for plugins and have them show up in days rather than months. On Tuesday,

[tw] Who/what/where is the Tinka Plugin currently being developed?

2017-02-21 Thread Matthew Lauber
All, especially Andreas Hahn, Does anyone know where the canonical source for the Tinka Plugin is at this point? It's such a useful plugin that I want to make sure it's kept around somewhere, and the link in the version I have "http://twguides.org/tinka; is not available. So I'm asking,

[tw] Re: [TW5] Strange behaviour for the "move" operator (ActionListopsWidget)

2017-02-16 Thread Matthew Lauber
Take a look at this: http://tiddlywiki.com/static/ListWidget The variable property sets the name of the variable that the list widget will store it's value in. By default it sets the variable "currentTiddler" overriding the current value of "currentTiddler". In mario's code, it sets a

[tw] Re: [TW5] Strange behaviour for the "move" operator (ActionListopsWidget)

2017-02-16 Thread Matthew Lauber
That's a good UX point. On Thursday, February 16, 2017 at 9:45:27 AM UTC-5, PMario wrote: > > Hi, > > The point for me is ... If the button is there, I actually want it to do > something. > > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Strange behaviour for the "move" operator (ActionListopsWidget)

2017-02-16 Thread Matthew Lauber
@FrD, I ran into this and submitted a PR. https://github.com/Jermolene/TiddlyWiki5/pull/2658 It's fixed on the prerelease branch (http://tiddlywiki.com/prerelease/) but hasn't made it to the production site yet. On Thursday, February 16, 2017 at 8:18:45 AM UTC-5, FrD wrote: > > Hi, > >

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-26 Thread Matthew Lauber
help. Matt On Thursday, January 26, 2017 at 8:24:54 AM UTC-5, kelsang sherab wrote: > > > Hi, > Attached is the file. > Now when opening it it the TDesktop only a blanc page opens. > which i cannot close down > > cheers > > > On Wednesday, January 25, 2017 at

[tw] Re: HREF Linking Revisited (aka -- Houston, I have a problem.)

2017-01-25 Thread Matthew Lauber
Soemthing else that could be work is to create a ViewTemplate that lets you "add context". When a paragraph tiddler is viewed directly, It displays the preceding paragraph based on the list field of the chapter, or the sort order of the tiddler titles or whatever you're using to transclude all

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-25 Thread Matthew Lauber
e works fine on my TiddlyDesktop so > looks like the problem is not with the TiddlyDesktop > > 3.I am not sure which file yous suggest I upload for debuging? but I am > happy to give it a go > > Cheers > > > > On Wednesday, January 25, 2017 at 2:21:55 PM UTC+1, Ma

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-25 Thread Matthew Lauber
gn too. > > hmm > > On Tuesday, January 24, 2017 at 6:47:08 PM UTC+1, Matthew Lauber wrote: >> >> Is thiw while viewing your wiki? Or the list of wikis that the initial >> window shows? If the initial window doesn't show, or shows the error, take >> a look at htt

[tw] Re: Using TiddlyDesktop on linux - Internal Javascript Error

2017-01-24 Thread Matthew Lauber
Is thiw while viewing your wiki? Or the list of wikis that the initial window shows? If the initial window doesn't show, or shows the error, take a look at https://github.com/Jermolene/TiddlyDesktop/issues/80 On Tuesday, January 24, 2017 at 12:34:02 PM UTC-5, kelsang sherab wrote: > > Someone

[tw] Re: TiddlyWiki StackExchange

2017-01-23 Thread Matthew Lauber
Bumping this for people who may have missed it. Go vote on your favorite questions, and let's get us a good place for QA. Matt On Thursday, December 22, 2016 at 10:46:03 AM UTC-5, Arlen Beiler wrote: > > Given the general concensus, it seems, I've started a proposal at > StackExchange. > > >

[tw] Re: Tiddlywiki Linux Desktop installation help

2017-01-23 Thread Matthew Lauber
e program 'nw' is currently not installed. You can install it by typing: > sudo apt install netrw > never mind though. > Cheers!!! > > > On Sunday, January 22, 2017 at 8:55:14 PM UTC+1, Matthew Lauber wrote: >> >> The zip already contains everything you need to run TiddlyDe

[tw] Re: Tiddlywiki Linux Desktop installation help

2017-01-22 Thread Matthew Lauber
The zip already contains everything you need to run TiddlyDesktop. cd to the files directory and execute the `nw` file. should be all you need. On Sunday, January 22, 2017 at 9:17:36 AM UTC-5, kelsang sherab wrote: > > > I am trying to install the .zip > > unizzping the file went well. >

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-19 Thread Matthew Lauber
Glad it got sorted out for you! -- 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

[tw] Re: What is most useful on GitHub?

2017-01-18 Thread Matthew Lauber
Oh and the nice thing is that each of the plugins can also have their own github pages site for their individual documentation. On Wednesday, January 18, 2017 at 9:57:02 PM UTC-5, Matthew Lauber wrote: > > I also like to setup a plugin library on github. You can look at > https://g

[tw] Re: What is most useful on GitHub?

2017-01-18 Thread Matthew Lauber
I also like to setup a plugin library on github. You can look at https://github.com/mklauber/tw5-plugins to see how I'm making http://mklauber.github.io/tw5-plugins/. The important part is https://github.com/mklauber/tw5-plugins/tree/master/plugins/mklauber Each of my plugin repos are sub

[tw] Re: [TW5] Numbering Items With List Filter

2017-01-18 Thread Matthew Lauber
<$list filter="[!has[draft.of]tag[whatever]!sort[however]]"> #<$link to={{!!title}}><$view field="title"/> The empty line beneath the <$list> widget is important. On Wednesday, January 18, 2017 at 9:43:59 PM UTC-5, michaelha...@gmail.com wrote: > > I will apologize in advance if what I am

[tw] Re: TiddlyWiki, Linux Mint and Node.js

2017-01-17 Thread Matthew Lauber
Ran you ran npm install -g tiddlywik Did you use sudo? And when you ran tiddlywiki --version Did you use sudo for that? On Saturday, January 14, 2017 at 7:37:42 AM UTC-5, PJO wrote: > > It looked like it worked ok but I got an error when I tried to get a > version number after installation.

  1   2   >