[twdev] Re: Display (working) Access external content inside a wiki

2020-06-01 Thread okido
member correctly, you need to signal change handlers to pass on data from one side to the other. I guess that there are people on this forum that can help you further. Have a nice day, Okido On Friday, May 22, 2020 at 3:30:12 AM UTC+2, TonyM wrote: > > Okido, > > Thanks for that,

[twdev] Re: Display (working) Access external content inside a wiki

2020-05-21 Thread okido
other application and import the created file etc. by a mouse click and make a tiddler out of it. The core code you can find here. <https://github.com/nwOkido/nwSaver> Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev

Re: [twdev] Imminent new release of TiddlyDesktop

2020-05-08 Thread okido
ps://groups.google.com/d/msgid/tiddlywikidev/446dd5e7-21ef-4586-bb07-ebf944115eaf%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tiddlywikidev/446dd5e7-21ef-4586-bb07-ebf944115eaf%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> &

[twdev] DataTiddlerPlugin TWc JSON

2019-10-24 Thread okido
, v1.0.7 ? Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To view this discussion

Re: [twdev] Re: How to use Node modules in browser?

2019-09-03 Thread okido
Access to the filesystem runs with: let fs = require("fs") Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [twdev] Build Process for TiddlyWiki Classic

2018-06-21 Thread okido
properly. The issue is that when I build from the code that contains << and >> I need to replace the << >> by << >> etc else it renders incorrect, it becomes <>;\n. It only is happening with the shadow tiddlers. Hence my question if your build script re

Re: [twdev] Build Process for TiddlyWiki Classic

2018-06-20 Thread okido
ild process ? Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to

[twdev] TiddlyDesktop not saving TWc backups when backup folder is missing

2018-06-10 Thread okido
; } Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this grou

