[tw5] Re: Don't call attention to TWC

2020-05-27 Thread TonyM
Yakov, As I said, I believe TWC should be maintained at a minimum and its great its getting more attenton. > Do you mean that on TW5 you are not using plugins much? > I do yous particular ones quite a bit, however when there is no plugin for an idea I have its much easier for me to build

[tw5] Re: Including newlines in a URL-encoding macro definition

2020-05-27 Thread TonyM
Soren, Did you try using the tags themself? Most html is past through. I feel your pain, I was using and modifying previous mailto implementation and something was so fragile I have up after hours of frustration each time. Regards Tony On Thursday, May 28, 2020 at 7:52:44 AM UTC+10, Soren

[tw5] Re: Conditionally trigger action-createtiddler using a List Widget

2020-05-27 Thread TonyM
Lisa Quick tip: Wrapping even a list that contains actions widgets with a button is sufficent to trigger that action for every item in the list. \define journalTiddlerName( ) $(when)$ $(project)$ \define state() $:/state/$(currentTiddler)$ \define createTodaysEntry() <$action-createtiddler

[tw5] Repeated externalizing images

2020-05-27 Thread Ed Heil
I just ran across a painful "gotcha." I have a tiddlywiki with some external images, created by running a command like this -- https://tiddlywiki.com/static/ExternalImages.html I added a few more images by dragging and dropping, and then decided I wanted to externalize them again. So I ran

[tw5] Conditionally trigger action-createtiddler using a List Widget

2020-05-27 Thread 'Lisa Wasserman' via TiddlyWiki
I'm still trying to automatically create a new tiddler if one of the required title doesn't exist. My existing code is as follows: \define journalTiddlerName( ) $(when)$ $(project)$ \define state() $:/state/$(currentTiddler)$ \define createTodaysEntry() <$action-createtiddler $basetitle=<>

[tw5] Re: Can you disable cross-browser sync in Node?

2020-05-27 Thread Soren Bjornstad
Ooh, I think this explains why my wiki has developed a habit of randomly losing all its open tiddlers recently! I'll give this one a shot. On Wednesday, May 27, 2020 at 12:54:57 AM UTC-5, Saq Imtiaz wrote: > > This is an unintended bug surfaced by that change. > > For now add $:/StoryList to the

[tw5] Re: Create new tiddlers based on templates

2020-05-27 Thread TonyM
Bimlas, I believe this was made possible by a minor change that ensured this would work like the clone. I am revisiting my own new tiddler from template process. I will share Shortly. Regards Tony On Wednesday, May 27, 2020 at 11:55:31 PM UTC+10, bimlas wrote: > > Dear all, > > There was

Re: [tw5] Re: node.js noob questions

2020-05-27 Thread Scott Sauyet
David Gifford wrote: > My current set up is: > 1) After editing, ctrl c and y for yes, and enter > 2) Hit tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain --rendertiddler $:/core/templates/static.template.css static/static.css text/plain and

[tw5] Re: Twitter Plugin issue

2020-05-27 Thread Joshua Fontany
The Twitter plugin is an "official plugin", and this installed in the Node.js folder that TW is downloaded to. You will simply need to edit the wiki's `tiddlywiki.info` file and include it as "tiddlywiki/twitter" in the plugins array. Non-official plugins will need to be downloaded and placed

[tw5] Twitter Plugin issue

2020-05-27 Thread Jared Volpe
Can someone help me with instructions for installing the official Twitter plugin? I'm running TW with Node. I can't seem to find the plugin to drag into my instance. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread David Gifford
https://www.youtube.com/watch?v=6DNbwJN6FMg=1m11s On Wednesday, May 27, 2020 at 11:23:22 AM UTC-5, TiddlyTweeter wrote: > > Sorry, but the title was too inviting ... https://youtu.be/CK0JLpVed0Q > > On Wednesday, 27 May 2020 16:46:51 UTC+2, Kevin Kleinfelter wrote: >> >> I'm trying to convert

