mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-03-15 11:11:24 -07:00
Improvements to parser rule configuration
* Ignore parser rule configuration in safe mode * Made text translatable * Added new setting for camelcase links * Added warning on parser rule configuration tab See #1875
This commit is contained in:
parent
d5e690a06d
commit
58188cf805
5 changed files with 34 additions and 11 deletions
|
|
@ -1,6 +1,8 @@
|
|||
title: $:/core/ui/ControlPanel/Parsing
|
||||
tags: $:/tags/ControlPanel
|
||||
caption: Parsing
|
||||
tags: $:/tags/ControlPanel/Advanced
|
||||
caption: {{$:/language/ControlPanel/Parsing/Caption}}
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Parsing/
|
||||
|
||||
\define parsing-inner(typeCap)
|
||||
<li>
|
||||
|
|
@ -16,14 +18,16 @@ caption: Parsing
|
|||
</ul>
|
||||
\end
|
||||
|
||||
! Pragma Parse Rules
|
||||
<<lingo Hint>>
|
||||
|
||||
! <<lingo Pragma/Caption>>
|
||||
|
||||
<<parsing-outer typeLower:"pragma" typeCap:"Pragma">>
|
||||
|
||||
! Inline Parse Rules
|
||||
! <<lingo Inline/Caption>>
|
||||
|
||||
<<parsing-outer typeLower:"inline" typeCap:"Inline">>
|
||||
|
||||
! Block Parse Rules
|
||||
! <<lingo Block/Caption>>
|
||||
|
||||
<<parsing-outer typeLower:"block" typeCap:"Block">>
|
||||
|
|
|
|||
8
core/ui/ControlPanel/Settings/CamelCase.tid
Normal file
8
core/ui/ControlPanel/Settings/CamelCase.tid
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
title: $:/core/ui/ControlPanel/Settings/CamelCase
|
||||
tags: $:/tags/ControlPanel/Settings
|
||||
caption: {{$:/language/ControlPanel/Settings/CamelCase/Caption}}
|
||||
|
||||
\define lingo-base() $:/language/ControlPanel/Settings/CamelCase/
|
||||
<<lingo Hint>>
|
||||
|
||||
<$checkbox tiddler="$:/config/WikiParserRules/Inline/wikilink" field="text" checked="enable" unchecked="disable" default="enable"> <$link to="$:/config/WikiParserRules/Inline/wikilink"><<lingo Description>></$link> </$checkbox>
|
||||
Loading…
Add table
Add a link
Reference in a new issue