Hi Arthur

> I haven't figured out how to make every new tiddler to default to
markdown.

This ought to be configurable in control panel. For the moment, you can
create a custom "new markdown tiddler" button like this:

* create a tiddler called `$:/_newmarkdowntiddler`
* Add the tag $:/tags/PageControls
* Add a field called "caption"  with the content
"{{$:/core/images/new-button}} new markdown tiddler"
* Add a field called "description" with the content "Create a new markdown
tiddler"
* Set the text to:

<$button tooltip="Create a new markdown tiddler" aria-label="new markdown
tiddler" class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/>
<$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
{{$:/core/images/new-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>prefix[yes]]">
<span class="tc-btn-text">new markdown tiddler</span>
</$list>
</$button>

Best wishes

Jeremy.



On Fri, Dec 5, 2014 at 8:51 PM, Arthur Borshenko <[email protected]>
wrote:

> Hi All,
>
> I have a question about TW5 and changing the "new tiddler" setting or
> macro maybe. I'm brand new and have not completely grasped how everything
> works.
>
> I want to make every new tiddler to default to markdown plugin as the
> editor. I have installed the plugin and I'm able to switch the content type
> to markdown manually, but I haven't figured out how to make every new
> tiddler to default to markdown.
>
> I've searched through the tiddlywiki.com, but couldn't find an answer.
> Thank you for your help.
>
> --
> 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 http://groups.google.com/group/tiddlywiki.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to