[tw] Re: Installing fckeditor

2009-11-10 Thread Mick

Mans,

I'm having a similar problem and can't see the shockwave flashguide
clearly.

I'm with you up to step 4 on the MarkupPreHead. What is that? I cannot
find a tiddler with that
name in TiddlyWiki. Do I make a tiddler with that name?

I haven't got that far yet but step 6 looks a bit confusing.  I cannot
find a
ToolbarCommands tiddler in TiddlyWiki either.

I did find MarkupPreHead and ToolbarCommands in Monkey though. Tried
it and still don't see
the editHtml option on a tiddler.

I'm trying this on Tiddlywiki 2.3.0 and MonkeyGTD 3.1.0 beta

Thanks for the help!

Mick


On Nov 5, 12:50 pm, Måns humam...@gmail.com wrote:
 Hi Alex

 The editHtml (text) is written into the ToolbarCommands tiddler (you
 find it in the more- tab under Shadow tiddlers) You have to put in
 the ViewToolbar line *not* in the EditToolbar..

 I've made a little flashguide for you (my very first - so its not very
 pretty (but pretty raw) - but it shows the three stages necessary to
 install the plugin )

 It's herehttp://twmtc.tiddlyspot.com/#QuickFCKeditorGuide

 Regards Måns Mårtensson

 On 5 Nov., 19:33, Alex tacobellfr...@gmail.com wrote:

  How do I add the editHtml command in my toolbar? Sorry, i am a real
  newbie with this. And in order for the wysiwyg toolbar to show up,
  will I have to press that editHtml button?

  On Nov 4, 6:48 pm, Måns humam...@gmail.com wrote:

   Hi Alex

  http://tinyurl.com/y8wxaghhttp://tinyurl.com/ybwacuk

   In toolbarcommands in the line for ViewToolbar add: editHtml..

   Regards Måns Mårtensson

   On 4 Nov., 21:43, Alex tacobellfr...@gmail.com wrote:

Hello, I am trying to instalfckeditorand have had no luck so far. I
am gone through the steps athttp://visualtw.ouvaton.org/VisualTW.html,
but cannot get the editor to show up in all documents on my wiki.

Here are the steps that I have gone though
1.download and unzipFCKeditor(by default, in a wiki subfolder, such
that the relative path fckeditor/fckeditor.js is right).
2.import FCKeditorPlugin (systemConfig tagged)
3.add the following text to MarkupPreHead : script type=text/
javascript src=fckeditor/fckeditor.js/script
4.customize FCKeditorPath if needed (in MarkupPreHead and in options
below)
5.save and reload
6.use the wysiwyg button in the tiddler's toolbar (in default
ViewTemplate) or add editHtml command in your own toolbar.

At step 6, it says to press the wysiwyg button to view the editor,
which I can, but only on thefckeditorplugin, no other documents. If
you have any suggestions they would be appriciated, thanks!- 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 tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Installing fckeditor

2009-11-10 Thread Måns

Hi Mick

I think you'll have to upgrade your standard TW to get ToolbarCommands
as a shadowed tiddler, however you can experiment - change your
ViewTemplates toolbar to: div class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]' and (optionally) your EditTemplates
toolbar to div class='toolbar' macro='toolbar
[[ToolbarCommands::EditToolbar]]'/div

and create a ToolbarCommands tiddler with something like this:
|~ViewToolbar|closeTiddler closeOthers +editTiddler editHtml  fields
syncing permalink references jump|
|~EditToolbar|+saveTiddler -cancelTiddler deleteTiddler|

(it doesn't need a systemConfig tag) -
(However I would recommend upgrading your TW to the newest core)

Your monkey TW is another ballgame - it has it's Edit- and
ViewTemplates integrated in a dedicated systemThemetiddler (MptwTheme)
and even dedicated toolbars which you'll find in the same tiddler. I
believe that you just insert the editHtml command somewhere
appropriate - in the ViewTemplateToolbar..
Like this: div class='toolbar' macro='editHtml'/div

I'm not sure if it will work - haven't actually tried it myself..

Regards Måns Mårtensson

On 11 Nov., 00:24, Mick mick.limpre...@gmail.com wrote:
 Mans,

 I'm having a similar problem and can't see the shockwave flashguide
 clearly.

 I'm with you up to step 4 on the MarkupPreHead. What is that? I cannot
 find a tiddler with that
 name in TiddlyWiki. Do I make a tiddler with that name?

 I haven't got that far yet but step 6 looks a bit confusing.  I cannot
 find a
 ToolbarCommands tiddler in TiddlyWiki either.

 I did find MarkupPreHead and ToolbarCommands in Monkey though. Tried
 it and still don't see
 the editHtml option on a tiddler.

 I'm trying this on Tiddlywiki 2.3.0 and MonkeyGTD 3.1.0 beta

 Thanks for the help!

 Mick

 On Nov 5, 12:50 pm, Måns humam...@gmail.com wrote:



  Hi Alex

  The editHtml (text) is written into the ToolbarCommands tiddler (you
  find it in the more- tab under Shadow tiddlers) You have to put in
  the ViewToolbar line *not* in the EditToolbar..

  I've made a little flashguide for you (my very first - so its not very
  pretty (but pretty raw) - but it shows the three stages necessary to
  install the plugin )

  It's herehttp://twmtc.tiddlyspot.com/#QuickFCKeditorGuide

  Regards Måns Mårtensson

  On 5 Nov., 19:33, Alex tacobellfr...@gmail.com wrote:

   How do I add the editHtml command in my toolbar? Sorry, i am a real
   newbie with this. And in order for the wysiwyg toolbar to show up,
   will I have to press that editHtml button?

   On Nov 4, 6:48 pm, Måns humam...@gmail.com wrote:

Hi Alex

   http://tinyurl.com/y8wxaghhttp://tinyurl.com/ybwacuk

In toolbarcommands in the line for ViewToolbar add: editHtml..

Regards Måns Mårtensson

On 4 Nov., 21:43, Alex tacobellfr...@gmail.com wrote:

 Hello, I am trying to instalfckeditorand have had no luck so far. I
 am gone through the steps athttp://visualtw.ouvaton.org/VisualTW.html,
 but cannot get the editor to show up in all documents on my wiki.

 Here are the steps that I have gone though
 1.download and unzipFCKeditor(by default, in a wiki subfolder, such
 that the relative path fckeditor/fckeditor.js is right).
 2.import FCKeditorPlugin (systemConfig tagged)
 3.add the following text to MarkupPreHead : script type=text/
 javascript src=fckeditor/fckeditor.js/script
 4.customize FCKeditorPath if needed (in MarkupPreHead and in options
 below)
 5.save and reload
 6.use the wysiwyg button in the tiddler's toolbar (in default
 ViewTemplate) or add editHtml command in your own toolbar.

 At step 6, it says to press the wysiwyg button to view the editor,
 which I can, but only on thefckeditorplugin, no other documents. If
 you have any suggestions they would be appriciated, thanks!- 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 tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Installing fckeditor

2009-11-10 Thread Måns

Oh I forgot to answer this one:
 I'm with you up to step 4 on the MarkupPreHead. What is that? I cannot
 find a tiddler with that
 name in TiddlyWiki.
MarkupPreHead is also a socalled shadowed tiddler and you find it in
the sidebarmenu in the sidebartabs section (Where the timeline is)
More-Shadowed (Same place you'll find ToolbarCommands in a TW with
newest core)

Regards Måns Mårtensson
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Installing fckeditor

2009-11-05 Thread Måns

Hi Alex

The editHtml (text) is written into the ToolbarCommands tiddler (you
find it in the more- tab under Shadow tiddlers) You have to put in
the ViewToolbar line *not* in the EditToolbar..

I've made a little flashguide for you (my very first - so its not very
pretty (but pretty raw) - but it shows the three stages necessary to
install the plugin )

It's here http://twmtc.tiddlyspot.com/#QuickFCKeditorGuide

Regards Måns Mårtensson

On 5 Nov., 19:33, Alex tacobellfr...@gmail.com wrote:
 How do I add the editHtml command in my toolbar? Sorry, i am a real
 newbie with this. And in order for the wysiwyg toolbar to show up,
 will I have to press that editHtml button?

 On Nov 4, 6:48 pm, Måns humam...@gmail.com wrote:



  Hi Alex

 http://tinyurl.com/y8wxaghhttp://tinyurl.com/ybwacuk

  In toolbarcommands in the line for ViewToolbar add: editHtml..

  Regards Måns Mårtensson

  On 4 Nov., 21:43, Alex tacobellfr...@gmail.com wrote:

   Hello, I am trying to instal fckeditor and have had no luck so far. I
   am gone through the steps athttp://visualtw.ouvaton.org/VisualTW.html,
   but cannot get the editor to show up in all documents on my wiki.

   Here are the steps that I have gone though
   1.download and unzip FCKeditor (by default, in a wiki subfolder, such
   that the relative path fckeditor/fckeditor.js is right).
   2.import FCKeditorPlugin (systemConfig tagged)
   3.add the following text to MarkupPreHead : script type=text/
   javascript src=fckeditor/fckeditor.js/script
   4.customize FCKeditorPath if needed (in MarkupPreHead and in options
   below)
   5.save and reload
   6.use the wysiwyg button in the tiddler's toolbar (in default
   ViewTemplate) or add editHtml command in your own toolbar.

   At step 6, it says to press the wysiwyg button to view the editor,
   which I can, but only on the fckeditor plugin, no other documents. If
   you have any suggestions they would be appriciated, thanks!- 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 tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---



[tw] Re: Installing fckeditor

2009-11-04 Thread Måns

Hi Alex

http://tinyurl.com/y8wxagh
http://tinyurl.com/ybwacuk

In toolbarcommands in the line for ViewToolbar add: editHtml..

Regards Måns Mårtensson

On 4 Nov., 21:43, Alex tacobellfr...@gmail.com wrote:
 Hello, I am trying to instal fckeditor and have had no luck so far. I
 am gone through the steps athttp://visualtw.ouvaton.org/VisualTW.html,
 but cannot get the editor to show up in all documents on my wiki.

 Here are the steps that I have gone though
 1.download and unzip FCKeditor (by default, in a wiki subfolder, such
 that the relative path fckeditor/fckeditor.js is right).
 2.import FCKeditorPlugin (systemConfig tagged)
 3.add the following text to MarkupPreHead : script type=text/
 javascript src=fckeditor/fckeditor.js/script
 4.customize FCKeditorPath if needed (in MarkupPreHead and in options
 below)
 5.save and reload
 6.use the wysiwyg button in the tiddler's toolbar (in default
 ViewTemplate) or add editHtml command in your own toolbar.

 At step 6, it says to press the wysiwyg button to view the editor,
 which I can, but only on the fckeditor plugin, no other documents. If
 you have any suggestions they would be appriciated, thanks!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~--~~~~--~~--~--~---