Skip to content

[Report] "raw HTML" preview ignores tiddler type field #9857

@pmario

Description

@pmario

The internals plugin's raw HTML preview uses <$view field="text" format="htmlwikified"/>.

htmlwikified view-format hardcodes the parser source type to text/vnd.tiddlywiki.

Tiddlers whose type parameter is e.g. text/vnd.tiddlywiki;vocab=Markdown preview as if the parameters were absent.

Fix, something like:

<pre><code><$wikify name="cm-raw-preview" text={{!!text}} type={{!!type}} output="html"><$text text=<<cm-raw-preview>>/></$wikify></code></pre>

Just I do not forget it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    basicBasic complexity; Low risk of backwards compatibility problemsbugConfirmed, replicable bug

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions