[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-04 Thread 'Mark S.' via TiddlyWiki
://marxsal.github.io/various/notowritey.html On Friday, July 3, 2020 at 11:20:42 AM UTC-7, Mark S. wrote: > > Ok, have updated > > https://marxsal.github.io/various/notowritey.html > > and deleted > > https://marxsal.github.io/various/notowritey-2020-07-02.html > > Plug

[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-04 Thread 'Mark S.' via TiddlyWiki
On Saturday, June 6, 2020 at 11:28:51 AM UTC-7, Mark S. wrote: > > > > Per request, starting a new thread here. > > As always, make backups because the State department will disavow all > knowledge of your activities. > Although I *think* you can start using NW now, fu

[tw5] Re: Integrated Static File Server

2020-07-04 Thread 'Mark S.' via TiddlyWiki
The static server works with the node.js webserver for TiddlyWiki. https://tiddlywiki.com/#GettingStarted%20-%20Node.js On Saturday, July 4, 2020 at 8:54:24 AM UTC-7, ludwa6 wrote: > > I would like to start Using the Integrated Static File Server, >

[tw5] Re: Style attribute in Popup ignores user's style and position settings (bug?)

2020-07-03 Thread 'Mark S.' via TiddlyWiki
pproach as well. Thank you! On Friday, July 3, 2020 at 7:24:12 PM UTC-7, Eric Shulman wrote: > > On Friday, July 3, 2020 at 5:10:37 PM UTC-7, Mark S. wrote: >> >> I've been wrestling with the reveal popup widget. >> >> No matter what I do with the widgets' &quo

[tw5] Style attribute in Popup ignores user's style and position settings (bug?)

2020-07-03 Thread 'Mark S.' via TiddlyWiki
I've been wrestling with the reveal popup widget. No matter what I do with the widgets' "style" setting, or the widget's "position" setting, it always generates an internal style attribute with "left: 15px" (the amount does vary). Apparently in CSS, left trumps right, so even if I specify a rig

[tw5] Re: Google groups page not loading properly?

2020-07-03 Thread 'Mark S.' via TiddlyWiki
Sometimes on my desktop (though not at the moment). Only Ste's image. On Friday, July 3, 2020 at 1:02:12 PM UTC-7, Mat wrote: > > Ste wrote: > >> Ah! Not just me :) >> Seems more reliable on mobile. > > > Well, since YOU bring up mobile, Ste: Your (and only your) icon/face is > HUGE on the pho

[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-03 Thread 'Mark S.' via TiddlyWiki
Ok, have updated https://marxsal.github.io/various/notowritey.html and deleted https://marxsal.github.io/various/notowritey-2020-07-02.html Plugin has now been updated in new version. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

[tw5] Re: Click to edit code question

2020-07-03 Thread 'Mark S.' via TiddlyWiki
A somewhat different technique is to wrap the text in a <$link> widget, and then that in a <$linkcatcher> which has an "actions" attribute. The <$link> can also change it's rendered tag and tag whatever classes you assign. For me, the advantage was that the actions clause could distinguish when

[tw5] Re: Google groups page not loading properly?

2020-07-03 Thread &#x27;Mark S.' via TiddlyWiki
I'm sticking with the traditional view as long as possible. But I'm having to reload the page a lot. My guess is that they reassigned servers to the new view. I'm also getting other artefacts, like edit boxes without the reply text and missing images. On Friday, July 3, 2020 at 4:26:03 AM UTC-

[tw5] Re: pass variable to macro via macrocall not working

2020-07-02 Thread &#x27;Mark S.' via TiddlyWiki
We don't know what's in vasSumGraph (or New Tiddler 1 in your other example), so it's hard to comment. I can only speculate that vasSumGraph contains a process for generating a list of numbers. In which case you might need to wikify it first, <$wikify text={{||vasSumGraph}} name="nums"> <$spar

[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-02 Thread &#x27;Mark S.' via TiddlyWiki
Here's the new version (plugin not ready yet) : https://marxsal.github.io/various/notowritey-2020-07-02.html It seemed reasonably performant with the toolmap data, and it is now buffered when editing so typing is unhindered. -- You received this message because you are subscribed to the Googl

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread &#x27;Mark S.' via TiddlyWiki
On Thursday, July 2, 2020 at 2:25:42 PM UTC-7, Mat wrote: > > Mark S. wrote: >> >> But, that won't let you save, will it? >> > > I am, as usual, saving to tiddlyspot which worked fine. Didn't try on > local. I noted that the page you see is stil

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread &#x27;Mark S.' via TiddlyWiki
On Thursday, July 2, 2020 at 12:46:30 PM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> If you then use the "save to desktop" menu item in Android Chrome, it >> will create an "app" icon directly on your tablet/phone home screen. >> > > Just tried it and that is terrific! Great tip! > But, th

[tw5] Re: Do you guys want another Tiddly app for Android?

2020-07-02 Thread &#x27;Mark S.' via TiddlyWiki
What version of Android was it made for? From Android 5 and on, Google made changes to their security model so you can't just access a file directory path any more (except for local storage). There were actually changes at almost every version from 5 to 9, with inconsistent documentation along t

[tw5] Re: Notowritey - Outliner/editor for TW

2020-07-01 Thread &#x27;Mark S.' via TiddlyWiki
I guess this post is more by way of encouraging myself (Go Mark go!) but I think I've made some progress. I've come up with a new algorithm for displaying the documents that seems much faster. It takes about 3 seconds on my old laptop with 8G to render David's 400+ tiddlers whether for unfoldin

[tw5] Re: Access the not-yet-created $action-createtiddler title ?

2020-07-01 Thread &#x27;Mark S.' via TiddlyWiki
AFAIK, you can only get the title after it's been made. Which makes sense. Why do you need it in advance? Different ideas * Make an routine that creates the new tiddler, displays the name, and deletes the tiddler -- now you know what the tiddler would do * Make a routine that adds or increment

[tw5] Re: IDEA: extend [trim[]] filter operator

2020-06-30 Thread &#x27;Mark S.' via TiddlyWiki
If we had a regular expression splitter (e.g. PR2963), then you could trim out prefix, suffix, or even create multiple splits from one input string. This would save having to create multiple filters for manipulating strings, especially since any new string operators would have names very similar

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-30 Thread &#x27;Mark S.' via TiddlyWiki
On Tuesday, June 30, 2020 at 7:37:00 AM UTC-7, Saq Imtiaz wrote: > > A few quick observations. Note that I work on a very high end desktop that > makes it difficult to gauge performance accurately. For example, the second > Noto document from TT loads in a few seconds for me. However, comparing

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-30 Thread &#x27;Mark S.' via TiddlyWiki
I imagine the performance hit comes from the way that hiding fold levels occurs. The method I used to structure the document was meant to be highly portable. So you can port all the tiddlers and the tag tiddler to any tiddler, and view them correctly using the <> macro and nothing else. And any

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-30 Thread &#x27;Mark S.' via TiddlyWiki
netflix will costs you less than a subscription to Kindle unlimited! You can binge watch the entire HP series in a single day, and save weeks of reading! \s Thanks! On Tuesday, June 30, 2020 at 1:30:20 AM UTC-7, TiddlyTweeter wrote: > > > Mark S. wrote: >> >> I probably won't b

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-29 Thread &#x27;Mark S.' via TiddlyWiki
In case I write over it, I've put $:/core/macros/export here as well: https://marxsal.github.io/various/playground.html On Monday, June 29, 2020 at 1:26:48 PM UTC-7, Mark S. wrote: > > > Hi Tony, > > On Sunday, June 28, 2020 at 9:20:13 PM UTC-7, TW Tones wrote: >>

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-29 Thread &#x27;Mark S.' via TiddlyWiki
Hi Tony, On Sunday, June 28, 2020 at 9:20:13 PM UTC-7, TW Tones wrote: > > I have being trying to replicate your buttons to take snapshots of other > tiddlers as html, wikitext to clipboard and tiddler. I am however > foundering. > > If you ever feel so inclined I would love toolbar icons to do

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread &#x27;Mark S.' via TiddlyWiki
On Monday, June 29, 2020 at 7:41:54 AM UTC-7, David wrote: > > In most scripting language that use html markup within them, like PHP, the > < a > tag is not really parsed on a display page. It's just a string > literal, and PHP just looks inside that string to see if it finds some PHP > code.

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread &#x27;Mark S.' via TiddlyWiki
le item is being set for the loop, as the iterator. So I tried > this and it didn't work... > > https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=]addsuffix{ > !!tracking_number}]}} > <https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=]addsuffix%7B!!tracking_numb

[tw5] Re: Put tiddler's field in an < a > href?

2020-06-29 Thread &#x27;Mark S.' via TiddlyWiki
What you're trying to do is to concatenate the contents of a field with a string. There are a couple different approaches, often using helper macros. These days, I like to use the {{{ }}} wikitext and a filter that uses "addprefix" or "addsuffix". Like: https://tools.usps.com/go/TrackConfirmAct

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-28 Thread &#x27;Mark S.' via TiddlyWiki
I thought I'd add a little to the documentation, and then I discovered a bug in the split routine. I'm surprised no one else came across it. Hopefully it's fixed now. Plugins are now a standard part of the NW distribution. So any time you want to upgrade your existing NW file you can just drag

[tw5] Re: Export as a single file TiddlyWiki

2020-06-28 Thread &#x27;Mark S.' via TiddlyWiki
Yes, it is rather terse. If you look inside tiddlywiki.info, you can find the "build" section, and under that you can find the "index" section plus other build "targets". It's basically the same things that you would pass piece by piece to the tiddlywiki command line, but separated out into nic

[tw5] Re: Install plugins from other wiki in node

2020-06-28 Thread &#x27;Mark S.' via TiddlyWiki
You have to manually move the files from the tiddlers directory to your plugin directory. You will also need to set up the plugin.info file in the plugin directory, if you haven't done that already. On Sunday, June 28, 2020 at 5:07:23 AM UTC-7, Michael Arndt wrote: > > I'm trying to install plug

[tw5] Re: Tiddlywiki did not save new tiddlers to disk for days, when I noticed it was too late

2020-06-28 Thread &#x27;Mark S.' via TiddlyWiki
That's always sad when it happens! Sorry for your loss! I'm no expert on networking things -- I'm sure someone with more experience will be along. Ordinarily when you get errors under node a big yellow error message will pop up on screen. My guess is that using apache as a proxy blocked those

Re: [tw5] Setting up your own node.js LOCALplugin directory, the missing steps ??

2020-06-28 Thread &#x27;Mark S.' via TiddlyWiki
n > > https://jermolene.com > > On 28 Jun 2020, at 00:39, 'Mark S.' via TiddlyWiki < > tiddlywiki@googlegroups.com> wrote: > >  > > I'm trying to set up a local directory for my project on node.js. > > According to the directions, I can: > &

[tw5] Re: Alternatives to ... treepad and others

2020-06-28 Thread &#x27;Mark S.' via TiddlyWiki
There can be more than one product with a badly chosen name. It's not like everyone and his brother is using CPN, either. On Sunday, June 28, 2020 at 3:47:27 AM UTC-7, Birthe C wrote: > > Circus ponies - and then some complain about the name Tiddlywiki. Claim > being that it is a childish name ;

[tw5] Re: Export as a single file TiddlyWiki

2020-06-27 Thread &#x27;Mark S.' via TiddlyWiki
See https://tiddlywiki.com/#BuildCommand The build command you want is "index". It will build in a default output directory. You can see what the build actually does by examining your tiddlywiki.info file. On Saturday, June 27, 2020 at 4:21:32 PM UTC-7, Mark Green wrote: > > I have found that

[tw5] Setting up your own node.js LOCALplugin directory, the missing steps ??

2020-06-27 Thread &#x27;Mark S.' via TiddlyWiki
I'm trying to set up a local directory for my project on node.js. According to the directions, I can: Place the PluginFolders containing the plugins in a plugins folder within the wiki folder So my directory s

[tw5] Re: WYSIWYG editor for TW5

2020-06-27 Thread &#x27;Mark S.' via TiddlyWiki
The 4.6.2 links seems to work. But I didn't test it hard. On Saturday, June 27, 2020 at 12:19:03 PM UTC-7, BJ wrote: > > I am using the 4.3.2 version of the ckeditor, get it from here: > > https://ckeditor.com/ckeditor-4/download/releases/ >

[tw5] Re: WYSIWYG editor for TW5

2020-06-27 Thread &#x27;Mark S.' via TiddlyWiki
I used Birthe's instructions (the post prior to yours) and it worked immediately. What is your setting for $:/plugin/bj/visualeditor/includelib ? Are you running single file or node? Don't forget that for plugins to work, your TW file has to be saved and reloaded. Good luck! On Saturday, June

[tw5] Re: Graphic at the top of a tiddler?

2020-06-27 Thread &#x27;Mark S.' via TiddlyWiki
Let's say you have a tiddler with an image: MyImage.jpg Create a tiddler, say MyTemplate and tag it with $:/tags/ViewTemplate . Create it's contents like: {{MyImage.jpg}} Now an image will appear at the *bottom* of every tiddler. Click on the tag pill "$:/tags/ViewTemplate". There will be a li

[tw5] Re: Alternatives to ... treepad and others

2020-06-27 Thread &#x27;Mark S.' via TiddlyWiki
ward compatible since Win 95. Thanks! On Saturday, June 27, 2020 at 5:12:21 AM UTC-7, Birthe C wrote: > > Mark S and TT, > > But the explanation for stopping treepad was finances. > Years of deficit will end closing projects. > > Hm, dangers of single-owner propriety softwar

[tw5] Re: Alternatives to ... treepad and others

2020-06-26 Thread &#x27;Mark S.' via TiddlyWiki
I used the wayback machine to find this quote: "one of the most imitated programs on the Web since 1995" So, it had a long run, I suppose. It does illustrate the dangers of single-owner proprietary software. On Friday, June 26, 2020 at 7:13:30 PM UTC-7, Birthe C wrote: > > Mar

[tw5] Alternatives to ... treepad and others

2020-06-26 Thread &#x27;Mark S.' via TiddlyWiki
Apparently back in October 2019, Treepad, a much-loved note-taking software disappeared. The owner/operator had already eliminated all community support years ago, so when the site disappeared, the whole project disappeared. It shows the perils of proprietary, single-owner software. When you do

[tw5] Re: I promise I searched for this answer

2020-06-26 Thread &#x27;Mark S.' via TiddlyWiki
On Friday, June 26, 2020 at 6:39:18 AM UTC-7, Daniel Zion wrote: > > Mark, > > Thanks for the link to that page on the filters. I hadn't messed with the > Advanced Search yet, but that does seem like an easier place to try out > some filters. I created the tiddlers in order, so February first o

[tw5] Re: Query: How Do You Pass Parameters?

2020-06-25 Thread &#x27;Mark S.' via TiddlyWiki
What you're not showing, which I think must be the missing step, is how you call "dostuff". If you call it like <> it should use "hammer", just like "thing" did. So not sure what the problem is, unless you're calling dostuff in relation to "thing", somehow. On Thursday, June 25, 2020 at 12:46:

[tw5] Re: I promise I searched for this answer

2020-06-25 Thread &#x27;Mark S.' via TiddlyWiki
Interesting, Eric and I posted within a minute of each other. You can start your exploration of the wonderful world of filters here: https://tiddlywiki.com/#Filters Did you happen to make the the Feb/May tiddlers *after* you made the June one's ? Like you started with recent items and then late

[tw5] Re: I promise I searched for this answer

2020-06-25 Thread &#x27;Mark S.' via TiddlyWiki
Are you using a date field for your date? You should be able to extend the filter to something like: <> to sort by your date field (e.g. mydatefield) and restrict items to those containing "202". Good luck! On Thursday, June 25, 2020 at 7:20:12 AM UTC-7, Daniel Zion wrote: > > Hey all, > > I

[tw5] Re: stroll drift tiddlyroam streams use cases?

2020-06-25 Thread &#x27;Mark S.' via TiddlyWiki
On Thursday, June 25, 2020 at 5:51:11 AM UTC-7, David Gifford wrote: > > Hi Mark S > > I had another look, and yes, I had seen the most recent incarnation of > NotoWritey when I posted (if > https://marxsal.github.io/various/notowritey-outliner.html is still the > loc

[tw5] Re: stroll drift tiddlyroam streams use cases?

2020-06-24 Thread &#x27;Mark S.' via TiddlyWiki
> > NotoWritey is similar to Streams but is geared more toward writing than > productivity and outlining. The nodes that open for editing have an editing > toolbar, which creates a cluttered feel, but increases functionality when > writing a paragraph. > I'm not sure if by your comment you've

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-24 Thread &#x27;Mark S.' via TiddlyWiki
ould be periodically saved. This meant much reduced IO traffic. It was the first real linux my daughter used, and now she's pretty much a diehard linux fan. (Arch, currently). I think it might have been partially the cute Puppy mascot ;) On Wednesday, June 24, 2020 at 4:50:07 PM UTC-7, B

[tw5] Re: Improvements to "GettingStarted"

2020-06-24 Thread &#x27;Mark S.' via TiddlyWiki
Beaker Browser is showing up as the first choice for "desktop" ? I guess the list is alphabetical. I've tried beaker and it was confusing and painful to set up. It would be a poor first choice for most people IMO. Likewise Noteself is showing up first for cloud synchronization. I don't know if

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-24 Thread &#x27;Mark S.' via TiddlyWiki
I have a lot of stuff still in treepad (Business). I didn't get the notice that they were shutting down. Now the site has been taken over by a marijuana dispensary. Sad. The problem with treepad that I realized right away was that it had no community support. Apparently the developer had had on

[tw5] Re: Alternatives to the fullscreen editor plugin?

2020-06-23 Thread &#x27;Mark S.' via TiddlyWiki
What about the code mirror fullscreen plugin? On Tuesday, June 23, 2020 at 3:11:27 PM UTC-7, si wrote: > > I've been using http://j.d.fullscreen.tiddlyspot.com/, but it doesn't > seem to work with v5.22 (you can't save the edited tiddler). > > Are there any alternatives out there? > -- You rece

[tw5] Re: "You have unsaved changes..." - where?

2020-06-22 Thread &#x27;Mark S.' via TiddlyWiki
If you go to the advanced search, filter tab and put in: [haschanged[]] you will see a list of tiddlers that have changed. As TT mentions, some of these might be state tiddlers. In any event, is the "save" (check) icon red or gray? If it's red, that means you have changes somewhere and a "save

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-20 Thread &#x27;Mark S.' via TiddlyWiki
Thanks for the feedback, TT! It seems like for your purposes the "flat" editor is proving more useful, even though it's older and lacking some of the new editor features (join next x tiddlers, reset changes). I'm wondering if I could rig the editor to switch between the two modes, so you coul

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-19 Thread &#x27;Mark S.' via TiddlyWiki
On Friday, June 19, 2020 at 9:28:56 AM UTC-7, TiddlyTweeter wrote: > > OGNSYA wrote >> >> >> For example, if we find that most TW users are tech-savvy >> > > HOW would you determine that? > PMario's stats suggested 30% linux use, which is 15 times higher than is common. This does suggest the co

[tw5] Re: How to get SetWidget to work with transclusion + template?

2020-06-18 Thread &#x27;Mark S.' via TiddlyWiki
You can't substitute the < > brackets in the middle of a string like that. You can only substitute them inside a filter expression where a square bracket would have occurred. But there is a trick to concatenating strings in filters using the "addprefix" and "addsuffix" operators. So your filt

[tw5] Re: Delete Tags from within the action-sendmessage

2020-06-18 Thread &#x27;Mark S.' via TiddlyWiki
If you use some method to absolutely guarantee that the new title will be unique and put it in a variable (e.g title=<>), then you can add a second action using something like: <$action-listops $tiddler=<> $field="tags" $filter="[addprefixaddsuffix]" /> Or you could do it completely different

[tw5] Re: to double-bracket or not to double-bracket...

2020-06-18 Thread &#x27;Mark S.' via TiddlyWiki
Dynamic tables has the ability to add templates for columns. You could take the column template for email, clone it, change "email" to "talk-to", modify the link to use the <$link...> syntax instead. There's a little extra involved since you'll need to fetch the value of currentRecord!!current

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread &#x27;Mark S.' via TiddlyWiki
On a side note, any local file saving solution can become a cloud solution using SyncThing. A common theme that comes up is that people want a solution that doesn't involve putting data on the servers of 3rd parties like Google, Microsoft, or even Github. I guess it would fit best as a "cloud s

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread &#x27;Mark S.' via TiddlyWiki
On Wednesday, June 17, 2020 at 7:43:04 AM UTC-7, Riz wrote: > > How would you word the question? > > > That depends on what the intent of the 2nd question was. Why would anyone arbitrarily want an app ? The only reason I can think that anyone would choose the Download saver (except for Eric) is

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread &#x27;Mark S.' via TiddlyWiki
meone ever WANT an app, unless it was somehow superior? So, I think the 2nd question is either irrelevant, or needs to be couched in terms of it's advantages. On Wednesday, June 17, 2020 at 8:05:16 AM UTC-7, Birthe C wrote: > > Mark S, > > The question is about a dedicated app.

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread &#x27;Mark S.' via TiddlyWiki
I don't quite understand the question "Do you need a dedicated app for saving tiddlywiki?" Why would anyone say "yes" ? It's more like, "Do you need saving to be convenient" ? I think the "Getting Started" section needs at least a sentence to explain that TW doesn't have a save mechanism built

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread &#x27;Mark S.' via TiddlyWiki
toolmap updated. On Wednesday, June 17, 2020 at 12:24:59 AM UTC-7, TW Tones wrote: > > Folks especially David Gifford or tiddlytools editors. > > > twexe works on both Windows and Linux. > > Twexe converts any Tiddlywiki5 html file into an executable. It then > serves the file and opens your bro

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-16 Thread &#x27;Mark S.' via TiddlyWiki
Thot -- I suppose the splitter expression should eventually get it's own configuration tiddler. On Tuesday, June 16, 2020 at 9:24:28 AM UTC-7, Mark S. wrote: > > I think the only version without splitting was an early version before I > put splitting in. > > The

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-16 Thread &#x27;Mark S.' via TiddlyWiki
I think the only version without splitting was an early version before I put splitting in. The splitting happens in DocumentTemplate. There are 3 places the split has to go. Just search for splitregexp . Why 3? One finds the new "sentences" and creates the new tiddlers. The second performs a

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-15 Thread &#x27;Mark S.' via TiddlyWiki
gt; "priority". > I'd like to only show tiddlers with priority equal or greater than "5" > Can I do that in a filter? > > On Monday, June 15, 2020 at 11:09:01 PM UTC+1, Mark S. wrote: >> >> If "status" is a list of tiddler names, then any of th

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-15 Thread &#x27;Mark S.' via TiddlyWiki
If "status" is a list of tiddler names, then any of the names in the list that have spaces need to be like [[My Status]]. This is called a title list. And you can't search directly with status[], because that method only matches fields with a single value. Instead use the "contains" operato

[tw5] Re: Improvements to "GettingStarted"

2020-06-15 Thread &#x27;Mark S.' via TiddlyWiki
The alternative is tw-receiver. But that author hasn't submitted it to the gallery of savers either. I tried to submit a saver tiddler for tw-receiver, but it seems to have not made it into this collection. -- You received this message because you are subscribed to the Google Groups "TiddlyWi

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-15 Thread &#x27;Mark S.' via TiddlyWiki
tliner <https://tidbits.wiki/noto/noto.html> *... > > > > Test in* Noto Outliner + Dynavi > <https://tidbits.wiki/noto/notoDYNA.html>ew* > > > I think Dynaview can help, but I'm not sure its for this scenario? > Sometimes its actually worse for Notos! I

[tw5] Re: Improvements to "GettingStarted"

2020-06-15 Thread &#x27;Mark S.' via TiddlyWiki
> Hi, I was talking about the authors of the original method, if eg: AddOns > or apps are involved. IMO only the authors can decide, how they intended > the functions to be used. ... They need to support it. > So we should remove PHP (store.php), since the author is not supporting it and ha

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-15 Thread &#x27;Mark S.' via TiddlyWiki
Thanks for testing! Once you had the Crusoes (new system of measurement) installed in Dyna View, was performance any better? If not either 1. Having Dynaview doesn't help this kind of TW file 2. I implemented Dynaview incorrectly Thanks! -- You received this message because you are subscrib

[tw5] Re: Improvements to "GettingStarted"

2020-06-14 Thread &#x27;Mark S.' via TiddlyWiki
Are you talking about authors of the documentation, or of the original method? Not all of the methods have associated authors. On Sunday, June 14, 2020 at 11:27:15 AM UTC-7, PMario wrote: > > > > I wanted to point out, that every maintainer of a plugin or app, needs to > review the tags for thei

[tw5] Re: How to use dynaview?

2020-06-13 Thread &#x27;Mark S.' via TiddlyWiki
Thanks! That helps! On Saturday, June 13, 2020 at 10:36:58 AM UTC-7, Saq Imtiaz wrote: > > The examples in the plugin were recently fixed by Jeremy but to see them > you have to go the pre-release: > https://tiddlywiki.com/prerelease/#%24%3A%2Fplugins%2Ftiddlywiki%2Fdynaview > > > -- You recei

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-13 Thread &#x27;Mark S.' via TiddlyWiki
On Saturday, June 13, 2020 at 6:13:29 AM UTC-7, TiddlyTweeter wrote: > > > *Possible Problem With Larger Numbers??* arose for me In testing the two > "Various" editions. I cannot get either to work with the 500+ Crusoes. The > wiki & browser (FF) freeze totally, restart required. This is with e

[tw5] How to use dynaview?

2020-06-13 Thread &#x27;Mark S.' via TiddlyWiki
I'm running Firefox 74.?? on Linux. When I scroll the "Reveal on Scroll" and "Unreveal on Scroll", I never see anything except headers. No lorem ipsum text. I'm not concerned about the zoom features, which seem to only work on Mac. Questions: 1. What do others see when looking at these example

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
Adding a field and value to incoming imports is pretty easy (if you want to hack the core). Hacking the core has downsides, especially in terms of upgrades and maintenance. Look for NavigatorWidget.prototype.handleImportTiddlersEvent in $:/core/modules/widgets/navigator.js . In between thes

[tw5] Re: Imported Image Link to website

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
gt; that might help. Just to reiterate the image has been imported into TW so > no need to reference an external image. I am just hoping to redirect a > click on that image (when it is displayed in the list-thumbnails) to an > external website. > > On Friday, June 12, 2020 at 9

[tw5] Re: Trying to export tiddlers, need help

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
Just a guess, since I didn't want to wade through the entire tutorial, but that double $ doesn't look right. Usually the templates only have a single $. On Friday, June 12, 2020 at 9:57:57 AM UTC-7, t wrote: > > I'm attempting to follow the tutorial here: > https://davidalfonso.es/posts/migratin

[tw5] Re: Imported Image Link to website

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
@Joey Fortson So, can we count on the image name starting with http:// .. or are the actual images you're thinking of on relative paths? I'm trying to work if there is a way to detect that the image is external. On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote: > > Hey everyo

[tw5] Re: Imported Image Link to website

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
On Friday, June 12, 2020 at 8:28:11 AM UTC-7, Eric Shulman wrote: > > > I found it using $:/AdvancedSearch "Shadows" tab, search for > "$:/core/macros" > > -e > > “But look, you found the notice, didn’t you?” > “Yes,” said Arthur, “yes I did. It was on display in the bottom of a > locked filing

[tw5] Re: Imported Image Link to website

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
But, why doesn't it show up when typing "list-thumbnails" into the search box? How is it supposed to be discovered? On Friday, June 12, 2020 at 8:13:24 AM UTC-7, Eric Shulman wrote: > > On Friday, June 12, 2020 at 7:10:55 AM UTC-7, Mark S. wrote: >> >> Whe

[tw5] Re: Imported Image Link to website

2020-06-12 Thread &#x27;Mark S.' via TiddlyWiki
Where did you get the list-thumbnail macro? The code for it probably needs to be hacked. In general, for external image links, I use HTML tags It could be rolled easily enough with list widgets, but if you already have code you like, it might be easier to modify it. On Thursday, June 11, 202

[tw5] Re: auto embed images from local folder into tiddler

2020-06-11 Thread &#x27;Mark S.' via TiddlyWiki
, and include a trailing slash. You push the button. The image tiddlers are made silently, so you have to find them in the "recent" tab." On Thursday, June 11, 2020 at 3:43:42 AM UTC-7, scot wrote: > > Hi Mark S. > I'm sorry but I can't get your versions to work.

Re: [tw5] Re: TiddlyWiki toolmap in the welcome tiddler

2020-06-11 Thread &#x27;Mark S.' via TiddlyWiki
If not, I might push the whole thing to > tiddlywiki.com once my work in updating the saving methods comes to a > close. The community section needs updates terribly. > > > On Thu, 11 Jun 2020, 20:22 'Mark S.' via TiddlyWiki, < > tiddlywiki@googlegroups.com> wrote: &g

Re: [tw5] Re: TiddlyWiki toolmap in the welcome tiddler

2020-06-11 Thread &#x27;Mark S.' via TiddlyWiki
That was my thought two, three years ago. But you have to use github, create the tiddlers, push the tiddlers, make a pull request and then ... worse of all ... wait while bored individuals can take potshots at your submission. Very few people are willing to go through all that. That's why the

Re: [tw5] Re: TiddlyWiki toolmap in the welcome tiddler

2020-06-10 Thread &#x27;Mark S.' via TiddlyWiki
Yes. If you have the toolmap, you can reach most everything else. It should be on the list, since it's more up-to-date than much of the info at TiddlyWiki.com. On Wednesday, June 10, 2020 at 7:38:27 AM UTC-7, David Gifford wrote: > > Plugins from all of those sites are in the toolmap. So adding

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-09 Thread &#x27;Mark S.' via TiddlyWiki
Well, it's stored in it's own tag tiddler. But you knew that. So, I'm trying to understand exactly how you want the tag to be passed. I suppose the tag tiddler itself could be tagged as "nw-doc-tag" so that you could identify all instances. Thanks! On Monday, June 8, 2020 at 2:14:00 AM UTC-7,

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-09 Thread &#x27;Mark S.' via TiddlyWiki
On Monday, June 8, 2020 at 1:24:49 AM UTC-7, TiddlyTweeter wrote: > > * Question: On indent & Styling* > > I been trying understand how the indents work in the Outliner Version. Am > I right in thinking its done using styles that indent the content of the > Tiddler? With styles set by the level

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-09 Thread &#x27;Mark S.' via TiddlyWiki
[tag[mytag]] should use the list field in "mytag". In my quick experiment, the tiddlers appeared to export correctly to the JSON. They even kept the same order when importing, which I found surprising. To have a complete kit, I suspect that you need to export the tag tiddler as well, because th

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-09 Thread &#x27;Mark S.' via TiddlyWiki
Added the ability to move one item up or down from the hamburg menu. Also the ability to move multiple tiddlers identifying by first line (or 50 characters of the first line) of tiddlers. Neither of these move tools are "smart" -- they literally move the tiddlers without regard to the fold lev

[tw5] Re: auto embed images from local folder into tiddler

2020-06-09 Thread &#x27;Mark S.' via TiddlyWiki
Here's a version if you want to try it where you don't need to format as a data dictionary and you can enter your path and the name of your listing tiddler on the fly. BE SURE TO MAKE BACKUPS before attempting! Only lightly tested. Needs 5.1.20 or higher. This version will write over existing

[tw5] Re: auto embed images from local folder into tiddler

2020-06-09 Thread &#x27;Mark S.' via TiddlyWiki
hile, HTH \define uri() pictures-sortus/$(currentTiddler)$ <$button>Make images <$list filter="[[GalleryList]indexes[]]"> <$action-setfield title=<> _canonical_uri=<>/> <> On Tuesday, June 9, 2020 at 7:59:33 AM UTC-7, scot wrote: > > Hello Mark S.

[tw5] Re: Announcing TiddlyMarker v0.1.0-alpha for Firefox

2020-06-07 Thread &#x27;Mark S.' via TiddlyWiki
It's interesting, but seems to want only a traditional node connection, so Bob and Tiddlyserver won't work. After trying several times, it seems that the web server address needs to be in form http://127.0.0.1:8080 . It would be helpful if the form of the address was explained. After saving on

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-07 Thread &#x27;Mark S.' via TiddlyWiki
the content entered. > > Even better if it could be set to do this every time, and after splitting. > > What do you think? > > Regards > Tony > > > > On Sunday, June 7, 2020 at 2:14:26 PM UTC+10, Mark S. wrote: >> >> >> For those who want a drag-and-dro

[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-06 Thread &#x27;Mark S.' via TiddlyWiki
For those who want a drag-and-drop solution for their own tiddlers (MAKE A BACKUP FIRST!), there's a plugin version of the TW file: https://marxsal.github.io/various/notowritey-plugin.html It just has the basic mechanism -- no documentation. I didn't test it. Let me know if anything major is m

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-06-06 Thread &#x27;Mark S.' via TiddlyWiki
Hi Tony, There's a new thread for NotoWritey, since this old one is getting long. I'm not sure I understand your question: Would it be possible for my items to be saved as full tiddler titles, with > the parent tag? > Do you mean a special saver function, or ?? You can already save a set of t

[tw5] Re: Why use [[]] syntax sometimes get the italic font sometimes not?

2020-06-06 Thread &#x27;Mark S.' via TiddlyWiki
Italics usually means that the tiddler inside the braces [[*]] does not exist. On Saturday, June 6, 2020 at 6:09:23 PM UTC-7, Zhe Lee wrote: > > [image: 无标题.png] > > > > As the title said I use [[]] syntax, but the word above is normal font, > the below word is italic, why is this? > > > > --

[tw5] Re: Query: Who Maintains TiddlyWiki ToolMap Now?

2020-06-06 Thread &#x27;Mark S.' via TiddlyWiki
Finding those issues isn't too difficult. The difficult part is finding the working, actual links, if they exist at all. On Saturday, June 6, 2020 at 11:33:54 AM UTC-7, TiddlyTweeter wrote: > > The Toolmap is a great resource. But longevity brings issues, > > There are numerous problems. 404s, re

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-06-06 Thread &#x27;Mark S.' via TiddlyWiki
A new thread has been started. Look for it in a forum near you. I've added the tag pill, although, as I understand it, you want to use it to add sorting. So that doesn't sound like you're using it for a text document. Eventually I should add a sorting feature to the hamburg menu similar to othe

[tw5] Notowritey - Outliner/editor for TW

2020-06-06 Thread &#x27;Mark S.' via TiddlyWiki
Per request, starting a new thread here. As always, make backups because the State department will disavow all knowledge of your activities. Although I *think* you can start using NW now, future changes (like field names) might cause various features (like outline levels) to break. Also, the

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-06-05 Thread &#x27;Mark S.' via TiddlyWiki
I updated notowritey-outliner.html. You can now reset the tiddler being edited if you change your mind or need to start over. You can also save up to 5 copies of the current tiddler and label them as you need, kind of like a mini versioning system. That way if you have multiple versions of a t

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-06-05 Thread &#x27;Mark S.' via TiddlyWiki
Thanks, Tony. There's nothing too complex about the wikitext combo routine. There's a function: \define compile-h() <$list filter="[tag]"> <$transclude mode=block/> \end which gets called like this: <$wikify text="""<>""" name="compiled" output="html"> <$button message="tm-copy-to-clipboard"

[tw5] Re: NotoWritey - A proposed simple document editor for TW

2020-06-04 Thread &#x27;Mark S.' via TiddlyWiki
On Thursday, June 4, 2020 at 5:35:24 PM UTC-7, TonyM wrote: > > Mark, > > Could you update the lead post with the links to you working editions if > possible, please. > > Update 6/4/2020 (including in OP): Original without outliner: https://marxsal.github.io/various/notowritey.html With outline

<    3   4   5   6   7   8   9   10   11   12   >