[tw5] Re: Basic question - how do you print a tiddler?

2018-06-07 Thread BurningTreeC
... I forgot: the button tiddler needs the tag $:/tags/ViewToolbar I've added a button that launches the print dialogue to the template tiddler: \define containerClasses() tc-page-container tc-page-view-$(themeTitle)$ tc-language-$(languageTitle)$ \end \define tiddlerPrintTemplate()

[tw5] Re: float images in tiddlers

2018-06-16 Thread BurningTreeC
> > This works! > How we can avoid using table but having float images and tables inside > tiddler boundary? > I have heard using Table for layout is obsolete! > I doubt this is the same as using table for layouting -- You received this message because you are subscribed to the Google Groups

[tw5] Re: float images in tiddlers

2018-06-16 Thread BurningTreeC
Hi Mohammad, you could try this in a stylesheet: .tc-tiddler-body:before, .tc-tiddler-body:after { content: ""; display: table; } .tc-tiddler-body:after { clear: both; } .tc-tiddler-body { zoom: 1; } it should force the tiddler to always wrap around floating

Re: [tw5] KeeBoord - global keyboard shortcuts

2018-06-12 Thread BurningTreeC
@Jan, how is it working for you? @all, I'd be interested if you're using KeeBoord in one of your wikies and - if that's the case - how is it working, have you encountered issues? BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread BurningTreeC
> > @All: Thank you for answers. > > @BTC > > In your mockup http://print-tiddler.tiddlyspot.com/ > > There is a yellow non-printing set of options across the top allowing the > print to show or hide Title, Subtitle, Tags > > How do I add that capability to my tiddler-to-print ? > > I suspect

[tw5] Re: Basic question - how do you print a tiddler?

2018-06-14 Thread BurningTreeC
> > @BTC > I printed some tiddlers. Then I back to select a new set of tiddlers for > a new print! When I click the print button in the second time of printing, > I see the printriver has kept the list of previous tiddlers in its print > queue! > How can I flush that queue? > > That's right,

[tw5] Re: why is my left knee numb?

2018-06-16 Thread BurningTreeC
TWiddlyTWeeter in his alchemy lab TWying TWo create a Macro TWat makes Gold -- 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: Can anyone help with the spreadsheet-like calcuations plugin by Evan Balister?

2018-06-17 Thread BurningTreeC
> > Thank you for the reply. Removing the quote does not appear to help. I > don't get an error message, but the widget does not work as I had hoped. > > Merv > > > I tried your code without quotes on the formula plugin webpage and it worked for me - I made some tiddlers with the tags TrustA

[tw5] Re: Can anyone help with the spreadsheet-like calcuations plugin by Evan Balister?

2018-06-17 Thread BurningTreeC
Hi, does it work if you remove the quotes before "(=" and after "=)" ? > > -- 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: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
> > Added to the toolmap in a new section, Printing, with a little > explanation.. https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM > > Thanks, David! @TiddlyTweeter Now I've actually made tiddlers editable in that new window. I changed it to use a separate storylist - there's the benefit of

[tw5] Re: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
We'll need to dig into the popups-cancelling problem in new tiddly windows -- 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: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
> > Hello BTC, > This is really amazing! Print set of tiddlers in form of a PDF or sent to > the physical printer! > Thank you! > Do you release it as a plugin? > > What is the pbr on the toolbar? I just print by clicking the printer icon! > Hi Mohammad, pbr stands for Page-Break ... I'm

[tw5] Re: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
@Ste Wilson, print-tiddler.tiddlyspot.com now allows adding page-breaks for printing before single tiddlers in the print-list -- 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: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
> > BTC > > Looking good! > > One issue: The "More" (down-arrow) menu won't close once opened (FF & > Chrome) for me. > Yes, that's why: We'll need to dig into the popups-cancelling problem in new tiddly windows Popups in a new window don't cancel when clicking in that window, you need to

[tw5] Re: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
@Mohammad, thanks for the links! I've already added one of those icons -- 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

[tw5] Re: Basic question - how do you print a tiddler?

2018-06-09 Thread BurningTreeC
Am Samstag, 9. Juni 2018 13:40:24 UTC+2 schrieb @TiddlyTweeter: > > Ciao BTC > > What I'm trying right now is adding sensible features >> > > The relationship with stylesheets in it interests me. One thing that > strikes me is control of vertical whitespace, especially after hiding Title >

