Re: [tw5] Is this possible? Building a zip file of images.

2021-04-09 Thread 'Mark S.' via TiddlyWiki
d not ready for anything except the > most cautious tire kicking. > > Best wishes > > Jeremy. > > > On 9 Apr 2021, at 17:27, 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com> wrote: > > TW has a zip plugin that allows you to populate a virtual fi

[tw5] Is this possible? Building a zip file of images.

2021-04-09 Thread 'Mark S.' via TiddlyWiki
TW has a zip plugin that allows you to populate a virtual file system with text or html and then export it as a zip file. Are there any tools or mechanisms in TW that would allow you to take the base64 images that are in TW and convert them to image data to be included in a zip file? I don't

[tw5] Re: Reveal fields on View mode

2021-04-08 Thread 'Mark S.' via TiddlyWiki
As a start: <$fieldmangler> <$vars newFieldNameTiddler=<> newFieldValueTiddler=<> > <$transclude tiddler="$:/core/ui/EditTemplate/fields"/> On Thursday, April 8, 2021 at 10:35:03 AM UTC-7 Mohammad wrote: > In the Utility plugin there is a > button on

[tw5] Re: Mem

2021-04-08 Thread 'Mark S.' via TiddlyWiki
Well, there's no "there" there -- we're only allowed to see a video. Whenever an app allows collaboration, it means a server is running somewhere. Which means someone has to pay for the server, and that your data might be exposed on the cloud. Which means there will likely be a cost for the

Re: [tw5] Import as external files (Node.js)

2021-04-07 Thread 'Mark S.' via TiddlyWiki
Thank you! On Wednesday, April 7, 2021 at 11:55:54 AM UTC-7 saq.i...@gmail.com wrote: > > > For the UX I would like to move towards just being able to drag and drop, > or paste, images directly into the editor. > Regards > That would be pretty cool! -- You received this message because you

[tw5] Re: Quick walkthrough of my notetaking process

2021-04-07 Thread 'Mark S.' via TiddlyWiki
Just thinking out loud. If the tiddler indexing code could be put in a template, then it might be possible to write a command line script that would use nodejs tiddliwiki to run a process on each wiki, collect the outputs, and rebuild the index file. This would simplify keeping the main index

Re: [tw5] Import as external files (Node.js)

2021-04-07 Thread 'Mark S.' via TiddlyWiki
If you do an update on the UI that uses this plugin (sandbox, mentioned in other thread), could you add the ability for the tool to appear in markdown mode? It doesn't even have to be a markdown style image link since TW can recognize wikitext image links in markdown now. The goal being to

[tw5] Re: macro variable valuation

2021-04-06 Thread 'Mark S.' via TiddlyWiki
On Tuesday, April 6, 2021 at 8:57:15 AM UTC-7 jn.pierr...@gmail.com wrote: > I tried the text widget thus: > > * DEMO: <$text text="""<>"""/> > * MACRO: <$text text="""<$macrocall $name=demo {{!!dico}} > {{!!index}}/>"""/> > >> >>> You wrapped the arguments in strings, so now it interprets

[tw5] Re: macro variable valuation

2021-04-06 Thread 'Mark S.' via TiddlyWiki
Macros with << >> syntax do simple text substitution. They look like "functions", but they are really just text substituters (new word). Sometimes AFTER the substitution things will get rendered. So in your expression !!! space demo for "$index$" in "$dico$" [[$dico$]] (not [[$dico$|$index$]])

[tw5] Re: How to find transclusions

2021-04-03 Thread 'Mark S.' via TiddlyWiki
If it's any comfort, AFAIK there is no official "backlinks" for transclusions. For fixing transclusions after changed tiddler names, there is the relink plugin: https://flibbles.github.io/tw5-relink/ On Saturday, April 3, 2021 at 2:57:29 PM UTC-7 joh@gmail.com wrote: > > Hello there!

[tw5] Re: Working on an HTML to TW5 text converter...

