[tw5] Re: "Right" way to deconstruct a standalone wiki?

2020-12-10 Thread Mohammad
Hi Chris, While I have tried many workflow for rapid plugin development, non of them is as flexible as TheDiveO TiddlywikiPluginSkeleton. See https://github.com/TheDiveO/TiddlyWikiPluginSkeleton. You can fire a new plugin by shell command npm run develop and while you are developing your

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
Hi Jeremy, I think a reasonable proposal would be to move the Dev group to GitHub > discussions: > Good idea! > > * The developer community is already on GitHub because it's where the core > development happens > * Google Groups doesn't serve the developer community very well, lacking > syntax

[tw5] Re: "Right" way to deconstruct a standalone wiki?

2020-12-10 Thread Mohammad
Hi Chris, While I have tried many workflow for rapid plugin development, non of them is as flexible as TheDiveO TiddlywikiPluginSkeleton. See https://github.com/TheDiveO/TiddlyWikiPluginSkeleton. You can fire a new plugin by shell command npm run develop and while you are developing your

[tw5] Re: Can BibTeX plugin expand beyond journals?

2020-12-10 Thread Mohammad
See idea here: https://github.com/kookma/Refnotes/discussions/6 This is new Discussion panel in GitHub. It is great! Use it. On Thursday, December 10, 2020 at 12:46:28 AM UTC+3:30 springer wrote: > Hello all, > > I'm just orienting to the BibTeX plugin (as well as refnotes). It's > clearly

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Jeremy Ruston
I think a reasonable proposal would be to move the Dev group to GitHub discussions: * The developer community is already on GitHub because it's where the core development happens * Google Groups doesn't serve the developer community very well, lacking syntax highlighted code blocks, and the

[tw5] Re: [ Streams ] : feedback and issues

2020-12-10 Thread Dominic Robinson
Ahh - that makes sense. Obvious really :) On Wednesday, December 9, 2020 at 7:04:00 PM UTC saq.i...@gmail.com wrote: > @Dom: As Si points out, the Alt+Enter shortcut tries to split the text at > double line breaks. If you want to split at the cursor just press Enter. > > However, thanks to

[tw5] Recording audio and video directly into TiddlyWiki?

2020-12-10 Thread si
Just wondered if there are any tools out there that I am not aware of? Currently I record audio in Audacity and then import it in or create a canonical_uri, but it would be nice to find an approach that has fewer steps. -- You received this message because you are subscribed to the Google

[tw5] Re: Using TiddlyWiki for fact-based information modelling and database engineering ???

2020-12-10 Thread Charlie Veniot
G'day bobj, Just a quick note to say I've finally had a chance to have a first look at your shared TW. Seeing as I tend to be slow as molasses, and need to read something multiple times, as I'm dealing with a few too many distractions (loss of employment as of last Thursday and now trying to

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Jeremy Ruston
One feature of GitHub discussions is that one can convert issues into discussions, either individually or in bulk. I can imagine that that could be very helpful for us. I’ve set up https://github.com/Jermolene/TiddlyWiki5/discussions and

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
Hi Jeremy, Many thanks, I will try to be the first who post there :-) On Thu, Dec 10, 2020 at 6:43 PM Jeremy Ruston wrote: > One feature of GitHub discussions is that one can convert issues into > discussions, either individually or in bulk. I can imagine that that could > be very helpful for

[tw5] A plugin with few commands

2020-12-10 Thread Mohammad Rahmani
I have a node.js plugin containing few JS tiddlers with module-type:command. That means my plugin has extended TW commands. I call them custom commands. Now, I use the below environmental variable under Windows 10 to store all of my third party plugins. - TIDDLYWIKI_PLUGIN_PATH - Search path

[tw5] Re: A plugin with few commands

2020-12-10 Thread Mohammad
Please ignore my previous post. I realized I have not included the plugin with custom command to my tiddlywiki.info file. I think this is a sign of Alzheimer ;-) --Mohammad On Thursday, December 10, 2020 at 5:09:19 PM UTC+3:30 Mohammad wrote: > I have a node.js plugin containing few JS

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

2020-12-10 Thread Anjar
Hi Mohammad, Thank you for noticing, it should be available again now! For backup: https://andjar.github.io/tiddlytext/ or https://github.com/andjar/tiddlytext Anders torsdag 10. desember 2020 kl. 07:07:53 UTC+1 skrev Mohammad: > Hi Anjar, > I cannot download the demo! Would you mind to

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

2020-12-10 Thread Mohammad Rahmani
Hi Andres, Many thanks. Lovely tool. @David Gifford, Would you please add Tiddlytext to Tiddlywiki toolmap under slideshow and presentation category. Best wishes Mohammad On Thu, Dec 10, 2020 at 5:18 PM Anjar wrote: > Hi Mohammad, > > Thank you for noticing, it should be available again

[tw5] Re: A plugin with few commands

2020-12-10 Thread clutterstack
:) Coincidentally, I discovered the environment variables just yesterday. I could have saved my effort yesterday and learned it for free by reading your post today (if I could see the future)! On Thursday, December 10, 2020 at 9:00:44 AM UTC-5 Mohammad wrote: > Please ignore my previous post.

[tw5] Re: A plugin with few commands

2020-12-10 Thread Mohammad
Hi Chris, See environmental variable here https://tiddlywiki.com/prerelease/#Environment%20Variables%20on%20Node.js This let you have custom editions, plugins, themes, ... I know some developers have great stuffs in this regard. You may find some of them on GitHub It is a pity we have such

Re: [tw5] Re: Can BibTeX plugin expand beyond journals?

2020-12-10 Thread Mohammad Rahmani
Odin, Springer, feel free to submit issues, feature request at https://github.com/kookma/Refnotes Best wishes Mohammad On Thu, Dec 10, 2020 at 7:22 PM odin...@gmail.com wrote: > One issue I had and couldn't find a good solution for back then is that > the macro to generate the bibliography

[tw5] Re: "Right" way to deconstruct a standalone wiki?

2020-12-10 Thread clutterstack
Hi Mohammad, Ah! I "always" meant to check out TheDiveO's tools, but when I first saw them the whole process seemed intimidating, and as I learned my way around, I just gradually incremented toward the process I have right now. This is probably the "right" answer, concept-wise, for rapid

[tw5] Re: A plugin with few commands

2020-12-10 Thread clutterstack
Gah, if I'd read the Installing custom plugins on Node.js tiddler more recently, the information about environment variables is there. I'm constantly amazed at how much documentation is in the tiddlywiki.com website. I

Re: [tw5] Re: Can BibTeX plugin expand beyond journals?

2020-12-10 Thread springer
Thanks, Jeremy, Mohammad, and Odin. I'll also have more attention for this once the academic semester ends. Looking forward to the official 5.1.23 release! On Thursday, December 10, 2020 at 11:00:30 AM UTC-5 Mohammad wrote: > Springer, > I will update Refnotes hopefully when TW 5.1.23 is

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-10 Thread springer
Ton, thanks! sk's plugin failed on only ONE case: getting century-clipped year references to use the curly apostrophe (as in my rant here: https://springerspandrel.github.io/tw/biblio-demo.html#%E2%80%9CReal%E2%80%9D%20quote-marks). But it's generally awesome, and in particular recognized the

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-10 Thread springer
Side note: I wonder how many plugins and other solutions depend on tiddlyspot for their demo sites. Authors (like Stephen K) who set things up there may not even realize that its days (even as read-only host) may be numbered. -Springer On Thursday, December 10, 2020 at 2:12:11 PM UTC-5

[tw5] Re: Twtube

2020-12-10 Thread duche...@gmail.com
Re my last paragraph above I now understand that '' > from TwTube Github page > suggests? > > Thanks again digit! > > Le mercredi 9 décembre 2020 à 20:07:12 UTC-5, digit...@gmail.com a écrit : > >> So I don't think it will work this way -

Re: [tw5] Could we have a zip download saver mechanism?

2020-12-10 Thread 'Mark S.' via TiddlyWiki
I was thinking that the saver would be in the core along with the other savers, but only displayed as an option if it detected the JSZip plugin. Or would display with the message "Install JSZip to activate." Thanks! On Thursday, December 10, 2020 at 9:37:01 AM UTC-8 jeremy...@gmail.com wrote:

Re: [tw5] Could we have a zip download saver mechanism?

2020-12-10 Thread Jeremy Ruston
Hi Mark That’s a great idea. Right now the JSZip plugin isn’t a part of the core, so such a saver would have to reside in the plugin. In the meantime, one could make a custom button for the sidebar that performed the zip and save operation. The example given with the JSZip plugin should get

[tw5] Re: A plugin with few commands

2020-12-10 Thread clutterstack
> See environmental variable here > https://tiddlywiki.com/prerelease/#Environment%20Variables%20on%20Node.js > This let you have custom editions, plugins, themes, ... > Yes, this was such a relief for me with my messy collection of wikis and plugins. I think it should be introduced early in

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-10 Thread Ton Gerner
May be this is of use: http://skplugins.tiddlyspot.com/#Fancy%20Quotes Cheers, Ton On Thursday, December 10, 2020 at 1:40:10 AM UTC+1 Soren Bjornstad wrote: > Thanks everyone. I evidently wasn't clear enough on where I'm at and what > I was hoping for. > > I know how to insert real curly

[tw5] Re: How to create a new field and translate multiple values with a dictionary?

2020-12-10 Thread Harry
Another novice question: I want to filter all entries born before 1948 (in the birth_year field) who has not died or been purged (in the c_status field), and assign them value "retired". The following code I created apparently contains error. I would also appreciate general guidance on

[tw5] Re: Using TiddlyWiki for fact-based information modelling and database engineering ???

