Re: [tw5] Re: Making Plugin Library

2020-04-30 Thread Mohammad Rahmani
Mark, On my local installation I use the http-server of node.js to allow other devices or in my desktop computer I can reach the library! For online I keep everything on GitHub! This way I can use library with Bob, TiddlyServer, Single TW, or TW+Node.js --Mohammad Best wishes Mohammad On F

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-30 Thread Alfonso Arciniega
Thanks, Riz, This is a script. Double-clicking it just opens an editor. On Tuesday, April 28, 2020 at 2:51:05 AM UTC-6, Riz wrote: > > Hi again Alphonso > > I am attaching here a simpler installer for Mac. You can download it and > simple double click it to run. Please try it and let me know >

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-30 Thread Alfonso Arciniega
Yes, Riz. I also uninstalled and installed it again from the add-on store. On Tuesday, April 28, 2020 at 12:07:54 AM UTC-6, Riz wrote: > > @Alphonso > Also, just clarifying: You have updated the add-on in Firefox from add-on > store first, right? -- You received this message because you are sub

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-30 Thread Alfonso Arciniega
Alfonsos-iMac:~ aaarciniega$ cat /Users/aaarciniega/Library/Application Support/Mozilla/NativeMessagingHosts/timimi.json cat: /Users/aaarciniega/Library/Application: No such file or directory cat: Support/Mozilla/NativeMessagingHosts/timimi.json: No such file or directory Alfonsos-iMac:~ aaarcin

[tw5] Re: find tiddlers with field name using regex?

