[tw5] Re: [TW5] UTC Problems

2020-04-12 Thread Mohammad
Thanks Tony, I did some Google search and it seems there good JS code! If a simple code in TW itself can do the job that would be great! --Mohammad @Mark and Tony I start a new thread for this topic On Monday, April 13, 2020 at 4:41:21 AM UTC+4:30, TonyM wrote: > > Mark and Mohammad > >

Re: [tw5] Link unlinked references

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
Anne, I am a TW newbie and have no coding experience whatsoever. Nevertheless, my suggestion is you look in the right hand pane, tab More, subtab Missing. Clicking on 1 in the list will show a button to quickly create the tab explicitly. If this suggestion is not at all what you're looking for,

Re: [tw5] Re: Saving TW

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
Thanks Josuhua, you have described the issue well. I do not like saving in the cloud, so of all the methods the only one I'd consider is TiddlyDesktop. I tried it but get a JS error notice, as I reported here https://groups.google.com/forum/#!msg/tiddlywiki/EMXnym2Rbqs/abbmO4SaAgAJ --

[tw5] Re: [TW5] UTC Problems

2020-04-12 Thread Mohammad
Hi Mark, On Monday, April 13, 2020 at 2:25:46 AM UTC+4:30, Mark S. wrote: > > > Is there any known algorithm between the Gregorian and the other calendars > ? > Yes, there are! > > I did some searching and reading, and it kind of seemed like even experts > hadn't worked it out. But maybe I

[tw5] Re: Dates, moment.js and Gantt charts via vis.js timeline

2020-04-12 Thread Mohammad
Thank Ste, So, it seems I should learn JS and do it :-) --Mohammad On Monday, April 13, 2020 at 12:44:45 AM UTC+4:30, Ste Wilson wrote: > > Hi Mo, > Now your asking... :) > I don't think I delved into the js too deeply. I didn't really follow > things much further than you can see in >

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Lin Onetwo
Oh, this is useful. I want the preview to close after my mouse leave the link, so I made a twick. https://github.com/tobibeer/tw5-preview/issues/1 在 2020年4月13日星期一 UTC+8上午6:58:57,Diego Mesa写道: > > Anne-Laure, > > Thanks for sharing! I believe this is similar to Tobias Beer's Preview > plugin:

[tw5] Re: Link unlinked references

2020-04-12 Thread Nicholas Shawn Nadel
https://github.com/joekroese/tiddlyroam looks promising On Sunday, April 12, 2020 at 6:58:02 PM UTC-7, 陈小伙 wrote: > > I am looking for alternative to roam research. Tiddlybilnk is good. > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Link unlinked references

2020-04-12 Thread TonyM
Anne-laure Welcome to the community. Tiddlywiki shows missing tiddlers in italics but on your example there is a summary of these at the bottom. Have you clicked the info button on tiddlers and explored the info there? Missing tiddlers and references can all be listed with filter operators and

[tw5] Re: Link unlinked references

2020-04-12 Thread 陈小伙
I am looking for alternative to roam research. Tiddlybilnk is good. 在 2020年4月13日星期一 UTC+8上午9:40:30,Anne-Laure Le Cunff写道: > > Thanks! I'm not sure - I'm talking about something similar to this > linked/unlinked featured in Roam. > > > [image: Screenshot 2020-04-13 at 2.39.20 AM.png] > > > On

[tw5] Re: Taking the last word in a field and putting it into a new field

2020-04-12 Thread 'Mark S.' via TiddlyWiki
Be sure to have a backup file before trying this! This method requires you to hit a button twice. First to populate "passiveperception", and then again to trim the end of senses. This is because you might not want to push the second button. Note that the second part in particular will be

[tw5] Re: Link unlinked references

