Re: [tw] Re: Importing HTML or PDF to TiddlyWiki 5

2015-04-28 Thread Patrick Detzner
Is there a way to import a large, multiple page PDF into tw and have it create a tiddler for each page? The goal is to store the book page by page in tw with one tiddler to display or link to each page. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Plugins SocialCalc + Three.js

2015-03-22 Thread Patrick Detzner
These are amazing! And incredibly useful. Thank you for sharing these. Patrick On Tuesday, March 17, 2015 at 6:35:06 AM UTC-4, rboue wrote: > > I developped some plugins related to engineering tasks. > After using them for personal projects i'm glad to share with TiddlyWiki > community. > They a

Re: [tw] Re: Workflow: sharing + "new tiddler with search term" request

2015-03-13 Thread Patrick Detzner
My error, you need to take out the / at the end of the keyboard widget opening tag. -- 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...@googleg

Re: [tw] Re: Workflow: sharing + "new tiddler with search term" request

2015-03-12 Thread Patrick Detzner
Alex, Look in the shadow tiddler $:/core/ui/SideBarLists. In the third line with writing, you'll see <$edit-text tiddler=...>. On the lines immediately preceding and following it, you should add the code I suggested for the keyboard widget, in the format I suggested. On my phone and I can't re

Re: [tw] Re: Workflow: sharing + "new tiddler with search term" request

2015-03-09 Thread Patrick Detzner
r? I don't know where to > start with finding a keyboard widget > > > > Alex > > On 9 March 2015 at 21:01, Patrick Detzner > wrote: > >> Put a keyboard widget around the edit text box where the search term is, >> then have it send the tm-new-tiddler message on

Re: [tw] Re: Workflow: sharing + "new tiddler with search term" request

2015-03-09 Thread Patrick Detzner
Put a keyboard widget around the edit text box where the search term is, then have it send the tm-new-tiddler message on enter. -- 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] Save tiddler, but stay in edit view?

2015-03-05 Thread Patrick Detzner
Hi Mat, The parts you are asking about are highlighted in red. I think you could probably define a new message like "tm-save-note" and then create a new event handler like "handleSaveNoteEvent" that is exactly like the original, but with the highlighted parts removed. I would definitely try it

[tw] Re: [TW5] How to show tiddlers with a special tag, grouped by tag and sorted by tagname?

2015-03-05 Thread Patrick Detzner
Hi Uwe, You can find the code in the shadow tiddler $:/core/ui/MoreSideBar/Tags. In general, you can find the code to any pre-loaded TW features if you look around in the shadow tiddlers. To show only the tags of tiddlers that are tagged "Content," with all the other features of the More->Tags

[tw] Re: keyboard shortcut and mouse gestures?

2015-03-05 Thread Patrick Detzner
ding to Fitts's Law. > > So there is no mouse gesture support at all in TW5 I guess? > > On Thursday, March 5, 2015 at 2:00:03 PM UTC-5, Patrick Detzner wrote: >> >> I don't know about the double click thing, but one thing you could do is >> add that button to

[tw] Re: keyboard shortcut and mouse gestures?

2015-03-05 Thread Patrick Detzner
I don't know about the double click thing, but one thing you could do is add that button to the list of the buttons that appear on every tiddler. Then it would be closer at hand. I like the potential for keyboard shortcuts. I'll have to play around with that but give me a week or two and I may

[tw] Re: How to create a global KeyboardWidget used by the entire wiki?

2015-03-05 Thread Patrick Detzner
My guess is (and I would love if someone could confirm this) that the keyboard widget is only responsive when the focus is set to an element which it contains. What worked for me was to go into the tiddler $:/core/ui/PageTemplate, then change the relevant section to this: <$keyboard message="tm-

[tw] Re: How to adjust the TW5 editing area widths?

2015-03-05 Thread Patrick Detzner
Yes, go to the Control Panel, then Appearance, then Theme Tweaks. You can play with the settings for tiddler width, story width, and story right which should allow you to adjust the layout to fit your screen better. On Thursday, March 5, 2015 at 11:16:58 AM UTC-5, Kakyo wrote: > > Sorry for the

Re: [tw] Re: education.tw.com

2015-03-03 Thread Patrick Detzner
http://pespot.tiddlyspot.com until now - it's a pretty > amazing piece of work. It's by Patrick Detzner who has posted about it here: > > https://groups.google.com/d/msg/tiddlywiki/_giafhm86Ek/z97-Z7ujRuMJ > > Best wishes > > Jeremy. > > > On Tue, Mar 3, 201

Re: [tw] TW5 Permalink to plain webpage

2015-03-03 Thread Patrick Detzner
I was able to put the exclude-from-print div class in the Story tiddler, wrapping it around all the normal tiddlers. I have a separate tiddler for the stuff I want to print, it is added to the story list separately and is not wrapped by that class. I added a print button with a <$print/> widget

Re: [tw] TW5 Permalink to plain webpage

2015-02-24 Thread Patrick Detzner
So I looked into the Vanilla theme and found the @media print lines that hide certain segments of the TW interface. This is almost perfect for my usecase, but would it be possible to selectively show content rather than selectively hide it? In my usecase, I would really only have 1 print-ready

Re: [tw] TW5 Permalink to plain webpage

2015-02-24 Thread Patrick Detzner
Hi Jeremy, Thanks for your response. I will have to play around with print stylesheets. I think that your solution could meet my needs but I'm not 100%. My use case is that I built a program to help enter and store lesson plan information and then facilitate/automate some of the tedious work in

[tw] TW5 Permalink to plain webpage

2015-02-24 Thread Patrick Detzner
So what I would like to be able to do is have a link or a button that opens a tiddler in its own tab. But instead of being displayed like a tiddler, the text field would just be displayed on a plain white background with no tiddler borders, buttons, etc. This would be sort of like a "print" fun

[tw] Re: [TW5] creating new tiddlers silently?

2015-01-30 Thread Patrick Detzner
Hi Alberto, Yes, I have done this for my TW5 (pespot.tiddlyspot.com). What I did was to modify the navigator widget and add a new message called "new." var NavigatorWidget = function(parseTreeNode,options) { this.initialise(parseTreeNode,options); this.addEventListeners([ {type: "tm-navigate", h