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

2020-12-09 Thread Mohammad
Hi Springer, Anders did a great hack here: https://groups.google.com/g/tiddlywiki/c/UcJHW-HHPJU/m/Wd-49qUYBQAJ Please note like any bibliography tools you can have any output style. For example I use EndNote and it has many styles to meet different publisher requirements. - Hack

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

2020-12-09 Thread Mohammad
Hi Anjar, I cannot download the demo! Would you mind to take a look --Mohammad On Saturday, May 2, 2020 at 9:26:13 PM UTC+4:30 Anjar wrote: > Hi @Petruschka, > > The easiest way to use it, is to download the demo > , open the sidebar (from the home > tiddler)

Re: [tw5] Re: [Tiddly Research] Public release

2020-12-09 Thread kebi
@Pedro sorry for the late reply, I lost track of this group after the last google group update. Anyway, you can add more tabs to the sidebar by simply adding the tag " $:/plugins/nico/notebook/tags/SidebarSection " to the tiddlers you want to display. If you want to add to the sidebar a group

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

2020-12-09 Thread clutterstack
Thanks, Mark and Soren. I see I didn't actually specify that my home-grown plugins live in a folder away from this wiki. Sorry. I want to rebuild using these files every time, to have the latest changes. I think I abandoned savewikifolder mainly because it generates a new tiddlywiki.info

[tw5] Re: A howto: Dynamic content include/exclude, and dynamic "DetailsWidget" title

2020-12-09 Thread Charlie Veniot
The following in my online project for anybody who wants to go play: ORM-ish à la TiddlyWiki G'day, My task management needs in ORM-ish à la TiddlyWiki are very basic: - ListWidget of backlinks to a "TODO" tiddler -

[tw5] Re: Twtube

2020-12-09 Thread Donald Coates
So I don't think it will work this way - trying to access it by tw import. You have to think of it this way - *nginx is serving the file* within tiddlywiki. nginx has to be able to serve the file separately on its own. Here is the code I put in for the video you see in my wiki: ```

[tw5] Re: Packaged theme and plugin library

2020-12-09 Thread clutterstack
Mohammad, Great! Works fine under 5.1.23 here too, so far. Thanks again, Chris On Wednesday, December 9, 2020 at 5:59:59 AM UTC-5 Mohammad wrote: > Chris, > Tested on TW 5.1.23 and it works fine! > > Thank you > > On Tuesday, December 8, 2020 at 11:28:01 PM UTC+3:30 clutterstack wrote: > >>

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread Soren Bjornstad
TiddlyWiki macros are not "executable" in the usual sense of that word, they are just ways to substitute text for other text, possibly with parameters. So I don't think macros are what you're looking for here. Can you explain what exactly you're trying to accomplish? There's a way to do almost

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

2020-12-09 Thread Soren Bjornstad
Maybe I'm not following what you're asking for, but my Anki syncing plugin TiddlyRemember needs to turn single-file wikis into folder wikis. It just uses : tiddlywiki --load *wiki_path* --savewikifolder

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

