[tw5] Re: Transclusion as per Mark S.

2020-05-12 Thread 'Mark S.' via TiddlyWiki
Well, I didn't expect anyone to actually use it... Those are state tiddlers. This version will delete them when you switch back to "show". Be sure to make a backup before trying. <$reveal state=<> type="nomatch" text="edit"><$transclude mode="block"/> <$button class="mybuttons" set=<> setTo="e

[tw5] Re: Can I use <$transclude> inside <$codeblock>?

2020-05-11 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In this case remember that: {{mytiddler}} will transclude the text field of mytiddler {{mytiddler!!myfield}} will transclude the contents of the field "myfield" of "mytiddler". And {{!!myfield}} will transclude the contents of the field "myfield" of the current tiddler. Inside of a list wi

[tw5] Re: Can I use <$transclude> inside <$codeblock>?

2020-05-11 Thread &#x27;Mark S.&#x27; via TiddlyWiki
This seems to work: Helpers <$list filter="[tag[MyTag]sort[title]]"> <$link><$view field="name" /> <$codeblock language="javascript" code={{!!text}} field="text" /> Note this comment from tiddlywiki.com: The content of the <$codeblock> widget is ignored

[tw5] Re: Web Clipper equivalent

2020-05-11 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Could there be a way to configure the exension so that it always docks to a specified file whenever it has an open tab? Or adds it to the list of dockable TW files? Or a way to make files auto-dock when they are reloaded? Thanks! On Monday, May 11, 2020 at 8:05:31 AM UTC-7, BJ wrote: > > Hi Pet

[tw5] Re: Generating a stand-alone version from Node

2020-05-10 Thread &#x27;Mark S.&#x27; via TiddlyWiki
This might be something like what you want: https://tiddlywiki.com/#How%20to%20build%20a%20TiddlyWiki5%20from%20individual%20tiddlers What isn't mentioned in those docs is that the output goes into the output directory. On Sunday, May 10, 2020 at 6:14:38 PM UTC-7, Scott Sauyet wrote: > > I'm