[tw5] Re: EditButtons plugin (and others) updated for TW 5.1.22

2020-05-27 Thread h0p3
Yes. I'm grateful for this plugin. I use it every day. Thank you. On Wednesday, May 27, 2020 at 4:18:34 PM UTC-4, Thomas Elmiger wrote: > > Hi folks, > > Many, many thanks to Mat for pushing me a bit to a) fix one of my plugins > for TW 5.1.22 and b) to officially launch it to the public

Re: [tw5] Re: Preview: keyboard driven draggable bullets

2020-05-27 Thread David Gifford
Thanks Thomas! I just added my contribution there: https://giffmex.org/experiments/redesign.html On Wed, May 27, 2020 at 5:23 PM Thomas Elmiger wrote: > OGNSYA, as you are a designer, you might be interested in the discussion > sregarding TW UI here >

[tw5] Re: Introducing TiddlyRemember, a tool for integrating TiddlyWiki with Anki spaced-repetition flashcards

2020-05-27 Thread si
Awesome it's working fully for me now. Thanks for the quick fix! If you would permit me to make a feature request: it would be cool if the add-on also worked with encrypted wikis. There is a password command on TW for Node.js so it seems like this would

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
No problem. I was the one who convinced you to move to tiddlywiki/markdown.I might as well make sure it works for you. -- 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

[tw5] Best Practice for Deleting Plugins?