2020-12-09 Thread 'Mark S.' via TiddlyWiki
Take a look at https://tiddlywiki.com/#SaveWikiFolderCommand On Wednesday, December 9, 2020 at 3:49:08 PM UTC-8 clutterstack wrote: > Hi all, > > Is there a "right" way, using node, to take a standalone index.html > TiddlyWiki in a folder and break it into tiddlers that can then be used in >

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread Soren Bjornstad
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 quote characters into TiddlyWiki using my preferred input method (I'm on Linux actually, @springer), and I regularly do this. However, as with any input method that I'm

[tw5] Re: How to print the permaview

2020-12-09 Thread Saq Imtiaz
Assuming you want to generate this from the tiddlers open in the story you can try this filter: [list[$:/StoryList]first[]encodeuricomponent[]] [{$:/StoryList!!list}encodeuricomponent[]] +[join[:]addprefix[#]addprefix{$:/info/url/full}] The resultant URL should result in navigation to the

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread Eric Shulman
On Wednesday, December 9, 2020 at 3:40:35 PM UTC-8 springer wrote: > <> But can you yell "Theater!" in a crowded firehouse? :-) -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

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

2020-12-09 Thread clutterstack
Hi all, Is there a "right" way, using node, to take a standalone index.html TiddlyWiki in a folder and break it into tiddlers that can then be used in a new node.js wiki build? I am guessing that it's a matter of "why would you want to do that more than occasionally? And occasionally, it's

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread springer
Tones, I did type too hastily, but what I meant was: <> But for anyone who really cares about curly quotes, you might be amused by this: https://springerspandrel.github.io/tw/biblio-demo.html#%E2%80%9CReal%E2%80%9D%20quote-marks On Wednesday, December 9, 2020 at 6:23:52 PM UTC-5 TW Tones wrote:

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread History Buff
Here's what I use that I think it simplest: https://www.typewolf.com/cheatsheet On Wednesday, December 9, 2020 at 3:27:52 PM UTC-7 Anjar wrote: > Hi again Soren, > > It may not be the most elegant solution, but import the two attached > tiddlers (you may have to remove the .txt ending) to

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread TW Tones
Surely these work and not your example? <> <> Tones On Thursday, 10 December 2020 at 10:16:29 UTC+11 springer wrote: > Soren, I surmise you're on Windows… > > But if Mac-users find this thread: > opt-[ gets you an opening curly-double-quote > opt-shift-[ gets you a closing

[tw5] Re: How to print the permaview

2020-12-09 Thread TW Tones
Jan, The perm view is in fact a URL that opens every thing in the story river. So inside $:/StoryList the list field contains the list of tiddlers open in the story. and the currentTiddler here is a permalink

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread springer
Soren, I surmise you're on Windows… But if Mac-users find this thread: opt-[ gets you an opening curly-double-quote opt-shift-[ gets you a closing curly-double-quote (for single-quote variants, it's the same as above but with end-bracket: opt-] and opt-shift-] ) There are good reasons not to

[tw5] Re: Smart quotes in TiddlyWiki

2020-12-09 Thread Anjar
Hi again Soren, It may not be the most elegant solution, but import the two attached tiddlers (you may have to remove the .txt ending) to your tiddlywiki and reload it. Then all you "test" will be replaced by “test” (the difference is hard to spot with the default font though). Actually, you

[tw5] Can BibTeX plugin expand beyond journals?

2020-12-09 Thread springer
Hello all, I'm just orienting to the BibTeX plugin (as well as refnotes). It's clearly very powerful! But it seems designed mostly for journal articles (as odin noted in June ). While working on the biblio-demo

[tw5] Re: Please vote for your favour banner for v5.1.23

2020-12-09 Thread Mat
WOW! - you guys are really raising the bar for the banner competitions. What great contributions, ALL of them!!! <:-) On Wednesday, December 9, 2020 at 12:33:54 PM UTC+1 Werner wrote: > Great stuff, everyone. Voted! > > BurningTreeC schrieb am Dienstag, 8. Dezember 2020 um 09:38:24 UTC+1: > >>

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

2020-12-09 Thread Saq Imtiaz
@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 your bug report I did manage to find and fix an actual bug with the Alt+Enter handling. Cheers, Saq On Wednesday, December 9,

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

2020-12-09 Thread si
Hi Dom, It looks like you are making the same error that I did and have misunderstood the purpose of the shortcut. Alt+Enter should split a node that has multiple lines into separate tiddlers, but in your GIF the text is

[tw5] How to print the permaview

2020-12-09 Thread Jan
Hi, I would like to generate a qr-code which links to an entire story opened inmy TW. I have difficulites to get the correct permaview into a field to use it in the qr-macro. Does anyone know the spell? Best wishes and thanks for your help: Jan -- You received this message because you are

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
One last doubt: is it possible to save tiddlywiki macros inside this tiddlywiki.info file and execute those macros from the backend with the *tiddlywiki *command-line? On Wednesday, December 9, 2020 at 10:35:19 AM UTC-3 muynars...@gmail.com wrote: > Ah, sorry... An "output" folder was

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
Ah, sorry... An "output" folder was generated with the HTML file that I needed. That works perfectly for what I need. Thanks! On Wednesday, December 9, 2020 at 10:18:24 AM UTC-3 muynars...@gmail.com wrote: > Thanks Eric, > > In my case, I entered the folder where the tiddlywiki.info exists and

Re: [tw5] Re: Checkbox "uncheckactions" (or any actions) do not work?

2020-12-09 Thread P M
O I was just looking at what is this fieldmangler the docs speak of. Works perfectly, thanks! -Petri On Wed, Dec 9, 2020 at 3:27 PM BurningTreeC wrote: > Hi Petri, you'll need the fieldmangler widget to handle the tm-remove-tag > message: > > <$list filter="[!has[draft.of]tag[Task

