Bram Thanks for this. I've got your script working - thanks very much for that. (I may continue to experiment with NewSavedTiddlerPlugin but your script works fine).
Switching between editors is slightly tricky. I've been doing it and it largely works for me, but: - some of my TWs will be used by children and I don't want to confuse them with two editing environments if I can help it - some plugins and/or macros may work in one environment and not the other. For example, I can generate tables of contents in standard tiddlers currently but not in HTMLArea tiddlers. Once I have an HTMLArea solution, it might not work in standard tiddlers. But I don't want to have to remember which solution works where and again children wouldn't cope with that well either. Because I need HTMLArea for the maths and graphs, I feel I have to focus on that as my sole user editor for now. Hence, if there's anything we can do to fix the formatting problems that I've posted elsewhere in this forum then, along with your script above and the language change which also works, it looks as if I'll have a TW that will be HTMLArea-only as far as users are concerned. Hoping this makes sense. And thanks for all your help - it's really appreciated. Kevin On Oct 21, 4:18 am, BramChen <[EMAIL PROTECTED]> wrote: > 1) I'd provide a temporary solution, a very small script, need not > change the current plugin and also no more other plugin need to be > installed, at the > thread,http://groups.google.com/group/TiddlyWiki/browse_thread/thread/7c3304... > > 2) I do not recommend you to use the htmlarea editor as the default > editing mode, I think the non-wysiwyg tiddlers are more general in a > TW document. > > 3) I'd been written a macro included in the next version of > htmlareaPlugin.js. this new macro let you easy to create a tiddler > tagged with wysiwyg and of course open the new tiddler with wysiwyg > editing mode automaticlly. > > On 10月21日, 上午3時44分, kilucas <[EMAIL PROTECTED]> wrote: > > > > > That did indeed nail the language by the look of it. Many thanks > > indeed. > > > The formatting tools still misbehave but I've noted that in a separate > > thread so I'll post more information as I have it there. > > > I'll try the suggested solutions to creating a wysiwyg-tagged tiddler > > first though in case the problem is caused by creating a non-wysiwyg > > tiddler first and then converting it. (I think ASciencePad first edits > > its tiddlers in HTMLArea without prior creation by the standard editor > > and its formatting tools appear to work correctly). > > > Thanks > > > Kevin > > > On Oct 20, 7:53 pm, kilucas <[EMAIL PROTECTED]> wrote: > > > > No need to apologise - I'm just grateful for the tool and that the > > > langauge change is so straightforward. > > > I'll be interested to see if this also fixes the strange jumping of > > > the cursor to the bottom of the editing area when I apply formatting > > > changes like heading styles or bold. > > > Many thanks > > > > Kevin > > > > On Oct 20, 3:21 am, BramChen <[EMAIL PROTECTED]> wrote: > > > > > You could manually modify the MarkupPreHead as: > > > > <!--{{{--> > > > > .... > > > > .... > > > > <script type="text/javascript"> > > > > _editor_url = "HTMLArea/"; > > > > _editor_lang = "en"; > > > > </script> > > > > .... > > > > <!--}}}--> > > > > > Where the *_editor_lang* should be assigned to "en" but not "zh-Hant" > > > > in AsciiMath-2.4.1.en.html. > > > > Sorry, the mistake was the result of an oversight. > > > > > -- > > > > Bram > > > > > On 10月20日, 上午8時59分, kilucas <[EMAIL PROTECTED]> wrote: > > > > > > Bram > > > > > > As I use more parts of HTMLArea including those which throw up dialog > > > > > boxes from buttons on the toolbar, I find that many of them are > > > > > labelled with symbols that my PC won't display. Even what are > > > > > presumably OK and Cancel buttons on the hyperlink dialog just display > > > > > as hollow squares. > > > > > > Am I somehow picking up labels that aren't in English and if so should > > > > > I have made some configuration or file selection somewhere to see > > > > > English labels perhaps? > > > > > > Many thanks for any guidance you have. > > > > > > Kevin > > > > > > On Oct 9, 11:35 pm, kilucas <[EMAIL PROTECTED]> wrote: > > > > > > > Bram > > > > > > > Thanks for this - I'm looking forward to trying it shortly. > > > > > > > By the way, I noticed that some of the tooltips on the editor > > > > > > buttons > > > > > > show up on my PC as a series of hollow squares. Is this likely to be > > > > > > an issue with different langauge sets perhaps? > > > > > > > Thanks very much for your help. > > > > > > > Kevin > > > > > > > On Oct 8, 4:08 am, BramChen <[EMAIL PROTECTED]> wrote: > > > > > > > > Thanks Kevin and Eleanor, > > > > > > > > I'd corrected the typos about 'wysywg' and change the default lang > > > > > > > setting ofHTMLAreaeditor to 'en' in AsciiMath-2.4.1.en.html. > > > > > > > Please downloaded AsciiMath-2.4.1.081008.zip from > > > > > > > > > > > > > > http://sourceforge.net/project/showfiles.php?group_id=150646&package_... > > > > > > > > You could also customize the tags to enable and/or disable the > > > > > > > wysiwyg > > > > > > > editor by changing the arrays' elements of > > > > > > > 'config.macros.edit.enableWYSIWYGtags' and/or > > > > > > > 'config.macros.edit.disableWYSIWYGtags', for example, to create a > > > > > > > tiddler tagged with systemConfig and add contents as below, > > > > > > > config.macros.edit.enableWYSIWYGtags = ['wysiwyg','SomeOtherTag']; > > > > > > > config.macros.edit.disableWYSIWYGtags = > > > > > > > ['systemConfig','systemTiddler']; > > > > > > > > then save changes and reload pages. > > > > > > > > Cheers, > > > > > > > > Bram Chen > > > > > > > > On 10月8日, 上午1時31分, kilucas <[EMAIL PROTECTED]> wrote: > > > > > > > > > Wow - it's excellent to see this in an uptodate TW. Thanks very > > > > > > > > much > > > > > > > > indeed. > > > > > > > > > The only initial glitch I had was that I didn't realise I had > > > > > > > > to give > > > > > > > > a tag of "wyswyg" to any tiddler to be edited withHTMLAreaand > > > > > > > > that I > > > > > > > > initially assumed this would be "wysiwyg". But I can live with > > > > > > > > that > > > > > > > > just to see those formulae and to have a mathematical core I > > > > > > > > can build > > > > > > > > on. > > > > > > > > > Given that, yet again, I didn't win the Physics Nobel prize > > > > > > > > announced > > > > > > > > today your TW has still made my day!! Maybe I get to win it > > > > > > > > next year > > > > > > > > off my reinvigorated use of TW! > > > > > > > > > Thank you very much. > > > > > > > > > Kevin > > > > > > > > > On Oct 7, 6:09 pm, kilucas <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Ah, excellent. I will. Thanks > > > > > > > > > Kevin > > > > > > > > > > On Oct 7, 10:12 am, BramChen <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Sorry Kevin, > > > > > > > > > > > I forgot to pack core .js file with > > > > > > > > > > AsciiMath-2.4.1.080902.zip. > > > > > > > > > > > Download the new one, named AsciiMath-2.4.1.081007.zip, > > > > > > > > > > please. > > > > > > > > > > > Bram > > > > > > > > > > > On 10月7日, 上午3時45分, kilucas <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Very helpful all. > > > > > > > > > > > > I'll experiment with this further very shortly but can I > > > > > > > > > > > just check; > > > > > > > > > > > should I be able to open AsciiMath-2.4.1.en.html and > > > > > > > > > > > seeHTMLAreain > > > > > > > > > > > action? When I try to open it Internet Explorer 6 and > > > > > > > > > > > Firefox show a > > > > > > > > > > > blank screen. > > > > > > > > > > > > I've unzipped everything, preserving folder structures, > > > > > > > > > > > and just > > > > > > > > > > > attempted to open this file as it appeared there > > > > > > > > > > > alongside ther > > > > > > > > > > >HTMLAreafolder. > > > > > > > > > > > > Thanks > > > > > > > > > > > > Kevin > > > > > > > > > > > > On Oct 6, 9:19 am, BramChen <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > The AsciiMath-2.4.1.080902.zip is now based on TW > > > > > > > > > > > > 2.4.1, it could be > > > > > > > > > > > > downloaded from > > > > > > > > > > > > >http://sourceforge.net/project/showfiles.php?group_id=150646&package_... > > > > > > > > > > > > > -- > > > > > > > > > > > > Bram > > > > > > > > > > > > > On 10月6日, 下午2時58分, wolfgang <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > >http://garr.dl.sourceforge.net/sourceforge/ptw/http://garr.dl.sourcef... > > > > > > > > > > > > > > W.- Hide quoted text - > > > > > > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > > - Show quoted text -- Hide quoted text - > > > > > > > - Show quoted text -- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

