Re: [tw5] Re: Is this a bug? Uncompleted $list statement

2021-04-25 Thread 'Mark S.' via TiddlyWiki
Shows the same thing without the preview! You can parse it like this *<$list *---> Start of list widget ---> Blank space inside widget. Ignored *```* ---> Some strange characters inside widget. Ignored *<$list* ---> Some strange characters inside widget. Ignored *filter="[tag[Fi

Re: [tw5] Can you help with these missing tiddlers or sites?

2021-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Yes, what is the purpose? To provide a working *link*, or to provide a *description* of something that may or may not exist, as a starting point for research? If you know something once existed, you can do your own spelunking at archive.org ... the fact something disappears so easily suggesting

[tw5] Re: Problem with tm-remove-tag message

2021-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
By using the actions attribute, you can add the things that have to happen AFTER the creation -- otherwise the button widget doesn't see the new tiddler. \define myactions() <$fieldmangler tiddler={{x:/temp/create}} > <$action-sendmessage $message="tm-remove-tag" $param="Templates"/> <$act

Re: [tw5] Can you help with these missing tiddlers or sites?

2021-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hi Tony, The list of remaining one bad urls is here: https://marxsal.github.io/tw-resources/#Plain%20listing%20bad%20URLs I wouldn't know how to prioritize. There's only ~15 left. Thanks! On Monday, April 26, 2021 at 6:15:22 PM UTC-7 TW Tones wrote: > Each takes a long time to research, if yo

[tw5] Re: How $codeblock works in Tiddlywiki?

2021-04-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
When you inspect it, apparently the codeblock widget does much more than simply wrap things it pre/code -- it also converts angle brackets and other special characters into their HTML entities. That's a feature (I think). If you were displaying HTML code, you wouldn't want everything to render,

Re: [tw5] Can you help with these missing tiddlers or sites?

2021-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Thanks! Updated. On Tuesday, April 27, 2021 at 12:55:35 AM UTC-7 Ste wrote: > > > https://web.archive.org/web/20170407231100/http://erwans-learning-tw.bitballoon.com/ > > And > > > https://web.archive.org/web/20181219221651/https://erwans-learning-tw.netlify.com/ > > Both the same for > > Title:

[tw5] Re: Referencing ~35000 tiddlers - Custom development?

2021-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I've made a Bible (twice, I think, but I've misplaced one. Possibly on the car roof top). A 6000 entry nutrition database. A 63,000 entry dictionary. You'll have to explain what you mean exactly by "pollution". For your situation, using node.js, there is, as they say "One weird trick." You can

Re: [tw5] How do I set tags in action-createtiddler?

2021-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Just for variety \define newtid() <$vars lb="[[" rb="]]" spc=" "> <$button> click <$action-createtiddler $basetitle={{temp!!ttl}} tags={{{[{temp!!tgs}addsuffixaddsuffixaddsuffixaddsuffixaddprefixaddsuffix]}}} /> \end <$edit-text tiddler=temp field=tgs/> On Tuesday, April 27, 2021 at 1

[tw5] Re: folding sections in tidler

2021-04-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You seem to have your select widget inside the main list filter, and so your selection gets repeated over and over. You probably want to take the select widget outside the main list widget. Then your code will be something like: <$select as in your text ...> <$list filter="[!has[draft

[tw5] Re: json access when not in action mode?

2021-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
<$list filter="[[mydata]getindex[0/age]]"/> (assuming JSON mangler) On Wednesday, April 28, 2021 at 8:02:14 AM UTC-7 jn.pierr...@gmail.com wrote: > How can I access json data in a smart way when my code is not in the > context of a button-started action (which I call action mode)? > > say this

[tw5] Re: Importing large number of html files - tagging?

2021-04-28 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I don't know of a plugin to do this, but there is a trick that might help. Do your imports, but don't hit the final "import" button. Instead, clone the import dialog, change it to a name like "myimports", then change field "plugin-type" to "plugin" . Now you can do your import on the original i

[tw5] Re: [Query] The Hutterite Mile problem ...

2021-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
There are actually two ways to multiply things in TW now. The *multiply* operator, and the *product* operator. I always have to check the documentation to remember which is which. In your case, since you have only two items to multiply, you could use either approach: <$list filter="8.4 0.195 +

[tw5] Re: [Query] The Hutterite Mile problem ...

2021-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The doctor told grandma to walk 5 miles every day, and now we have no idea where the heck she is. On Thursday, April 29, 2021 at 7:07:44 AM UTC-7 TiddlyTweeter wrote: > Ciao Mark S. > > MUCH appreciated ... > > *<$list filter="8.4 0.195 +[product[]]"/>* > *=1.6381* > > *<$list filt

[tw5] Re: Is these 5 features can be done in One Single Wiki?

2021-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
> Hi, > I want to have these *3* features in one single tiddly wiki > ... > #1 - #*5* > A little mission creep, perhaps? > > #4 - Mobile app in android and ios for viewing the above wiki - Tiddloid > is not available in google playstore > You download Tiddloid from its github site: https

[tw5] Re: Referencing ~35000 tiddlers - Custom development?

2021-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I thought the reference tiddlers had content -- external links to file system documents ?? On Thursday, April 29, 2021 at 11:48:48 AM UTC-7 Cs Molnar wrote: > Thanks for all your suggestions! By „pollution” I meant that, according to > my understanding, it would be a bad idea to create 35000 „u

[tw5] Re: split agglomerates

2021-04-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It's often the case that we need two nested listwidgets to break down the results the way we want. In your example, everything is split by ^, but then it picks the first item from the resulting list (a1). You could instead split by space, send the result to an inner loop, and then split by ^ .

[tw5] Re: Markdown usage

2021-04-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In the latest official markdown plugin, you can put most wikitext into your markdown text that fits on *a single line*. Unfortunately, this does *not include links [[ ]]* because that markup resembles markdown. But you can use the link widget <$link to"mytiddler/> If you want to put markdown i

[tw5] Re: Difficulty installing Stroll on Node

2021-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
When you drag the pill from Stroll into your TW, there should be a $:/import dialog box. Did you click "import" ? I ask because that step isn't specifically mentioned. On Saturday, May 1, 2021 at 3:43:10 AM UTC-7 whi...@gmail.com wrote: > Hi, I'm trying to install an empty version of Stroll on

Re: [tw5] Looking for reading material: using javascript libraries in TiddlyWiki

2021-05-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If I want to learn about javascript or tools made with it, there are reams of documents and tutorials. They are almost all node based. But if I want to use JS in TW, I'm reduced to maybe two paragraphs of explanatory material. The only documentation I ever found was by (?) Chris Hunt, which pag

Re: [tw5] Re: Three remaining conundrums

2021-05-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
As soon as you edit Tiddler B you lose the selection of Tiddler A. A tool that may help with comparing or copying from a second tiddler: https://tid.li/tw5/plugins-2019.html#%24%3A%2Fplugins%2Ftelmiger%2FClipboard:%24%3A%2Fplugins%2Ftelmiger%2FClipboard On Monday, May 3, 2021 at 6:48:38 AM UTC-

[tw5] Re: filter to get tiddlers newer than a given date

2021-05-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
You need the "filter" operator which is actually a subfilter operator. It requires you to pre-specify the inner filter with a variable: <$vars myfilt="[get[modified]compare:date:gt[2021]]"> <]">> On Monday, May 3, 2021 at 3:56:30 PM UTC-7 james.w@gmail.com wrote: > Hello, > > I've tried

Re: [tw5] twexe (the plugin) update

2021-05-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
What is meant by a "hta" type file? Do all browsers support it? I had the notion that it was associated with Internet Explorer. Support for IE is supposed to end this summer. I was confused by the name at first, because there is an existing product called "twexe" which bundles up TW files into

Re: [tw5] Re: Tiddloid or TiddloidLite instalation

2021-05-07 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Also quinoid, with similar installation issues: https://github.com/Marxsal/Quinoid01 There isn't a lot of "reward" in Android development. You do a lot of work, and then only a handful of people seem to use it. Google keeps changing their API, but not updating their documentation. You learn one

Re: [tw5] Re: Tiddloid or TiddloidLite instalation

2021-05-07 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The old andtidwiki came in a free and a "donation" version. There appear to have been very few "sales" of the donation version. > > I would love these apps published, but they are wiki managers, where the > power will be is when we can load out own wiki in, and ony it and publish > wikis as app

[tw5] Re: Can ordinary tiddlers be made into shadow tiddlers?

2021-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Tinka is a tool for making tiddlers into a plugin. You could also use it to add tiddlers to an existing "storage" plugin. On Sunday, May 9, 2021 at 4:28:15 AM UTC-7 Anjar wrote: > Hi! > > Shadow tiddlers have some nice properties, s I wonder: can ordinary > tid

[tw5] Re: Missing transcluded tiddlers question

2021-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I would use a macro that would display a message if the tiddler was absent or the contents if it wasn't. You could even make the "absent" message display a button that would allow you to create the tiddler and navigate to it. On Sunday, May 9, 2021 at 10:59:16 AM UTC-7 David Gifford wrote: > H

[tw5] Re: The sidebar bermuda triangle

2021-05-09 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It's there in one of the divs. Possibly div.tc-sidebar-scrollable { padding-top: 50px ; } will move it up (tweak 50px as needed). On Sunday, May 9, 2021 at 12:12:08 PM UTC-7 David Gifford wrote: > Hi everyone > > In the attached image, the red area keeps me from moving the sidebar > elements

Re: [tw5] Experimental Chromium native saver

2021-05-13 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Could the file descriptors be encrypted before storage? Then when there's a save the plugin could fetch the encrypted descriptor, decrypt it, and use it for the save? On Tuesday, April 27, 2021 at 3:59:23 PM UTC-7 dyllon...@gmail.com wrote: > @mohammad.rahmani the security issue is actually rel

Re: [tw5] Experimental Chromium native saver

2021-05-15 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If you're not saving to indexedDB, then how is the path saved? Do your earlier caveats about file:// still apply? If I understand correctly, when using a static server, you're basically using the server path name as a safe way to save the actual file system pathway? So you could maybe also post

Re: [tw5] Experimental Chromium native saver

2021-05-15 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It's pretty straight forward. You just need 1. A chromium-based browser 2. Dyllon's plugin from above 3. Any way to serve up the file including Tiddlywiki on node (it serves up things in the /files dir) and python. Python comes with a simple server where you can just run python3 -m http.serv

[tw5] Re: Tag multiple tiddlers

2021-05-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I would suggest looking at tiddler commander . On Friday, May 21, 2021 at 7:07:35 AM UTC-7 David Shaw wrote: > I'm sure this topic must have arisen before, but I haven't the faintest > idea what to search for to find it myself. > > I have a (fairly large)

[tw5] Re: [Suggestion] Be your own Way Back Machine ... ?

2021-05-22 Thread &#x27;Mark S.&#x27; via TiddlyWiki
So you think we should put all our stuff in a cave in France? We were watching a show from S. Korea, and came across something interesting. Apparently they have walk-in kiosks where you can visit the ashes and memorabilia of your ancestors. The walls are lined with terrarium-like glass boxes wi

[tw5] Re: [Suggestion] Be your own Way Back Machine ... ?

2021-05-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Sunday, May 23, 2021 at 4:16:41 AM UTC-7 TiddlyTweeter wrote: > > > USB is solid state storage. It is finite. Its longevity is not good if you > want something working in 100 years or even 15. > > Just FYI, for photographs of the art of Angela Weyersberg, I will burn > Blu-ray "M-Disks" tha

[tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Interesting topics and solutions could be entered into tiddlylinks. I think a $1200 solution is a non-starter. There might be enough enthusiasm for it this year, but what happens when it becomes defunded in two years? Three years? Suddenly everything is lost. Not even GG is that bad. You migh

[tw5] Re: [Comment] My Ongoing Irritations with Google Groups

2021-05-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Sunday, May 30, 2021 at 11:56:51 AM UTC-7 Mat wrote: > > I don't know the details but I feel there is a general risk in being tied > up in someone elses solution. Critical word is "tied up". Who owns the > data? Even if we own the data, can it be exported? For free? Forever? Etc. > I'm ju

Re: [tw5] [Comment] My Ongoing Irritations with Google Groups

2021-06-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Someone could use Jeremy's approach and then periodically post the result to tiddlyhost (or wherever). Then anyone who wanted to "curate" could do so simply by making a reference to a prior thread or prior project. No barrier to contributing. Eventually everything that is worth mentioning will

[tw5] Re: [Tutorial] running your own Node.js TW5 on Microsoft Azure for Free

2021-06-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Added to TiddlyLinks. -- 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 web visit https://gr

[tw5] Re: How to make a tree structure of the notes?

2021-06-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
What Soren said, but in TW you can also make a tree based on title structure like: Dutch/grammar/Conjunctions Dutch/grammar/Pronouns Dutch/reference/ANW and then display it with the tree macro. My current note taking system uses tags for the big "trunk" picture and then uses titles for the fin

[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Congratulations -- when I imported Evernote, I didn't get any images! I think what's happening is that your TW is jam-packed with images. To verify this theory, go to the "Filter" tab of the advanced search and try this filter: [all[tiddlers]get[type]prefix[image]count[]] What is the number yo

[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If you scroll down on that tiddler the section *Creating external images under Node.js *explains how you can export all your images into a separate folder using node.js. But, of course, first you have to set up and run TiddlyWiki on node.js. After the image files are exported then you can conve

[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Keep in mind that those instructions assume that you have tiddlywiki on node.js installed globally. Here's a script/command line example: tiddlywiki --load tw-with-images.html \ --output test4 \ --savetiddlers [is[image]] images \ --setfield [is[image]] "_canonical_uri" \ "$:/

[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I'm not sure why it's throwing an error. But instead of running it from the command line, you can use the kit already built into node. Assuming you are in the same directory as your TW file, you can create a temporary *empty* node instance which will install the *externalimages* build command f

[tw5] Re: Problem with TiddlyWiki 5 after importing EverNote.

2021-07-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Are there images in the images directory? On Sunday, July 4, 2021 at 2:44:43 PM UTC-7 miket...@gmail.com wrote: > Yes it works! > But now I understand these words :( > "when I imported Evernote, I didn't get any images!" > > When exporting, Evernote removes all normal links to images. And instea

[tw5] Re: Implications of "Tag Pollution"

2021-07-14 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In my case, a TW with only 30k entries slowed to a crawl when using the tag filter. This was AFTER indexing had been added. Most of the tiddlers in the TW had the same tag. My workaround was to change my filters to use search filter instead of tag filter. As best as I understand it, the indexing

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Trying streams. I notice that when I change the name of a tiddler, it drops out of the original list, apparently because *relink* doesn't operate on the streams-list field. Is there a tweak to fix that? On Wednesday, July 21, 2021 at 7:46:03 AM UTC-7 fred@gmail.com wrote: > I think I'll go

[tw5] Re: Excising Large Outlines in TW

2021-07-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The official slicer edition does pretty much what you describe https://tiddlywiki.com/editions/text-slicer/ . But it uses a complicated relationship between the resulting tiddlers that may be difficult to manipulate. Notowritey (https://marxsal.github.io/various/notowritey.html) allows you to s

[tw5] Re: NoteTaking in Streams

2021-07-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Thursday, July 15, 2021 at 10:22:33 AM UTC-7 ludwa6 wrote: > @Saq: As shared in another post > i've > been too busy farming lately to think about this -but when i do get a > chanc, the focus Q is: how can i use this soft

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Yes. I'm using direct from your site. On Wednesday, July 21, 2021 at 11:46:06 AM UTC-7 saq.i...@gmail.com wrote: > @Mark S > > Is $:/config/RelinkOnRename set to yes? > > Streams does add configuration for Relink to act on the stream-list field: > [image: Screenshot 2021-07-21 204538.png] > > On

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
So, you have to add manual config even though it's set up in the relink plugin config? It might be helpful if this was mentioned in the installation tiddler. Most people are going to assume that if they have the relink tiddler that they're good to go. Thanks! On Wednesday, July 21, 2021 at 1:

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-22 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Is there a search tool or plugin that works with streams? Streams is neat to take notes with, but searching is problematic since the default search shows you only the titles. Possibly someone has already written a custom search? > >>> -- You received this message because you are subscribed t

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-22 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Can you explain search steps? How they're activated, etc. It looks like they have been very customized for your setup. Thanks! On Thursday, July 22, 2021 at 3:06:42 PM UTC-7 fred@gmail.com wrote: > @Mark S; I particularly like the command palette >

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-22 Thread &#x27;Mark S.&#x27; via TiddlyWiki
ly customized; not a good solution for you > if you're not super comfortable tinkering; boils down to installing the > command palette and tweaking the search steps. The shortcut key handling > makes it interesting. What specifically are you looking to do? > > On Thu, 22 Jul

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The --unpackplugin takes the name of the tiddler, not of the JSON file (just delete ".json" from your unpackplugin command). It looks like after you're done you'll need to do some cleanup, moving subsume/plugins/subsume to plugins/subsume, and deleting the subsume directory. On Friday, July 2

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Oh. Are you running linux? I also changed double quotes to single quotes around $:/plugins/giffmex/subsume so the shell doesn't interpret the $ as a variable. I'm wondering if the unpackplugin is even needed. On Friday, July 23, 2021 at 9:48:32 AM UTC-7 mark.cu...@gmail.com wrote: > I missed t

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Oops. I removed double quotes from $__plugins_giffmex_subsume.json . On Friday, July 23, 2021 at 9:54:35 AM UTC-7 Mark S. wrote: > Oh. Are you running linux? I also changed double quotes to single quotes > around $:/plugins/giffmex/subsume so the shell doesn't interpret the $ as > a variable.

[tw5] Re: Excising Large Outlines in TW

2021-07-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
And the unpackplugin command just turns the plugin tiddlers into separate tiddlers in tiddler space, which isn't what you want. So that part doesn't seem necessary. On Friday, July 23, 2021 at 9:55:45 AM UTC-7 Mark S. wrote: > Oops. I removed double quotes from $__plugins_giffmex_subsume.json .

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
In general, I find single file TW most practical. But the node version has these capabilities ... - It doesn't need a special 3rd party saver. - It's the only official way to share a TW over the local network. - The local file system can search and manage tiddlers. - Hypothetically i

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-23 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Oh, yeah, add that to the feature list. TW/node.js has a static file server. Not sure if it can serve up all file types. You could use a separate file server, but then you won't be able to use relative addresses and the addresses will be different from that of your main TW and probably subject

[tw5] Re: TiddlyWiki + nodejs: What are benefits and use cases?

2021-07-24 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Ok, so then other synchronization services. Also, I imagine that block-level doesn't work if you use encryption, for instance. On Saturday, July 24, 2021 at 1:13:17 AM UTC-7 The Islander wrote: > >- For synchronization via dropbox, etc., only changed tiddlers get >updated. > > > Dropbox

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Here's the search kit I came up with. Please make a back-up before using. It puts a streams search in the advanced search or a sub-search in the standard search allowing you to find either the stream root that contains a term or to display the first 80 characters of stream tiddlers with matching

[tw5] Re: Another set of eyes on my code

2021-07-26 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Unless something has changed in the rules of TW, you can't insert the contents of a widget in the middle of a widget this way: <$action-setfield $tiddler=<> $field=<> $value=<$transclude tiddler=<>/> /> This does seem like a possible copy/paste error per cj's suggestion. On Monday, July 26, 2

[tw5] Re: Another set of eyes on my code

2021-07-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
The thing is, I do see the second buttons after running the first button. So maybe I don't understand what you expect the code to do. I do change " {{$:/PSaT/fancy-fields/icons/edit-field}}" to "MY BUTTON" because I don't want to go spelunking all over the TW world to find the particular icon y

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I was trying the split feature with alt+enter. The dialog asks if I want to split the text into separate tiddlers, but it doesn't actually perform the split. Is there any special way that I need to format the text before attempting the split? -- You received this message because you are subsc

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-07-27 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Answering my own question, apparently they need two line feeds between each text line. On Tuesday, July 27, 2021 at 8:52:09 PM UTC-7 Mark S. wrote: > I was trying the split feature with alt+enter. The dialog asks if I want > to split the text into separate tiddlers, but it doesn't actually perf

[tw5] Re: Picture based tiddlers

2021-07-31 Thread &#x27;Mark S.&#x27; via TiddlyWiki
TW isn't really suited for dealing with photos on a regular basis. The problem is that even a single high-res photo will bog down your TW experience, especially saving and loading. Which means you need to externalized your images. Externalizing your images means exporting your images to some pl

Re: [tw5] Re: Picture based tiddlers

2021-08-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Tuesday, August 3, 2021 at 7:48:10 PM UTC-7 TW Tones wrote: > Saq, > > There remains a barrier to my understanding because most of the details > seem to make sense to "those in the know." > > Yes! Atom. Electron. Fission. IPFS. It's taken for granted that everyone knows what this means an

Re: [tw5] Re: Picture based tiddlers

2021-08-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Wednesday, August 4, 2021 at 8:21:19 AM UTC-7 ludwa6 wrote: > Can't say much as to how this works technically, but as a naive user of > both Imgur and TWOF, i can affirm that: > >1. I use Imgur both on web *and* mobile, to read and post both public >*and* hidden images and albums, a

Re: [tw5] Re: Picture based tiddlers

2021-08-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
On Wednesday, August 4, 2021 at 10:22:40 AM UTC-7 ludwa6 wrote: > > Hm -dunno about that comment, but the Imgur-licensed app for iOS does > exactly what we're talking about here seamlessly, although you do have to > ignore all the other crap on the home screen, which is targeted to their > ma

Re: [tw5] Re: NoteTaking in Streams - hierarchy-preserving flattening in wikitext

2021-08-05 Thread &#x27;Mark S.&#x27; via TiddlyWiki
There might be a problem with the text splitter, or maybe relink or relink with the text splitter. I was looking at my sample Streams file and found I couldn't see any of the notes I had made previously. But all the tiddlers were still in the TW. After some examination, I found that several Str

[tw] [TW5] How to enlarge text entry box font?

2014-07-13 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello, The font in the little box for entering text is too small for my eyes, especially on a mobile device. How do I change the entry box text fonts to something larger? Thank you! Mark -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] TW5 TiddlyWiki processing while typing?

2014-07-21 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Apparently when you are editing in a TW5 text field some sort of processing is going on with every keystroke. Not a problem on my desktop nor with short tiddlers, or empty TW's, but definitely a problem with longish tiddlers running on FireFox on Android. Is there a way to turn off this behavio

Re: [tw] Can a <$list> tag be displayed as a bulleted list?

2014-07-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
That's very useful. There isn't a way to do this using TW's built in bullet function? Thanks, Mark On Saturday, July 26, 2014 11:42:25 PM UTC-7, Xavier wrote: > > Hi Daniel, > > A common construct would be: > > > > *<$list filter="[tag[Axes]]"> * > > *<$link to={{!!title}}><$view field="title"/

Re: [tw] Re: TW5 TiddlyWiki processing while typing?

2014-07-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hi Jeremy, The infinite delay option seems like a great idea! It seems to me that the world is moving away from desktops except for specific high-end applications. Thanks! Mark On Saturday, July 26, 2014 1:18:59 AM UTC-7, Jeremy Ruston wrote: There's no way to turn off the refresh cycle

[tw] [TW5] How to create custom fields?

2014-07-30 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I've looked through the TW home page file and this forum (2 or 3 pages spelunking on "fields") but can't find this. How do we create a custom field? In my case, I want a sequence field that will allow me to sort chapter portions. Thanks, Mark -- You received this message because you are subs

[tw] Re: [TW5] How to create custom fields?

2014-08-04 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Thank you for that response, Alberto. Mark On Wednesday, July 30, 2014 2:11:09 PM UTC-7, Alberto Molina wrote: > > Hi Mark, > > Open a tiddler un edit mode. At the bottom, there is "add a new field". > Put the name of the custom field you want, press the button, its done. You > can use that fie

[tw] [TW5] How to import/export subset of tiddlers?

2014-09-01 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello, I've looked through the information at tiddlywiki.com and this forum, but haven't seen this directly addressed. Is there a standard method or known plugin for exporting and importing a set (probably tagged) of tiddlers? In this case, I'm not concerned with the output/input format -- I'

[tw] Re: [TW5] How to import/export subset of tiddlers?

2014-09-02 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Thank you for your response. I'm surprised that a task so important is buried so deeply. When evaluating information managers (and I've looked at dozens) one of the first things I do is consider how I can get my data in/out in the event that the software is no longer supported. I can't be the o

[tw] [TW5] Transcluding via filter loses paragraph formatting

2014-09-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If I use a filter and view code like this: <$list filter="[tag[The_Associaters]tag[Part]chapter[07]sort[segment]]" > <$link to={{!!title}}>{{!!title}} <$view field="text" format="htmlencoded"/> The text pulled in is jumbled together, losing the paragraph boundaries. I've tried also <$view/> a

Re: [tw] [TW5] Transcluding via filter loses paragraph formatting

2014-09-03 Thread &#x27;Mark S.&#x27; via TiddlyWiki
t[segment]]" > > <$link to={{!!title}}>{{!!title}} > <$transclude mode="block"/> > > > /Andreas > > P.S.: Maybe someone can explain why that works and whether there is a > better way or not :D > > Am 04.09.2014 00:49, schrieb 'Mark

[tw] [TW5] How can I set the title of a tiddler when creating new tiddler from button?

2014-09-08 Thread &#x27;Mark S.&#x27; via TiddlyWiki
I have a template like: <$button message="tw-new-tiddler" param="New Chapter Template" >New chapter Is there a way that I can specify the starting title of the new tiddler from the button? Actually, it would be great if I could also fill in any fields from the button as well. That way I could

[tw] [TW5] Is there a way to highlight certain rows of a table?

2014-09-11 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hi all, Is there a way to highlight certain rows of a table in TW5? Thanks, Mark -- 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...@googlegro

[tw] Re: [TW5] How can I set the title of a tiddler when creating new tiddler from button?

2014-09-11 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello Matabele, Thanks for the links! That seems to work. I was hoping to avoid the slippery slope of plugin addiction, but ... oh well. Thanks! Mark On Monday, September 8, 2014 12:10:57 PM UTC-8, Matabele wrote: > > Hi > > I haven't yet updated my widget plugins for 5.0.16, but for versions p

[tw] Re: [TW5] How to import/export subset of tiddlers?

2014-09-14 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Now that I've had a chance to look at it, I find that there is no button activation code that I can borrow. Trying to look at it in the javascript debugger, I see a button that doesn't activate anything with some enclosed SVG that draws the button. S what do I actually do to invoke the

[tw] Re: [TW5] How to import/export subset of tiddlers?

2014-09-15 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello c pa, I tried this, but nothing seemed to happen -- not even an empty TW. Perhaps some other magic setting? To me, an information manager without an export function is like a house without a front door. Sure you can break the windows and grab whatever you need, but somehow it doesn't see

[tw] Re: [TW5] How to import/export subset of tiddlers?

2014-09-15 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello BJ, I couldn't get the add-on to dock to anything other than the site on tiddlyspot. Is the version imiportant? Working with 5.0.15-beta and FF 27.0.1. The add-on did work for clipping text to the tiddlyclip page, so the add-on works partially. Thanks, Mark On Monday, September 15, 20

[tw] Re: [TW5] How can I set the title of a tiddler when creating new tiddler from button?

2014-09-15 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Well darn. I updated to 17-beta and now your plugins don't seem to work. ;-( Is there any hope you will be updating them soon? Thanks! Mark On Thursday, September 11, 2014 8:32:09 PM UTC-8, Mark S. wrote: > > Hello Matabele, > > Thanks for the links! That seems to work. I was hoping to avoid th

[tw] Re: [TW5] Is there a way to highlight certain rows of a table?

2014-09-16 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Well, I guess that's a start. It would be nice if there was a way to tag the entire row at once rather than every cell in a row, but something is better than nothing. Thanks! Mark On Thursday, September 11, 2014 8:31:30 PM UTC-8, Stephan Hradek wrote: > > Does this help? > https://groups.goog

[tw] Re: [TW5] How to import/export subset of tiddlers?

2014-09-16 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Ok. After upgrading and installing the plugin it works. Thanks! Mark On Monday, September 15, 2014 8:50:00 AM UTC-8, BJ wrote: > > Hi Mark, > the plugin was build for 5.0.16 or greater. > you also need to copy (drag to your tw) the plugin from the demo - > $:/plugins/bj/tiddlyclip >

[tw] Is there a plugin or tool to delete tiddlers matching tag (or filter) ?

2014-09-16 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Think the title asks it all: Is there a plugin or tool to delete tiddlers matching tag (or filter) ? I guess the follow-up question would be: Is there a plugin or tool to change the tags of all tiddlers matching a filter? In general, I'm looking for ways of wrangling lots of tiddlers. Tha

[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-16 Thread &#x27;Mark S.&#x27; via TiddlyWiki
It looks very promising! Getting information into a TW is half the battle sometimes. When clipping web pages I notice that images are omitted. So if you want the images you have to go back and do it pretty much by hand. Do you think it might be possible to have a version that will be able to c

[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread &#x27;Mark S.&#x27; via TiddlyWiki
At the moment, it doesn't appear to work for snipping or pinning in Firefox 30 for Linux Mint on Linux Mint 16. It docks, and "Tid" works, but snip and pin don't. This is using FF plugin 0.0.4alpha and 0.0.6-alpha TW plugin. Mark -- You received this message because you are subscribed to t

[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Ok, it's working, but differently than before (or maybe my memory failed). Yesterday when I used the clipping, the target (docked) TW gave me an import tiddler where I could verify that what I wanted to import. Or did I just imagine that? Maybe the tiddler only appears for tids? Today it's not

[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-17 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Looking through the TiddlyClip reference, but can't seem to find this. Is there a way to either (1) Use an existing tiddler as a template for a web clipping or (2) Specify user fields to be filled when web clippping Thanks! Mark -- You received this message because you are subscribed to

[tw] Re: [tw5] Tiddlyclip plugin release - create clips of webpages

2014-09-18 Thread &#x27;Mark S.&#x27; via TiddlyWiki
When I put a line like this in the in the bottom of the configuration table in the TiddlySnip config tiddler: |Science|copy|Science|[[defaultSnip]]|| and then try to snip using the "Science" entry, the resulting tiddler is not tagged as Science. FF 0.0.4alpha, TW plugin 0.0.6-alpha, FF 27 (w

[tw] [TW5] Is there a setting to allow drag/drop of images to create local links?

2014-09-18 Thread &#x27;Mark S.&#x27; via TiddlyWiki
If you drag and drop an image, TW 5 tries to encode the entirety as a tiddler. This would quickly make the TW way too big. Is there a setting that will allow images that are drag/dropped to just form a local link? Thanks! Mark -- You received this message because you are subscribed to the Go

[tw] Re: Is there a plugin or tool to delete tiddlers matching tag (or filter) ?

2014-09-19 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Thanks! The problem is, having to respond to a dialog each and every time slows things down. Imagine trying to clear out a year's worth of journal entries that you have archived. At 3 to four seconds a piece it gets pretty boring. Thanks again, Mark On Wednesday, September 17, 2014 1:34:00 A

[tw] Re: [TW5] Is there a setting to allow drag/drop of images to create local links?

2014-09-20 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Thanks BJ, That approach is worth remembering, but it creates an untitled tiddler with a link that contains a long absolute file name. By the time I've taken all the steps to massage it back into a proper tiddler with an appropriate title, [img] tags, and relative path (the only pathing that ma

[tw] Macro, widget or plugin to sum up field value?

2014-09-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello! Is there a technique, macro, widget, or plugin that will allow one to sum up a numerical field? This would be useful in for tracking expenses, estimating the cost of a project with multiple components, etc. Thanks! Mark -- You received this message because you are subscribed to the Go

[tw] [TW5] Technique, macro, widget or plugin to sum up numerical fields?

2014-09-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello! Is there a technique, macro, widget, or plugin in TW5 that will allow one to sum up a numerical field? This would be useful in for tracking expenses, estimating the cost of a project with multiple components, etc. Thanks! Mark (Sorry if this comes out as a double post - I forgot to s

[tw] [TW5] Small request on search field - closing "x" too small on tablets

2014-09-29 Thread &#x27;Mark S.&#x27; via TiddlyWiki
Hello! I'm wondering if the little "X" that closes out the search field in TW5 couldn't be made into a full size icon (like the "Add" icon). It's already small on the desktop, but minuscule and hard to click on a tablet. Tablets seem to be the future of personal computing (or at least for the

  1   2   3   4   5   6   7   8   9   10   >