2020-05-27 Thread Kevin Kleinfelter
Is there a 'best practice' for how to thoroughly and effectively delete plugins? (I'm using node.js, if that matters.) I've been just deleting the plugin's tiddler. Today, I had to spend some quality time poking around in my tiddlers folder, and I see a bunch of leftover $__plugins files

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Huh. I changed content-type to text and then back to markdown and now it (the old one) works. I'm going to guess it was a caching issue. ... and I've applied your v2, and that works too. Thank you for all your effort! On Wed, May 27, 2020 at 5:23 PM Flibbles wrote: > Odd. It's working for

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-27 Thread Thomas Elmiger
OGNSYA, as you are a designer, you might be interested in the discussion sregarding TW UI here too. Cheers, Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Including newlines in a URL-encoding macro definition

2020-05-27 Thread Soren Bjornstad
I'm trying to implement a mailto: based mail-merge in TiddlyWiki and am 95% of the way there borrowing the code provided in this thread: https://groups.google.com/forum/#!searchin/tiddlywiki/tiddlywiki$20mail$20merge|sort:relevance/tiddlywiki/wNpULbptm4w/h3He4gbGAwAJ However, the tiddlerencoded

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
Also, I've put more effort into it and have created the version of wrapper which is better tested, and supports hardbreak (putting spaces at the end of lines to force a linebreak). This is the one I'll be submitting in my PR. -- You received this message because you are subscribed to the

[tw5] Re: Obsidian - Roam competitor

2020-05-27 Thread Diego Mesa
I recommend searching the comments thread for "Tiddlywiki". One comment: "Obsidian is crazy good for how new it is. And the team is moving extremely fast. It seems like they really know what they want out of this product. I've tried dozens of knowledge management tools and settled on TiddlyWiki

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
Odd. It's working for me. Are you certain you actually removed the .txt file extension? My operating system only pretended to when I first tried it just now. If you search for "wrapper" in your tiddlywiki, and you get a tiddler with a title that has a filepath relative to your operating

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Hmmm... I'm not seeing any effect. I saved it as '$__plugins_tiddlywiki_markdown_wrapper.js.tid' in my tiddlers folder, and restarted TW. I do have a plugins/tiddlywiki/markdown/wrapper.js. Is that overriding the .tid maybe? If I hide it and restart, I lose rendering of Markdown. On Wed, May

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Yakov
Hi Tony Here are some personal observations to consider; > >- In TWC I found my self dependant on others releasing new versions, >rather than in TW5 I can use wiki text to solve almost anything. > - I used to go to Erics tiddlytools and the recent tab regularly > > Do you mean

[tw5] Re: EditButtons plugin (and others) updated for TW 5.1.22

2020-05-27 Thread Mat
This is one of those things that at first makes you think "Hm, OK, I guess that's neat like, say, how *icons* or some *shortcut *can be useful every now and then" ...but after a while you realize that you use this ALL THE TIME so it is actuall a pretty big deal. I have used this in *every *wiki

[tw5] EditButtons plugin (and others) updated for TW 5.1.22

2020-05-27 Thread Thomas Elmiger
Hi folks, Many, many thanks to Mat for pushing me a bit to a) fix one of my plugins for TW 5.1.22 and b) to officially launch it to the public through this group. The *EditButtons* plugin makes editing more efficient by adding three buttons to the edit toolbar: - Cancel & Close (Discard

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
This is because there's a bug in tiddlywiki/markdown where it's not properly respecting the *$:/config/markdown/breaks* tiddler. I'll submit a PR later today, but it'll probably take a while before it gets into master. Jermolene is still recovering. In the meantime, attached is a

[tw5] Re: Tag drag and drop

2020-05-27 Thread Damon Pritchett
Alright, after a little more investigation, I have figured out what the issue is. At some point, I had added a style for the drop-down menus to for display: content. This was what broke it. I don't remember now why I did this and when I took that out, but that's the culprit. Later, Damon

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Whoops! Typo: Kevin Kleinfelter 3:04 PM (0 minutes ago) to tiddlywiki More question: This works with KaTeX, whether content-type is set to TW5 or Markdown. - $$\ce{CO2 + C -> 2 CO}$$ With type=text/vnd.tiddlywiki, the following works, but with text/x-markdown it just shows up as text

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
More question: This works with KaTeX, whether content-type is set to TW5 or Markdown. - $$\ce{CO2 + C -> 2 CO}$$ With type=text/vnd.tiddlywiki, the following works, but with text/x-markdown it just shows up as text (without the $$): - $$\ce{CO2 + C -> 2 CO}$$ So it looks like the pragma

[tw5] Tag drag and drop

2020-05-27 Thread Damon Pritchett
Hello folks, Somehow I've managed to break the drag and drop behavior of ordering tags. The file I saved 4 days ago behaves normally and I've looked at all the differences I made between then and now. Other than content, I made some styling changes, but backing those out didn't fix it. What

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
That would do it. I'm glad it's working out for you now. :) -- 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

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Back to my original question regarding disabling the plugin, I think I know what happened. I think I must have visited the $:/plugins/anstosa/tw5-markdown tiddler, and opened+saved the shadow tiddler $:/plugins/anstosa/tw5-markdown/wrapper.js. That would cause a

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
Haha, OK, since you were so comfortable with the {{{ [enlist{!!list}] }}} thing, I assumed you had some more experience (all the braces would have freaked me out if I were totally new, for sure). Sorry. You can do it like the following instead which is pure WikiText without involving the

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

2020-05-27 Thread Saq Imtiaz
The button widget is far more powerful than users realize. You can use it to create any html element with an onclick handler that triggers actions. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

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

2020-05-27 Thread Saq Imtiaz
@Mark using tag=div on the button should help. It surfaces another issue, which is that trying to select text in view mode triggers the click (and editing). I have a couple of workarounds in mind, will investigate soon. -- You received this message because you are subscribed to the Google

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Absolutely fantastic! Thank you. On Wed, May 27, 2020 at 1:53 PM Flibbles wrote: > \rules is pretty poorly documented, but here's the best I can give you >

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
\rules is pretty poorly documented, but here's the best I can give you . That's what documenation exists, the list of rules, and the relevant

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Beautiful! Thanks to you both. Another question: I use KaTeX. anstosa seems to pass that through to KaTeX. The standard plugin doesn't. Perhaps there is a pragma? e.g. This should render as a formula: $$\displaystyle f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi$$ Where can

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread 'Jake' via TiddlyWiki
okey... now I'll try to process this one... it may take several days... :)) i liked "{{{ [enlist{!!list}] }}}" more. But anyway - thanks a lot! You were very helpfull! -- You received this message because you are

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

