-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow tilde to be used to suppress any wikitext rule #188
Comments
You can start your tiddler with:
The except rule will avoid rendering the backtick. To display code you'll need to use
instead |
Hi @Spangenhelm there are a couple of techniques you can use:
|
Thanks gentlemens
I'll note that for later use but i thought about something more "localised" like a escape character for a single line (/ or ~ before the ` for example, exactly as the title say), not for the whole tiddler. (btw this trick/tip do not appear in standard help in tw ?)
I guess it would be a good solution in my case, while i wait for this to be fixed.
I know but it "transforms" the text and it is not what i want in my situation. Thanks for your time and your help, greatly appreciated! |
Is there a reference somewhere of all core parser rules, i.e. names + decription? |
@tobibeer Also (might be useful): |
Hi @tobibeer
The parse rule names aren't exposed at the moment. You can see them by typing the following in your browser JavaScript console:
|
@tobibeer I did add a little bit more docs to the "emphasis" rules, as I did split it up into several rules, to increase flexibility. The module header info isn't exposed to users at the moment. |
Thanks @Spangenhelm , @Jermolene, @pmario for the references! Perhaps a good idea to have a parserrules field on tiddlywiki.com for each WikiText tiddler listing the corresponding parser rules and then aggregating that somwhere in a Parser Rules tiddler that also lists and explains the available switches.
By the way, is this:
Not sure if and how that can be even done but it would probably improve the documentation workflow. |
They are called pragmas. They go at the start of a tiddler and apply to the entire rest of the body. Currently there's just |
Hi, this one can be closed I think
as of 5.1.18 , |
Hi @BurningTreeC I think generalising the anti-wikifying function of "˜" isn't affected by the new filter operator "˜". The original motivation of this PR was to be able to turn of CamelCase linking without causing existing references to "˜HelloThere" to break. |
No description provided.
The text was updated successfully, but these errors were encountered: