[tw5] Re: TWEXE Executable TiddlyWiki's

2020-08-12 Thread 'Mark S.' via TiddlyWiki
Yes, I don't see it as being too practical either, especially because it takes about 5 minutes to set up each file you want to run. It does suggest something that would be useful (well, maybe) -- node.js for single TW files. So you'd run like: tiddlywiki-s myfile.html -p 8090 -f mydir and

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-08-12 Thread 'Mark S.' via TiddlyWiki
Be sure to mark the download as executable (which I assume you must have done, but it's something like chmod 744 twexe . >From terminal directory where the dowload (and your target html file) is: ./twexe myfile.html (long, long wait while it builds) Then run "./myfile". It will open up an

[tw5] Re: Apply changes and keep editor open?

2020-08-11 Thread 'Mark S.' via TiddlyWiki
I asked this question a few days ago. Here was a reply: https://groups.google.com/d/msg/tiddlywiki/UHFJa0ijo6g/s_6X-SDJAgAJ On Tuesday, August 11, 2020 at 1:12:09 PM UTC-7, amreus wrote: > > I'm dipping my toes into writing macros. I make a lot of mistakes while > doing so. It seems it would

[tw5] Re: Mat on Hangouts - any questions?

2020-08-11 Thread 'Mark S.' via TiddlyWiki
We have an official plugin library, that mostly works. What we need is an *UN*-official library, with a big disclaimer that the plugins are not maintained by the TW team and may not work with TW upgrades. This would mean that people have easy access to the hundreds of various solutions that

[tw5] Re: Import an article from wikipedia

2020-08-10 Thread 'Mark S.' via TiddlyWiki
Once upon a time I made a lua filter for conversion: https://groups.google.com/d/msg/tiddlywiki/0Z4F7fBOBgQ/ebTapW6zBgAJ But Pandoc itself uses Haskell (why do they use a separate language for their filters?). So this is not the same as having a native pandoc converter. Another approach is to

[tw5] Re: Import an article from wikipedia

2020-08-10 Thread 'Mark S.' via TiddlyWiki
With 5.1.22 the support for Markdown is greatly improved and allows some Wikitext. The problem with Wikipedia, is that it uses a lot of floating boxes and complicated CSS to get it's look. Getting that look into TW wouldn't be easy, no matter what approach you used. But grabbing the essence of

[tw5] Re: Keyboard shortcut to jump between tiddler title and tiddler body?

2020-08-09 Thread 'Mark S.' via TiddlyWiki
In prerelease 5.1.23, per Saq's instructions: Edit $:/config/EditTabIndex and give it a text field "1" Will allow you to do a lot less tabbing (you still have to go through the tag field). On Sunday, August 9, 2020 at 10:06:27 AM UTC-7, leeand00 wrote: > > Is there a keyboard shortcut to jump

[tw5] Re: Filter advanced search

2020-08-09 Thread 'Mark S.' via TiddlyWiki
To do this in one step, like you want, you would probably need something like the kin filter operator: https://bimlas.gitlab.io/tw5-kin-filter/ On Sunday, August 9, 2020 at 5:04:13 AM UTC-7, Bob Flandard wrote: > > Hello, > > I'm trying and failing to write a filter expression that lists all >

Re: [tw5] Filter double conditional problem

2020-08-05 Thread 'Mark S.' via TiddlyWiki
It's a shame that the intersection operator doesn't follow the rule of sets. The intersection of the empty set with another set should be the empty set. So this should work: <$list

[tw5] Re: Does node.js Tiddlywiki use the express.js library?

2020-08-04 Thread 'Mark S.' via TiddlyWiki
Since it relates to file *uploads*, it seems like standard issue TW is probably OK. I can't think of any TW projects that do uploads except possibly tiddlyserver and Bob. But since these shouldn't be used (in general) on the open internet, that shouldn't be a problem for most people. NoteSelf

[tw5] Re: How to avoid tags generated when using ViewWidget on tiddlers with html code

2020-08-04 Thread 'Mark S.' via TiddlyWiki
I notice that there is a line break after the tick ` . I wonder if that could be introducing a ? I notice the tutorial doesn't insert that break. On Tuesday, August 4, 2020 at 7:25:01 AM UTC-7, Adithya B M wrote: > > Hi All, > > Im trying to generate a website from TW using the tutorial at >

[tw5] Re: TW-Shiraz plugin 2.1.0: Stable release

2020-08-04 Thread 'Mark S.' via TiddlyWiki
P.S. It's been awhile since we've heard from Mohammad. Hope you're doing OK out there, Mohammad! On Tuesday, August 4, 2020 at 8:22:46 AM UTC-7, Mark S. wrote: > > It looks like if you click on the "doc" tag pill, you can drag and drop it > into your own TW file (drag and hover over top of TW

[tw5] Re: TW-Shiraz plugin 2.1.0: Stable release

2020-08-04 Thread 'Mark S.' via TiddlyWiki
It looks like if you click on the "doc" tag pill, you can drag and drop it into your own TW file (drag and hover over top of TW until green bar appears. Release. From resulting import tiddler, click "Import"). There will be a lot of tiddlers. On Tuesday, August 4, 2020 at 7:30:14 AM UTC-7, Ken

[tw5] Re: Do you find that TiddlyWiki is faster in Chromium than Firefox?

2020-08-03 Thread 'Mark S.' via TiddlyWiki
I used this: https://winaero.com/blog/disable-updates-firefox-63-above/ You have to scroll down to the section "Alterivate Solution" (sic) It shows you how make a FF profile file. On my system you have to install it here: /usr/lib/firefox/distribution But it might be somewhere else on your

[tw5] Re: Do you find that TiddlyWiki is faster in Chromium than Firefox?

2020-08-03 Thread 'Mark S.' via TiddlyWiki
On Monday, August 3, 2020 at 11:08:39 AM UTC-7, Birthe C wrote: > > Mark S, > > Linux Mint users have the "joy" of the discussion around Snap, when it > comes to install of chromium (Blocked). Sure lots of workarounds, but still. > > Work in Firefox until late at night, when you are more than

[tw5] Re: Do you find that TiddlyWiki is faster in Chromium than Firefox?

2020-08-03 Thread 'Mark S.' via TiddlyWiki
I like the idea of using just one browser, rather than having to remember to use X with browser A, and Y with browser B In that regard, there may be an additional concern re Chromium on Linux. I've been using chromium on and off ever since this post came out. On Linux, your Chromium version is

[tw5] Re: How to: adding comments in wiki text

2020-08-03 Thread 'Mark S.' via TiddlyWiki
For something different, you could also use the TW macro syntax: ''Have you ever had the feeling that your head is not quite big enough to hold everything you need to remember?'' <> Welcome to TiddlyWiki,... Where your comments reference a macro which doesn't exist. On Saturday, August

[tw5] Re: Group Errors

2020-08-02 Thread 'Mark S.' via TiddlyWiki
Yes. Have to refresh the page frequently. Sometimes have to refresh after starting to write a reply. I guess we get what we pay for ;-) On Sunday, August 2, 2020 at 12:05:33 PM UTC-7, amreus wrote: > > I frequently get errors while reading and attempting to post to this > group. It's almost

[tw5] Re: Is there a way of exporting only my current open tiddlers?

2020-08-02 Thread 'Mark S.' via TiddlyWiki
Go to advanced search. Filters tab. Click the "down" arrow. Pick the filter that says "Tiddlers in the story river, exclusing $:/Advancedsearch" or something to that effect. Use the export icon to export the filtered items. On Sunday, August 2, 2020 at 12:52:56 PM UTC-7, Rafael Oliveira

[tw5] Re: Confused by timimi-2-1-1-Mac

2020-08-01 Thread 'Mark S.' via TiddlyWiki
Possibly take a look at this thread https://groups.google.com/forum/#!searchin/tiddlywiki/timimi$20mac%7Csort:date/tiddlywiki/g3M0MlG_13o/cBEPQ9tSAQAJ and see if that helps you at all. On Saturday, August 1, 2020 at 4:12:11 PM UTC-7, Marie Wray wrote: > > Initial use of Tiddlywiki for

[tw5] Re: Do you find that TiddlyWiki is faster in Chromium than Firefox?

2020-07-31 Thread 'Mark S.' via TiddlyWiki
On Friday, July 31, 2020 at 4:22:43 PM UTC-7, TW Tones wrote: > > I do not wish to be a contrarian, but this does not happen for me with > firefox. On my *16GB laptop* I learned that Firefox and > Not all of us have 16gb. On my system, both Linux and Windows 7, firefox tries to expand to

[tw5] Re: How to build a new tiddler title for <$button>

2020-07-31 Thread 'Mark S.' via TiddlyWiki
I've left out here the parts where you're other tiddlers and templates that I don't have access to. But this should get you started. <$button> Make it <$vars tim=<> newtext="my new text" newprojnum="7689" > <$action-sendmessage $message="tm-new-tiddler"

[tw5] Re: Do you find that TiddlyWiki is faster in Chromium than Firefox?

2020-07-31 Thread 'Mark S.' via TiddlyWiki
People often feel that a new browser they're just trying is faster than an old one. But they rarely test it under the same conditions -- same extensions, same number of active tabs open, same amount of time with the browser opened. In particular, a browse that has just been opened will usually

[tw5] Re: [ pre-release ] New goodies in the TiddlyWiki core

2020-07-30 Thread 'Mark S.' via TiddlyWiki
What do you mean that it won't let you tab past tags? I can tab from title, to tags, to text using this hack/feature. But, of course, it only works on 5.1.23 prerelease. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: [Thumbnail] Using Tiddler as a Thumbnail

2020-07-30 Thread 'Mark S.' via TiddlyWiki
With the thumbnail-right macro you wouldn't wrap the name in [img[xxx]]. Instead you'd use something like <> or at least per the example page. On Wednesday, July 29, 2020 at 7:47:24 PM UTC-7, Prestige wrote: > > Hello everyone, > >

[tw5] Re: [ pre-release ] New goodies in the TiddlyWiki core

2020-07-29 Thread 'Mark S.' via TiddlyWiki
That looks promising, but there's no explanation how to use it. Any idea? Thanks! On Wednesday, July 29, 2020 at 1:40:01 PM UTC-7, Saq Imtiaz wrote: > > Scratch that. > > There is a hidden setting that is a much less intrusive way of achieving > the same thing: >

[tw5] Re: Is it possible to make the vim mode from codemirrror remember a vim macro created on a different tiddler?

2020-07-29 Thread 'Mark S.' via TiddlyWiki
I just posted a question "Is there a way to save and update a tiddler without closing it?" and got a good answer from Mat. Once you close a tiddler, you lose your vim settings. But the solution mentioned in the other thread will allow you to save the tiddler without closing the tiddler. This

[tw5] Re: Is there a way to save and update a tiddler without closing it?

2020-07-29 Thread 'Mark S.' via TiddlyWiki
Thanks Mat. The latter. That looks promising. I didn't find it in the "toolmap" because the description doesn't mention saving. Thanks! On Wednesday, July 29, 2020 at 4:59:27 PM UTC-7, Mat wrote: > > You mean in Vim or in TW? For the latter, there's Thomas' absolutely > excellent EditButtons

[tw5] Is there a way to save and update a tiddler without closing it?

2020-07-29 Thread 'Mark S.' via TiddlyWiki
If you're using an editor like Vim, the bookmarks and registers you've created remain alive only as long as you are editing. When you save/close the tiddler, all that work is lost. But if you don't save, then the changes you've made (for instance, to macros) won't be available. Has anyone

[tw5] Re: Is it possible to make the vim mode from codemirrror remember a vim macro created on a different tiddler?

2020-07-29 Thread 'Mark S.' via TiddlyWiki
What do you mean by "remember a macro" ? Do you mean remember a (vim) register? A macro in TW is just a bit of text defined at the top of a tiddler : \define mymacro() do stuff \end Vim doesn't know anything about TW macros, per se. You can make the macro available everywhere by marking the

[tw5] Re: [ pre-release ] New goodies in the TiddlyWiki core

2020-07-29 Thread 'Mark S.' via TiddlyWiki
In my ideal world you could navigate the tiddler completely by keyboard. The problem with the new tag picker is that after you tab out of the tag field, it still remains open. In the case of a large TW file, your view of the tiddler and most of its contents is obscured. In theory you could

[tw5] Re: How can I activate the vim mode using the CodeMirror plugin with Tiddlywiki?

2020-07-28 Thread 'Mark S.' via TiddlyWiki
Also, you have to save and reload before the plugins become active. But you probably knew that. On Tuesday, July 28, 2020 at 3:19:11 PM UTC-7, Rafael Oliveira wrote: > > Do you mean changing the option *CodeMirror keymap* from *default* to* > vim*? I've only activated this option after

[tw5] Re: How can I activate the vim mode using the CodeMirror plugin with Tiddlywiki?

2020-07-28 Thread 'Mark S.' via TiddlyWiki
Did you activate the vim keymapping? On Tuesday, July 28, 2020 at 12:24:56 PM UTC-7, Rafael Oliveira wrote: > > I see, so the procedure is different when I use it on node.js... My only > issue now is the green block cursor that is not appearing in my case. Could > it be a problem with the

[tw5] Re: Formula 0.2: Functional computing & spreadsheet formulas for TiddlyWiki

2020-07-28 Thread 'Mark S.' via TiddlyWiki
The TW filters are nowhere as complete or intuitive as Evan's work. Square root anyone? I made a nutrition tracking app using Evan's tools: http://nutrition-database.tiddlyspot.com/ It uses the nutrition database from the USDA. I was able to track four major nutrients for my own health

[tw5] Re: How can I activate the vim mode using the CodeMirror plugin with Tiddlywiki?

2020-07-28 Thread 'Mark S.' via TiddlyWiki
Unfortunately, the method you use to get plugins for node isn't as convenient. You need to make entries in your tiddlywiki.info file to activate the plugins. Once you have the plugins installed, you need to go into your configuration, click on the codemirror tab, and select "vim" as your

[tw5] Re: Export tiddlers as Zip file (from single HTML)

2020-07-28 Thread 'Mark S.' via TiddlyWiki
NotoWritey uses zip backup this way as well. -- 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

[tw5] Re: [New Here] A hello and the set of questions!

2020-07-28 Thread 'Mark S.' via TiddlyWiki
If you're on a variety of platforms, then a hodgepodge of saving techniques is pretty normal. With firefox and chrome you could, in theory, use the default save mechanism everywhere. But it's not as convenient. With tiddlyserver, you could have all your devices save to one central computer.

[tw5] Re: Export to folder name? feature or workaround required.

2020-07-27 Thread 'Mark S.' via TiddlyWiki
I believe this tiddler https://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming describes how names are generated. So it's not a browser-side thing -- except for the directory name. If the application could specify the path, then it could overwrite stuff down in c:\windows\system32 .

[tw5] Re: Export to folder name? feature or workaround required.

2020-07-27 Thread 'Mark S.' via TiddlyWiki
On Firefox/Linux, it seems to remember the path per webpage. So it uses the last path used for that web page. If I switch to a different web page where I've saved to somewhere else, it remembers that. But, in any event, that's under the browser's control -- not the app's. On Monday, July 27,

[tw5] Re: How force navigate after repaint?

2020-07-26 Thread 'Mark S.' via TiddlyWiki
You could do a regex instead of a tag, looking to see if text starts with *\define x(* You could have a second button, that does the navigation part. You could close all the other tiddlers. You could tag the macro with your own macro tag (e.g. $:/tags/mymacros) You could edit

[tw5] Re: How force navigate after repaint?

2020-07-26 Thread 'Mark S.' via TiddlyWiki
By changing the contents of a macro tiddler, you're changing the rules for the current render on the fly, leaving the TW in an indeterminate state. That's my story and I'm sticking to it ;-) But there's a backdoor. Remove the $:/tags/Macro tag from "mymacro". Then change your button to

[tw5] Re: Code Pattern needed - internal flag within list

2020-07-25 Thread 'Mark S.' via TiddlyWiki
Hi Tony, I think Mohammad's *refnotes* project may do something like this. The algorithm, as I understand it is 1. Look for the first marker in the string using splitbefore 2. Use the result from (1) to remove the prefix from the original string 3. Look for the 2nd marker in the string

[tw5] Re: Automatic creation of Tiddler on Save?

2020-07-25 Thread 'Mark S.' via TiddlyWiki
It's useful in the context of Stroll -- the new tiddler will automatically show backlinks to the "parent" tiddler. On Saturday, July 25, 2020 at 8:34:18 AM UTC-7, Mat wrote: > > @AJ Ferrari wrote: >> >> When I save the tiddler, a new empty tiddler is created called >> "Restaurants" >> > > I'm

[tw5] Re: OneNote-style flagging

2020-07-24 Thread 'Mark S.' via TiddlyWiki
Excising tiddlers is the method that matches the Philosophy of Tiddlers . What's needed is an enhanced excision tool that would: 1. Allow you to specify a tag 2. Transclude the excised text and wrap it in a link for rapid access 3.

[tw5] Re: Stroll with Node.js

2020-07-23 Thread 'Mark S.' via TiddlyWiki
Here's the tiddlers in a zip file. On Thursday, July 23, 2020 at 4:50:48 PM UTC-7, Mark S. wrote: > > There were a couple of problems. I don't think you can insert a plugin > (the four supporting plugins) into a plugin. You would have to break out > their content first before packing it into a

[tw5] Re: Stroll with Node.js

2020-07-23 Thread 'Mark S.' via TiddlyWiki
There were a couple of problems. I don't think you can insert a plugin (the four supporting plugins) into a plugin. You would have to break out their content first before packing it into a new plugin. I could be wrong on this, but it seemed to be a problem. In addition, there were at least two

[tw5] Re: Stroll with Node.js

2020-07-23 Thread 'Mark S.' via TiddlyWiki
Stroll needs the support of at least four other plugins: The easiest way to get these is to drag and drop them from the plugins portion of the configuration panel from David's original site. On Thursday, July 23, 2020 at 12:51:37 PM UTC-7, Mark Cubberley wrote: > My apologies. I'm brand new

[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-23 Thread 'Mark S.' via TiddlyWiki
Vsn 0.0.11 is out. It only displays the "-" when the item is foldable. This should hopefully provide a cleaner interface. Thanks! On Wednesday, July 22, 2020 at 9:48:49 AM UTC-7, Dave Parker wrote: > > Feature Request: > > Sorry, I haven't read all threads about this so this might be a repeat,

[tw5] Re: Turn node into standalone

2020-07-23 Thread 'Mark S.' via TiddlyWiki
>From the command line, from the same place I launch the node version, I use this tiddlywiki mywiki --output ./mywikidirectory --build index Your path specification may be different if on Windows. On Thursday, July 23, 2020 at 5:07:04 AM UTC-7, David Gifford wrote: > > Hi all > > I tried

[tw5] Re: How to get tc-popup-keep to "stick" ?

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Hi Eric, I'm definitely putting this into my notes. It seems like something that will come up more than once. I'm wondering if a longer term solution would be a change to the reveal widget so that you can prevent it from creating it's own style attribute. Then the resulting code could be a

[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Ok, vsn 0.0.10a is out, and hopefully actually works! Thanks everyone for your patience! Special thanks to Saq for help with the broken popup! https://marxsal.github.io/various/notowritey.html -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: How to get tc-popup-keep to "stick" ?

2020-07-22 Thread 'Mark S.' via TiddlyWiki
I apologize -- somehow I missed that. That seems to do the trick. I worked out that the text editor wanted 100% of the space, but giving the control elements -2em right-margin seems to allow the float to work as expected. It's not something I can quite make sense of. CSS! Arrgh! Many thanks!

[tw5] Re: How to get tc-popup-keep to "stick" ?

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Hi Saq, That's pretty amazing -- only two little changes and it basically works. The main difference is the positioning. The original position for the controls would have been over in the margin and would not have affected the wrapping of the items on the toolbar. But the real problem is that

[tw5] Re: How to get tc-popup-keep to "stick" ?

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Hi Saq, The problem with type="popup" is that it puts the box offscreen and to the right. I needed to control where the box goes. Attempting to use "aboveright" didn't do anything -- it still put the box "belowleft". The problem is that the reveal widget with type="popup" hardcodes the

[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Do you mean when you change the code yourself? Or is it doing it straight out of the box? In which case, a screenshot might help. Thanks! On Wednesday, July 22, 2020 at 9:48:51 AM UTC-7, Birthe C wrote: > > Marks, > > Hm. When tc-popup-keep is working, the popup floats totally out to the >

[tw5] Re: How to get tc-popup-keep to "stick" ?

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Hi Eric, This is the basic structure (below) that I'm using, which I got from you. It solves the problem that when you use type="popup" in the reveal widget, the reveal widget won't let you use your own positioning. The default behavior puts the popup box off to the left, and in my case, off

[tw5] How to get tc-popup-keep to "stick" ?

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Maybe this isn't possible. I would like to make a popup box that has an input field that users can enter information into. I want the popup to "stick" until someone clicks outside the box. Unfortunately, currently the box closes as soon as a field is entered. Thanks! -- You received this

[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-22 Thread 'Mark S.' via TiddlyWiki
Hi Tony, For some reason, tc-popup-keep isn't working right. Guess I'll make a post about that. Maybe I'm expecting too much from it and will have to change everything out. When I was developing, I used a select list, but at the last moment decided that would be too limiting and put in the

[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-21 Thread 'Mark S.' via TiddlyWiki
When you edit an element, and click on the cog, you'll get a pop-up menu. One of the choices (the bottom one) is for combining X number of following tiddlers. Documentation is lagging, but I think it's mostly intuitive. Thanks! On Tuesday, July 21, 2020 at 7:09:55 PM UTC-7, TW Tones wrote: > >

[tw5] Re: NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-21 Thread 'Mark S.' via TiddlyWiki
Vsn 0.0.10 is now out. This version allows you to combine the next X tiddlers into the current tiddler/section. Note that you can not reset this change (so don't use the 'reset' button afterwards). I suppose I should add that to the documentation some time. Combining tiddlers means that you

[tw5] Re: Macro recursion runs out of control without reason

2020-07-20 Thread 'Mark S.' via TiddlyWiki
This line <> is lacking a closing >> . However, I don't think you can feed a macro to a macro that way. At least I've never been able to. You probably need to use the macrocall widget: <$macrocall $name="innermodifierblock" for=??? /> I have ??? since I don't know what parameters you want

[tw5] Re: Calling a filed value literally, inside a filter?

2020-07-18 Thread 'Mark S.' via TiddlyWiki
This will do what you want: <$vars foo=bar> <$vars my1={{!!myfield}}> <$wikify text={{!!myfield}} name=my2> {{!!myfield}}, is it prefixed "b"? {{{ [prefix[b]then[YES!]] }}} This will work whether myfield contains <> or "boo!". On Saturday, July 18, 2020 at 11:28:43 AM UTC-7, Mat wrote: > >

[tw5] Re: How to save multiple lines into a field ?

2020-07-18 Thread 'Mark S.' via TiddlyWiki
Thanks very much for that, Saq! What I don't understand (actually there's a lot I don't understand) is why my filter extension [has[ismulti]then[.json]] didn't work (assuming I added the "ismulti" field). It's counter-intuitive that you have to tell the system to use "tid" all the time in

[tw5] Re: How to save multiple lines into a field ?

2020-07-17 Thread 'Mark S.' via TiddlyWiki
Hi Saq, I don't think it's possible to test for multiple lines in a single filter. For the purposes of my experiments, I set a field by hand on the tiddlers with multiple lines and then set this per your example in $:/config/SystemFileExtensions: [has[ismulti]then[.json]] But that didn't do

[tw5] Re: How to save multiple lines into a field ?

2020-07-17 Thread 'Mark S.' via TiddlyWiki
Yes, that's SOP. It's unclear to me that the problem addressed in the PR is the same problem I'm experiencing. Thanks! On Friday, July 17, 2020 at 10:54:36 AM UTC-7, Saq Imtiaz wrote: > > Mark: did you restart the server after adding the two files, and then also > reload the wiki in the

[tw5] Re: How to save multiple lines into a field ?

2020-07-17 Thread 'Mark S.' via TiddlyWiki
> > > You could also merge that patch in a local copy of the repo and run that > until it is officially merged. > https://github.com/Jermolene/TiddlyWiki5/pull/4630 >

[tw5] Re: How to save multiple lines into a field ?

2020-07-17 Thread 'Mark S.' via TiddlyWiki
On Friday, July 17, 2020 at 6:53:58 AM UTC-7, Saq Imtiaz wrote: > > @Mark > > > Personally I find the JSON saving for multiline fields on node.js lacking > and a deal breaker for use of multiline fields, it negates the advantage of > having content in a format easily editable in external

[tw5] Re: How to save multiple lines into a field ?

2020-07-17 Thread 'Mark S.' via TiddlyWiki
Here's a longer version of the test, where you can restore the "saved" text. The multiple lines are restored as expected: <$button>Do transfer > <$list filter="[[That Tiddler]]" > > <$action-setfield saveme={{!!text}} /> > > > > {{That Tiddler!!text}} > > <$button>Transfer back > <$list

[tw5] Re: How to save multiple lines into a field ?

2020-07-17 Thread 'Mark S.' via TiddlyWiki
On Thursday, July 16, 2020 at 11:57:45 PM UTC-7, Saq Imtiaz wrote: > > > Note that the resulting field can look like all linebreaks are stripped > due to how its rendered. Especially if viewing the field in the info > section of the tiddler, as it is rendered in a table cell instead of a >

[tw5] Re: How to save multiple lines into a field ?

2020-07-16 Thread 'Mark S.' via TiddlyWiki
Hi Tony, All editing happens in the browser. I can see what happens inside of node.js. When node parses the tiddler, it perceives the line break as meaning the end of the "fields" section (top section) of the tiddler. It interprets everything else that remains as "text" -- including the

[tw5] How to save multiple lines into a field ?

2020-07-16 Thread 'Mark S.' via TiddlyWiki
I just discovered that attempting to store multiple lines into a field (other than the text field) will either 1. Lose the line feeds on standalone TW ... or .. 2. Corrupt the ".tid" file on node.js (becomes obvious when you restart node) Is there any special technique for saving multiple

Re: [tw5] Re: Notes on History - How would you do it?

2020-07-14 Thread 'Mark S.' via TiddlyWiki
The built-in date format (<>) and filter operators only work with dates after 1900. So this this might be a good case for making your own date fields with -mm-dd format which can then be sorted sanely and used with the compare operator. On Tuesday, July 14, 2020 at 7:42:02 PM UTC-7, Scott

[tw5] NotoWritey -- Editor/Outliner for TiddlyWiki, v0.0.9 ++ (thread #3)

2020-07-13 Thread 'Mark S.' via TiddlyWiki
Per request starting a new thread since that last one was paginating in public. Vsn. 0.0.9 adds the ability to suppress the left hand fold control while still being in edit mode. @TT -- You mentioned wanting to turn off splitting everywhere. Note that if you put in your own split string (e.g.

[tw5] Re: Reveal State based off of Tiddler With Spaces in Title ??

2020-07-13 Thread 'Mark S.' via TiddlyWiki
Are you talking about the tiddler that is a task, or the tiddler that holds the priority? Because this seems to work fine out of the box: <$list filter="[tag[Task]]"> <$reveal type="match" state="ToDo: Get Some Day!!edit_priorities" text="1"> <>: <$edit-text field="priority" size="3" /> --

[tw5] Re: TiddlyDesktop exits w/ error on Fedora 30

2020-07-12 Thread 'Mark S.' via TiddlyWiki
I feel that vsn 14 might be a bit buggy. Can't remember the details, but I seem to recall others having problems. That error message looks like some important library file is missing. Possibly worth trying v 13 which works for me on xubuntu. On Sunday, July 12, 2020 at 6:35:35 PM UTC-7,

[tw5] Re: How to stop "Draft of" pop when a new draft is created.

2020-07-12 Thread 'Mark S.' via TiddlyWiki
I'm in the second category. I'll be editing two or more tiddlers at a time, needing to copy information back and forth. The little draft flags block the visibility when using the Vim search box. So I'd like to know if there is some way to suppress them. On Sunday, July 12, 2020 at 4:32:06 PM

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

2020-07-10 Thread 'Mark S.' via TiddlyWiki
v0.0.8 Adds the ability to specify your own split-by string https://marxsal.github.io/various/notowritey.html > -- 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

[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread 'Mark S.' via TiddlyWiki
On Friday, July 10, 2020 at 3:29:34 PM UTC-7, TW Tones wrote: > > Mark, > > I am not sure what Time Zone you are in but I find time of day issues when > I don't add UTC into the tiddlywiki data format. The date can be the day > before for me because of this. > > > Yes. That's exactly why

[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-10 Thread 'Mark S.' via TiddlyWiki
Are you using native input fields? Or dates like "-mm-dd" ? The date macros currently use either a field with native TW date built in or dates broken out by year, month , day as input. Unfortunately they output dates like -mm-dd. I suppose it would be possible to add a function that can

[tw5] Re: How to use the Vim mode in Code-Mirror?

2020-07-10 Thread 'Mark S.' via TiddlyWiki
Well, I'm having a bit of a monologue here. Maybe everyone already knew this, but apparently when you add plugins to a node.js TiddlyWiki, you have to manage the dependencies yourself. I'm not sure if that was necessary for Vim in 5.1.22 -- the commit comment on several of the codemirror items

[tw5] Re: How to use the Vim mode in Code-Mirror?

2020-07-10 Thread 'Mark S.' via TiddlyWiki
It really appears at this point that the vim keymap and/or the codemirror plugins for in the pre-release 5.1.23 are broken. I'm able to add the codemirror plugin directories from the 5.1.22 release and it works. On Friday, July 10, 2020 at 8:55:04 AM UTC-7, Mark S. wrote: > > Yesterday I was

[tw5] Re: How to use the Vim mode in Code-Mirror?

2020-07-10 Thread 'Mark S.' via TiddlyWiki
Yesterday I was able to work for several hours with Vim in Codemirror. But I didn't have a "proper" set up -- it was a mix of node and drag-n-drop plugins. When I set up everything "properly" in node, with pre-release, or with 5.1.22 single file, I always get this message in the RSOE:

[tw5] Re: How to use the Vim mode in Code-Mirror?

2020-07-09 Thread 'Mark S.' via TiddlyWiki
Ctl-C and Ctl-[ work as alternative escape keys, if anyone is interested. On Thursday, July 9, 2020 at 11:19:23 AM UTC-7, Mark S. wrote: > > > I was trying to use the Code Mirror Vim keymap. > > The problem is that the escape key, which is used to change edit modes in > Vim, is still mapped to

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

2020-07-09 Thread 'Mark S.' via TiddlyWiki
Hi Tony, Thanks for the heads up. Technically, it was working fine. But you probably weren't in the mood to learn Vim today ;-) I *think* I've got a new version posted that should work OK. It looks like I need to add another step to my production cycle to be sure I've removed the developer's

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

2020-07-09 Thread 'Mark S.' via TiddlyWiki
New in vsn 0.0.7 . Neatened up export options. Added text export option. Added backup to zip file option. -- 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: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread 'Mark S.' via TiddlyWiki
tiddlymap has now been updated to reflect these changes. On Thursday, July 9, 2020 at 5:04:00 AM UTC-7, Stephen Wilson wrote: > > Found it...discussion which mentions Evans site going down. > >

[tw5] How to use the Vim mode in Code-Mirror?

2020-07-09 Thread 'Mark S.' via TiddlyWiki
I was trying to use the Code Mirror Vim keymap. The problem is that the escape key, which is used to change edit modes in Vim, is still mapped to the the "cancel tiddler" functionality in TiddlyWiki. So you can't change modes without also closing out the current tiddler and abandoning your

[tw5] Re: http://evanbalster.com/ where are you!!!!

2020-07-09 Thread 'Mark S.' via TiddlyWiki
https://marxsal.github.io/various/playground.html#Date%20Conversion%20Macros You can calculate future dates. Coupled with the range widget, you could calculate a series of dates every X days apart. To poke it back into a field requires a button or other action widget, as always. If you have an

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

2020-07-09 Thread 'Mark S.' via TiddlyWiki
When you make the view template, and remember to put {{!!created}} in the text field, the date should show up in view mode on EVERY tiddler. If it doesn't, then you've probably done something wrong in the creation of the template tiddler. The dates should show up with the default formatting.

[tw5] Macro for exporting multiple tiddlers as zip file

2020-07-08 Thread 'Mark S.' via TiddlyWiki
I was thinking of export options for NoteWritey, when I remembered that TW 5.1.23 will have a new zip plugin update. In fact, it actually works now in 5.1.22 if you drag and drop in the jszip plugin from the prerelease. Well, I think it does. As you may know, when you try to export multiple

[tw5] Re: Stroll with Node.js

2020-07-08 Thread 'Mark S.' via TiddlyWiki
The one's from snowgoose, danielo, sq, and flibbles are part of other plugins. You can go into the plugin manager and see the other plugins. Depending on which version of Stroll you have, the way to find all the tiddlers that are actually part of Stroll is by the tag $:/giffmex/stroll or

[tw5] Re: Stroll with Node.js

2020-07-08 Thread 'Mark S.' via TiddlyWiki
Note that many of the tiddlers you have in your collection actually belong to other people's plugins. It would probably be best to keep the functionality of Stroll separate from that of the other tiddlers. Since you're using node, and already have separated tiddlers, you're only a few steps

[tw5] Re: Is there an editable Wiki for TiddlyWiki somewhere?

2020-07-07 Thread 'Mark S.' via TiddlyWiki
The package "Bob" can do this. But it is best inside a home or office, not for facing the internet. The internet poses security challenges. https://github.com/OokTech/TW5-Bob On Tuesday, July 7, 2020 at 5:23:38 AM UTC-7, Michaelsy wrote: > > But I am not sure what you want. >> > I imagine a

[tw5] Re: table of contents inculuded config

2020-07-07 Thread 'Mark S.' via TiddlyWiki
You can use the "sort" parameter to exclude: <> On Tuesday, July 7, 2020 at 7:57:25 AM UTC-7, aebi...@gmail.com wrote: > > I tried to create table of contents using this tutorial: > > > https://www.youtube.com/watch?v=mzoMhKx0j8g=PLzZCajspPU_UjFn0uy-J9URz0LP4zhxRK=3 > > All is correct excluded:

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

2020-07-06 Thread 'Mark S.' via TiddlyWiki
I like dropping in a macro and ... away you go. I don't want things to become too complicated. Unfortunately, the toolbar doesn't know about the *contents* of it's tiddler. That is, it doesn't know anything about the macro it contains. And, of course, someone could, in a spate of cruelty, put

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

2020-07-06 Thread 'Mark S.' via TiddlyWiki
There is now a Publication/Read-only mode. Hopefully I didn't break anything making it, because a lot of CSS got moved around. The button is down in the settings. Once you're in the view mode, to get back to regular mode hover over the bottom of the "document" (usually the bottom of the

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

2020-07-05 Thread 'Mark S.' via TiddlyWiki
You and I are on opposite day/night schedules, so I'm keeping my response short. On Sunday, July 5, 2020 at 9:35:12 PM UTC-7, TW Tones wrote: > > > I have a build a Generic snapshot inspired by your copy to > clipboard/tiddler. It is only version 0.1 but not far from completion. If > you

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

2020-07-05 Thread 'Mark S.' via TiddlyWiki
Hi Tony, Do you mean a view mode as straight text, or a view mode that retains the outline indenting? A reading mode would be nice, but it would probably take a bit of thought. When the "hamburg" menu disappears, a lot of the CSS is likely to need tweaking. And, where would the toggle view

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

2020-07-05 Thread 'Mark S.' via TiddlyWiki
Hi Birthe, Thanks for the feedback! When you say "mobile" view, do you mean some special view mode, or do you mean on a mobile device? How big is your screen? When I try it on my tablet, I'm able to see the edit icons in landscape mode. I'm also able to see them in portrait mode, but I have

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

2020-07-04 Thread 'Mark S.' via TiddlyWiki
New release! Now you can edit in a nearly distraction-free way. When you edit, the bottom control section is gone. Floating off to the right is a checkmark control for closing the edit, and a settings cog for bringing up additional choices. There should be screenshots below.

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