Re: [twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-09 Thread okido
Thanks, builds OK now. Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To po

Re: [twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-08 Thread okido
build around. Hope this makes it clear. There is a small typo in the image that is used to show on the panel, the name is app-icon.png, in the the code it is used as app_icon.png, this results in a grey smudge instead of the black cat on yellow background. Have a nice day, Okido -- You rec

[twdev] Building TiddlyDesktop from source, symbolic link broken

2018-06-06 Thread okido
Hello Jeremy, I tried to build TiddlyDesktop from source. The build is made but it has a broken symbolic link to Tiddlywiki5 code. My proposal is to build it with the TW5 code included, like: cp -RH source/* output/linux64/TiddlyDesktop-linux64-v0.0.13 in bld.sh Have a nice day, Okido -- You

Re: [twdev] Build Process for TiddlyWiki Classic

2018-03-25 Thread okido
Hi Yakov, I can only build an empty html TWc with a node script that retrieves the files, concate them and replaces the place holders in the template, no testing is done other than loading the TWc in a browser. I am going to clean up the code a litle and will pass it on. Have a nice day, Okido

Re: [twdev] Build Process for TiddlyWiki Classic

2018-03-01 Thread okido
; 126 //# clear following , please use < / script > 127 content=content.replace(/script>]*><\/applet>/g,'script>'); Have a nice day, Okido Op zondag 28 januari 2018 21:15:50 UTC+1 schreef Yakov: > > Hi Jeremy, > > Terrific progress, well done! >> >

[twdev] Re: Is it possible to enable access to "external" folders in TiddlyFox?

2014-08-07 Thread okido
to make quick progress. If you get to understand that when you give a signal on one side of the fence TF will execute code on the other side and vice versa. The exchangeable data, be it tiddlers, vars etc. are stored as the value of an attribute of a dom element. Happy coding, Okido Op donderdag

[twdev] DataTiddlerPlugin JSON modification ???

2014-07-01 Thread okido
lobal JSON object. I can workaround with: var oldJSON = window.JSON; It would be nice if DataTiddlerPlugin could be modified? Have a nice day, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and s

Re: [twdev] [TWC] How can I use an expandingtextarea in a TiddlyWiki form using FormTiddlerPlugin?

2014-06-24 Thread okido
Hi Mark, I used a rather crude growing textbox for a static application. You can find it here d3tw <http://d3tw.tiddlyspot.com/>. Goodluck, Okido Op maandag 16 juni 2014 23:00:14 UTC+2 schreef infernoape: > > Not intending to add additional frustration since I know you are using

[twdev] Re: Best way to import IPTC tags to tiddlywiki?

2014-05-24 Thread okido
Hi David, I would past the whole csv in a tiddler and than write a small javascript that is invoked with the InlineJavascriptPlugin to processes the csv lines to unique tiddlers with name, content and tags. Have a nice day, Okido 2014年5月22日木曜日 10時40分37秒 UTC+2 david...: > > I have a

[twdev] Re: [TWC] How to integrate a javascript library into TiddlyWiki Classic?

2014-01-30 Thread okido
plugins for your program code. In most cases I add a div to .viewer with jquery to write output on a svg canvas. Goodluck, Okido 2014年1月27日月曜日 6時32分45秒 UTC+1 Shankar Swamy: > > > > > Is there a document or a tutorial on how to integrate a library into a > classical tiddly wiki?

[twdev] Re: [TW5] Implemented feature requested in #241 (for milestone 5.1.0

2014-01-05 Thread okido
Hi Stephan, It looks that you now have enough input the decide on a lean syntax. Happy coding, Okido 2014年1月4日土曜日 0時06分38秒 UTC+1 Stephan Hradek: > > https://github.com/Skeeve/TiddlyWiki5/tree/listops > > You can see it in action on http.//tiddlystuff.tiddlyspot.com in the >

[twdev] Re: [TW5] Implemented feature requested in #241 (for milestone 5.1.0

2014-01-04 Thread okido
user can do: slice [length-1, length]last[3] >> slice[length-3, length]nth[2] >> slice [2,2] or slice[2] butfirst[] *or* bf[] *or* rest[] >> slice[2, length] butlast[2] *or* bl[2] >>slice [0, length-2] You can do basically perform all table slicing if you know two commands,

[twdev] Re: Injecting from TiddlyFox

2013-08-14 Thread okido
to simple. Regarding reading folder content, same issue I would say, if you have reading rights nothing can stop you. No worries, my FOX will not be released in the wild for the time being. Okido Op woensdag 14 augustus 2013 17:00:51 UTC+2 schreef okido: > > Hello Jeremy and others, > > T

[twdev] Injecting from TiddlyFox

2013-08-14 Thread okido
d this injecting mechanism also be useful to serve as a repo for all kinds of tiddlers so that you are always working with the latest version? Thanks, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group an

[twdev] Re: add javascript functions / lib to TW

2012-09-20 Thread okido
on with Highcharts <http://www.highcharts.com/> and d3.js<http://d3js.org/>it makes TW a very nice tool to make graphs from large data sets. Thanks a lot, Okido Op zaterdag 1 september 2012 17:18:07 UTC+2 schreef PMario het volgende: > > http://jsxgraph.uni-bayreuth.de/doc

[twdev] Re: Testers needed for TiddlyFox, a TiddlyWiki extension for Firefox

2012-09-09 Thread okido
Used FFPortable 15.0 on WIN7 Starter, after installing tiddlyfox saving a TW works. TiddlySnip 1.21 works on 15.0 without tiddlyfox installed. Okido Op maandag 27 augustus 2012 23:18:30 UTC+2 schreef Jeremy Ruston het volgende: > > Firefox 15, which is currently in beta but scheduled

[twdev] Re: add javascript functions / lib to TW

2012-09-01 Thread okido
plugin for the functions I need now. Your tip regarding an SVG tiddler I will certainly explore a little more. Thanks very much for your effort, Okido Op dinsdag 28 augustus 2012 20:46:49 UTC+2 schreef okido het volgende: > > Hello TW Guru's, > > I would like to add a library w

[twdev] Re: add javascript functions / lib to TW

2012-08-29 Thread okido
as pdf. Any help would be nice, Okido Op dinsdag 28 augustus 2012 20:46:49 UTC+2 schreef okido het volgende: > > Hello TW Guru's, > > I would like to add a library with some functions for calculating mean, > stdev etc. > So functions that are stored in a systemConfig tid

[twdev] add javascript functions / lib to TW

2012-08-28 Thread okido
uch a systemConfig tiddler ? Thanks, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywikidev/-/ntl-FS2Bt8MJ. To post to this group, send email t

[twdev] Re: Seconds in creation date

2011-09-27 Thread okido
You got me in the right direction, I could also write to the created field instead of a custom field. The only obstacle is that the store.setValue only takes 12 digits in my trials so far. But I will have another go when the sun rises. Thanks, Okido On Sep 27, 6:23 pm, chris.d...@gmail.com

[twdev] Re: Seconds in creation date

2011-09-27 Thread okido
Thanks Colm, The links were useful. For the time being I am going to store the date including seconds in a custom field. The seconds are not stored in a TW and changing this might brake others things that are not on my radar. Your example returns always 00 for the second part in a TW. Okido On

[twdev] Seconds in creation date

2011-09-26 Thread okido
add seconds to the creation date by changing a formatter Thanks, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@googlegroups.com. To unsubscribe from this group, sen

[twdev] Re: TiddlyWiki 2.6.3 schedule

2011-07-27 Thread okido
a nice day, Okido On Jul 21, 4:07 pm, rakugo wrote: > I've now posted this on the TiddlyWiki group too as pmario suggested. > > On Jul 21, 2:58 pm, Martin Budden wrote: > > > > > > > > > I've just done a beta 2 release which upgrades to jQuery 1.6.

[twdev] Object causes creation of unwanted tag, string works OK

2011-07-11 Thread okido
27;project' ); } store.resumeNotifications(); store.notifyAll(); return out; Remember to share good fortune with your friends, Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send em

[twdev] Re: sloppy code for field deletion

2011-07-09 Thread okido
i].text, tids[i].modifier, tids[i].modified, tids[i].tags, tids[i].fields); } } store.resumeNotifications(); store.notifyAll(); Have a nice day, Okido On Jul 9, 1:36 am, Eric Shulman wrote: > > The conditional testing indeed speeds things up. > > store.saveT

[twdev] Re: sloppy code for field deletion

2011-07-08 Thread okido
ds[i].fields[field_name]) { delete tids[i].fields[field_name]; store.saveTiddler(tids[i].title tids[i].fields ); } } Okido On Jul 8, 9:39 pm, PMario wrote: > On 8 Jul., 19:51, okido wrote: > > > I use following script with inlinejavascript plugin, it removes

[twdev] sloppy code for field deletion

2011-07-08 Thread okido
ds['fieldname']; stor.saveTiddler(tids[i].title tids[i].fields ); } Is there a more effective code ??? Okido -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@googlegroups.co

[twdev] Re: config.options how to save

2009-09-06 Thread okido
I see I have some options on the table. I go for the counting existing tiddlers + 1 method as in copytiddlerplugin. Thanks for your input Erik, Okido On Sep 2, 1:33 am, Eric Shulman wrote: > > Is it possible to save the config.options.var as a real var in the tw > > file, so it

[twdev] Re: config.options how to save

2009-09-01 Thread okido
itle, newBody, config.options.txtUserName, new Date(), newTags ); displayMessage( 'New Numbered tiddler created' ); story.displayTiddler( 'top',newTitle ); saveChanges(); } //}}} Have a nice day, Okido --~--~-~--~~~---~--~

[twdev] config.options how to save

2009-08-31 Thread okido
above correct or am I on the wrong path ??? */ store.saveTiddler(newTitle, etc..) Thanks, Okido --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddl

[twdev] Re: attribute name with dot

2009-03-16 Thread okido
I just dropped part of the code that I have now. But is it not just a naming convention for attributes, attribute names may not contain dots ??? Anyway I just go around for the time being by using underscore replacement. Have a nice day, Okido loadHTML($tiddler_area); $tidlers = $html

[twdev] Re: attribute name with dot

2009-03-07 Thread okido
ile into a DOMDucument was not working for that reason I used a string as step in between. Thanks for the info, Okido On Mar 6, 7:11 pm, FND wrote: > > The attributes used by tiddlysnip for example tsnip.url contains > > *dots*, this attribute name causes a parsing error. > >

[twdev] attribute name with dot

2009-03-06 Thread okido
this by replacing the dot with a underscore, but I would like to know if there is a specific reason for this dot usage ? Have a nice weekend, Okido --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev&q

[twdev] Re: find tiddler name

2008-12-09 Thread okido
Thanks FND, Will give it a try, Okido On Dec 8, 11:16 pm, FND <[EMAIL PROTECTED]> wrote: > > How do I get the title from the tiddler when I press the button in the > > edit toolbar as long as it is not saved to store. > > I've struggled with this myself recently

[twdev] find tiddler name

2008-12-08 Thread okido
guess. How do I get the title from the tiddler when I press the button in the edit toolbar as long as it is not saved to store. Thanks, Okido --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" grou