[tw5] Re: Checkbox "uncheckactions" (or any actions) do not work?

2020-12-09 Thread BurningTreeC
Hi Petri, you'll need the fieldmangler widget to handle the tm-remove-tag message: <$list filter="[!has[draft.of]tag[Task archived]sort[created]]"> <$fieldmangler> <$checkbox tag="Task done" uncheckactions="""<$action-sendmessage $message="tm-remove-tag" $param="Task archived" />""" > <$view

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread muynars...@gmail.com
Thanks Eric, In my case, I entered the folder where the tiddlywiki.info exists and got the following output with this command: $ tiddlywiki --build index syncer-server-filesystem: Dispatching 'save' task: $:/StoryList After this command, I didn't find any HTML file that was generated. The

[tw5] Checkbox "uncheckactions" (or any actions) do not work?

2020-12-09 Thread Petri M.
Hi, I have this simple list: <$list filter="[!has[draft.of]tag[Task archived]sort[created]]"> <$checkbox tag="Task done" uncheckactions="""<$action-sendmessage $message="tm-remove-tag" $param="Task archived" />""" > <$view field="done-date"/> <$link to=<>> <$view field="title"/> and I

[tw5] Re: Using File Backups with Firefox on Android?

2020-12-09 Thread PMario
On Tuesday, December 8, 2020 at 11:04:01 PM UTC+1 Mark S. wrote: ... > It appears that is is no longer possible to install *file-backups* on FF > for Android. That's right. It is possible to "sideload" the plugin for testing, BUT it's _not_ possible to save the wiki, since the needed

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

2020-12-09 Thread PMario
On Wednesday, December 9, 2020 at 10:57:08 AM UTC+1 Jeremy Ruston wrote: > GitHub’s mission is focussed on developers, a very different audience than > TiddlyWiki. > I would love to have the "Discussions" area be opened at TiddlyWiki repo. > GitHub Discussions might make sense for the Dev

[tw5] Re: Please vote for your favour banner for v5.1.23

2020-12-09 Thread 'Werner' via TiddlyWiki
Great stuff, everyone. Voted! BurningTreeC schrieb am Dienstag, 8. Dezember 2020 um 09:38:24 UTC+1: > Nice banners everyone :) ! Voted! > > BTC > > TW Tones schrieb am Dienstag, 8. Dezember 2020 um 03:30:49 UTC+1: > >> They are all good! >> >> On Tuesday, 8 December 2020 at 02:52:00 UTC+11

[tw5] Re: Packaged theme and plugin library

2020-12-09 Thread Mohammad
Chris, Tested on TW 5.1.23 and it works fine! Thank you On Tuesday, December 8, 2020 at 11:28:01 PM UTC+3:30 clutterstack wrote: > Hello all, > > I *think* I've got a working plugin library for my projects, and a > packaging of the theme I was playing with in my public wiki >

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

2020-12-09 Thread Mohammad
Hi Jeremy, Many thanks for clarification. I understand your concerns. --Mohammad On Wednesday, December 9, 2020 at 1:27:08 PM UTC+3:30 jeremy...@gmail.com wrote: > GitHub’s mission is focussed on developers, a very different audience than > TiddlyWiki. > > GitHub Discussions might make sense

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

2020-12-09 Thread Jeremy Ruston
GitHub’s mission is focussed on developers, a very different audience than TiddlyWiki. GitHub Discussions might make sense for the Dev group but I worry that the whole mis-en-scene of GitHub is much too complicated and confusing for mainstream users, and so I struggle to see us adopting it for

[tw5] [Macro] datauri macro and svg images

2020-12-09 Thread Mohammad
I tried to use an svg as background. I realized I cannot use core svg images. One reason may be the tiddler type or perhaps the removed xlmns. See below example at .jack { background: url(<$macrocall $name="datauri" title="Motovun Jack.jpg" $output="text/plain"/>); height: 300px; } Now

[tw5] Re: Is there any automated way of generating the html file of the TiddlyWiki node.js version?

2020-12-09 Thread Eric Shulman
On Tuesday, December 8, 2020 at 10:25:18 PM UTC-8 muynars...@gmail.com wrote: > I run its Node.js version... I need a way to generate the HTML file > automatically instead of manually clicking on the "save changes" button... > I've tried looking for the command-line options > The command-line