2020-05-27 Thread 'Mark S.' via TiddlyWiki
On Wednesday, May 27, 2020 at 10:17:45 AM UTC-7, springer wrote: > > Mark, this is great for situations where we know we'll want fine-grained > tiddlers down the road, but authoring and viewing want a more unified > interface (with easy transitions between authoring and viewing). > > Yes. But

[tw5] Re: Preview: keyboard driven draggable bullets

2020-05-27 Thread OGNSYA
Good work! That video is very *exciting*. TW is amazing, but I'm really put off by the friction in creating/editing tiddlers (and dealing with transclusions). In your demo not only you have direct editing (with formatting), but you also seem to have live transclusion. In other words, it's not

Re: [tw5] Personal News

2020-05-27 Thread jwd
Hoping you are well on the way to being mended. Rest easy in the knowledge that you have helped a vast number of heads to be big enough to hold everything we need to remember. Be well Jonathan On Friday, May 22, 2020 at 4:05:49 AM UTC-4, Jeremy Ruston wrote: > > Thank you again for all the

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
Sorry. Make that this: .tc-tiddler-preview li > :first-child, .tc-tiddler-body li > :first-child { display: inline } If you do anything like * list items With multiple lines Like this * Or even * Multiple list Just make sure it's producing what you expect. -- You received this

[tw5] noob tiddler editor tag question

2020-05-27 Thread Ha Thu
hey, new to the community, and really excited about tw. just recently got up and running (simple node js setup), and haven't been able to figure this one out. i like to use the keyboard to navigate as much as possible, and when tabbing from the tiddler title to the body text field, the cursor

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Birthe C
Mat, Anyhoo... if there is a discussion between Yakov and Jeremy, I hope the > pros and cons of the systems can be discussed and the reason why there was > a need to create TW5. > That was one of the suggestions for a hangout and didn't that kind of start out this discussion? One thing

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
@Saq Imtiaz: I think we just experienced a race condition with responding to Kleinfelter. Same answer asynchronously. @Kleinfelter: As for the paragraph break, turns out that's actually how Remarkable rolls. It treats all the content in as a block. BUT, I got good results by adding the

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

2020-05-27 Thread springer
Mark, this is great for situations where we know we'll want fine-grained tiddlers down the road, but authoring and viewing want a more unified interface (with easy transitions between authoring and viewing). One potential frustration came up while I checked out NotoWritey: if I'm

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Saq Imtiaz
the problem is that [[..]] is not valid markdown syntax for a link. To enable that format for a link with the official MD plugin follow these steps: edit the following shadow tiddler: $:/config/markdown/renderWikiTextPragma and replace the text with: \rules only html image macrocallinline

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
You can configure it to accept [[links like this]]. tiddlywiki/markdown disables a lot of wikipatterns, but you can reenable what you want. Just change $:/config/markdown/renderWikiTextPragma from \rules only html image macrocallinline syslink transcludeinline wikilink filteredtranscludeblock