2021-04-02 Thread 'Mark S.' via TiddlyWiki
In the case where you have a link around an external image, it tries to do something like this: [ext[[img class="circle-img" [https ... Unfortunately, AFAIK this is not possible. In any event, it didn't render for me. I think you would either have to leave the items as HTML, or put the

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-02 Thread 'Mark S.' via TiddlyWiki
Ok! That seems to fix it -- it creates zero byte stub files! (Linux, Chromium). Thank you! On Friday, April 2, 2021 at 12:11:47 AM UTC-7 saq.i...@gmail.com wrote: > Hi Mark, > > Very peculiar! This suggests that there is something about my environment > that makes this work, whereas it

[tw5] Re: Lag in edit-text widget

2021-04-01 Thread 'Mark S.' via TiddlyWiki
I'm usually the one complaining about typing speed! If your "recent" list is open, close it and have the "open" tab open instead -- rendering that long list slows down things. Same thing if you have a lot of tiddlers open. Another strategy is to use a separate, semi-empty TW for data entry.

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-01 Thread 'Mark S.' via TiddlyWiki
I just booted into Windows 10 and experienced the same error. In the case of one of the image files, it corrected itself after I temporarily changed the text in the canonical_uri tiddler. But the other two images that I imported continued to have a non-zero byte file (1kib) in the tiddlers

[tw5] Re: Lag in edit-text widget

2021-04-01 Thread 'Mark S.' via TiddlyWiki
Are you trying to edit text or fields in the SAME tiddler that your edit widget is in? Because that will cause problems. You have to edit the contents of some other tiddler. On Thursday, April 1, 2021 at 5:53:32 PM UTC-7 clutterstack wrote: > Hi all, > > I've been trying all sorts of things to

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-01 Thread 'Mark S.' via TiddlyWiki
Just to be clear, the 6 byte images were created using the kit from your sandbox. Just in case it was an OS thing, I fired up my old Windows 7 machine, created a new node.js instance (5.1.21 is what I have there), dragged and dropped the items from your sandbox including the plugin, restarted

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-01 Thread 'Mark S.' via TiddlyWiki
I explained that poorly. The way that I created the png files (actually using your external files tool) generated 6 byte file images. *These* images do not display correctly. The zero-byte images generated when making external uri's by hand *do* display correctly. So to be clear, AFAIK,

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-04-01 Thread 'Mark S.' via TiddlyWiki
The problem turned out to be that the way the _canonical_uri files were created was also creating 6byte image files in the tiddler folder which apparently confuses the system into thinking that it is dealing with base64 image files. -- You received this message because you are subscribed to

[tw5] Re: Reducing the friction of using images

2021-04-01 Thread 'Mark S.' via TiddlyWiki
A little feedback, in case you decide to work on it some more. There's a somewhat serious problem. When you use the interface, it creates a 6 byte image file in the tiddlers folder. This works fine for the duration of the current node session. But when you restart node.js, the files inserted

[tw5] Re: How to create a shared TiddlyWiki accessible from multiple machines?

2021-03-31 Thread 'Mark S.' via TiddlyWiki
Be sure to type and save a path on your work machine even if it looks like it's already filled in. GH can be ornery when you first set up, so maybe give it one more try, watching for things like an accidental space on the end of the repository name. It's usually something like that when people

[tw5] Re: How to create a shared TiddlyWiki accessible from multiple machines?

2021-03-31 Thread 'Mark S.' via TiddlyWiki
It's a bit of needle to thread, but checkout Github web pages. Github allows you to set up a repository where it will serve up your file, or to designate a branch of a repository from which it will serve up your file. Once you have it set up, you can load your page like a web page from github,

[tw5] Re: MetaTiddly: Collaborative data charting for meta-analysis

2021-03-29 Thread 'Mark S.' via TiddlyWiki
Added to the TiddlyWiki Toolmap under Personal websites (examples) and to the TiddlyWikiLinks Aggregator (various tags and description). On Monday, March 29, 2021 at 6:51:18 AM UTC-7 Anjar

[tw5] Re: Is current a suffix of other tid?

2021-03-28 Thread 'Mark S.' via TiddlyWiki
I don't quite understand the question. Isn't this what the suffix operator does ? On Sunday, March 28, 2021 at 1:48:31 PM UTC-7 Mat wrote: > Did I dream this or was there very recently (past week?) someone asking > about this very problem that I just stumbled upon? Can't find the question, >

[tw5] Re: Where is current home of TodoNow, ListReveal ?

2021-03-27 Thread 'Mark S.' via TiddlyWiki
Thank you! On Saturday, March 27, 2021 at 4:44:52 PM UTC-7 john.edw...@gmail.com wrote: > it is in his older plugins section > https://tid.li/tw5/plugins-2019.html#%24%3A%2Fplugins%2Ftelmiger%2Ftodonow > > > On Saturday, March 27, 2021 at 10:47:58 AM UTC-4 Mat wrote: > >> If I recall, those are

[tw5] Where is current home of TodoNow, ListReveal ?

2021-03-27 Thread 'Mark S.' via TiddlyWiki
The url's I have for TodoNow and ListReveal and some other related tools go to an older (?) site without those tools. Does anyone know where their current home is? Thanks! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-26 Thread 'Mark S.' via TiddlyWiki
It looks like a great start! On Friday, March 26, 2021 at 9:44:12 AM UTC-7 jeremy...@gmail.com wrote: > I’ve added a very basic interactive search capability to the aggregator. > > It just does a dumb case-insensitive literal match of the search string > against the tags, url and description

[tw5] Re: Working on an HTML to TW5 text converter...

2021-03-26 Thread 'Mark S.' via TiddlyWiki
Thanks to working on the aggregator, I've become aware of a lot of semi-forgotten projects. There have a fair number of slideshow presentations, for one. For HTML conversion, there has been this: http://skplugins.tiddlyspot.com/#HTML%20Convert I wrote a converter for use with Tiddlyclip, but

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
On Thursday, March 25, 2021 at 10:15:27 AM UTC-7 jeremy...@gmail.com wrote: > That’s from a technical perspective, but in terms of how we use it as a > community, we need to decide whether it’s more helpful to keep all the > links together or just to have a separate clone of the site for TWC.

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
Everything works in place. But some of it may break when added to a modern TW. It's not quite black and white. If it absolutely didn't work, then the solution would be to simply not include it. On Thursday, March 25, 2021 at 10:22:10 AM UTC-7 TiddlyTweeter wrote: > Mark S. wrote: > >> Mat

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
On Thursday, March 25, 2021 at 9:57:11 AM UTC-7 Mat wrote: > Some of my plugins are anachronisticly archaic from an antediluvian epoch. > > Maybe it's more constructive to put it into context by displaying a > last-updated date and what the TW version was at that time? > Does it matter? What

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
It's called TiddlyWikiLinks, not TiddlyWiki*5*Links. Are TWC links welcome? -- 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

[tw5] Re: Search and Highlight for New Tiddly Version

2021-03-25 Thread 'Mark S.' via TiddlyWiki
Like Mat, I'm not entirely sure what you want. But you may be thinking of something like the Context Plugin . On Thursday, March 25, 2021 at 8:32:39 AM UTC-7 Java Development wrote: > Hi, > > I'm using the newly tiddly version. Is there any plugin or

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
I've added Obsolete to ImageMagick. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
If you try your hand at this, there is an incredible number of projects that haven't been touched in years. So it is unlikely that the authors will ever self-identify as "deprecated" (I've only come across one like that). I've been using "Deprecated" when I'm aware of something in the current

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-25 Thread 'Mark S.' via TiddlyWiki
They all work *in situ*. And they all might be the basis of something rebooted. They just might not be the first choice for immediate use in a modern TW. So, how to gently convey that subtlety? On Thursday, March 25, 2021 at 2:44:18 AM UTC-7 TiddlyTweeter wrote: > jeremy...@gmail.com wrote: >

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
worth including. > > Best wishes > > Jeremy > > -- > Jeremy Ruston > jer...@jermolene.com > https://jermolene.com > > On 24 Mar 2021, at 20:13, 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com> wrote: > >  > > > > On Wednesday

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
On Wednesday, March 24, 2021 at 12:38:18 PM UTC-7 jeremy...@gmail.com wrote: > > My thought about older items is that a single link to an older item could > be the starting point for someone to make something amazing. Like various > television reboots that are more interesting than the

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
: > Permalink seems to be available on skplugins, but the other two are indeed > too old for them. And indeed are so old that we probably shouldn’t be > promoting the information they contain too hard. > > Best wishes > > Jeremy > > > > > > On 24 Mar 2021, at 17

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
and >>> concatenate the descriptions. Alternately, I could make you a script that >>> you could paste into the JS console to do that merging on your original >>> bookmarks. >>> >>> Best wishes >>> >>> Jeremy >>> >>

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
erge the tags, and >> concatenate the descriptions. Alternately, I could make you a script that >> you could paste into the JS console to do that merging on your original >> bookmarks. >> >> Best wishes >> >> Jeremy >> >> On 24 Mar 2021, at

Re: [tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
to do the conversion from Toolmap to link aggregator! I know Saq >>>>> converted Toolmaps entry to TW tiddlers sometimes ago, but I forgot the >>>>> link to that Tiddlywiki! >>>>> I know this work is tedious and like you I think the current &g

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
nto the JS console to do that merging on your original > bookmarks. > > Best wishes > > Jeremy > > On 24 Mar 2021, at 13:40, 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com> wrote: > > Saq's page is very nice, but he didn't extract the url or apply tags

Re: [tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
t;>>> converted Toolmaps entry to TW tiddlers sometimes ago, but I forgot the >>>> link to that Tiddlywiki! >>>> I know this work is tedious and like you I think the current >>>> configuration is not the best! Like you I think Jeremy shall remove the

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
I see the dangers of jumping the gun. Many of the titles I created have a unique two character identifier prepended so that I didn't accidentally overwrite existing tiddlers. On Wednesday, March 24, 2021 at 5:53:14 AM UTC-7 jeremy...@gmail.com wrote: > Actually, thinking about it, perhaps

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-24 Thread 'Mark S.' via TiddlyWiki
On Wednesday, March 24, 2021 at 2:20:06 AM UTC-7 jeremy...@gmail.com wrote: > As it happens, I do plan an improvement which I think would address both >> issues: to start using Puppeteer to load each link URL, check for 404s, >> take a screenshot, extract the page title, and to record the URL

[tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-23 Thread 'Mark S.' via TiddlyWiki
Out of nearly 300 entries, less than 1% had url errors. I was hoping to do follow-ups with the w3c link validator, but it doesn't recognize the site as a document. The standard link-checker software said everything was ok, but obviously that's wrong. I've removed the entry with a bad url. I

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-23 Thread 'Mark S.' via TiddlyWiki
It turns out all it wanted was the namespace: http://www.w3.org/2000/svg; amazing how many tutorials you can look at that don't even mention namespace. On Tuesday, March 23, 2021 at 7:32:01 AM UTC-7 jeremy...@gmail.com wrote: > Hi Mark > > That’s not valid SVG image file, it’s just an

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-23 Thread 'Mark S.' via TiddlyWiki
On Tuesday, March 23, 2021 at 6:36:15 AM UTC-7 Mark S. wrote: > > Maybe it would work in the aggregator (haven't tried that yet), but it > would be nice if it also worked in the browser. > It was a 17 minute experiment, but it doesn't work in the aggregator either. -- You received this

[tw5] Re: Can external .mhtml files be displayed in Tiddlywiki like external img files?

2021-03-23 Thread 'Mark S.' via TiddlyWiki
HTML has a lot of excess code. But if you're using copycat, you can copy the file contents as Markdown. The new markdown plugin updates allows some use of wikitext, so you can now have the best of both worlds. Markdown, like wikitext, is very lightweight, and you lose the incredible bloat of

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-23 Thread 'Mark S.' via TiddlyWiki
[image: marxsal-favicon.png] This is what my favicon looks like. Is there something wrong with the svg? Type? It doesn't show on the tab like a favicon should. Maybe it would work in the aggregator (haven't tried that yet), but it would be nice if it also worked in the browser. Thanks! On

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-22 Thread 'Mark S.' via TiddlyWiki
remy > -- > Jeremy Ruston > jer...@jermolene.com > https://jermolene.com > > On 22 Mar 2021, at 20:59, 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com> wrote: > > It would be handy for link management purposes if system tags (or some > other tag with a d

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-22 Thread 'Mark S.' via TiddlyWiki
It would be handy for link management purposes if system tags (or some other tag with a designated prefix) could be ignored in processing. On Monday, March 22, 2021 at 10:25:48 AM UTC-7 jeremy...@gmail.com wrote: > I’ve created an issue: > >

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-03-22 Thread 'Mark S.' via TiddlyWiki
Well, that is the problem: So something in the system thinks that it is a base 64 image, even though it is a relative link image (as shown in the screenshots). On Monday, March 22, 2021 at 11:08:33 AM UTC-7 saq.i...@gmail.com wrote: > Mark: I just tried to reproduce this and did not

Re: [tw5] Announcing the TiddlyWiki Community Links Aggregator

2021-03-22 Thread 'Mark S.' via TiddlyWiki
I would like to use an SVG rather than an image. Changing the type to image/svg+xml didn't help. I'm guessing there is some tweak we have to make to the SVG ? > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Wikitext img failing under node.js (5.1.23)

2021-03-22 Thread 'Mark S.' via TiddlyWiki
It's being served up by standard node.js. On Sunday, March 21, 2021 at 10:14:21 PM UTC-7 saq.i...@gmail.com wrote: > I suspect this is a standalone TW file and not node.js? > > I believe this only works on node.js, due to path resolution relative to > the server root, as well as needing a

Re: [tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-22 Thread 'Mark S.' via TiddlyWiki
Longer URL's overflow: [image: marxsal-s Links- links-tiddlywiki-com — TiddlyWiki community links 3-22-2021 6-27-36 AM.png] > >> -- 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,

[tw5] Re: Announcing the TiddlyWiki Community Links Aggregator

2021-03-21 Thread 'Mark S.' via TiddlyWiki
It seems like a first step would be to convert the community resources into links. A second step might be to convert TiddlyWiki Toolmap into links. What happens if two people share the same link? On Sunday, March 21, 2021 at 12:17:16 PM UTC-7 joshua@gmail.com wrote: > This is a FANTASTIC

[tw5] Re: Reducing the friction of using images

2021-03-21 Thread 'Mark S.' via TiddlyWiki
Ok! I think a little text about that would help the clueless like me. There's no "there" there for you to select. But it all seems to work. I can see running a special node.js instance just for collecting images which could then be bulk-moved to another TW. file. Thanks! On Sunday, March 21,

[tw5] Re: Reducing the friction of using images

2021-03-21 Thread 'Mark S.' via TiddlyWiki
On Sunday, March 21, 2021 at 2:07:23 AM UTC-7 saq.i...@gmail.com wrote: > > > Copying and pasting from a webpage does work IIRC but drag and drop does > not. The usual issues with cross domain restrictions make it difficult to > parse the URL and retrieve the image. > > Trying it today with

[tw5] Re: Reducing the friction of using images

2021-03-20 Thread 'Mark S.' via TiddlyWiki
I assume we need the accompanying *NodeJSExternalFiles plugin* if we want to externalize the image automatically? When I tried it without the plugin, it inserted the image as advertised, but of course made a regular TW image tiddler. When I tried it with the plugin installed, it created the

[tw5] Re: display backlinks

2021-03-19 Thread 'Mark S.' via TiddlyWiki
You can make a tiddler tagged as $:/tags/ViewTemplate and populated like: Backlinks <> Now backlinks will display for every tiddler at the bottom. You will immediately think of improvements you could make and ... pretty soon you'll end up with Stroll ;-) On Friday, March 19, 2021 at 1:37:30

Re: [tw5] Re: Announcing Tiddlyhost.com

2021-03-19 Thread 'Mark S.' via TiddlyWiki
gt; FYI the session should stay alive for 5 hours. You should be able to save, > or just hit reload on tiddlyhost.com every few hours or so to keep the > session going. > > -Simon > > On Thu, Mar 18, 2021 at 2:09 PM 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com

[tw5] Re: [Question] filter to show tiddlers that have no links in them?

2021-03-18 Thread 'Mark S.' via TiddlyWiki
I think it will take two nested list widgets: <$list filter="[all[tiddlers]!is[system]]"> <$list filter="[all[current]links[]limit[1]]" variable="dum" emptyMessage="<$link><>" > This will list all regular tiddlers with no hard links. On Thursday, March 18, 2021 at 8:14:49 PM UTC-7 David

[tw5] Re: Announcing Tiddlyhost.com

2021-03-18 Thread 'Mark S.' via TiddlyWiki
Is there a way to change the logout time? Preferably to something very long. Or, at least provide a notice when you have been logged out? My scenario. I started working on some complicated changes last night. I continue working this morning. Finally I'm ready to save. But it doesn't save --

Re: [tw5] Re: Calories & Carbs & Fiber, Oh My

2021-03-18 Thread 'Mark S.' via TiddlyWiki
it to dynamic tables. On Wednesday, March 17, 2021 at 3:14:44 PM UTC-7 arunn...@gmail.com wrote: > @Mark > > Can you guide on how to add that button > > On Thu, Mar 18, 2021 at 2:37 AM 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com> wrote: > >> I think my solut

Re: [tw5] Re: Calories & Carbs & Fiber, Oh My

2021-03-17 Thread 'Mark S.' via TiddlyWiki
g in and currently shown via view > template of the tiddlers tagged with DayLog into its fields manually. > > My question is there any way to get those values added into the fields of > tiddlers with DayLog tag automatically (instead of me adding it manually) > > Thanks > Arun

[tw5] Re: Calories & Carbs & Fiber, Oh My

2021-03-17 Thread 'Mark S.' via TiddlyWiki
Apparently I gave the wrong advice about my own code . You need to drag over everything tagged with "CalCarbs". My question is whether it still works under v23 or if security provisions will block the aggregator. On Saturday, March 6, 2021 at 12:18:09 PM UTC-8 Mark S. wrote: > Wow. It's been

[tw5] Re: Advert for THE BUNDLER ...

2021-03-16 Thread 'Mark S.' via TiddlyWiki
If only we knew where to get it ! ;-) There is a broken image icon on the demo page, so I hope that's most current. On Tuesday, March 16, 2021 at 3:25:38 AM UTC-7 TiddlyTweeter wrote: > PMario's Bundler plugin is incredibly useful and, in the

[tw5] Re: Autocomplete links in Markdown format

2021-03-16 Thread 'Mark S.' via TiddlyWiki
Noted in the TiddlyWiki Toolmap under "Interfacing with, importing and exporting to and from other formats" On Tuesday, March 16, 2021 at 7:58:30 AM UTC-7 ras...@gmail.com wrote: > Hi everyone, I’m fairly new to TW, and wanted to use Markdown

[tw5] Re: Color Play: a playground for colors and palettes in Tiddlywiki

2021-03-15 Thread 'Mark S.' via TiddlyWiki
Added to TiddlyWiki toolmap under Colors. -- 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

[tw5] Re: [Introducing] TiddlyJam - new Plugin, CMS and static website generator

2021-03-15 Thread 'Mark S.' via TiddlyWiki
Added to the TiddlyWiki Toolmap under "Web hosting and publishing, using TiddlyWiki online" -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: When "sameday" seems to mean "yesterday"

2021-03-13 Thread 'Mark S.' via TiddlyWiki
Oh, that's an easier question: <> The sameday filter does understand timezones and "sameday", but it doesn't understand about hard-coded values, despite what the documentation says. So it will use your local time to match sameday with an existing tiddler. But not if you do your own (e.g.

[tw5] Re: Indirect Filter Lists

2021-03-11 Thread 'Mark S.' via TiddlyWiki
This would typically require a technique called recursion. But rather than writing your own from scratch, you can use the kin filter available here . After you have it installed and loaded, you could use a nested set of list widgets like this: <$list

[tw5] Re: Creating an Index list using fields.

2021-03-11 Thread 'Mark S.' via TiddlyWiki
Create a tiddler and give it a caption field with the value "Index". Tag it with $:/tags/SideBar . Put these contents in it: <$vars mysort="[get[lastname]addsuffix[firstname]]"> <]">> This should do what you have asked, though there is room for improvement. On Thursday, March 11, 2021 at

[tw5] Re: "Remote Transclusion"

2021-03-11 Thread 'Mark S.' via TiddlyWiki
> > 2: Technically you are stealing someone elses bandwidth, if you use their > servers to display their eg: images > > But if you're using a TW that only you see (i.e. private), it's the exact same bandwidth as if you had visited the page. A publicly available TW, of course, is different.

[tw5] The edit-render problem again.

2021-03-10 Thread 'Mark S.' via TiddlyWiki
Ok, we all know not to use the edit widget to edit the tiddler you're in. But if I make a tiddler with this content: <$vars searchTiddler=<>> <$vars searchTerms={{{[get[text]]}}}> {{||TagTemplateSearchBox}} where TagTemplateSearchBox is defined like this: \whitespace trim <$edit-text

[tw5] Re: Is there a "Getting Started Guide" for for creating a plugin?

2021-03-10 Thread 'Mark S.' via TiddlyWiki
You're really asking two different questions. Maybe even 3. A plugin is just a packaged bundle of tiddlers. It's not too hard to make with node. Make a directory "plugins/myplugin" below your node-based TW folder and then put whatever tiddlers you want in myplugin. Add a file "plugin.info"

[tw5] Re: Some more thoughts on linking in TW (aliases, display text, and relationship types: Oh My!)

2021-03-10 Thread 'Mark S.' via TiddlyWiki
What does "relationship" bring to the table? How would it be useful? Are there some examples? It feels like an unnecessary complexity, but maybe I'm missing something really neat. On Wednesday, March 3, 2021 at 12:46:09 PM UTC-8 dieg...@gmail.com wrote: > Hello all, > > I thought again about

[tw5] Re: Has anybody noticed that TiddlyDesktop is unstable in MacOS Big Sur?

2021-03-10 Thread 'Mark S.' via TiddlyWiki
There is a thread with similar comments. Jeremy has released 0.0.15 that updates nw and *may* fix your problem. On Wednesday, March 10, 2021 at 7:51:34 AM UTC-8 JWHoneycutt wrote: > Has anybody noticed that TiddlyDesktop is unstable in MacOS Big Sur? > My setup: > MacOS Big Sur 11.2.1 -> 11.2.3

[tw5] Re: Using TW html file on Chrome & Firefox - Problem

2021-03-09 Thread 'Mark S.' via TiddlyWiki
Based on your previous experience, I would immediately wonder about "pouchdb" and "tiddlypouch". They might be leftovers from trying NoteSelf. If you're not using NS, I would experimentally start by getting rid of those two (being sure to have a backup). I think you may have some typos there.

[tw5] Re: Using TW html file on Chrome & Firefox - Problem

2021-03-09 Thread 'Mark S.' via TiddlyWiki
It seems to be happening when loading plugins. Somehow I missed it -- do you have a list of plugins you're using? On Tuesday, March 9, 2021 at 9:43:46 AM UTC-8 sreb...@gmail.com wrote: > On work computer, think it was version 86.x.x , not 100% sure, as while > checking version, Chrome updated

[tw5] Re: Using TW html file on Chrome & Firefox - Problem

2021-03-09 Thread 'Mark S.' via TiddlyWiki
I think the favicon message always shows up unless a favicon has been assigned. I see it a lot. It probably doesn't have anything to do with the current situation. On Tuesday, March 9, 2021 at 8:44:18 AM UTC-8 cj.v...@gmail.com wrote: > It may not matter any, but just in case: what version of

Re: [tw5] Re: Macro's not working (anymore?)

2021-03-09 Thread 'Mark S.' via TiddlyWiki
my wiki html standalone google drive saved file the macro returns > nothing (while other plugins for instance work fine) > > Exactly the same procedure on an empty Tiddlywiki.com site it works > > So i am totally confused (again :-) ) > > Ray > > > > Op di 9

Re: [tw5] Re: Macro's not working (anymore?)

2021-03-09 Thread 'Mark S.' via TiddlyWiki
opy pasted it... but if you want i can send you my TW file? > > Tx > > Ray > > Op di 9 mrt. 2021 om 15:15 schreef 'Mark S.' via TiddlyWiki < > tiddl...@googlegroups.com>: > >> We really need to see a screenshot of your work. Or, ideally the work >> itse

[tw5] Re: Macro's not working (anymore?)

2021-03-09 Thread 'Mark S.' via TiddlyWiki
We really need to see a screenshot of your work. Or, ideally the work itself. It's really easy to make a small spelling mistakes with those tags. Esp. check if you've added any spaces by accident. On Tuesday, March 9, 2021 at 5:26:38 AM UTC-8 rayv...@gmail.com wrote: > Hi all > > i have a

[tw5] Re: Using TW html file on Chrome & Firefox - Problem

2021-03-08 Thread 'Mark S.' via TiddlyWiki
It seems to be happening while loading plugins, which suggests that it might be one of your plugins causing problems. Are you using Danielo's encrypt plugin by any chance? There's some suggestion that it might be that plugin that is causing the problem. I don't believe that that plugin has

[tw5] Re: Using TW html file on Chrome & Firefox - Problem

2021-03-08 Thread 'Mark S.' via TiddlyWiki
You already have your developer's toolbar open. If you click on "console" it might (might!) give some hints where the problem is. On Monday, March 8, 2021 at 9:27:01 AM UTC-8 sreb...@gmail.com wrote: > Back at work. > > So, tried to open the TW file that I re-sent myself from my MacBookPro

[tw5] Re: Calories & Carbs & Fiber, Oh My

2021-03-08 Thread 'Mark S.' via TiddlyWiki
I lost significant weight which I had put on due to other stress factors. A little vague about how much weight because my initial scale was a junkyard collectors item. I learned what 2000 calories looked like, and what I needed to do to adjust my diet in terms of calories and fiber. Other

[tw5] Re: Tw on android doesn’t load changes

2021-03-06 Thread 'Mark S.' via TiddlyWiki
Where on your device are the files physically located? How are you opening them, and with which app? I assume tiddloid, since that's the only listed android app. Is the file on a secondary drive (sd card) or on your main memory card? On Saturday, March 6, 2021 at 9:02:37 AM UTC-8

[tw5] Re: Using TW html file on Chrome & Firefox - Problem

2021-03-06 Thread 'Mark S.' via TiddlyWiki
The part I'm not seeing in your description is how you saved in the first place. If you used "ctl-s" or the "save" button of your browser, then you will not have a working TW file. Some other Mark -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Calories & Carbs & Fiber, Oh My

2021-03-06 Thread 'Mark S.' via TiddlyWiki
Wow. It's been almost 3 years without any interest. 2021 must be the year of Salt and Rice. > In terms that a 3-year-old might understand, how do I download, assemble > and use the Carbo Commander and its accompanying data, in a local file on > my computer? Wah! Wha! Goo-goo bah wah! I

Re: [tw5] On Github why?

2021-03-04 Thread 'Mark S.' via TiddlyWiki
Does the error only occur while saving? A RSOE isn't typical for github problems -- usually you get a system 503 message or something. If the error occurs when not saving, then it probably doesn't have anything to do with GH at all. Offhand, it seems to be a problem related to iPhone and one

[tw5] Re: Athens: a VC backed, open-source Roam competitor

2021-03-02 Thread 'Mark S.' via TiddlyWiki
I feel like bidirectional links are over-rated. Everyone is looking for a magic bullet that will allow you to save info and never have to be organized. We need a database to keep track of all the roam competitors. I just remembered, that an early version of web-linking incorporated the idea

[tw5] Re: When "sameday" seems to mean "yesterday"

2021-03-02 Thread 'Mark S.' via TiddlyWiki
If you add your offset to the time, then I think you'll get the results you want. That is, if you're in Lima (utc -5), you might use sameday:created[2021030205] If you live in the other direction, then the math is harder. If you live in Yekaterinburg (utc +5), then I assume you would have to

[tw5] Re: Tiddlydesktop - any reason to use it instead of firefox?

2021-03-01 Thread 'Mark S.' via TiddlyWiki
As long as we're listing, TD often lags behind the current TW release (for use with data folders). Currently (v14, 15) it is on a pre-release, which can be problematic. On Monday, March 1, 2021 at 7:21:08 AM UTC-8 Soren Bjornstad wrote: > The nice thing about TD is that, as Mikel says, it's

[tw5] Re: Tiddlydesktop - any reason to use it instead of firefox?

2021-03-01 Thread 'Mark S.' via TiddlyWiki
On Monday, March 1, 2021 at 1:01:12 AM UTC-8 TiddlyTweeter wrote: > DOWN: There is no direct support for Android/mobile version (though you > can maintain wikis in DT that can then be uploaded and they will be fine > Android-ed). Actually more like "neutral". There is no direct support for

Re: [tw5] Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-26 Thread 'Mark S.' via TiddlyWiki
Apparently I misunderstood the question -- I thought you wanted every tiddler with contents eponymously associated with their title. On Friday, February 26, 2021 at 10:14:33 AM UTC-8 David Gifford wrote: > The email reply didn't send yesterday. Thank you, Mark! > > On Thursday, February 25,

Re: [tw5] Filter question: all tiddlers with that contain the current tiddler's title in their text field

2021-02-25 Thread 'Mark S.' via TiddlyWiki
Since filter operators don't have a T operator (except maybe in "reduce"), you need two list filters: <$list filter="[all[tiddlers]]"> <$list filter="[search:text:literal]"/> On Thursday, February 25, 2021 at 4:49:18 PM UTC-8 rayv...@gmail.com wrote: > Hmm trying but also not successful. >

[tw5] Re: Backlinks

2021-02-21 Thread 'Mark S.' via TiddlyWiki
@strikke The TW 5.1.23-*prerelease* that is part of TD 14 might not have incorporated those changes yet. On Sunday, February 21, 2021 at 11:23:43 AM UTC-8 strikke...@gmail.com wrote: > That is correct. But when you upgraded the language tiddler should have > been upgraded too, If you look at

[tw5] Re: Backlinks

2021-02-21 Thread 'Mark S.' via TiddlyWiki
I believe you're actually on 5.1.23-prerelease. Which represents a several month period. Or at least that's what the release notes say. For uploading, I'd be tempted to download an empty, open it in TD, load it with the plugins the way you're comfortable with, and then drag/drop them back

<    1   2   3   4   5   6   7   8   9   10   >