2020-12-10 Thread TW Tones
Bob, Delayed reply I know. Implementing the Toulmin Model on tiddlywiki would be using the features that make tiddlywiki capable of representing any relationship model. I would need to be a little more focused but a few quick leads for now. - Alt-tags or Gen tags plugin allows for

[tw5] Re: Number formatting

2020-12-10 Thread Saq Imtiaz
There is a pad[] filter operator in the very soon to be released TW 5.1.23 On Friday, December 11, 2020 at 1:47:44 AM UTC+1 taale...@gmail.com wrote: > I haven't found anything that quite addresses what I'm looking for. > Specifically, I'm looking for something that works like Excel's format

[tw5] Re: Number formatting

2020-12-10 Thread Eric Shulman
On Thursday, December 10, 2020 at 5:05:04 PM UTC-8 saq.i...@gmail.com wrote: > There is a pad[] filter operator in the very soon to be released TW 5.1.23 prior to TW5.1.23, padding can be done using split[] and join[], like this: <$vars num="12"> {{{ [addprefix[0]split[]last[5]join[]] }}}

[tw5] Re: Using TiddlyWiki for fact-based information modelling and database engineering ???

2020-12-10 Thread TW Tones
Charlie, Sad to hear a loss of employment may have being forced on you, but as you seem to know embrace it as the opportunity it is. One thing you can be sure of, this is one team you remain a member of. Tones On Friday, 11 December 2020 at 01:59:27 UTC+11 Charlie Veniot wrote: > G'day bobj,

[tw5] Number formatting

2020-12-10 Thread taale...@gmail.com
I haven't found anything that quite addresses what I'm looking for. Specifically, I'm looking for something that works like Excel's format function, so that I can specify that the number 12 appears as 00012 (= excel's "0"), for example. Is there anything that does that already?

Re: [tw5] Re: Using TiddlyWiki for fact-based information modelling and database engineering ???

2020-12-10 Thread CJ Veniot
Aw shucks, thanks Tones. Well-wishes and notes of sympathy are always appreciated ! I've always had a sense of loyalty and dedication, so however banged-up, I just could not give up on my employer. Employer giving up on me is, strangely enough, a huge sense of relief ... freedom! All things

[tw5] Re: Twtube

2020-12-10 Thread Donald Coates
No problem!! Yes serving external files with a proxy server is always like this - lots of assumptions that lead to lots of confusion. It's a bit outside most use cases I guess. Using nginx to serve media files outside TW is absolutely the way to go though IMO the performance is way worth it.

[tw5] How to create a new field and translate multiple values with a dictionary?

2020-12-10 Thread Harry
Hi, I have a tiddlywiki with multiple entries. I now want to assign a unique field value for every entry so that I can sort them in a particular way. Is there a way that I can do this with button or other batch orders. I searched and found something of creating a dictionary. Say I select all

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
This is the first discussion post as an idea for Tiddlywiki on GitHub discussion panel! https://github.com/Jermolene/TiddlyWiki5/discussions/5248#discussion-58631 Best wishes Mohammad On Thu, Dec 10, 2020 at 6:43 PM Jeremy Ruston wrote: > One feature of GitHub discussions is that one can

Re: [tw5] Can BibTeX plugin expand beyond journals?

2020-12-10 Thread Jeremy Ruston
I think I made the original version of the core BibTeX importer plugin. It’s a very thin wrapper around this JavaScript library: https://github.com/ORCID/bibtexParseJs The current code uses the library to parse the incoming BibTeX string, and creates a

[tw5] Re: Can BibTeX plugin expand beyond journals?

2020-12-10 Thread odin...@gmail.com
One issue I had and couldn't find a good solution for back then is that the macro to generate the bibliography only uses one style/type. So for example: <> Would generate all the reference as they were journals. If you hack/made a copy of this macro for books, it would generate all the

[tw5] Re: Twtube

2020-12-10 Thread duche...@gmail.com
Yes, it works that way, i.e. when I input the url of a file located on my ngnix server to the 'source src=' . However I thought that I could also address a video located within the tiddlywiki folder, as we do with images. And Tiddlywiki shows right such a video as it does for an image using

Re: [tw5] Discussion on GitHub: Good or bad

2020-12-10 Thread Mohammad Rahmani
This is the welcome message by Jeremy Welcome to the TiddlyWiki5 developer discussion group. This is the place > for talking about TiddlyWiki core internals and development, and plugin > development issues. For general assistance with TiddlyWiki5 features, > macros, formatting, documentation,

Re: [tw5] Re: Can BibTeX plugin expand beyond journals?

2020-12-10 Thread Mohammad Rahmani
Springer, I will update Refnotes hopefully when TW 5.1.23 is released. What you asked is not difficult. As I said each bibtex entry has a bibtex-entry-type and using theat field output macro can distinguish between book, journal paper, website, dissertation, conference paper, reports, So,