Re: [tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-10 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Github is not a user-friendly, welcoming place. Even the mechanics of posting are unfriendly, with tiny postage size boxes to type in. Almost any other solution suggested would be better for discussions. TT's use case -- looking for "editing" in a forum where almost every post will relate to ed

[tw5] Re: Convert Image Tiddlers to one with [img[external/link]]?

2020-05-10 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You should be able to right-click on an image and from there save the image, just as with any other image on the web. If you use node, there's a way to save internal images to external files in a batch. (See "ExternalImages") On Saturday, May 9, 2020 at 9:23:02 PM UTC-7, Dave Parker wrote: > >

[tw5] Re: Web Clipper equivalent

2020-05-10 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Loss of docking is one reason I use tiddlyclip so little. It undocks every time you save if you use the download saver. On Sunday, May 10, 2020 at 4:04:55 AM UTC-7, Birthe C wrote: > > Petruscha, > > Docking is lost, when your TW is refreshed. Then you will have to dock > again. What rules do yo

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I have various clippers in my browser. One of them for instance copies markdown. The markdown text is a lot cleaner to edit than HTML. My impression is that not many people actually use TW as an editing platform. I'm thinking that editing in TW would be OK if it worked more like dynalist. Her

[tw5] Re: Preserving paragraphs when pasting into TW

2020-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I'm sure someone will come along with a better solution. This will replace single line feeds with paragraph breaks. Unfortunately, this means your original text will actually be physically more mangled than it started -- I have no way to generate a literal carriage return. Be sure to make bac

Re: [tw5] Lost two weeks of work - what I did wrong and what you can do to avoid it

2020-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If you run without "forever" does it run OK? I just launch from a command line or an I3WM menu. -- 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+unsubs

[tw5] Re: Lost two weeks of work - what I did wrong and what you can do to avoid it

2020-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
What's missing from your report is your operating system. Linux? Which flavor? Mac? Or ?? I run node and node-like products on xubuntu, and have never had to run as root. But maybe other systems are fussier? On Friday, May 8, 2020 at 11:00:21 PM UTC-7, Andy Redfern wrote: > > Folks, > > Started

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In this version it's assumed that you only want to transclude one tiddler for one day, and the format is -0MM-0DD. <$wikify name="now2" text=<>> <> <$set filter="[get[text]]" name="curday" select=0> <> The value of the tiddler ends up in variable <> -- You received this message because y

[tw5] Re: how can i transclude a variable tiddler?

2020-05-08 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It would help to explain what you actually want to do. The default <> changes every minute. Do you really have an entire day's worth of tiddlers made in advance that would match <> ? If you just want to fetch contents for the day, then you're going to need to use a format with the macro that li

[tw5] Re: Reordering Tiddler UI elements?

2020-05-07 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Be sure to have a backup. The UI is formed by tiddlers tagged with $:/tags/ViewTemplate. Find one of them, perhaps $:/core/ui/ViewTemplate/body Click on it's $:/tags/ViewTemplate tag. A list of everything tagged by that tag will appear. Drag and drop $:/core/ui/ViewTemplate/tags be

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Added to TiddlyWiki Toolmap under Developer / advanced tools. On Thursday, May 7, 2020 at 4:42:53 AM UTC-7, Jed Carty wrote: > > I needed a break from my other work, so I made an action widget that can > add a delay to the execution of other actio

[tw5] Re: [New Plugin] Delay Actions, defer the execution of action widgets for a set amount of time

2020-05-07 Thread &#x27;Mark S.&#x27; via TiddlyWiki
DON'T RUN THE FOLLOWING CODE! Unless you're prepared to reboot your TW. It gives you a button to start a timer that every 10 seconds posts the seconds to the subtitle. You might want this feature if you were tracking how much timer you were spending on a project. What's critically missing is a

[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-05-06 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Reading the docs, it seems like there's supposed to be an upload menu somewhere?? I don't see one on any of the pages, but maybe I've understood something. Thanks! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group a

[tw5] Re: Web Clipper equivalent

2020-05-06 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Where did you get the extension? The latest version is https://github.com/buggyj/tiddlyclip/releases and was released in August of last year. On Wednesday, May 6, 2020 at 8:36:03 AM UTC-7, Jared Volpe wrote: > > Latest Firefox on the Mac throws an error when I try to install it. It > seems ve

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-06 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You mentioned this before -- why do I keep forgetting? I need to star this ;-) TT is trying to search for a concept: Editing. Unfortunately, almost every post is going to have terms relating to editing. Only if someone took the time to tag the item would "Editing" stand out as a semantic object

[tw5] Re: Demo: Proposal for slight visual changes to getting started tiddler

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
That looks nice! I wonder, is it possible to detect the OS during boot-up and set the default buttons accordingly? The reason I ask is that most software that I download does exactly this: It presents a menu that attempts to steer me towards whatever platform that I'm currently on. Based on q

[tw5] Re: Emulating slices/sections with macros

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If you have the tiddler tagged $:/tags/Macro, you can access any "slice" from any tiddler. On Tuesday, May 5, 2020 at 2:21:13 PM UTC-7, Mat wrote: > > Thanks for sharing Mark. I share your feelings about slices. Your creation > is interesting but doesn't it miss out on the main point with slices

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The problem isn't the source code -- it's the compilation to source code and what happens between compilation and posting. I used VirusTotal to look at the executable. VirusTotal scans files using more than 70 AV engines! Unfortunately, I'm not sure if Windows defender is one of them. For the m

[tw5] Re: Announcing TiddlyDesktop v0.0.14

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Congratulations on another release of TiddlyDesktop! TD is probably the most "normal" way for a newby tiddler-tiddler to begin his/her TW career. The one feature I miss most with TD, being somewhat sight-challenged, is the ability to zoom in/out. Is that a necessary restriction of the built-in

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I believe in one of your first versions, the extension could call python to run the script?? Or is that a false memory? I'm thinking that if you had the same feature with golang you wouldn't need to worry about viruses or registration for computer systems -- the golang development group would d

[tw5] Emulating slices/sections with macros

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Not too serious of a proposal. Just a random thought about slices/sections. Just realized they could be emulated to a degree with macros. \define mas_01() * Sections were really useful ** I can't help but miss them Their functionality can be imitated using macros! \end \define comment() THE FOLL

[tw5] Re: Is there a fairly minimal workflow to import pages from Roam into TiddlyWiki?

2020-05-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
BTW, do we know if roam titles are unique? On Sunday, May 3, 2020 at 11:54:05 PM UTC-7, Yoni Balkind wrote: > > Hi All > > My intended workflow is to draft notes in Roam, and then if I deem certain > notes worthy of publish, I publish them in my public-facing TiddlyWiki. > > -- You received t

[tw5] Re: Internal JavaScript Error

2020-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
After deleting, did you save and reload? After reload, be sure to verify that the plugin stayed deleted. On Monday, May 4, 2020 at 12:32:56 PM UTC-7, Dupui Uis wrote: > > Thank you for the quick reply Mark! I was using noteself and have deleted > the plugin from my stack, however still receiving

[tw5] Re: Checkbox widget error with field is set as "list"

2020-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I don't get an error message, but the checkbox never binds to the field, and you can never flip the field away from "open". The same thing happens if you use "tags". On Monday, May 4, 2020 at 2:14:21 PM UTC-7, Riz wrote: > > Just checking if I am the only one with this error > > Steps to reprod

[tw5] Re: Internal JavaScript Error

2020-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Are you/ were you using noteself? It looks like you have a conflict with the noteself plugin or one of it's subcomponents. If you're not using it, perhaps delete the plugin from your plugin stack. On Monday, May 4, 2020 at 12:08:08 PM UTC-7, Dupui Uis wrote: > > Hello, > > I am new to the T.W sc

[tw5] Re: Does that TW is a Quine matter? YES.

2020-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
That's kind of what I was thinking. I'm still waiting for an example of why it should matter. 220, 221. Whatever it takes On Monday, May 4, 2020 at 10:52:26 AM UTC-7, PMario wrote: > > Hi, > > For me it doesn't matter at all. > > Quine is a word t

[tw5] Re: Is there a fairly minimal workflow to import pages from Roam into TiddlyWiki?

2020-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If you don't have tags, what would you filter by? How would you deal with "blocks" ? Break them out into tiddlers, or combine them into tiddlers? On Sunday, May 3, 2020 at 11:54:05 PM UTC-7, Yoni Balkind wrote: > > Hi All > > My intended workflow is to draft notes in Roam, and then if I deem ce

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The first thing to do is to find out if your executable has been tampered with. When I extract the executable timimi.exe on linux, I get the following MD5 hash ca8399d02e538ca5d2fcc5e553f2779b There are online MD5 generators in case you don't have one on your system. On Monday, April 27, 202

[tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
\define filt-alltags() <$vars tag1="tag[" tag2="]" lb="[" rb="]"> <$set filter= "[all[current]tags[]addprefixaddsuffix]+[join[]addprefixaddsuffix]" name="filt" select=0> <$text text=<>/> \end <$wikify text=<> name="wiked"> <$list filter=<>/> On Sunday, May 3, 2020 at 3:38:14 PM UTC-7, R

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Since your question seems to be mainly about documenting macros, why not put your macro definitions in a data tiddler. Then as you edit, if you need a reminder just type {{macs##mymacro1}} and see something like mymacro1(size of tiddler, name of field) over in the preview window. Putting al

[tw5] Re: Notion encourages busy work

2020-05-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Let's face it. The problem isn't the software. The problem is us. Tinkering will almost always be more interesting than the actual work ;-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails f

[tw5] Re: A simple procedure to create plugins with TW+Node.JS

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Looking at the /dev instructions, I feel there may be an error. It looks like you'll end up with a directory structure like: TW/plugins I think when you do the cloning, you should be in the directory, not the directory. Or am I misunderstanding? Also, you don't need to build the index do

[tw5] Re: A simple procedure to create plugins with TW+Node.JS

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Saturday, May 2, 2020 at 7:19:12 PM UTC-7, TonyM wrote: > > Mohammad, > > Presumably this project is about using javascript functions building > plugins? > > As you may know it is quite easy to build "plugins" without javascript, > basically as plugin packages, I am working on multiple meth

[tw5] Re: Building static sites in the browser

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In the doc examples, I think it would be better if a real template were used. "The Content" doesn't exist, and suggests a tiddler with content, not a template. I found it confusing, so maybe others will too ;-) For "Create zip file" it might be helpful to indicate that this has to be run before

[tw5] Re: Building static sites in the browser

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I wonder how many steps would be left to render a complete epub? I think it's basically a zipped up group of html pages. On Saturday, May 2, 2020 at 1:36:01 PM UTC-7, Jeremy Ruston wrote: > > A disadvantage for some users of TiddlyWiki’s static site generation > capabilities is the requirement t

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
This wasn't meant to be a complete listing. Just to show the general idea. Thus the ellipses ... On Saturday, May 2, 2020 at 1:49:47 PM UTC-7, PMario wrote: > > On Saturday, May 2, 2020 at 8:39:26 PM UTC+2, Mark S. wrote: > > >> >> *Some people find this approach inconvenient. There are other s

[tw5] Re: Building static sites in the browser

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
That's exactly what I was thinking -- a way to download individual tiddlers en masse. On Saturday, May 2, 2020 at 2:15:18 PM UTC-7, Mat wrote: > > Having now tried it - good stuff!!! Thank you Jeremy! > > It would make sense to access this functionality via the usual > AdvancedSearch > Filter e

[tw5] Re: Is there a TiddlyClip/TiddlySnip addon successor?

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Oops. I take it back. It works fine. Mental block -- I tested without having the plugin installed. Hmm, what's the icon for embarrassment again? On Saturday, May 2, 2020 at 1:44:11 PM UTC-7, Mark S. wrote: > > Hi Birthe, > > I'm not getting an error, but it doesn't seem to work on my Linux FF75.

[tw5] Re: Is there a TiddlyClip/TiddlySnip addon successor?

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hi Birthe, I'm not getting an error, but it doesn't seem to work on my Linux FF75. What version of FF are you using? On Saturday, May 2, 2020 at 1:33:00 PM UTC-7, Birthe C wrote: > > Did you get the extension from > https://github.com/buggyj/tiddlyclip/releases ? That is what I did, and > it

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
> 1. Despite tiddlyfox disappearing entirely from Firefox addon store, it is > still documented as one of the main saving mechanisms for Tiddlywiki. > Yes. In particular this line *Firefox provides the best user experience for using TiddlyWiki with the Tid

Re: [tw5] Re: List of changes proposed for documentation

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Actually I think this is the best place if you want community input. On Saturday, May 2, 2020 at 6:31:25 AM UTC-7, Riz wrote: > > I know. Is there much activity there. I am up for reviving it if you are. > > On Sat, 2 May 2020, 18:58 'Mark S.' via TiddlyWiki, < >

[tw5] Re: A simple procedure to create plugins with TW+Node.JS

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
There is a procedure mentioned in the developer wiki on how to make plugins by hand without node.js. Probably not user-friendly. On Saturday, May 2, 2020 at 12:57:24 AM UTC-7, Petruschka wrote: > > Hello Mohammad! > > Why node.js? I am asking because I think your "The procedure SHOULD not > rely

[tw5] Re: List of changes proposed for documentation

2020-05-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
There is also a documentation group. On Saturday, May 2, 2020 at 5:16:33 AM UTC-7, Mat wrote: > > This meta discussion is perhaps better suited in the dev group? Anyway: > > Your points make full sense. > > > >> 4. Most of the examples of filters in TW5 uses "sort". sortan is more >> advanced

[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The "minimum" thing doesn't work with substitution variables (the ones with dollar signs $$). But this syntax should: [all current]tag[Subjective]regexp:dates<__mytoday__>] Why? Because! That's why. ;-) On Friday, May 1, 2020 at 5:52:21 PM UTC-7, Dave Parker wrote: > > oh, maybe not: when I tak

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
When I try to access the JSON file, the terminal shows this: [2020-05-01T14:44:59.021-0700] GET - 127.0.0.1 /library/recipes/library/tiddlers/%2524%253A%252Fplugins%252FMAS%252FTEST.json - ms - - repeatedly (I guess every 2 or 3 minutes). But the browser page is stuck in lo

[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You forgot "[is[current]..." at the start. Without that, it will find everything tagged with Subjective, etc. On Friday, May 1, 2020 at 11:43:20 AM UTC-7, Dave Parker wrote: > > Ok, I think I need to start over with the filters tutorials, but given > what you've said so far and given [[headache]

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
>> >> TiddlyServer will not serve files within data folders, that is the data >> folder's job. >> >> But it doesn't make sense that you would be trying to serve plugin >> tiddlers from within a data folder, so I'm not quite sure what you

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
e trying to serve plugin > tiddlers from within a data folder, so I'm not quite sure what you're > asking. > > On Fri, May 1, 2020, 11:57 'Mark S.' via TiddlyWiki < > tiddlywiki@googlegroups.com> wrote: > >> >> I'm trying to have TS se

[tw5] Re: Struggling with viewtemplate filter

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You say "doesn't work" without explaining what you mean. Is there no output? The wrong output? These details are essential to understanding what's happening. You might start by a clear statement of what you want your template to look for. In any event, this: [is[current]][tag[Subjective]] sh

[tw5] Re: Inverted list

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
So you want Tiddler A: 25 Tiddler B: 16 Tiddler C: 28 but Tiddler D not shown because it has no number field ? The part that's throwing me is the requirement "the numbers for each below". Since each tiddler has only one number field, there is no sub-sort possible and you only have to lis

[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I'm trying to have TS serve up a plugin library. Everything seems to work, except TS doesn't actually serve up the plugin tiddlers. I think the problem is that TS isn't serving up static files from sub-directories. Is there a setting that will tell TS to serve up static files more than one le

Re: [tw5] Re: Making Plugin Library

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
p-server of node.js to allow >>> other devices or in my desktop computer I can reach the library! >>> For online I keep everything on GitHub! >>> >>> This way I can use library with Bob, TiddlyServer, Single TW, or >>> TW+Node.js >>> >>> -

Re: [tw5] Re: Making Plugin Library

2020-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
or > TW+Node.js > > --Mohammad > > > Best wishes > Mohammad > > > On Fri, May 1, 2020 at 2:44 AM 'Mark S.' via TiddlyWiki < > tiddlywiki@googlegroups.com> wrote: > >> I got as far as setting up a plugin and generating a library. I figure >>

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
specific to TiddlyServer. >> >> Apparently you can also drag in the plugin library config tiddler. >> https://github.com/Arlen22/TiddlyServer/issues/94#issuecomment-622159672 >> >> On Thu, Apr 30, 2020 at 6:45 PM 'Mark S.' via TiddlyWiki < >> tidd

[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
How do I tell TS where my physical plugin library and/or where do I put a collection of plugins? Thanks! On Friday, April 24, 2020 at 1:39:44 PM UTC-7, Arlen Beiler wrote: > > Hello Everyone, > > I've upgraded TiddlyServer to target 5.1.22. > > @someguynamedmatt helped rearrange the build proce

[tw5] Re: Making Plugin Library

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I'm using tiddlyserver to serve up things, so maybe I need to find out from him where my plugin library should go. On Thursday, April 30, 2020 at 3:14:00 PM UTC-7, Mark S. wrote: > > I got as far as setting up a plugin and generating a library. I figure out > how to install the library by clonin

[tw5] Re: Making Plugin Library

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I got as far as setting up a plugin and generating a library. I figure out how to install the library by cloning the public library configuration tiddler. When I looked for more plugins, it showed my new plugin. Yeah! But it wouldn't install. I'd click on "install", and nothing would happen. Is

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
, followed by a >>>>>>3-digit numeric) >>>>>>- modified: (same format as above) >>>>>>- tags: (if any, a horizontal list) >>>>>>- title: (as declared) >>>>>>- type: text/vnd.tiddlywiki >>&g

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I guess what we need now is a revised excision tool that can insert the macro. On Thursday, April 30, 2020 at 8:36:01 AM UTC-7, Mohammad wrote: > > Ed, > Have a look for "Folding Editor" in TW-Scripts it is an elegant inline > editor from Simon Huber! > > --Mohammad > > On Thursday, April 30, 2

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It's a shame that he picked a lopsided syntax for that. The result is nice, but any editor that wants to match curly braces is going to give crazy results. On Thursday, April 30, 2020 at 8:16:12 AM UTC-7, si wrote: > > I use this plugin > whi

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
terious to me, as i don't know what those >>>> codes refer to, nor why there's so many spaces preceding the last 2 >>>> strings. >>>> >>>> Best candidate for Primary Key here, as far as i can see, would be the >>>> first att

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
This is a simple one that I use sometimes. I put this in a tiddler with a short name like "TE". <$reveal state=<> type="nomatch" text="edit"><$transclude mode="block"/> <$button class="mybuttons" set=<> setTo="edit">Edit <$reveal state=<> type="match" text="edit"><$transclude tiddler="$:/c

[tw5] Re: Creating/updating a new Tiddler with with text the title of the current one

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It might help to explain what you are trying to accomplish. Why do you want to transfer the title to a text field for searching? You can already search titles directly?? On Thursday, April 30, 2020 at 4:33:15 AM UTC-7, Tony K wrote: > > ok i did it with a button (still testing) but it is switchi

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Thursday, April 30, 2020 at 3:42:34 AM UTC-7, ludwa6 wrote: > > >- (some 16 lines, blank except for '~' as initial character... >- - [noeol] 7L, 132C 7,23 ALL > > > Are you sure these aren't visual artefacts of the editor you're using? Some old editors display a tilde a

[tw5] Re: find tiddlers with field name using regex?

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
"Has" by itself is a filter operator. "Has" after a colon (:) is a suffix indicating a field. So regexp:has means to look in field "has" using a regular expression for comparison . It would probably be a bad thing to call a field "has", BTW IMO. I'm not sure what you are trying to do in #2 that

[tw5] Re: find tiddlers with field name using regex?

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Unless you've created a field "has", regexp:has won't mean anything. I'm not convinced that #1 and #3 are doing what you think they're doing. [20] is a character class, not a match. I think they should be plain old "20" without the square braces. But I could be wrong. On Wednesday, April 29,

[tw5] Re: Markdown plugin doesn't work

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
My preliminary testing suggests that it doesn't support variables or macros. At least the simple tests I tried wouldn't work. So if you want a TOC, for instance, it probably won't work. It does appear to support [[*]] links, so that may be more important to some people at the moment ... but down

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The listen command can take a port number. Like --listen port=8090 On Wednesday, April 29, 2020 at 9:37:36 AM UTC-7, ludwa6 wrote: > > Hey Arlen: Great to hear, thanks! > So i ran those commands, installed TiddlyServer on my Raspberry Pi > gateway... But hit a little snag setting up the liste

[tw5] Re: Another $list question

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Wednesday, April 29, 2020 at 10:14:39 AM UTC-7, Tony K wrote: > > Can't seem to find the correct way to return the title of the current > tidller in the below > > > <$list filter="[search:keywords[ Demo ]]"> > > > This might work, until you want compound keywords with spaces in them. Consid

[tw5] Re: About the "no compound tiddler title" recommandation

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
There's nothing wrong with compound titles *per se*. Just don't store information in them for later extraction. It's possible that you should be using fields instead of tags for some of your info management. However, your first problem is that you have tagged source tiddlers with 3 other kinds

[tw5] Re: Search operator: search for whole words only

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Something like: [regexp:text[\bTW\b]] On Wednesday, April 29, 2020 at 7:09:02 AM UTC-7, Hubert wrote: > > Hi, > > I want to only find whole words when using the search Operator > . > > I've tried the options listed here >

[tw5] Re: Internal linking workflow

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Type a few letters of your link in the search bar. When your tiddler appears, drag and drop it into the tiddler. Probably the ultimate solution would be to hack the automatic linker so that it works inside of markdown. For those not following the other threads, Anne has found a markdown plugin

[tw5] Re: How can I list all backlist (no matter the "type")?

2020-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The 'emptyMessage' attribute is usually used for alternate outcomes. If the alternate will have a lot of code, then sometimes it is better to put in a macro. e.g. emptyMessage=<> Since you're doing a simple state check, you could possibly also use two sets of reveal widgets. On Tuesday, April

[tw5] Re: [meta] TiddlyWiki and... China - !?

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I think we can ignore China as an outlier. But what's the story with St. Helena ? Certainly not a population bubble thing. On Tuesday, April 28, 2020 at 11:43:59 AM UTC-7, Thomas Elmiger wrote: > > Frustrating: > https://trends.google.com/trends/explore?date=today%205-y&q=tiddlywiki > > And th

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Tuesday, April 28, 2020 at 11:39:17 AM UTC-7, Arlen Beiler wrote: > > I'm very sure that was a typo, but I left it since that was how Mohammad > wrote it. In any case, TiddlyServer doesn't care what the extension is, it > expects a JSON file. > In your directions (unless they were changed

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Those are nice directions, Mohammad. On Tuesday, April 28, 2020 at 8:35:36 AM UTC-7, Mohammad wrote: > > Arlen > I tested on Windows 10. It works fine! > Just one issue, It cannot create the backups folder and requires to have > that folder in advance! > > Assume you have a working Node.js on y

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
What is a hson file? On Tuesday, April 28, 2020 at 11:03:26 AM UTC-7, Arlen Beiler wrote: > > It should be *node d:\TiddlyServer\index.js --config > c:\mySandbox\settings.hson* > > On Tue, Apr 28, 2020 at 11:35 AM Mohammad Rahmani wrote: > >> Arlen >> I tested on Windows 10. It works fine! >> J

[tw5] Re: [meta] TiddlyWiki and... China - !?

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If Google translate is involved, there's no telling what they were really looking up. Somewhere in China someone is tapping away at their computer and thinking, "I keep searching for parts for my koi pond, but this crazy Google keeps sending me to a UK site about information software." On Tues

[tw5] Re: Dynamic Tiddler Call

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The <<__variable__>> format is only for use inside of macros. Once I removed the underscores (__), then I got the expected output: Here's my screen shot: On Tuesday, April 28, 2020 at 10:05:52 AM UTC-7, Lisa Wasserman wrote: > > Attached are my two tiddlers. The container transcludes the entr

[tw5] Re: Dynamic Tiddler Call

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
What Tony was saying was that once you've demonstrated to yourself the problem on TiddlyWiki.com, you can export the tiddlers as JSON and post to this forum. One way to export those tiddlers is to go to the advanced search tiddler (click on magnifying lens). Select the "Filter" tab. To the righ

[tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Tuesday, April 28, 2020 at 7:53:34 AM UTC-7, Jed Carty wrote: > > being lost without warning, the wiki is only available in that browser on > that computer, it isn't sharable unless you use some other saver, like the > built-in download saver, to get a copy that you can then move around or

[tw5] Re: [meta] TiddlyWiki and... China - !?

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
We may never know why China is number one. But why is Switzerland #2? And, unlike any other project I've followed, the largest English speaking country on the planet is vastly under represented, ranking only one notch above Venezuela. The name of the product alienates people before they have a

[tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Interesting. Note that it is browser extensions that can request this ability. That would suggest that there would need to be a special TW extension for local storage. That would make TW act almost like the old days, where we only needed one extension. Of course, you would need to take addition

[tw5] Re: Dynamic Tiddler Call

2020-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
This is what I see when I run it: 22-April-2020 WR-38972 27-April-2020 These are my contents Which is what I expect (on line 2 you're asking for a formatted date). Without being able to see your actual tiddlers it's hard to know for sure what's happening. If I were to speculate, perhaps you

[tw5] Re: Getting a complex filter into a <$select>

2020-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In #3 you put the select output into $:/perspective, which is also what you set in #1. So I'm confused. Do you want the user to make a choice of perspective in #1, and THEN choose a field in #3, or were you hoping to choose both perspective and artifact in #3 at the same time? In #3, as a star

[tw5] Re: paste in external table?

2020-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The browser uses an internal extension to display the PDF. The PDF is more like a graphic image with a text overlay. It takes dedicated software (like ABBVY) to convert tables into word or html tables. Well, that's my understanding. If there is some to easily turn PDF into html, I'd love to hea

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
e bundle, run "node index.js" > > Hope that helps. Let me know if it is still unclear. > > I do appreciate you all's feedback, thanks, > Arlen > > On Sat, Apr 25, 2020 at 11:14 PM 'Mark S.' via TiddlyWiki < > tiddlywiki@googlegroups.com> wrote:

[tw5] Re: Help with regex expression ?

2020-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
There was an error in your expression. It might help to explain what it is you want to do. This will work, but I don't know if it is what you want: {{{ [[https://www.youtube.com/watch?v=OcLbZFS4Ge8&t=68s]splitregexp[/.*(youtube.com/)]] }}} On Sunday, April 26, 2020 at 4:57:56 AM UTC-7, Tony K

[tw5] Re: Markdown plugin doesn't work

2020-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Saturday, April 25, 2020 at 9:51:25 PM UTC-7, ludwa6 wrote: > > Hey Mark: Good to hear! am glad to have jumped on board since 5.1.22 > (just yesterday in fact :-), > >> >> <$link>My Tiddler >> > > Interesting: This markup renders enclosed string as something that > *looks* like a link (i.

[tw5] Re: What is a large tiddlywiki file size? What is too large?

2020-04-25 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You have 9 megs in your $:/Import tiddler ! Delete that and you'll feel much better. On Saturday, April 25, 2020 at 8:34:48 PM UTC-7, Bob Jansen wrote: > > I am working on a tiddlywiki of images of a book of newspaper clippings > covering a forty year period. There will be about 180 main tiddl

[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-25 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I'm running Linux, but like Mohammad I don't see a server.js file in the unzipped packages. On Friday, April 24, 2020 at 1:39:44 PM UTC-7, Arlen Beiler wrote: > > Hello Everyone, > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe f

[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-25 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Because each zip file extracts with "package" dir, I'm lost what the final structure is supposed to be after the two packages are combined. Could you give a quick (text based) diagram of the structure? ~/TiddlyServer/node_modules/package/ or ~/TiddlyServer/node_modules/tiddlywiki-production/

[tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-25 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Bob is a node-based server for TW that can run multiple wikis at a time and allow mult-user access. It can also save single-file wikis https://github.com/OokTech/TW5-Bob Here's another approach to saving. When your copy of TW saves numbered copies of your file into your browsers download direc

[tw5] Re: URL of the current tiddler

2020-04-24 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hi Anne, Use Eric's way. I vaguely remembered that there was a way to do this, but searching for "url" flooded me with 148 non-title hits. Maybe there needs to be some redirect tiddlers that will help future searchers find this easier. Might work like this: *{{**$:/info/url/full}}* *<$view t

[tw5] Re: URL of the current tiddler

2020-04-24 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I was following this thread, hoping that someone would know of an existing, core-based solution. The two related messages unfortunately only send the url to the clipboard. If you want to try something, the attached is a json for a tiddler that uses a simple javascript macro to report the url. I

<    5   6   7   8   9   10   11   12   13   14   >