Jeremy,

This is a fairly good solution, however I am now editing tiddler content as 
a text field (from another tiddler)


<$transclude tiddler="$:/core/ui/EditTemplate/body/editor"/>
And preview mode will not work there


Even if it did I would much prefer preview mode to appear above or below the 
edit field as I am writing a lot of "copy" and would prefer to see it in an 
un-squashed horizontal perspective


After doing as you suggested I found *the preview will not show the top line 
fully and there is no scroll bar*.


I found the following works bt still with the above problems


{{||$:/_EditorPreview}}

Even directly

<$edit-text tiddler=<<currentTiddler>> class="tc-spell-check-preview"/>
<style>
.tc-spell-check-preview {width:100%;}
</style>


Though it would be better if we got the option for the Editor Toolbar to 
appear, and to allow scrolling.


Should I submit a request for horizontal above and below to be Preview Options? 
This would make it resemble WikiMedia and other Wikis a bit more and support 
writers.


Personally I would be happy to hide the CodeMirror editor while using the Spell 
Check view. This should be easy for me the way I am doing it through an edit 
fields method, but other users without such a facility will not be able to see 
it in horozontal format.


Thanks and Regards

Tony


On Thursday, November 15, 2018 at 12:21:23 AM UTC+11, Jeremy Ruston wrote:
>
> Another possible solution would be to add a new editor preview pane that 
> contains a plain text editor so that you could switch to it quicklt to 
> perform spell checking and correction.
>
> Create a new tiddler called $:/_EditorPreview tagged $:/tags/EditPreview, 
> add a “caption” field containing “Spell check”, and the following content:
>
> <$edit-text tiddler=<<currentTiddler>> class="tc-spell-check-preview"/>
>
> <style>
> .tc-spell-check-preview {width:100%;}
> </style>
>
>
> Then select “Spell check” as the editor preview.
>
> In my tests, I needed to click on the preview editor textarea in order to 
> activate spell checking and make the dotted underlines visible.
>
> Best wishes
>
> Jeremy.
>
>
>
>
> On 14 Nov 2018, at 13:10, TonyM <[email protected] <javascript:>> 
> wrote:
>
> Joseph,
>
> Yes most opperate on text areas. I will look into either toggling code 
> mirror plugins - plural, or somehow enabling a way to activate the standard 
> editor.
>
> My current workaround is to use a different wiki.
>
> Regards
> Tony
>
> -- 
> 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 [email protected] <javascript:>.
> To post to this group, send email to [email protected] 
> <javascript:>.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/22e55160-62cc-4cca-9d99-76b8906ad5fd%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3f3c9b41-f3e7-45c7-83f7-cb44e860e7b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to