2020-04-30 Thread Dave Parker
You all convinced me it was dumb to use a field *name* alone as a variable, so I used the info above to switch to keeping the dates in a field called dates like this: \define subj2(tag day) ''Current complaints'' <$set name="digit-pattern" value="$day$"> <$list filter="[regexp:dates]"> {{||cl

[tw5] Re: Making Plugin Library

2020-04-30 Thread Mohammad
Tony, Jed has introduced a method and there is an ongoing discussion in another thread with Jan! (see https://groups.google.com/d/msg/tiddlywiki/Tlje6l8UZiU/28FFCJp2AwAJ) I could not use of it to make the library easily and I use the Node.JS route -- Mohammad On Friday, May 1, 2020 at 4:31

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Mohammad
Nico, On Thursday, April 30, 2020 at 5:49:36 PM UTC+4:30, Nicolas Petton wrote: > > Mohammad > writes: > > > Hi Nico, > > Hi Mohammad, > > > Some comments: > > - when there is an unsaved tiddler opened (edit a new tiddler then > close > > all without closing the tiddlers under edit) it cove

[tw5] Re: Converting Geo-coordinates per Macro

2020-04-30 Thread Eric Shulman
On Thursday, April 30, 2020 at 7:31:18 PM UTC-7, Martin Hauer wrote: > > I would like to convert Geo-coordinates with a click on a button in a > Tiddler. > The coordinates should be converted from i.e. N 47° 04.624' to 47.077067° > and then a Google-Maps link should be created (http://maps.google

[tw5] Re: Enable Links To Missing Tiddlers

2020-04-30 Thread Dupui Uis
To clarify: my intention is whenever I create a link in my tiddler e.g. [[Hello]], it creates a tiddler named Hello; without having to click Edit and confirm. On Thursday, April 30, 2020 at 10:53:38 PM UTC-4, Dupui Uis wrote: > > Hello! > > Recently started using TiddlyWiki and am experiencing p

[tw5] Enable Links To Missing Tiddlers

2020-04-30 Thread Dupui Uis
Hello! Recently started using TiddlyWiki and am experiencing problems with the Wiki Links section in settings. I have the box checked for "enable links to missing tiddlers" however it still does not create links to tiddlers that do not exist. I have checked my core settings and they are perfect

[tw5] Converting Geo-coordinates per Macro

2020-04-30 Thread Martin Hauer
I would like to convert Geo-coordinates with a click on a button in a Tiddler. The coordinates should be converted from i.e. N 47° 04.624' to 47.077067° and then a Google-Maps link should be created (http://maps.google.at/maps?q=47.077067+015.437033"; target="_blank"> [img[in Google Maps anzeige

[tw5] Re: Is TiddlyDrive obsolete?

2020-04-30 Thread Michael Durland
Ok, in reply to own message, TiddlyDrive did eventually save. It just took a lng time. So I guess it still works. Excellent. Michael On Thursday, April 30, 2020 at 5:16:45 PM UTC-7, Michael Durland wrote: > > Hi, > The TiddlyDrive page seems to give a 404. > https://lordratte.gitlab.io/tidd

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-04-30 Thread TonyM
Flibbles, Exciting I will review ASAP. Thank you tony On Friday, 1 May 2020 10:50:14 UTC+10, Flibbles wrote: > > So I've decided to make such a plugin, and I'd like feedback. > > Here it is: https://flibbles.github.io/tw5-xml/ > It demonstrates the features as they are right now. > > It uses an

Re: [tw5] Re: XML plugin for Tiddlywiki??

2020-04-30 Thread Flibbles
So I've decided to make such a plugin, and I'd like feedback. Here it is: https://flibbles.github.io/tw5-xml/ It demonstrates the features as they are right now. It uses an <$xsl> widget to iterate through XML tiddlers using xpath. It's nifty, though I'm not sure of the name. Maybe it should be

[tw5] Re: Creating/updating a new Tiddler with with text the title of the current one

2020-04-30 Thread TonyM
Tony K I can give more details but if you make your own new tiddler button you can just use text=<> to populate the text field with the currentTiddler title. Regards Tony On Thursday, 30 April 2020 21:33:15 UTC+10, Tony K wrote: > > ok i did it with a button (still testing) but it is switchin

[tw5] Re: Create or start a setup routine for/in TW5 to import, configure and install selected plugins as well as external Tiddlers?

2020-04-30 Thread TonyM
There are many ways to do what you ask, so many its hard to know where to start. Its a very open Question. It may depend on how you want to build, like selecting ingredients, or just capturing changes. The plugin tiddler repositories are libraries, see recent discussions in the forum. However

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-30 Thread 'Mark S.' via TiddlyWiki
Let me try again. I'm asking a bit of a different question. How do I tell TS where to look for additional plugin libraries? Keep in mind that TS can serve up individual TW files. I would like to make a library of plugins available to those files, the way they can currently load plugins from th

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread TonyM
Walt, Using a automatically issues ID is wise in these circumstances, however I have done work of fixed serial numbers for tiddler so Personal Message me if you want to discuss. I am not in favor of using such a large serial number as created date/time, however the date can be transferred to a

[tw5] Is TiddlyDrive obsolete?

2020-04-30 Thread Michael Durland
Hi, The TiddlyDrive page seems to give a 404. https://lordratte.gitlab.io/tiddlydrive/ I found another page here: https://github.com/tiddlydrive/tiddlydrive.github.io but even that seems to be unmaintained as far as I can tell. I tried adding TiddlyDrive to my Google Drive as an app, and the I fo

[tw5] Re: Making Plugin Library

2020-04-30 Thread TonyM
Mohammad, Thanks very much for making this public, I expect eventually to make use of it, but since Ido not use github much and node implementations so much in a sophisticated way there is a learning curve. I was wondering if you can see a way to generate libraries from a filter on top of the

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-30 Thread Arlen Beiler
Here is my reply in that issue. I also include an example tiddlywiki.info Like I said, it's not a good idea to use the plugin library with data folders because they won't get upgraded when you upgrade to a newer version of TiddlyWiki. So that's probably why it's not included. https://github.com/A

[tw5] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2020-04-30 Thread TonyM
Reid, Love your work and thanks for the update. I noticed the alert when a Tiddler is already in the story river, I would love to see this as an independent plugin or incorporated into the core. I will revisit your DropBooard soon in detail. I will also promote its features again, I recall ho

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-30 Thread Anjar
Thanks! I tried different things, but after thinking a bit, maybe pure CSS is the simplest? .savebutton{ position: fixed; font-size: 40px; bottom: 10%; right: 0; margin: 5%; } .savebutton svg { display: none; } .savebutton body.tc-dirty span.tc-dirty-indicator, body.t

Re: [tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-30 Thread Arlen Beiler
You're the second person to ask that in the last few days. This must be a recent change in TiddlyWiki. Normally you specify the plugins by name in the tiddlywiki.info file so they get upgraded automatically when you upgrade to a new version of TiddlyWiki. This is definitely the better way to do it

[tw5] Re: Semi-automatic pulling of Tiddlers from other TiddlyWiki in network reach?

2020-04-30 Thread TonyM
Mikesch I continue to look for a possible solution for you (and me), I remember this feature in TWC, and I have wanted such a solution for some time myself. If that is how you have designed your wiki its hard to go without such a feature. Although since adoption TW5 I admit it has not being p

Re: [tw5] Re: Redesign of TiddlyWiki

2020-04-30 Thread TonyM
Unfortunately I cant view the video (yet) Tony On Friday, 1 May 2020 01:10:09 UTC+10, Edgaras wrote: > > Hello *Miha*, thanks for joining the discussion here! > > *Miha* and *Tony*, let me reply to you a bit later ;) > > For now I wanted to share with you a quick prototype in vanilla JS I put >

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread TonyM
Ed, If you are going to Role your own, this simple tip may help. View Template buttons are designed to operate on the current tiddler. So if you transclude them allowing it to operate on the current tiddler they work. {{||$:/core/ui/Buttons/edit}} So if you generate a list and include this you

[tw5] Re: TiddlyServer upgraded to 5.1.22 (and NPM install)

2020-04-30 Thread 'Mark S.' via TiddlyWiki
How do I tell TS where my physical plugin library and/or where do I put a collection of plugins? Thanks! On Friday, April 24, 2020 at 1:39:44 PM UTC-7, Arlen Beiler wrote: > > Hello Everyone, > > I've upgraded TiddlyServer to target 5.1.22. > > @someguynamedmatt helped rearrange the build proce

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-30 Thread TonyM
Anjar, If you installed a trash bin plugin the delete would actually only be a change if that helps. This may not solve your deletes issue but there is a macro you may be interested in https://tiddlywiki.com/#changecount%20Macro%20(Examples) It works for each tiddler title and counts the numbe

[tw5] Re: Making Plugin Library

2020-04-30 Thread 'Mark S.' via TiddlyWiki
I'm using tiddlyserver to serve up things, so maybe I need to find out from him where my plugin library should go. On Thursday, April 30, 2020 at 3:14:00 PM UTC-7, Mark S. wrote: > > I got as far as setting up a plugin and generating a library. I figure out > how to install the library by clonin

[tw5] Re: Open Tiddler in Edit Mode

2020-04-30 Thread Thomas Elmiger
Hi David, I'm always clicking the link to a tiddler and then having to switch it to > edit mode. > Where do you click that link? In the "Open" tab in the sidebar? Possible to do that in one shot? > The MyStory plugin offers links to directly edit or clone open tiddlers from the sidebar: https:

[tw5] Re: Making Plugin Library

2020-04-30 Thread 'Mark S.' via TiddlyWiki
I got as far as setting up a plugin and generating a library. I figure out how to install the library by cloning the public library configuration tiddler. When I looked for more plugins, it showed my new plugin. Yeah! But it wouldn't install. I'd click on "install", and nothing would happen. Is

[tw5] Re: Using tab macro in viewTemplate

2020-04-30 Thread Damon Pritchett
Thanks so much! I knew there must have been something I was doing. Works beautifully. Did you happen to give any thought as to whether or not it's possible to use a field to set the tab state instead of a state tiddler? Thanks, Damon On Thursday, April 30, 2020 at 2:51:29 PM UTC-7, Saq Imti

[tw5] Re: Using tab macro in viewTemplate

2020-04-30 Thread Saq Imtiaz
<> The default does not need double brackets around it, as it is just one tiddler title and has quotes around it. The macro was trying to match the tab [[Railroad Footnotes]] which isn't a part of the macro, so the default was not working. On Thursday, April 30, 2020 at 11:26:09 PM UTC+2, Da

[tw5] Re: Updated: Bricks CSS Studio for TW 5.1.22

2020-04-30 Thread Thomas Elmiger
Good question! > Do you know of a very simple example / use case / generator output of > Bricks I can see to emulate? > My own use cases and results are the two themes I published on https://tid.li/tw5/themes.html (not yet updated). Another good starting exercise could be to save your own co

[tw5] Changing the sidebar to "Sidler" instead of "Tabs"

2020-04-30 Thread Tony K
Inspired by Nicholas wonderful theme https://groups.google.com/forum/#!topic/tiddlywiki/HeOW9_FfVw8 I wanted to know how easy it is to modify the theme i am currently using to have this feature, I am not sure I want to switch themes all together as usual, thank you :) -- You received this mes

[tw5] Re: Using tab macro in viewTemplate

2020-04-30 Thread Damon Pritchett
Here's the code for my footer: <$list filter="[all[current]tag[Railroads]]" variable="dummy"> <> On Thursday, April 30, 2020 at 2:23:21 PM UTC-7, Saq Imtiaz wrote: > > I have a TiddlyWiki that generates one state tiddler per content tiddler, > so every time the wiki is open I have a few

[tw5] Re: Using tab macro in viewTemplate

2020-04-30 Thread Saq Imtiaz
I have a TiddlyWiki that generates one state tiddler per content tiddler, so every time the wiki is open I have a few hundred state tiddlers open. No peformance impact. And if you configure so they don't get saved there is no problem with size either. For the default tab, please post the code i

[tw5] Re: Using tab macro in viewTemplate

2020-04-30 Thread Damon Pritchett
All, Thanks for the suggestions. I did find that using the publishFilter idea works great for not having to worry about a couple of thousand state tiddlers being saved with the TW. However, I'm finding that the default tab from the macro call is being ignored when there is no state tiddler. Thi

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-30 Thread Anjar
I agree with you, @Julio, except that tiddlywiki is already gold;) The site is updated with the sidebar being context-related and the save button appearing when you add new tiddlers. To do the latter, I use the haschanged[] filter operator, but this dosn't work w

[tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Tony K
Salut Nick I love what you have done, however i have a small prob in the visual the circle is a bit cut any easy way to fix it? merci [image: Annotation 2020-04-30 233415.png] On Thursday, April 30, 2020 at 11:45:32 AM UTC+3, Nicolas Petton wrote: > > Hi everyone, > > I just uploaded an u

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread Ed Heil
These are all very helpful, thanks! Inline editing of transcluded content is overkill as far as my needs are concerned -- I just want to visually identify what's transcluded and get to it easily. I should be able to whip up a good simple solution from the ideas in this thread. On Thursday, Ap

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread 'Mark S.' via TiddlyWiki
AFAIK, the github saver is for single-file TW's. On Thursday, April 30, 2020 at 12:03:19 PM UTC-7, ludwa6 wrote: > > If there's any doubt about using the "Created" field, then the > auto-assigned integer always works for PK (most RDBMs do it that way by > default, in fact). > > Meanwhile, i am

Re: [tw5] [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Diego Mesa
This theme is gorgeous! I love the top bar, the sidebar, everything! On Thursday, April 30, 2020 at 11:51:30 AM UTC-5, Jeremy Ruston wrote: > > Indeed, the convention is that theme plugins be titled > $:/themes// > > Best wishes > > Jeremy > > On 30 Apr 2020, at 17:48, Mohammad > > wrote: > > I

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread Diego Mesa
I also use this excellent plugin - I think it should be a standard feature in TW! On Thursday, April 30, 2020 at 10:16:12 AM UTC-5, si wrote: > > I use this plugin > which gives you a new macro for transclusion. I think the edit buttons > a

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Diego Mesa
Thank you Max! I know BTC was working on a KeeBoord plugin, parts of which made it into the core. I hope parts of this can also make it in! On Thursday, April 30, 2020 at 2:18:39 PM UTC-5, Hubert wrote: > > Thanks for sharing your plugin Max. It looks like a great addition to the > core > func

Re: [tw5] [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Hubert
That was a great read, skillfully written. Thank you Mat! Regards, Hubert On Thursday, 30 April 2020 17:51:31 UTC+1, Julio Peña wrote: > > Ah, thank you for clarifying...understood! > > On Thursday, April 30, 2020 at 12:24:07 PM UTC-4, Jeremy Ruston wrote: >> >> Bitmap images can be converted to

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Hubert
Thanks for sharing your plugin Max. It looks like a great addition to the core functionality . Good question! For example, I'm using JS in order to determine which > tiddler is the current one (because more th

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread ludwa6
If there's any doubt about using the "Created" field, then the auto-assigned integer always works for PK (most RDBMs do it that way by default, in fact). Meanwhile, i am playing with tiddly server, trying to get Github Saver to work, with no joy as of yet. Is this supposed to work, or does it

[tw5] Re: Open Tiddler in Edit Mode

2020-04-30 Thread Hubert
Hi David, Here's one way: <$vars title="New Tiddler"> <$button actions="""<$action-sendmessage $message="tm-edit-tiddler" $param=< >/>""" class="tc-btn-invisible" tooltip="Click to edit"> <> Just replace the title variable "New Tiddler" with the tiddler you wish to open in edit mode. Your li

[tw5] Open Tiddler in Edit Mode

2020-04-30 Thread David
I'm always clicking the link to a tiddler and then having to switch it to edit mode. Possible to do that in one shot? -- 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] Create or start a setup routine for/in TW5 to import, configure and install selected plugins as well as external Tiddlers?

2020-04-30 Thread Mikesch
Hello all, I am asking myself if there is maybe another builtin way of creating an new/empty but preloaded/configured TW5 beside the possibility to make an empty template and copy it. I would even create/use a self hosted plugin/tiddler repository if needed for this. I may imagine a kind of TW5

[tw5] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2020-04-30 Thread Dominik Schmid
Good evening Mario Thank you very much for your swift reply. My intention is to make one copy of the plugin available trough node for all my tiddlywikis and to overcome updating each tiddlywiki one by one. For tiddlymap I followed the second option in these instructions: https://github.com/fel

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Mikesch
Just great! Thank you! I discovered ESC to cancel editing as well. I do not understand why this isn't in the global shortcuts already included. Perfect! :) Am Donnerstag, 30. April 2020 16:10:36 UTC+2 schrieb MaxGyver: > > Hi all, > > some time ago I created a TiddlyWiki plugin for easier naviga

[tw5] Re: Semi-automatic pulling of Tiddlers from other TiddlyWiki in network reach?

2020-04-30 Thread Ste Wilson
I think that's a tw2 not the shiny tw5. You might want to check out twederation from Jed. -- 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...@

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-30 Thread C. Wess Daniels
Saq - Okay I ran: path+=('~/.npm-global/bin') Then deleted "myfirstwiki" folder and reinstalled everything (in Anne-Laure's first section). I then ran the command: tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain And am still getting the sa

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread 'Mark S.' via TiddlyWiki
I guess what we need now is a revised excision tool that can insert the macro. On Thursday, April 30, 2020 at 8:36:01 AM UTC-7, Mohammad wrote: > > Ed, > Have a look for "Folding Editor" in TW-Scripts it is an elegant inline > editor from Simon Huber! > > --Mohammad > > On Thursday, April 30, 2

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread 'Mark S.' via TiddlyWiki
It's a shame that he picked a lopsided syntax for that. The result is nice, but any editor that wants to match curly braces is going to give crazy results. On Thursday, April 30, 2020 at 8:16:12 AM UTC-7, si wrote: > > I use this plugin > whi

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread 'Mark S.' via TiddlyWiki
I'm not sure the created field is never cleaned off. Like possibly during export/import procedures. Or when packed/unpacked from a plugin. Maybe use a separate id field just to be sure. On Thursday, April 30, 2020 at 9:52:28 AM UTC-7, Arlen Beiler wrote: > > If I was doing that I would auto ass

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-30 Thread Mohammad
Hi Jeremy Many thanks for calcification! I will go through your advises and make some experiments and will share the results here! I will also sub,it a ticked for updating the official tiddlywiki.info files! Best wishes -- Mohammad On Thursday, April 30, 2020 at 8:49:32 PM UTC+4:30, Jeremy R

[tw5] Re: [Plugin] Dropboard 1.0.0 — Kanban like organization in the style of Trello using boards, lists, and cards.

2020-04-30 Thread Mikesch
OMG, Thank you! Am Freitag, 27. Oktober 2017 21:34:59 UTC+2 schrieb Reid Gould: > > > > > > Dropboard 1.0.0 > > Dropboard version 1 has arrived! It is now safe, sta

Re: [tw5] [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Julio Peña
Ah, thank you for clarifying...understood! On Thursday, April 30, 2020 at 12:24:07 PM UTC-4, Jeremy Ruston wrote: > > Bitmap images can be converted to png's which would be easier to > maintain...no? > > > The issue is that the images are pictures of TiddlyWiki itself, and so > will need to be k

Re: [tw5] [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Jeremy Ruston
Indeed, the convention is that theme plugins be titled $:/themes// Best wishes Jeremy > On 30 Apr 2020, at 17:48, Mohammad wrote: > > I think yes! It is not only for official themes! > > But Jeremy may have a better explanation! > > > ps: > The Tiddlywiki Toolmap

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread Arlen Beiler
If I was doing that I would auto assign an integer primary key, but if that's more work you could use the created timestamp. On Thu, Apr 30, 2020 at 8:40 AM ludwa6 wrote: > Arlen: storage in a RDBMS (requirement for this application i want to > develop[1]) requires a Primary Key that is both gua

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Mohammad
I think yes! It is not only for official themes! But Jeremy may have a better explanation! ps: The Tiddlywiki Toolmap has a wealth of links to themes/plugins/snippets/solution On Thursday, April 30, 2020 at 8:50:50 PM UTC+4:30, Nicolas Petton w

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread scot
Hello Nicolas, I am very impressed with the design of your Project Manager plugin. It is very easy to use and looks great. Thank you. I have a couple of comments/questions. You say that you can use any tiddler as a sub-project by using the <> macro. Could you add an example to your usage tiddler

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Michael Manti
Well-done. As I'm just starting out with customizing TW, it was reassuring to read that my heavy reliance on the list widget is good TW practice. On Wednesday, April 29, 2020 at 5:50:16 AM UTC-4, Mat wrote: > > The Big Pic of TW >

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Mohammad
I think @BTC can answer your question! Not SURE but I think the core in 5.1.22 supports the tiddler in view! On Thursday, April 30, 2020 at 7:40:11 PM UTC+4:30, MaxGyver wrote: > > > Max, as TW 5.1.22 has global shortcuts, is it possible to use the core >> features and not install extra JS? >

Re: [tw5] [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Jeremy Ruston
> Bitmap images can be converted to png's which would be easier to > maintain...no? The issue is that the images are pictures of TiddlyWiki itself, and so will need to be kept up to date if the appearance of TiddlyWiki changes. The innerwiki plugin is designed for that situation, but we don’t c

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Nicolas Petton
Mohammad writes: > - when search is opened and you clicked on one of results nothing > happened, you need first to close search page and then find it open in the > story river (Fig 2 attached) It should be fixed now. > *Theme revision (release) number* > - I noted the version number of previ

Re: [tw5] Re: Local-First Storage, with backup to cloud (Github)

2020-04-30 Thread ludwa6
Heh -looks like you are right, Mark: i was viewing text of tiddler in the terminal, but when i opened it in a text editor , it was simply this: created: 20200430094059869 > modified: 20200430094129604 > tags: test > title: FirstPost > type: text/vnd.tiddlywiki > What hath God wrought? - and not

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Nicolas Petton
Mohammad writes: > A minor comment: $:/themes/nico/notebook is the correct path name for > themes as you have used in 0.1 Is that true for third-party themes as well? I found some themes that used the $:/plugins/ prefix. Nico -- You received this message because you are subscribed to the G

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-30 Thread Jeremy Ruston
Hi Mohammad > In https://tiddlywiki.com/#RenderTiddlerCommand it states that "The > --rendertiddler command is deprecated in favor of the new, more flexible > --render command". this is true for "--rendertiddlers", but when one create a > new wiki using "tiddlywiki mywiki --init server" even in

[tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Julio Peña
Congrats Nicholas...this is just amazing! Blessings, Julio -- 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 d

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-30 Thread Saq Imtiaz
Wess, Try to run this: path+=('~/.npm-global/bin') I suspect npm isn't on your PATH And then re-run the TiddlyWiki command -- 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

[tw5] Re: Semi-automatic pulling of Tiddlers from other TiddlyWiki in network reach?

2020-04-30 Thread Mikesch
I may found the plugin doing this in 2012: https://tiddlywiki.abego-software.de/#IncludePlugin as a reference Am Donnerstag, 30. April 2020 16:52:33 UTC+2 schrieb Mikesch: > > Hello! > > Is it currently possible to update imported tiddlers from other > TiddlyWikis in intervals or manually? > >

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-30 Thread Saq Imtiaz
Wess what is the output of tiddlywiki --version I suspect TiddlyWiki needs to be added to your path. -- 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+u

Re: [tw5] Re: Done my backlink widget :D

2020-04-30 Thread 'Peter Buyze' via TiddlyWiki
Tony, no problem, and my apologies if I seem pushy. I was just confused by your 2nd publication of that screenshot. Take all the time you need, I'm not in a hurry. 30 Apr 2020, 18:49 by akha...@gmail.com: > I didn't share it yet it, it is a mess for now. i just got it working the way > i want

Re: [tw5] Re: Done my backlink widget :D

2020-04-30 Thread Tony K
I didn't share it yet it, it is a mess for now. i just got it working the way i want. please allow me a few hours to clean it and I will share it thank you for your interest and for understanding On Thursday, April 30, 2020 at 6:28:45 PM UTC+3, Peter Buyze wrote: > > I don't see the code: am I

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-30 Thread C. Wess Daniels
Saq - Thanks for the response. - Catalina - 5.1.22 - zsh: event not found: is[system]] Does that help? Wess On Thursday, April 30, 2020 at 4:31:40 AM UTC-4, Saq Imtiaz wrote: > > Wess: > >- what operating system are you using? >- what is the output of >tiddlywiki --version > >

[tw5] Re: Minimalistic "single tiddler view" for short texts etc

2020-04-30 Thread Julio Peña
In my opinion we are all "alchemists" when it comes to Tiddlywiki. :)) Regards, Julio On Thursday, April 30, 2020 at 7:22:07 AM UTC-4, Ste Wilson wrote: > > Wow!. Why am I still surprised at the different shapes people hammer > TiddlyWiki into? Very Zen! > > On Wednesday, 29 April 2020 22:02:53

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread Mohammad
Ed, Have a look for "Folding Editor" in TW-Scripts it is an elegant inline editor from Simon Huber! --Mohammad On Thursday, April 30, 2020 at 6:47:45 PM UTC+4:30, Ed Heil wrote: > > This is something that often happens to me: I want to update text in a > tiddler, and when I get in there, I see

Re: [tw5] [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-04-30 Thread Julio Peña
+1 for that. Yes, Mat great piece of work! Bitmap images can be converted to png's which would be easier to maintain...no? All the best, Julio On Thursday, April 30, 2020 at 6:08:50 AM UTC-4, Jeremy Ruston wrote: > > Hi Mat > > My congratulations. It’s great piece of writing by any standard, an

Re: [tw5] Re: Done my backlink widget :D

2020-04-30 Thread 'Peter Buyze' via TiddlyWiki
I don't see the code: am I missing something or just being too impatient? 30 Apr 2020, 17:22 by akha...@gmail.com: > > > > > > On Thursday, April 30, 2020 at 1:06:38 AM UTC+3, Tony K wrote: > >> I finally was able to hack it together  >> >> after all your help with $list $filters etc... and this

Re: [tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread 'Peter Buyze' via TiddlyWiki
In Ed's current situation, isn't the easy approach to open the "guest" tid in Edit mode to see which is the transcluded tid? Anyway, I put a self-linking title at the top of each tid, like so <$link><$view field="title"> That way, when a tid is transcluded, that link is there too to open the t

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread Mohammad
Added to TW-Scripts. On Thursday, April 30, 2020 at 7:06:17 PM UTC+4:30, Mark S. wrote: > > > > This is a simple one that I use sometimes. I put this in a tiddler with a > short name like "TE". > > <$reveal state=<> type="nomatch" text="edit"><$transclude > mode="block"/> <$button class="mybutt

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread si
I use this plugin which gives you a new macro for transclusion. I think the edit buttons appear when you hover over the transcluded text, but I have edited the CSS so they are always visible. I'm interested to see what other solutions are ou

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-30 Thread Riz
@Mikesch Thank you Mike. Which browser and OS did you run it on? -- 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

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread MaxGyver
> Max, as TW 5.1.22 has global shortcuts, is it possible to use the core > features and not install extra JS? > Good question! For example, I'm using JS in order to determine which tiddler is the current one (because more than one can be in the viewport). I don't think that there is a core fe

Re: [tw5] Re: Redesign of TiddlyWiki

2020-04-30 Thread Edgaras
Hello *Miha*, thanks for joining the discussion here! *Miha* and *Tony*, let me reply to you a bit later ;) For now I wanted to share with you a quick prototype in vanilla JS I put up today with my quote weak coding skills... But it shows the basic idea of *block/module based editor *(inspire

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-04-30 Thread Mikesch
This is a must have Addon with its backend combination! Thanks! Am Montag, 27. April 2020 15:37:06 UTC+2 schrieb Riz: > > Hello there, > > Hope all you are doing well and safe in these testing times. > > Yes, it has been a year since I promised it but finally Timimi has > extended its support to

[tw5] Semi-automatic pulling of Tiddlers from other TiddlyWiki in network reach?

2020-04-30 Thread Mikesch
Hello! Is it currently possible to update imported tiddlers from other TiddlyWikis in intervals or manually? About 10 years ago this was already possible if I remember correctly. I mean it was an extra plugin. This could create a satellite system that had a central TiddlyWiki in which, on a

[tw5] Re: I want to edit something, oh no that's a transclusion

2020-04-30 Thread 'Mark S.' via TiddlyWiki
This is a simple one that I use sometimes. I put this in a tiddler with a short name like "TE". <$reveal state=<> type="nomatch" text="edit"><$transclude mode="block"/> <$button class="mybuttons" set=<> setTo="edit">Edit <$reveal state=<> type="match" text="edit"><$transclude tiddler="$:/c

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Mohammad
Max, as TW 5.1.22 has global shortcuts, is it possible to use the core features and not install extra JS? On Thursday, April 30, 2020 at 6:45:14 PM UTC+4:30, MaxGyver wrote: > > *Apparently, HTML does not work here. This is a more readable version of > my last mail:* > > Hi all, > > some time a

[tw5] Re: Plugin "tw5-keyboard-navigation"

2020-04-30 Thread Mohammad
Lovely! Thank you for sharing Max! --Mohammad On Thursday, April 30, 2020 at 6:45:14 PM UTC+4:30, MaxGyver wrote: > > *Apparently, HTML does not work here. This is a more readable version of > my last mail:* > > Hi all, > > some time ago I created a TiddlyWiki plugin for easier navigation withou

[tw5] Re: Creating/updating a new Tiddler with with text the title of the current one

2020-04-30 Thread 'Mark S.' via TiddlyWiki
It might help to explain what you are trying to accomplish. Why do you want to transfer the title to a text field for searching? You can already search titles directly?? On Thursday, April 30, 2020 at 4:33:15 AM UTC-7, Tony K wrote: > > ok i did it with a button (still testing) but it is switchi

[tw5] Re: Done my backlink widget :D

2020-04-30 Thread Tony K
[image: Annotation 2020-04-30 172100.png] On Thursday, April 30, 2020 at 1:06:38 AM UTC+3, Tony K wrote: > > I finally was able to hack it together > > after all your help with $list $filters etc... and this thread from TonyM > https://groups.google.com/d/msg/tiddlywiki/zWRDFxdJUc8/c1K9O-PoAw

Re: [tw5] Done my backlink widget :D

2020-04-30 Thread Tony K
oh wow Peter yes off course :) I am flattered I didn't think anyone would be intressted at the moment the code is a mess just give me some time to clean it a bit and I will attach it for sure On Thursday, April 30, 2020 at 8:47:39 AM UTC+3, Peter Buyze wrote: > > Could you share the code? > > -

Re: [tw5] Re: [plugin] Project-Manager & Notebook theme updates

2020-04-30 Thread Mohammad
Nico, A minor comment: $:/themes/nico/notebook is the correct path name for themes as you have used in 0.1 While TW does not complain if you use other names, but this is semantic! The new version of notebook 0.2.x used $:/plugins/nico/notebook Please have a look! --Mohammad -- You receive

[tw5] I want to edit something, oh no that's a transclusion

2020-04-30 Thread Ed Heil
This is something that often happens to me: I want to update text in a tiddler, and when I get in there, I see that text is actually a {{transclusion}} -- possibly one I made using excision. Now I have to remember what the name of the transclusion is, close the tiddler, go to the search bar, p

  1   2   >