[tw5] Re: Does $set work correctly in this example? (nested)

2018-05-31 Thread BurningTreeC
@Mohammad, what's the goal? How should it look like in the end? -- 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 post

[tw5] Re: Problems when editing from tablet

2018-05-27 Thread BurningTreeC
Hi Sebastián , that's probably related to the CodeMirror editor you're using CodeMirror was updated with version 5.1.16 but it's recommended to use the newest, version 5.1.17 because of a bug in 5.1.16 In the latest CodeMirror I believe I've added a setting that avoids this issue. You can try it

Re: [tw5] Re: Problems when editing from tablet

2018-05-30 Thread BurningTreeC
> > I didn't realized that you need to update also the plugins... > After updating it is solved. Many thanks! > > Great, glad it works now! BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] An Outliner StoryView Prototype

2018-06-03 Thread BurningTreeC
Hi community, here's an outliner storyview I'm working on: http://outlineproto.tiddlyspot.com/ It's not perfect - I'd just like to hear what you think what's good and what needs to be sorted out all the best, BurningTreeC -- You received this message because you are subscribed

[tw5] Re: An Outliner StoryView Prototype

2018-06-03 Thread BurningTreeC
Am Sonntag, 3. Juni 2018 18:56:12 UTC+2 schrieb Mark S.: > > Looks promising! > > How to you change the order? > Changing the order is currently only possible for the first level through the open tab in the sidebar. Subtiddlers are tagged with their parent tiddler and so they may be sortable

[tw5] Re: An Outliner StoryView Prototype

2018-06-04 Thread BurningTreeC
> > Great piece of work! > For me Alt+Right and Alt+Left does not work! > (Windows 10 + Chrome 66) > You can change shortcuts in the ControlPanel -> KeyboardShortcuts How Alt+O works? Does chat set/unset some stylesheet tiddlers (i.e tagged > a tiddler with $:/tags/Stylesheet) or use a macro

[tw5] Re: An Outliner StoryView Prototype

2018-06-04 Thread BurningTreeC
> > @BurningTreeC, This is amazing! Thank you. > > I can use this for my Tiddlyshow pluging, both to define shortcut keys and > also for creating the structure of presentation in outline view. > Go ahead! I hope Jeremy accept the pull request. > Yeah I hope so - I'v

[tw5] Re: An Outliner StoryView Prototype

2018-06-04 Thread BurningTreeC
rd's NoteSlam > > Regards > Tony > > > > On Monday, June 4, 2018 at 2:45:31 AM UTC+10, BurningTreeC wrote: >> >> Hi community, >> >> here's an outliner storyview I'm working on: >> >> http://outlineproto.tiddlyspot.com/ >>

[tw5] Re: Basic Problem -- How to get Tiddler text into a variable (NOT a transclusion)

2018-06-04 Thread BurningTreeC
in simple german: I can set multiple variables with the vars widget, but if I need one of those variables in another one, I need another vars widget within the scope of the one that defines the variable I need for the second one. -- You received this message because you are subscribed to the

[tw5] Re: Basic Problem -- How to get Tiddler text into a variable (NOT a transclusion)

2018-06-04 Thread BurningTreeC
> > Hi, > You only need 1 !!! vars widget. Have closer look at the docs. > Hi @pmario - that's apparently NOT true from the docs: "The content of the <$vars> widget is the scope for the value assigned to the variable." testing with one vars widget results in the wikiName variable not defined

[tw5] Re: Basic Problem -- How to get Tiddler text into a variable (NOT a transclusion)

2018-06-04 Thread BurningTreeC
@TiddlyTweeter , That string where you want to transclude that tiddler text - is it in a BOB config file? -- 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: Basic Problem -- How to get Tiddler text into a variable (NOT a transclusion)

2018-06-04 Thread BurningTreeC
\define get-wiki-path() C:\\bag\\PortableApps\\twMU\\pages\\tw\\tw_$(wikiName)$\\index.html \end \define actions() <$action-setfield $tiddler="ma-tiddla" $index="path" $value="""$(wikiPath)$"""/> \end <$vars wikiName={{tiddlerwithwikiname}}> <$vars wikiPath=<>> <$button> <> set -- You

Re: [tw5] Re: An Outliner StoryView Prototype

2018-06-04 Thread BurningTreeC
@David, looks really good! I see you are working with the tiddler-captions, I am using the tiddler titles directly. Your method has some advantages... The book seems to be a good reading, too! BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] Re: Calling action widgets from within the Select Widget

2018-06-02 Thread BurningTreeC
@c pa In your code example some lines aren't correct syntax. The select widget accepts an "actions" attribute, see here: https://tiddlywiki.com/#SelectWidget You're calling your actions from within the list widget, which does not handle actions, see: https://tiddlywiki.com/#ListWidget try

[tw5] Re: How to refresh a JavaScript widget based on a parsed tiddler ?

2018-06-02 Thread BurningTreeC
Hi @Silverfox I believe there's the $tw.utils.hop() method you can use to see if a tiddler is part of changedTiddlers (which should contain a list of all changed tiddlers) I don't know how and where you get your tiddlers but if you do it like: //in your prototype.execute add: this.filterTag =

[tw5] Re: An Outliner StoryView Prototype

2018-06-05 Thread BurningTreeC
> > @BTC > For shortcut based on your description I learned I have to define three > tiddlers. For example if I want to have a shortcut for oppening all > tiddlers tagged with learning I need the follwoing tiddlers > > >1. $:/config/ShortcutInfo/open-myTag(text: Open my tiddlers tagged

[tw5] Re: An Outliner StoryView Prototype

2018-06-05 Thread BurningTreeC
> > BTC, > > Just a little constructive feedback. > > I would love a method of creating siblings without selecting the parent. > In fact I would personally value creating siblings rather than > children with a right arrow creating children. Enter for siblings is in > fact more intuitive

[tw5] Re: An Outliner StoryView Prototype

2018-06-05 Thread BurningTreeC
@Mohammad > Still no success! > Ah then it can only be the navigator widget which isn't defined for the keyboard shortcut action. Change your actions to this: <$navigator story="$:/StoryList" history="$:/HistoryList"> <$list filter="[tag[learning]]"> <$action-navigate $to=<> /> This is

[tw5] KeeBoord - global keyboard shortcuts

2018-06-05 Thread BurningTreeC
Hi folks, for those who already want to use global keyboard shortcuts within their wikies, I've made a plugin and a little plugin-info-page: http://keeboord.tiddlyspot.com/ have fun with it, BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: An Outliner StoryView Prototype

2018-06-05 Thread BurningTreeC
> > By the way, I followed the pull request for adding sortcuts by you at > Github/Tiddlywiki, and to me it seems they reacts slowly, may be they are > very busy! > For short-term if I want to use this shortcuts in another wiki is it > enough to import the $:/core/modules/startup/keyboard.js.

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-05 Thread BurningTreeC
> > Ciao BTC > > In your approach, which looks really interesting, is it possible to > associate keystrokes combos with opening a single tiddler? Case: I often > need to work with one or two configuration Tiddlers and its a lot of > strokes to find them (they have "$:/" system names). What

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-05 Thread BurningTreeC
> > Hi again BTC > > If I use Zoomin storyview is this the correct code for defining shortcuts > to navigate forward and backward through Tiddlers in story river > > >- Goto next tiddler in story view with ctrl-N > > <$navigator story="$:/StoryList" history="$:/HistoryList"> > <$list

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-05 Thread BurningTreeC
@Mohammad I've edited the last code example -- 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 post to this group, send

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-05 Thread BurningTreeC
Hi Diego, > As usual BTC, this is fantastic!!! I really really hope this makes it into > the core!! > It's looking good that it does :) > > Side note: I tried to get the focus on search one working but was unable > to. > did you tag the tiddler that holds the code for the action with

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-05 Thread BurningTreeC
> > @BTC > Your solution works great! > I have assigned Enter, Space, PageDown and Right-arror for next tiddler > (slide) and Left-arrow, PageUp for previous. > Awesome > > There is some adjustment remained. For example, if I click on the > next-slide button or previous-button, the state

[tw5] Re: How to refresh a JavaScript widget based on a parsed tiddler ?

2018-06-05 Thread BurningTreeC
> > Thank you... but I cannot make it work so far... > > It appears that the > > if($tw.utils.hop(self.allTiddlers[i],changedTiddlers)) > > generates the following error: > > Uncaught TypeError: Cannot convert object to primitive value > > Apologies, I believe I made a mistake here Does it

[tw5] Re: TiddlyDesktop - can't open nw

2018-06-07 Thread BurningTreeC
Hi @mgrbl I'm using TiddlyDesktop on linux, too Do you have libgconf installed? sudo apt update; sudo apt install libgconf-2-4 (... in a terminal) I tried uninstalling it on my system and got the same error message. We should add it as a dependency in the TiddlyDesktop Readme BurningTreeC

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-06 Thread BurningTreeC
> > *A small problem.* > > Hi BTC > > I have set the Right and Left arrow keys as shortcuts for navigating to > forward/backward tiddler (slide). When I am in edit mode i.e I opened a > tiddler to edit, then for moving currsor > I cannot use the arrow keys they navigate to next/previous tiddler

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-06 Thread BurningTreeC
> > Okay! > I use a combination of keys! and avoid using Space, Backspace, PageUp, > PageDown, Arrow keys, Enter, ... > I am thinking I can activate them in presentation mode, this should be not > difficult. For example the > presentation button can set the key fields and when I finished and

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-06 Thread BurningTreeC
Am Mittwoch, 6. Juni 2018 19:20:16 UTC+2 schrieb BurningTreeC: > > Okay! >> I use a combination of keys! and avoid using Space, Backspace, PageUp, >> PageDown, Arrow keys, Enter, ... >> I am thinking I can activate them in presentation mode, this should be >&

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-06 Thread BurningTreeC
hing the shortcut because its content wouldn't change. And we rely upon the shortcut config tiddlers to change in order to be able to change shortcuts within a running wiki > > > On Wednesday, June 6, 2018 at 9:53:14 PM UTC+4:30, BurningTreeC wrote: >> >> >> >>

[tw5] Re: TiddlyDesktop - can't open nw

2018-06-07 Thread BurningTreeC
> > thx @BurningTreeC, worked like a charm! > > when I opened ./nw in terminal, I did get the message > "[11774:11774:0607/091416.715812:ERROR:browser_main_loop.cc(299)] > GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed" - > but it did run T

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-07 Thread BurningTreeC
> > Hi BTC, > I have still one problem I could not figure out! > To synchronize the navigation by shortcut keys and buttons (here links > with mouse clicks), I tried to use the state tiddler in the tiddler handles > the navigation. Here are the next previous button (links) > > > > > >

Re: [tw5] Re: Problems when editing from tablet

2018-05-28 Thread BurningTreeC
s problem Which setting do you meant? > It's the "inputStyle" setting in the codemirror config. I've set that explicitly to "textarea" so that on mobile browsers it doesn't create a "contenteditable" area which was reported to behave strange > -- > Seb

[tw5] Re: [MuuriTouch] Reloaded

2018-07-01 Thread BurningTreeC
> > Perhaps a MuuriList / Story List toggle in both views? > > Thanks for your work > > Tony > Thanks Tony, yes a toggle to switch stories would be nice, I'll put it on the list -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] [MuuriTouch] Reloaded

2018-06-30 Thread BurningTreeC
Hi community, because of some recent requests about MuuriTouch I'm opening this new Thread to provide some updates the current plugin is located at http://tiddlytouch.tiddlyspot.com and should be obtained from there, NOT from http://muritest.tiddlyspot.com http://muritest.tiddlyspot.com

Re: [tw5] Re: [TW5] "Muuri-Touch" plugin

2018-06-30 Thread BurningTreeC
Hi guys, I've started a new thread for MuuriTouch OVER HRE -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it,

[tw5] Re: [MuuriTouch] Reloaded

2018-07-01 Thread BurningTreeC
> > On Sunday, July 1, 2018 at 2:45:39 PM UTC+10, BurningTreeC wrote: >> >> Hi community, >> >> because of some recent requests about MuuriTouch I'm opening this new >> Thread to provide some updates >> the current plugin is located at http://tiddlytouch.tid

[tw5] Re: [TW5] "Muuri-Touch" plugin on TiddlywikiDesktop?

2018-06-30 Thread BurningTreeC
Hi Dave, I've made a new thread for MuuriTouch over here Your error is most likely because of the experimental state of the plugin on muritest.tiddlyspot.com The latest plugin version is on http://tiddlytouch.tiddlyspot.com

[tw5] Re: [MuuriTouch] Reloaded

2018-07-02 Thread BurningTreeC
> > Although I understand this is largely designed for touch interfaces, it > would be a nice option to be able to have the side tiddler controls hide > until hovered over in the case you want to use it with a mouse and keep it > prettier. > Yes, I was thinking the same when I installed it

[tw5] Re: [TW5] "Muuri-Touch" plugin on TiddlywikiDesktop?

2018-07-02 Thread BurningTreeC
@Dave, on what operating system is your TiddlyDesktop copy running? -- 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

[tw5] Re: [TW5] "Muuri-Touch" plugin on TiddlywikiDesktop?

2018-07-02 Thread BurningTreeC
> > I've just downloaded a copy of TiddlyTouch and opened it in TiddlyDesktop > 0.0.13. > > It works fine to me in Windows 10 (though I have not imported anything > into it yet). > > Cheers, > > Alfonso Arciniega > I've also tried it on the latest TiddlyDesktop and I don't get any errors

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-22 Thread BurningTreeC
> > Hi BurningTreeC, > > This is the plugin of my dreams!! Fantastic. Encountered no issues so far > but I am inclined to believe that this should be the plugin of the month. > > Infact, I dare say TW5 should come bundled with this plugin because it > augments it so

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-22 Thread BurningTreeC
e story river, all three are shown on my screen. Then, from the outside of the river, how can I tell at which one the user is looking? > > Ahoi Jan > > > Am 19.06.2018 um 13:36 schrieb BurningTreeC: > > Hi everyone, the keeboord plugin allows every tw action to be triggered > wi

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-23 Thread BurningTreeC
> > Hi BTC, this plugin is so amazing! Nothing to report, I'm just thanking > you for your work! It's been super reliable for me. > > Hi JD, thank you very much, I've seen how you've integrated it in your material theme and the shadow theme, which I like a lot, BIG compliments for your work!

Re: [tw5] dynamic width

2018-06-19 Thread BurningTreeC
Hi J, a lot can be accomplished with pure css A media query allows to define styles if the browser width is below/above a certain value: @media (max-width: 960px) { .myclass { width: 50px; } } @media (min-width: 960px) { .myclass { width: 500px; } } alternativelly, if media queries are not

[tw5] Re: Create a list of numbers

2018-06-27 Thread BurningTreeC
Hi Mohammad, I just add how I create such lists: Look at this tiddler ... it stores all integer numbers from 1 to in its list field I just do: <$list

[tw5] Re: Automatic task list creation

2018-06-30 Thread BurningTreeC
the save-tiddler button ($:/core/ui/Buttons/save) could be modified to this: <$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<>> <> <$action-sendmessage $message="tm-add-tag" $param={{$:/temp/NewTagName}}/>

[tw5] Re: Automatic task list creation

2018-06-30 Thread BurningTreeC
I've found a bug and changed the macro a bit: \define extract-tasks-from-tiddler() <$list filter="[[$(storyTiddler)$]get:lines[text]removeprefix[;Task:]!prefix[ ]] [[$(storyTiddler)$]get:lines[text]removeprefix[;Task:]prefix[ ]removeprefix[ ]]" variable="taskLine"> <$list

[tw5] Re: Automatic task list creation

2018-06-30 Thread BurningTreeC
edit: the "shadow" tab -- 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 post to this group, send email to

[tw5] Re: Automatic task list creation

2018-06-30 Thread BurningTreeC
@JWHoneycutt @BTC > > Thank you ! > > Follow-up question: > > The "modified get[] filter" you provide at the beginning of your > explanation - is that the content of a tiddler I should add or replace > within my wiki? Or is it already part of the core? Does it need a special > $:/tags...

[tw5] Re: Automatic task list creation

2018-06-30 Thread BurningTreeC
Hi @JWHoneycutt this is a modified get[] filter that returns a field of any tiddler line by line: /*\ title: $:/core/modules/filters/get.js type: application/javascript module-type: filteroperator Filter operator for replacing tiddler titles by the value of the field specified in the operand.

[tw5] Re: Get focused wrongly the search text box on the sidebar

2018-06-30 Thread BurningTreeC
Hi Mohammad, I think the reason for this behaviour is because you're calling the macro from the tiddler where it's defined, that way the buttons change the macro tiddler each time you click them, which causes the "importvariables" widget in $:/core/ui/PageTemplate to refresh, which causes a

[tw5] Re: Automatic task list creation

2018-06-30 Thread BurningTreeC
@Mark S. This thing could have been done with the regexps filter. > https://github.com/Jermolene/TiddlyWiki5/pull/2963 > > Something like this would be useful in the core. > > -- Mark > Is there a regexps plugin somewhere? I think if there are good pull requests that are lingering around for a

[tw5] Re: How to escape double quotes inside copy-to-clipboard macro?

2018-06-30 Thread BurningTreeC
Hi talha131, you can wrap the code within triple-quotes: <> all the best, BTC -- 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: Query: Someone fairly recently did an analogue clock ... I can't find it

2018-06-30 Thread BurningTreeC
Ahoi Josiah, This is the one I know about: http://muritest.tiddlyspot.com/#analogue%20clock -- 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: Link to tidier from modal?

2018-04-26 Thread BurningTreeC
Hi, I believe that the modal is missing the informations from the <$navigator> widget Basically, to interact with the story river, the template for the modal needs something like this on top: <$navigator story="$:/StoryList" history="HistoryList"> ... Modal Content ... -- You received

[tw5] Re: My Template TW

2018-04-29 Thread BurningTreeC
> > Hi BTC, > > Sorry to say that: I get a lot of sync-errors and it is completely > unusable on my tiny phone screen – so maybe you should indicate what the > recommended hardware specs are and how to use this to sync correctly. > > Thanks for sharing anyway! > Thomas Hi Thomas, yes with

[tw5] Re: Codemirror plugin questions

2018-04-29 Thread BurningTreeC
Hi Mat, if the autocompletion plugin is installed, you can autocomplete with Ctrl+Space in normal tiddlers it autocompletes text that is already in the "buffer" - that means, text that's already in the tiddler text field you'll get a dropdown to select from if there are more possible

[tw5] Re: My Template TW

2018-05-01 Thread BurningTreeC
Thomas, now with some CSS help the errors don't show up anymore and the page is usable ... the errors themselves can be ignored I've added some nice features in the meantime, the How-To is in the "How To" tiddler all the best BTC -- You received this message because you are subscribed to

[tw5] Re: Announcing TiddlyWiki v5.1.16

2018-04-30 Thread BurningTreeC
@Diego - it depends on which platform you are if state tiddlers are persistent or get deleted at startup I've put a startup action in a tiddler (works with 5.1.16) so that $:/state/showeditpreview gets always set to no at startup -- You received this message because you are subscribed to the

[tw5] Re: Presenting a small quizcard-mechanism

2018-05-01 Thread BurningTreeC
Hi Jan, that's really cool, I want to steal this from your page... for the video not playing ... I changed your macro and got it to work: \define quizcard() <$list filter="[[$(tiddler)$]getindex[$(question)$]]" variable="answer"> <> <> \end I think it's

[tw5] Re: TiddlyDesktop -- Portability Difficulties

2018-05-01 Thread BurningTreeC
Hi @TiddlyTweeter So the goal would be to have everything on that USB stick - wikies, tiddlydesktop, user settings ... and nothing on the laptop/pc/whatever? Because that sounds great and I'd like to try my best to make such an install possible -- You received this message because you are

[tw5] Re: Presenting a small quizcard-mechanism

2018-05-01 Thread BurningTreeC
what's cool with your creation: the video keeps playing when you flip the card, awesome -- 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: "clientSideInclude is not defined" in iframe - any ideas?

2018-04-29 Thread BurningTreeC
Hi, I don't get this error on your site - I'm using Chrome. BTC -- 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 post

[tw5] Re: Codemirror plugin questions

2018-04-29 Thread BurningTreeC
@Mat in the lorem ipsum tiddler there's no "Hello" and no "There" - that's because you don't get the autocompletion. It's not global, only per tiddler and there only per text field. It may be possible (with help) to extend that autocomplete function, therefor one would have to look deeper

[tw5] My Template TW

2018-04-28 Thread BurningTreeC
Hi folks, I want to share my template tiddlywiki I'm planning to use as a base for my future wikies It's not finished but I'll update whenever there's something new I'm sharing this because it has some tweaks that could be interesting for others I think seeing how others use a set of plugins,

[tw5] Re: [TW5] A quick question to gauge interest

2018-04-29 Thread BurningTreeC
Hi Jed, I got a name idea: iTW© -- 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 post to this group, send email to

[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread BurningTreeC
We should probably document that better somewhere.. The Close Brackets and the Search and Replace AddOns need just the codemirror editor plugin to work, the keymaps have more dependencies -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread BurningTreeC
Hi all, I've recently seen something on github - native nodejs for android and iOS - if I remember it right I'll post the link if I find it again BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Conversion to Node.js problems

2018-05-03 Thread BurningTreeC
> > Hi all, I've recently seen something on github - native nodejs for android > and iOS - if I remember it right > > I'll post the link if I find it again > > BTC > found it: https://github.com/janeasystems/nodejs-mobile -- You received this message because you are subscribed to the Google

[tw5] Re: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread BurningTreeC
Hi, you need to install the Search and Replace and the Close Brackets Addon -- 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: Sublimetext plugin for Code mirror leads me to error.

2018-05-03 Thread BurningTreeC
That's strange, I did the same with an empty tiddlywiki v5.1.16 and it works without problems What's your tiddlywiki version? -- 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

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-30 Thread BurningTreeC
@TonyM, did you mean just changing the width or scaling the whole thing? Am Samstag, 30. Dezember 2017 11:17:21 UTC+1 schrieb TonyM: > > BurningTreeC, > > Would a column-count 1-N with a little slide bar, work like Zoom in and > Out, with 0 or 1 representing no tiling? >

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-30 Thread BurningTreeC
@TonyM, see the sidebar on the plugin page, works nicely Am Samstag, 30. Dezember 2017 11:17:21 UTC+1 schrieb TonyM: > > BurningTreeC, > > Would a column-count 1-N with a little slide bar, work like Zoom in and > Out, with 0 or 1 representing no tiling? > > Ju

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-31 Thread BurningTreeC
Thanks, @TonyM! I wish all of you a good new year 2018, here it's 9 hours away. Read you next year! Best wishes, Simon Am Sonntag, 31. Dezember 2017 13:29:21 UTC+1 schrieb TonyM: > > No offence, > > All I hope to do is share ideas and vision, I understand how this is a > community and you will

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
interesting, works smoothless here on chrome, firefox and beaker I've experienced that generally tw runs faster on my linuxes than my windowses If this has something to do with the eval plugin itself ... I doubt a little Am Freitag, 29. Dezember 2017 12:44:22 UTC+1 schrieb Evgeniy Degtyar: > >

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
change the macro to this, should work. \define toggle-muuri-columns() <$reveal state="$:/config/muuri!!column-count" type="nomatch" text=""> <$reveal state="$:/config/muuri!!align-horizontal" type="nomatch" text="yes"> <$set name="columnCount" value={{$:/config/muuri!!column-count}}>

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
of the world like I am right now, with at-the-and-of-the-world internet speed. Gonna change place soon to a place with more reliable speed. What I'd like to see is (if there's interest in it) if this can be put forward together cheers, BurningTreeC -- You received this message because you

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
replace the button with this: \define columnicons() <$list filter="[[$(columns)$]!regexp[^2$]!regexp[^1$]]"> <> <$list filter="[[$(columns)$]regexp[^2$]]"> <> <$list filter="[[$(columns)$]regexp[^1$]]"> <> \end <$set name="columns" value={{$:/config/muuri!!column-count}}> <$set

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
... and the column button \define columnicons() <$list filter="[[$(columns)$]!regexp[2]]"> <> <$list filter="[[$(columns)$]regexp[2]]"> <> \end <$reveal state="$:/config/muuri!!column-count" type="nomatch" text=""> <$set name="columns" value={{$:/config/muuri!!column-count}}> <$set

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
I've updated http://muritest.tiddlyspot.com added licenses and removed eval dependencies -- 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

[tw] Re: [TW5] "Muuri-Touch" plugin

2017-12-29 Thread BurningTreeC
yes, that's something to decide pinch zoom on tiddlers is meant to change their widths. that's done by applying a "span" class (span-2 span-3 span-4 span-6 span-9 span-12) at the moment, this works only when set to 1 it's a missing implementation in the columns macro. it should generate also

[tw] Re: Condition: An if-else plugin for wikitext

2017-12-30 Thread BurningTreeC
se > widget is something else entirely, with its unusual sibling-based behavior. > > Anyway, I'll be interested to see how this flies with Jeremy and the > others. Keep an eye out for bugs. > > On Saturday, 30 December 2017 01:02:05 UTC-6, BurningTreeC wrote: >> &g

<    1   2   3   4   5   6   7   8   9   10   >