2020-04-12 Thread Anne-Laure Le Cunff
Thanks! I'm not sure - I'm talking about something similar to this linked/unlinked featured in Roam. [image: Screenshot 2020-04-13 at 2.39.20 AM.png] On Monday, April 13, 2020 at 2:14:58 AM UTC+1, TonyM wrote: > > The freelinks plugin in the prerelease is possibly your answer here. > >

[tw5] Taking the last word in a field and putting it into a new field

2020-04-12 Thread TonyM
Jakwn Put the list inside the button and place action widgets inside the list. The button title follows the list. I always use a seperate list with the same filter to display what will be impacted by the button. Regards Tont -- You received this message because you are subscribed to the

Re: [tw5] Re: Saving TW

2020-04-12 Thread TonyM
Also Most browsers have a setting on is it saved in the download folder the other allows you to chose where to save a download. Chosing allows you to save over the last filename. Most of us quickly tire of this and choose a saver. My favorite on windows/ Firefox is timimi which has a plugin

[tw5] Link unlinked references

2020-04-12 Thread TonyM
The freelinks plugin in the prerelease is possibly your answer here. Regards Tony -- 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] Link unlinked references

2020-04-12 Thread Anne-Laure Le Cunff
Hey everyone, So I'm using TiddlyBlink by Dave Gifford (thank you!) It's currently showing the explicit linked references at the bottom of the articles, which is awesome. Is there a way to: 1. Show the implicit / unliked references, e.g. the

Re: [tw5] Re: Saving TW

2020-04-12 Thread Joshua Fontany
This is a "browser specific saver" problem. You open your wiki "Peter(5)", you change it. You save it as "Peter(6)". You reload the tab..oops, you just reloaded "Peter(5)" without your changes. You open the new "Peter(6)" file on disk (in a new tab), you have your changes back. The browser

[tw5] Re: TitlePicker - a standalone component for EditorMagic

2020-04-12 Thread Mat
OK, a few knots loosened up. It seems to function pretty well now but I'm possibly not pushing its limits. Please try it out and come with feedback. http://titlepicker.tiddlyspot.com/ <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread David Gifford
Thanks ALLC On Sunday, April 12, 2020 at 7:27:23 PM UTC-5, Anne-Laure Le Cunff wrote: > > @David: You need to paste this in $:/core/templates/static.tiddler.html - > it will show up on your static website, not your backend wiki > > @Mat: Incredible! And thank you - I ended up seeing it appear

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Anne-Laure Le Cunff
@David: You need to paste this in $:/core/templates/static.tiddler.html - it will show up on your static website, not your backend wiki @Mat: Incredible! And thank you - I ended up seeing it appear when waiting a little bit. Yes exactly the same idea! On Monday, April 13, 2020 at 1:23:23 AM

[tw5] Re: [Visual Studio Code] [v0.1.2] TwiddlyWiki5 Syntax Highlighting for VSCode!

2020-04-12 Thread Joshua Fontany
Version updated to 0.1.2: ## 0.1.2 - Improved variable, tranclusion, link, and macro definition recognition - Setup seperate "language names" for *.tid / *.meta ("tid"), vs / *.multids files ("multitids") vs *.tw / *.tw5 wikitext ("tiddlywiki5"). This helps debugging and with certain grammar

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Mat
Anne-Laure Le Cunff wrote: > > @Diego: this looks great - is there a way to see what that plugin looks > like without installing it? > You can see it directly at that page he linked. It has a (configuarable) delay set to 1500 ms. @Mat: my background is actually in marketing. Can't believe I

[tw5] Re: [TW5] UTC Problems

2020-04-12 Thread TonyM
Mark and Mohammad This thread is titled utc which of course is time rather than dates, this difference fades over time and you are only concerned with the date. Remember even if tw5 does not "support" a given date you can store anything in a field. I would expect many have needed conversions

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread David Gifford
Hi Anne-Laure, Where in that tiddler do I paste it? On Sunday, April 12, 2020 at 5:20:14 PM UTC-5, Anne-Laure Le Cunff wrote: > > Hello everyone! I'm super new to TW - just discovered it yesterday. I'm a > big fan of Roam Research and was looking for open source alternatives. Many > thanks to

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Anne-Laure Le Cunff
Mat and Diego, I'm so sorry about the spam... I haven't used Google Groups in years. @Diego: this looks great - is there a way to see what that plugin looks like without installing it? @Mat: my background is actually in marketing. Can't believe I haven't heard of TW before, such an amazing

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Anne-Laure Le Cunff
Thank you! Is there a way to see what this looks like without installing? On Sunday, April 12, 2020 at 11:58:57 PM UTC+1, Diego Mesa wrote: > > Anne-Laure, > > Thanks for sharing! I believe this is similar to Tobias Beer's Preview > plugin: > > http://tobibeer.github.io/tw5-plugins/#preview > >

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Anne-Laure Le Cunff
Thank you! Is there a way to see what this looks like without installing? -- 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.

[tw5] List ops and tiddlers with multi-word titles

2020-04-12 Thread TonyM
David I have the code to do this I will try and share soon. I'm on my mobile. Some questions that may lead you to a solution, would not each button try and remove current tiddler not the list? no need to use the remove operator in the list ops subfilter just a - minus E.g. -[] Regards Tony

[tw5] Re: List ops and tiddlers with multi-word titles

2020-04-12 Thread Mat
\define x() [[$(the_list)$]] <$list variable="the_list" filter="[enlist{!!faction_list}]"> <$button class="icon_button">xxx <$action-listops $field="faction_list" $subfilter="+[remove]"/><> <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] List ops and tiddlers with multi-word titles

2020-04-12 Thread David Allen
Hey, so I'm trying to create a list from the items in a field and I'm trying to add a button to each item that will remove that item and only that item. So far, it's working with single-worded tiddlers, but tiddlers with more than one word in the title are not being removed. Here's the code I

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Mat
Warmly welcome to the community Anna-Laure and thanks for sharing - that's really cool! Please tell others about TW. Our marketing department keeps insisting on not existing and there are many unfortunate people who have no idea about TW. <:-) -- You received this message because you are

[tw5] Re: Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Diego Mesa
Anne-Laure, Thanks for sharing! I believe this is similar to Tobias Beer's Preview plugin: http://tobibeer.github.io/tw5-plugins/#preview On Sunday, April 12, 2020 at 5:20:14 PM UTC-5, Anne-Laure Le Cunff wrote: > > Hello everyone! I'm super new to TW - just discovered it yesterday. I'm a >

[tw5] Re: TiddlyWiki on HackADay.com

2020-04-12 Thread Anne-Laure Le Cunff
Very late reply! Thanks Jeremy for sharing the link to this conversation. I think it would be even better to get rid of both Tiddler and Wiki - TW is much more powerful than just a wiki. I only gave it a proper try thanks to a few videos from current users, but the word wiki was also a barrier

[tw5] Hello and quick tip: how to show link preview on hover in static websites

2020-04-12 Thread Anne-Laure Le Cunff
Hello everyone! I'm super new to TW - just discovered it yesterday. I'm a big fan of Roam Research and was looking for open source alternatives. Many thanks to Dave Gifford and Brandon Hall for their amazing YouTube content which got me curious. Wanted to share a tiny tip for people building

[tw5] Taking the last word in a field and putting it into a new field

2020-04-12 Thread Jalen MichalsLevy
Hi there, I have many tiddlers (of the same unique type), which contain the field "senses". The 'senses' field contains values that look something like this: "Darkvision 60ft., passive Perception 12". Now, it has come to my attention that it would be far more useful for Passive Perception to

[tw5] Re: [TW5] UTC Problems

2020-04-12 Thread 'Mark S.' via TiddlyWiki
Is there any known algorithm between the Gregorian and the other calendars ? I did some searching and reading, and it kind of seemed like even experts hadn't worked it out. But maybe I was running down the wrong rabbit hole? The formulae I found came with the caveat that they might be a day or

[tw5] Re: TitlePicker - a standalone component for EditorMagic

2020-04-12 Thread Mat
Ste Wilson wrote: > > No idea.. But that is very very cool! Thanx. I've been sweating over this all day (...not to mention other days) but there are a few things I just can't overcome. I've come to terms with the issue posted here above (see the "Update" note) but there are some more

[tw5] Re: TitlePicker - a standalone component for EditorMagic

2020-04-12 Thread Ste Wilson
No idea.. But that is very very cool! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web

[tw5] Re: Dates, moment.js and Gantt charts via vis.js timeline

2020-04-12 Thread Ste Wilson
Hi Mo, Now your asking... :) I don't think I delved into the js too deeply. I didn't really follow things much further than you can see in http://stephenteachertests.tiddlyspot.com/#Assessment%20Schedule as due to, apparently, the IT dept not being able to set chrome/ ff as the default

[tw5] Re: Multi-value fields

2020-04-12 Thread Damon Pritchett
Thanks Mat, That worked beautifully. I was on the right track, but was using double quotes around the parameters which was not needed. I still haven't grasped completely when they're required and when they're not. Damon On Sunday, April 12, 2020 at 11:39:02 AM UTC-7, Mat wrote: > > @Damon - I

[tw5] Re: Tagging with Transclusions?

2020-04-12 Thread Alex Olsen
I think I have an idea, but I don't even know where to start with implementation. I'd like to give any newly created tiddlers a 'Stub' tag which is, by policy, to be removed once that tiddler is deemed completed. Then I'd have a tiddler that lists all Stubs called 'To-Do' or something that's

Re: [tw5] Re: Tiddly Extension for Firefox 57?

2020-04-12 Thread Vayira
I've been very happy using waterfox classic as a browser. It is based on the older firefox code and runs the TiddlyFox extension quite happily. It also has the advantage of running other extensions that died when firefox changed such as Tab Mix Plus, which I really missed when Firefox forcibly

[tw5] Re: Multi-value fields

2020-04-12 Thread Mat
@Damon - I made this for you which seems to work: http://fordamon.tiddlyspot.com/ <:-) -- 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: Multi-value fields

2020-04-12 Thread Damon Pritchett
Mat, I tried your toggle-in-field macro yesterday. My initial looks are positive, but I'm having trouble getting it to work in what I want to do. What I'm trying to do is use the macro in a ViewTemplate so that I can set a field in certain tiddlers. I've tried various ways to have this work so

[tw5] Re: Is there a plugin provide right click context menu?

2020-04-12 Thread Mohammad
Hi Lin, Go ahead! this will be a useful addition if you make it! --Mohammad On Sunday, April 12, 2020 at 12:03:08 PM UTC+4:30, Lin Onetwo wrote: > > In Notion, right mouse click on a block can perform following useful > refactor action: > > >- change color of underlying block >- turn a

[tw5] Re: [TW5] UTC Problems

2020-04-12 Thread Mohammad
I found the author and source of moment.js plugin: The github repo is here: https://github.com/kixam/TW5-moment.js belong to kixam. he/she has contributed to TW for while (Jul 2015 - Jul 2016) and disapeared! --Mohammad On Sunday, April 12, 2020 at 6:54:05 PM UTC+4:30, Mohammad wrote: > > Hi

[tw5] Re: <$action-listops>: Actual title instead of draft title?

2020-04-12 Thread 'Mark S.' via TiddlyWiki
Is this a button you've added to your edit template? Because it works fine when used from a standard tiddler. On Sunday, April 12, 2020 at 9:14:16 AM UTC-7, leeand00 wrote: > > This code works great for populating the caption, order and tooltip fields > at the click of a button; but I always

[tw5] compare filter operator

2020-04-12 Thread Mohammad
Sylvain, Following to previous exploration :-) :-) I discover something very interesting, long awaiting: It seems Jeremy is going to add a new compare filter operator to Tiddlywiki! See here: https://github.com/Jermolene/TiddlyWiki5/issues/4554 How life will be easier to be able to compare

[tw5] <$action-listops>: Actual title instead of draft title?

2020-04-12 Thread leeand00
This code works great for populating the caption, order and tooltip fields at the click of a button; but I always end up with the draft title instead of the title of the tiddler in the field I end up with the draft title; is there anyway to fix that? <$button> <$set name="cap_ord"

Re: [tw5] JS error

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
No mention of an app - see latest attachment. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 12 Apr 2020, 18:58 by tiddlywiki@googlegroups.com: > > Do you get the same message when using TD, or a different message? If a > different message, >

Re: [tw5] JS error

2020-04-12 Thread 'Mark S.' via TiddlyWiki
Do you get the same message when using TD, or a different message? If a different message, maybe show a screen shot of that one as well. On Sunday, April 12, 2020 at 5:35:18 AM UTC-7, Peter Buyze wrote: > > > This message also appears when I use TiddlyDesktop, and revert to a > tiddler's read

Re: [tw5] Re: JS error

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
But then why does the message not occur when I use my wiki in the browser? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 12 Apr 2020, 18:31 by lindongw...@gmail.com: > I guess GreaseMonkey has inject some code to your wiki and make it

Re: [tw5] Re: JS error

2020-04-12 Thread Lin Onetwo
I guess GreaseMonkey has inject some code to your wiki and make it dirty...So this error occurs in TiddlyDesktop. 在 2020年4月12日星期日 UTC+8下午10:38:52,Peter Buyze写道: > > Disabling ViolentMonkey stops that message popping up when using TW in the > browser. When using TiddlyDesktop it still occurs,

Re: [tw5] Re: Tiddly Extension for Firefox 57?

2020-04-12 Thread Boaz Nash
Thank you for the response, Yakov. I have created an issue: https://github.com/ibnishak/Timimi/issues/40 Best regards, Boaz On Sun, Apr 12, 2020 at 7:30 AM Yakov wrote: > Hi Boaz, > > I have been saving tiddlywiki changes using timimi for awhile now and it's >> been working great. >>

Re: [tw5] Re: JS error

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
Disabling ViolentMonkey stops that message popping up when using TW in the browser. When using TiddlyDesktop it still occurs, though without a reference to any possible JS-interfering app. So, I guess running TW in the browser in my best bet. Thanks for your help Eric. 12 Apr 2020, 16:58 by

[tw5] Re: [TW5] UTC Problems

2020-04-12 Thread Mohammad
Hi On Thursday, March 15, 2018 at 7:43:51 AM UTC+3:30, TonyM wrote: > > Folks, > > I know this has being discussed previously but I could not see a clear > answer. > > On My Wikis *created and Modified* dates reflect my local PC or Browser > settings. > > TiddlyWiki.com says To avoid problems

[tw5] Re: Dates, moment.js and Gantt charts via vis.js timeline

2020-04-12 Thread Mohammad
Hi Ste, On Wednesday, September 11, 2019 at 7:59:40 PM UTC+4:30, Ste Wilson wrote: > > A non toxic version at http://stephenteachertests.tiddlyspot.com/ have you used moment.js plugin? what is your recommendation? --Mohammad -- You received this message because you are subscribed to the

[tw5] Re: JS error

2020-04-12 Thread Eric Shulman
On Sunday, April 12, 2020 at 5:04:49 AM UTC-7, Peter Buyze wrote: > > See screenshot attached. > I get this error when I want to save my TW file. Restarting TW and > refreshing the browser makes no difference. > A quick Google search for "GM_registerMenuCommand" yields links to GreaseMonkey and

Re: [tw5] Re: Tiddly Extension for Firefox 57?

2020-04-12 Thread Yakov
Hi Boaz, I have been saving tiddlywiki changes using timimi for awhile now and it's > been working great. > Unfortunately, I just updated my MacOS to Catalina, and now when I try to > save in Firefox, I get the error message > ""timimi" cannot be opened because the developer cannot be

FWD: [tw5] JS error

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
This message also appears when I use TiddlyDesktop, and revert to a tiddler's read mode after editing. Furthermore, when I then want to save the file I also get that message and TWD refuses to save.-- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com

[tw5] JS error

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
See screenshot attached. I get this error when I want to save my TW file. Restarting TW and refreshing the browser makes no difference. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com -- You received this message because you are subscribed to

[tw5] Re: TitlePicker - a standalone component for EditorMagic

2020-04-12 Thread Mat
OK, I've updated the TitlePicker somewhat. It can now present suggestions for every instance of unclosed links (e.g [[foo ) in a text. ...but, as you can see there: I have a tiddler named "*tidone"* and another tiddler named "*tidone with spaces"*. I

Re: [tw5] Book listing tiddler

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
Thanks Mat and Eric. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 12 Apr 2020, 13:52 by matiasg...@gmail.com: > Yeah, that is the > SideEditor > plugin. > > BTW, you can see all installed plugins via the

[tw5] Re: Is there a plugin provide right click context menu?

2020-04-12 Thread Mat
@Lin Onetwo if you succeed with a custom right click menu then please share it (ideally as a plugin). This sounds very useful. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

Re: [tw5] Book listing tiddler

2020-04-12 Thread Mat
Yeah, that is the SideEditor plugin. BTW, you can see all installed plugins via the Controlpanel, i.e by clicking on the cog wheel in the sidebar, and tab Plugins. Note that not every "extra feature" is packaged into plugins tho. Also note that the

Re: [tw5] Book listing tiddler

2020-04-12 Thread Eric Shulman
On Sunday, April 12, 2020 at 3:10:41 AM UTC-7, Peter Buyze wrote: > > Last question, if I may: in the top right hand corner of your BookList > tiddler there is a double arrow to the right, which gives a preview of the > edit mode of the tiddler. Would you mind telling me which plug-in you use >

[tw5] Re: Is there a plugin provide right click context menu?

2020-04-12 Thread Lin Onetwo
Hi Tony, Thank you for so detailed comment! I will try out those native ways that I haven't used before. I will do some experiment on this, hoping to reduce the learning curve by integrating things into context menu, maybe the context menu can be another "equally efficient methods to achieve

[tw5] Day One to TiddlyWiki

2020-04-12 Thread Michael Park
Do any of you knowledgable folk know whether it is possible to bulk import / convert Day One (JSON) for use with TiddlyWiki? Thanks and Happy Easter. Mike -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Book listing tiddler

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
OK, my apologies. I do thank you for your help. Last question, if I may: in the top right hand corner of your BookList tiddler there is a double arrow to the right, which gives a preview of the edit mode of the tiddler. Would you mind telling me which plug-in you use for that? 12 Apr 2020,

Re: [tw5] Book listing tiddler

2020-04-12 Thread Mat
Peter Buyze wrote: > > I created a new tiddler and copy/pasted the code into the text box, but > nothing is shown in the read mode. > Yeah, I don't know exactly how you've designed your system so the idea is that you investigate how I did it and see if the setup makes sense. For example see

Re: [tw5] Book listing tiddler

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
Mat, thanks a lot, that's exactly what I want. I created a new tiddler and copy/pasted the code into the text box, but nothing is shown in the read mode. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 12 Apr 2020, 09:54 by

Re: [tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-12 Thread 'Peter Buyze' via TiddlyWiki
Fibbles, I am new to TW, so here's my 2 cents worth. This is a feature that I have missed in many a note-taking app. Even in what I currently consider my default, beloved note-taking apps, this feature is absent. I came across it in Tomboy, but that is such a simple, basic app that I did not

[tw5] Re: Is there a plugin provide right click context menu?

2020-04-12 Thread TonyM
Lin, We tend to achieve many of the same things by other methods. A plugin to define r-click was recently published. I think as you learn more about tiddlywiki you will find equally efficient methods to achieve the same, you could build your own editor toolbar buttons, >- Change color

Re: [tw5] Re: How to execute JS on startup? I have a "copy on select" userscript

2020-04-12 Thread TonyM
Thanks for Sharing. I am great with TiddlyWiki but not the Javscript side of things, I appreciate such contributions. Regards Tony On Sunday, April 12, 2020 at 5:35:30 PM UTC+10, Lin Onetwo wrote: > > It just implements function like >

Re: [tw5] Re: How to execute JS on startup? I have a "copy on select" userscript

2020-04-12 Thread Lin Onetwo
It just implements function like https://addons.mozilla.org/en-US/firefox/addon/copy-on-select/ I'm using desktop app with nodejs tiddlywiki, so I feel unconfertable without this firefox add-on. So I make it work in tiddlywiki. 在 2020年4月12日星期日 UTC+8下午3:31:20,TonyM写道: > > So what mysterious

[tw5] Is there a plugin provide right click context menu?

2020-04-12 Thread Lin Onetwo
In Notion, right mouse click on a block can perform following useful refactor action: - change color of underlying block - turn a text into page ( refactor extract to a new page) - move to (refactor move to another page) - turn a text into a list or checkbox And in tiddlywiki I

Re: [tw5] Re: How to execute JS on startup? I have a "copy on select" userscript

2020-04-12 Thread TonyM
So what mysterious function does this achieve? tony -- 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

[tw5] Re: Show Title of Tiddler with some Chars Trimmed from Front of String

2020-04-12 Thread TonyM
David Can I suggest in future you avoid compound titles and use tags or fields to indicate sled and snow etc... The thing about tiddlywiki is tiddlers titles are their own unique key to the content within. In database technology we know compound keys lead to problems including two names for

Re: [tw5] Book listing tiddler

2020-04-12 Thread Mat
Peter, I made this for you http://forpeter.tiddlyspot.com/ It is probably not exactly how you describe what you want but it hopefully shows a few things. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: SVG Editor?

2020-04-12 Thread A Gloom
https://groups.google.com/d/topic/tiddlywiki/Vh-LXr3VdeM/discussion https://github.com/SVG-Edit/svgedit -- 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] SVG Editor?

2020-04-12 Thread TonyM
Have you saved it as an .svg file and tried dragging and dropping it on your wiki? tony -- 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: Tagging with Transclusions?

2020-04-12 Thread TonyM
Have you considered any tiddler incomplete If not flagged complete. This flag could be a tag but if it were a date field you could stamp it with the date and time it was completed. Thus incomplete would be !has[completed-date] This makes sense because all tiddlers start as incomplete. Notes

[tw5] Re: Presenting: a plugin which automatically relinks renamed tiddlers

2020-04-12 Thread Lin Onetwo
Why not upload to a plugin library like main library or Kookma Plugin Library ? 在 2019年9月2日星期一 UTC+8上午10:27:19,Flibbles写道: > > I present Relink ! > > It relinks fields, links, WikiLinks,

Re: [tw5] Book listing tiddler

2020-04-12 Thread TonyM
Why not a tiddler for each book and each author and tag books with authors. Or authors with books? No author field is required be cause the title is the author. Tag books with book and authors with author. Personaly I use a field called object-type for my tiddlers and would give it a value of

Re: [tw5] Book listing tiddler

2020-04-12 Thread TonyM
Peter Yes, you can type in a new fieldname and add it. Field names have naming rules but single or hyphenated words are fine. Perhaps you can decide if a tiddler has the author field then its a book and leave the tags for your relationships. I can share a bundle of example tiddlers if you