Re: [tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
Re: the quick note Thanks. I appreciate your work on relink-markdown. I'm just trialing the official Markdown based on you suggestion and I've run into a few issues with anstona. The issues I'm seeing with converting to the official plugin include: - Gotta change all my internal links from

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
You can do this. Create a macro tiddler with this content: tags: $:/tags/Macro text: \define commalist() {{{ [enlist{!!list}] }}} \end ...and then add the following styledef to an existing stylesheet or creeate a separate stylesheet like this: tags: $:/tags/Stylesheet type: text/css text:

[tw5] Markdown Pluging Surrounding List Items With Paragraph

2020-05-27 Thread Kevin Kleinfelter
I'm trying to switch from the Anstosa Markdown plugin to the standard Markdown plugin. One show-stopper is that the standard Markdown plugin is adding tags inside list elements. This separates the items in bullet lists with way too much space. e.g. Markdown content of * one * two * three

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread 'Jake' via TiddlyWiki
среда, 27 мая 2020 г., 18:18:20 UTC+3 пользователь Mat написал: > > You might also be interested in Flibbles Relink plugin. > > <:-) > wow-wow-wow... what sorcery is this??? ༼ つ ◕_◕ ༽つ i tried this Flibbles Relink plugin - and looks like it worked! I also thought it would be difficult to

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Mat
TiddlyTweeter wrote: > > I like you. Feeling does comes into it for me. I'm happy to jostle with > you, x > Friendly tussle. Yes? > I like you too, as should be obvious, but this still doesn't have anything to do with TWC vs TW5 :-) Anyhoo... if there is a discussion between Yakov and Jeremy,

[tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread TiddlyTweeter
Sorry, but the title was too inviting ... https://youtu.be/CK0JLpVed0Q On Wednesday, 27 May 2020 16:46:51 UTC+2, Kevin Kleinfelter wrote: > > I'm trying to convert from using anstosa/tw5-markdown to the markdown > plugin in the TW plugin library. > > I'm running a node.js Tiddlywiki. I have

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread 'Jake' via TiddlyWiki
среда, 27 мая 2020 г., 18:18:20 UTC+3 пользователь Mat написал: > > > OK, you can put this at the bottom of the text field > > {{{ [enlist{!!list}] }}} > > You're right that if you change the titles of those tiddler, then this > will be updated. You might also be interested in Flibbles Relink

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

2020-05-27 Thread Birthe C
Mark S, I used it for a couple of documents yesterday. I found it easy and fast to use. I think maybe we should use it for a while to see, what and if something is missing - and of course we are all anticipating to see Saq's file. Birthe -- You received this message because you are

[tw5] Re: Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Flibbles
I'm not able to replicate this problem. The only file trying to load tw5-markdown/highlight.js is tw5-markdown/wrapper.js. If you remove the plugin altogether, it should allow your server to boot. (Just a quick note though. If migrating becomes too much of an issue, relink-markdown will work

[tw5] Re: Understanding "Installing custom plugins on Node.js"

2020-05-27 Thread Flibbles
For the second method, your project directory will have stuff laid out like this: ``` tiddlywiki.info tiddlers/{all my tiddlers} plugins/pluginName/plugin.info plugins/pluginName/(other plugin stuff} ``` If you have your project set up like this, then your tiddlywiki server will have

[tw5] Obsidian - Roam competitor

2020-05-27 Thread Diego Mesa
Yet another Roam competitor, Obsidian: "Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files." Link: https://obsidian.md/ HN Comments: https://news.ycombinator.com/item?id=23324598 Note the creator of obsidian is in the comments as well. --

Re: [tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Yes @David Gifford, into the "Markdown" seciton just below the existing hint "Autocompletion for linking doesn't work in my Markdown tiddlers!". Thanks. Petr On Wednesday, May 27, 2020 at 5:41:50 PM UTC+2, David Gifford wrote: > > I just want to be clear before I add these instructions: this

Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Here is the text I am considering to update the troubleshooting tiddler regarding Markdown. Is this clear or does this need to be made more clear in any way? ''I have the markdown plugin, but autocompletion for linking doesn't work in my Markdown tiddlers!'' The autocompletion of links with

Re: [tw5] Re: TW5 PHP Saves

2020-05-27 Thread Ron Poulin
Tony: Thank you. What a time save and it is so easy to install. I owe you one bud! Ron On Sat, May 23, 2020 at 9:54 PM TonyM wrote: > Ron, > > I had so many problems with store php perhaps due to my own ignorance, but > I find tw-receiver, a much better solution for PHP. > >

[tw5] Re: markdown plugin configuration ineffective

2020-05-27 Thread Kevin Kleinfelter
Ugh. Never mind. I'm an idiot. I neglected to set the tiddler type to markdown. -- 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

Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
I just want to be clear before I add these instructions: this change to the markdown instructions would be in addition to the currently existing instructions at https://giffmex.org/stroll/stroll.html#Troubleshooting, correct? On Wed, May 27, 2020 at 10:35 AM Brady77 wrote: > Hi @Saq Imtiaz >

Re: [tw5] Re: node.js noob questions

2020-05-27 Thread David Gifford
Thanks Scott My current set up is: 1) After editing, ctrl c and y for yes, and enter 2) Hit tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain --rendertiddler $:/core/templates/static.template.css static/static.css text/plain and enter 3) Select all

[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Hi @Saq Imtiaz Now the link renders correctly! @David Gifford It would be nice if you add this note to the Stroll instructions (to edit the shadow tidder as well). Thank you all for your help. On Wednesday, May 27, 2020 at 5:20:22 PM UTC+2, Saq Imtiaz wrote: > > @Brady77 the problem is that

[tw5] markdown plugin configuration ineffective

2020-05-27 Thread Kevin Kleinfelter
I can't get Plugin Configuration for the markdown plugin to have any effect. I set breaks to true by editing $:/config/markdown/breaks. I reloaded the wiki in the browser. But the following text renders as "line1 line2 line3". line1 line2 line3 The description for this configuration item

Re: [tw5] Re: node.js noob questions

2020-05-27 Thread Scott Sauyet
David Gifford wrote: > Scott Sauyet wrote: >> David Gifford wrote: >>> What would you guys say is the most efficient way to organize uploads of the html files I generate with node.js so that I am not uploading the whole folder of hundreds of tiddler htmls every single time I make changes to a

[tw5] Re: Stroll updates

2020-05-27 Thread Saq Imtiaz
@Brady77 the problem is that [[..]] is not valid markdown syntax for a link. To enable that format for a link follow these steps: edit the following shadow tiddler: $:/config/markdown/renderWikiTextPragma and replace the text with: \rules only html image macrocallinline syslink

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
Jake wrote: > > I want the list content to show at the bottom of the specific tiddlers. > OK, you can put this at the bottom of the text field {{{ [enlist{!!list}] }}} You're right that if you change the titles of those tiddler, then this will be updated. You might also be interested in

[tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Hi Brady77 1) Do you have the Markdown plugin? The troubleshooting was for people who have that plugin installed and are having problems. https://tiddlywiki.com/plugins/tiddlywiki/markdown/ 2) Did you refresh your browser after creating the shadow tiddler? On Wednesday, May 27, 2020 at

[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Well, I do think so. Saved and reloaded. Not sure if "refresh" means something else... Thanks. On Wednesday, May 27, 2020 at 5:05:06 PM UTC+2, David Gifford wrote: > > Hi Petr > > Did you refresh your file? That is a plugin change. I may need to make the > instructions clearer. Does refreshing

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread 'Jake' via TiddlyWiki
I want the list content to show at the bottom of the specific tiddlers. Well, I can always write them down as an ordinary text like: "see also: [[blabla]], [[blablabla]]", but as I understand they won't update if I change the name of the tiddler. And the items in the "lists" as I understood

[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Sorry, just edited my previous post. P On Wednesday, May 27, 2020 at 5:01:41 PM UTC+2, David Gifford wrote: > > no screenshot? > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it,

[tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Hi Petr Did you refresh your file? That is a plugin change. I may need to make the instructions clearer. Does refreshing your file work? On Wednesday, May 27, 2020 at 10:01:41 AM UTC-5, David Gifford wrote: > no screenshot? > > On Wednesday, May 27, 2020 at 9:54:13 AM UTC-5, Brady77 wrote: >>

[tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
no screenshot? On Wednesday, May 27, 2020 at 9:54:13 AM UTC-5, Brady77 wrote: > > Hi David, > > thanks for your release. I have a problem with the official Markdown > plugin and links. Following your instructions I made a system tiddler $:/ > config/EditorTypeMappings/text/x-markdown,

Re: [tw5] Re: node.js noob questions

2020-05-27 Thread David Gifford
A static site with individual html pages for each tidder. And thank you for your answer to the other question! On Wed, May 27, 2020 at 9:36 AM Scott Sauyet wrote: > David Gifford wrote: > > > What would you guys say is the most efficient way to organize uploads of > the html files I generate

[tw5] Re: Stroll updates

2020-05-27 Thread Brady77
Hi David, thanks for your release. I have a problem with the official Markdown plugin and links. Following your instructions I made a system tiddler $:/ config/EditorTypeMappings/text/x-markdown, autocomplete works, but the link does not render correctly (see the screenshot). Any suggestions?

[tw5] Re: Show items added in the list field of the current tiddler

2020-05-27 Thread Mat
First, you don't have to worry about tags slowing down TW. It is in extreme cases and, really, anything in extremes would probably slow down any system. TW is designe for using tags and if you don't... it's like pizza without any cheeze. (Is that even pizza?) Regardless, you question probably

[tw5] Plugin Hotel California - Can't Disable Plugin

2020-05-27 Thread Kevin Kleinfelter
I'm trying to convert from using anstosa/tw5-markdown to the markdown plugin in the TW plugin library. I'm running a node.js Tiddlywiki. I have anstosa/tw5-markdown installed "in the browser". I went to TW Control Panel and pressed the Disable button for $:/plugins/anstosa/tw5-markdown.

[tw5] Re: node.js noob questions

2020-05-27 Thread Scott Sauyet
David Gifford wrote: > What would you guys say is the most efficient way to organize uploads of the html files I generate with node.js so that I am not uploading the whole folder of hundreds of tiddler htmls every single time I make changes to a few tiddlers on a daily basis? Are you

[tw5] Re: node.js noob questions

2020-05-27 Thread Scott Sauyet
> Is it possible to have multiple TiddlyWikis open at the same time in node.js? Like maybe one running in 127.0.0.1:8080/ and another running in a separate tab with some other string of numbers than 127.0.0.1:8080/? Yes, it's straightforward. tiddlywiki Folder1 --listen port=8080 tiddlywiki

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

2020-05-27 Thread 'Mark S.' via TiddlyWiki
This seems to be like a question TT might ask, "What is a document?" In this case, a document is a series of tiddlers chained together by a common tag. Once you have found a tiddler, you have also found the tag and can reconstruct the entire "document". It doesn't matter what the name of the

[tw5] node.js noob questions

2020-05-27 Thread David Gifford
Hi all I looked on tiddlywiki.com but didn't see answers to these questions. And digging into the node.js guides would bog me down in irrelevant technical info that probably is not relevant to TiddlyWiki. So I am asking here: 1) Is it possible to have multiple TiddlyWikis open at the same time

[tw5] Create new tiddlers based on templates

2020-05-27 Thread bimlas
Dear all, There was probably a similar solution already, but I just figured it out: I found a simple way to create templates for different tiddler types. For example, in the "Software" tiddlers, display the "website" and "platform" fields, and in the "Song" tiddlers, display "author", "album"

[tw5] Understanding "Installing custom plugins on Node.js"

2020-05-27 Thread Kevin Kleinfelter
I'm trying to apply the info from "Installing custom plugins on Node.js" at tiddlywiki.com, and I'm not "getting it." I need some help with understanding the details. I have a single npm-installed tiddlywiki server with 3 wikis. I see 3 methods described: environment variables, plugins

Re: [tw5] Re: Stroll updates

2020-05-27 Thread Reet Pandher
Hi Dave, No issues. For now whenever i need that TiddlyMap feature i just import all my tiddlers into an empty tiddlywiki file with tiddlymap and just work from there. Having it work in Stroll would just be a bonus addition :) Thanks On Wednesday, May 27, 2020 at 5:34:38 PM UTC+5:30, David

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Birthe C
Mat, I think as the years went by with TW classic, there were lots of thoughts and ideas. Some could be realised in that frame, others not so easy or not at all. The thoughts went towards a new version, now with a lot of experience and totally rewritten. Kind of we sometimes read discussion of

[tw5] Show items added in the list field of the current tiddler

2020-05-27 Thread 'Jake' via TiddlyWiki
Hi, I'm new with Tiddlywiki and I have a question to ask. I think it should be rather simple, but I've read quite a bit about Lists and Filter Operators and couldn't figure that out. (Btw, a little advise to those who write those database: it could really use some examples how the FINAL CODE

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread TiddlyTweeter
Mat wrote: > > TiddlyTweeter wrote: >> >> Mat wrote (lightly edited by me)... >>> >>> >>> Can I ask what makes you ... stick with TWC instead of switching to TW5? >>> What is it that you and the TWC community sees that Jeremy did not see when >>> he *evidently *said that TWC is not a good

[tw5] Re: Need help (yet again) with filter {match}

2020-05-27 Thread TonyM
TonyK That is OK, I could have done a rudimentary second set of eyes for syntax issues. As long as we solve each others problems in the end. Tony On Wednesday, May 27, 2020 at 8:20:59 PM UTC+10, Tony K wrote: > > @TonyM > > I always try to explain but still fails to :) sorry about that I will

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread TiddlyTweeter
Ciao Mat BTW, I hope this can be discussed without feelings. I like you. Feeling does comes into it for me. I'm happy to jostle with you, x Friendly tussle. Yes? I'm currently thinking about how to reply without trashing your point. TT, x > -- You received this message because you are

Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Hi Reet, Okay, yes, I am reproducing the error. I don't have the technical expertise to figure this error out, but here is a workaround: 1. Install the link-to-tabs plugin from https://wikilabs.github.io/editions/link-to-tabs/ and save and refresh. 2. Click the link icon over the Map tab

[tw5] Re: Don't call attention to TWC

2020-05-27 Thread Mat
TiddlyTweeter wrote: > > Mat wrote (lightly edited by me)... >> >> >> Can I ask what makes you ... stick with TWC instead of switching to TW5? >> What is it that you and the TWC community sees that Jeremy did not see when >> he *evidently *said that TWC is not a good enough system and it needs

Re: [tw5] Re: Stroll updates

2020-05-27 Thread Reet Pandher
Hi Dave, Sorry to bother you again but i have noticed a bug with TiddlyMap that exists in strollwiki but not in tiddlywiki. When you enter fullscreen mode in TiddlyMap in strollwiki and double click on a node it displays the following error: Internal JavaScript Error Well, this is embarrassing.

Re: [tw5] Re: Stroll updates

2020-05-27 Thread David Gifford
Yes, that should be it. On Tue, May 26, 2020 at 7:45 PM Alexander Zelenukhin < alexander.zelenuk...@gmail.com> wrote: > Peeped in TiddlyBlink: > $:/. giffmex/.Stylesheet4Stroll > > add a line: > html body.tc-body a.tc-tiddlylink {text-decoration: none; > background-color:#ffd; color:#66f;

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

2020-05-27 Thread bimlas
MarkS, It’s an ingenious solution, but I see the same problem in it as in bullet list solutions: it makes searching cumbersome. For example, if I search for "create", only that paragraph will be included in the search results, so if I want to see the original tiddler, I have to search back by

[tw5] Re: Need help (yet again) with filter {match}

2020-05-27 Thread Tony K
@TonyM I always try to explain but still fails to :) sorry about that I will get better with time Thank you @Eric @Saq that was it !!! thanks a lot On Wednesday, May 27, 2020 at 2:15:31 AM UTC+3, Tony K wrote: > > relevant portion of the code below > > > <$vars lastEntry="""{{{

  1   2   >