[tw] RegEx for tiddlers?

2018-02-02 Thread RunningUtes
I was thinking that it would be great to have a search and replace function that could be used in tiddlers. I couldn’t find anything already coded, but did find a bookmarlet that looks promising. I would like to have this work only in the opened text area of the tiddler being editied. How could

[tw] Possible Bug: prefix-lines doesn't seem to work like documentation states

2018-01-07 Thread RunningUtes
A tm-edit-text-operation is supposed to preform an operation on selected text but it doesn't seem to do as the documentation lists. https://tiddlywiki.com/#WidgetMessage%3A%20tm-edit-text-operation If selected text is bolded, the '' is added as a prefix and as a suffix. If the same text is alre

[tw] PocketMod version in TW5

2017-11-04 Thread RunningUtes
I had some time and thought that I would try my hand at a TW5 version of TiddlyPocketBook. The old version is still available at http://web.archive.org/web/20120221025510/http://tiddlypocketbook.com:80/ Check out http://pocketmod.runningutes.tiddlyspot.com/ I'd love any suggestions or tips. I'm

[tw] Re: [TW5] How to embed a font (using @font-face and data-url)

2017-10-01 Thread RunningUtes
Thank you! That worked great. On Sunday, October 1, 2017 at 1:07:38 AM UTC-7, Birthe C wrote: > > Your stylesheet must be type text/css > I just tried here (The TW is in danish) HarveyBalls > > > Birthe > > > -- You received this message because you

[tw] Re: [TW5] How to embed a font (using @font-face and data-url)

2017-09-30 Thread RunningUtes
I was wondering if anyone could look at this and tell be what I am doing wrong. I am trying to embed a small section of fonts. I am trying to embed Harvey Balls which are round ideograms used for visual communication of qualitative information.

[tw] Re: how to share with people (without them being able to edit)

2017-07-30 Thread RunningUtes
I'd like to use the hider function, bu am not sure how to hide other buttons that are visible from plugins. Currently, the chevron-left and chevron-right buttons are visible from the SideEditor plugin. How do I tweak the hider code to turn off these buttons? <$action-setfield $tiddler="$:/conf

[tw] adding javascript function to TW5

2017-07-09 Thread RunningUtes
I would like to add a javascript function to TW5 but am not sure how to accomplish it. https://www.peter-eigenschink.at/projects/steganographyjs/showcase/ Specifically, I would like to add the JavaScript library *steganography.js .* Th

[tw] Re: [TW5] Presenting.... TiddlySteganography: Hide messages in images using tiddlywiki

2017-07-01 Thread RunningUtes
Here is another version of steganography in javascript. https://www.peter-eigenschink.at/projects/steganographyjs/ -- 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: Trouble with fields and templates

2016-10-13 Thread RunningUtes
The QR template is something that I really like since I can send almost anything to the template and it will output a QR code that can be quickly scanned by my phone. Easy way to visually transfer information from my computer to the phone at work. I changed the size from 150x150 to 400x400 so t

[tw] Trouble with fields and templates

2016-10-12 Thread RunningUtes
I have some issues with fields that I cant seem to fix. I have 2 tiddlers: 1) *QR* \define QR(text) http://chart.apis.google.com/chart?chs=150x150&cht=qr&chl=$text$";> \end <$macrocall $name="QR" text={{!!title}}/> 2) *QR test field* <$edit-text class='tc-edit-texteditor' field='new_QR' place

[tw] Re: Saving articles in tiddlywiki

2015-09-08 Thread RunningUtes
I just wanted to keep the content for a full text search. TW is wonderful at this! All info stays private. On Tuesday, September 8, 2015 at 1:56:14 AM UTC-7, PMario wrote: > > On Tuesday, September 8, 2015 at 3:00:43 AM UTC+2, RunningUtes wrote: >> >> >> I've been

[tw] Saving articles in tiddlywiki

2015-09-07 Thread RunningUtes
I've been thinking lately about storing full text articles in a tiddlywiki. Right now I'm using Pocket to save the links. My current thoughts on the process: 1. Export the links from pocket using https://getpocket.com/export 2. Use wget to grab all the articles and images (wget -i ExportedPocket

[tw] Re: Imagemap in TW5?

2015-01-07 Thread RunningUtes
I have it working under TWc, just not under TW5. Is there an equivalent method similar to story.displayTiddler(null,'TiddlerName'); in TW5? On Wednesday, January 7, 2015 12:34:21 AM UTC-8, Tobias Beer wrote: > > Hi c pa, > > Perhaps not the most intuitive example in terms of where to click. ^^

[tw] Imagemap in TW5?

2015-01-06 Thread RunningUtes
Under the old TW format, imagemaps worked. When will image maps or inline HTML be added? for example, using the javascript:story.displayTiddler(null,'TiddlerName'); option [>img[image.jpg] http://location.com"; target= new/> -- You received this message because you are subscribed to the G

[tw] [TW5] smallest possible tiddlywiki?

2014-05-11 Thread RunningUtes
Just wondering if anyone had tried to strip out anything to make a TW5 as small as possible say for read only display of information. -- 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

[tw] Re: What is your TW5 plugin wishlist?

2014-03-13 Thread RunningUtes
I would love to have TW5 versions of: 1) SortableGridPlugin (http://rumkin.com/tools/tiddlywiki/) a way to sort table columns 2) CheckboxPlugin (http://www.tiddlytools.com/#CheckboxPlugin). Better checkboxes. The TW5 method is cumbersome since each entry is a separate tiddler. I would also like

[tw] TW5 Wish list

2014-03-04 Thread RunningUtes
I would love to have a way to import HTML files (in bulk) that would convert to TW5 format. I know that this is a "dream option" but would it be possible to use the 'drag and drop' option and convert HTML to tiddlers? Any other "wishes" that others have? -- You received this message because yo

[tw] Re: [TW5] Display QR code with \define

2014-02-28 Thread RunningUtes
I tried the global macro from your site initially, but didn't know to use the <$macrocall $name="QR" text={{!!title}}/>. Your method is what I am looking for. Incidentally, is there any documentation on how to write macros in TW5? I have looked at both TiddlyWiki and TiddlyWikiDev without any

[tw] [TW5] Display QR code with \define

2014-02-27 Thread RunningUtes
In TWC I used AliasPlugin for many thing. One useful task was to display a QR code > where %0 was the text that I wanted displayed as a QR code. I would like to do the same thing in TW5, but it seems that I have to use \define and

[tw] Images in TW5

2014-02-13 Thread RunningUtes
Apparently images aren't working the same in TW5 as in TW classic The old format of: [img[http://wikitext.tiddlyspace.com/fractalveg.jpg]] no longer works. I have seen the Images in WikiText option using {{Motovun Jack.jpg}} , but this is not an option in most wikis due to the increase in file si

[tw] extremely slow loading and saving

2013-08-07 Thread RunningUtes
unfortunately, I am experiencing extremely slow loading and saving of local Tiddlywikis on Google Chrome. I am already using "--allow-outdated-plugins --always-authorize-plugins" as flags when starting Chrome, but it seems to be related to Java and Tiddlysaver.jar. Is there any progress or succe

[tw] inlineJavascriptPlugin and Forms

2011-10-13 Thread RunningUtes
I'm having some problems using inlineJavascriptPlugin with html forms. How can I utilize the script with the html form? Did I set this up right? For example the following code: function processForm() { //get form variables var theItems = document.getElementsByName( "item" ); var theQty = Numbe