📄 creole.properties
字号:
# == WikiCreole Translator Configuration ==## === Signature Configuration ===# set the date format for the --~~~~ signatures # to something like 2007-Apr-01 12:15 (UTC-1)# see http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html# for the syntax rules.creole.dateFormat = yyyy-MMM-dd HH:mm (zz)# === Image Configuration ===# You can configure, which plugin of jspwiki will be used# to display images.# # {{Image.jpg|My Image}}# # will be translated by default to# # [{Image src='Image.jpg' title='My Image'}].# # You can change this e.g. to ImageX plugin for advanced # features like server side resize etc. with the imagePlugin.name parameter# e.g. creole.imagePlugin.name = ImageX# # Parameters will be indicated by the third parameter in the# Creole Syntax (the second one is defined as title)# e.g.## {{Image.jpg|My Image|-X-, M}}# {{Image.jpg|My Image|M, +X+, [-]}}## Parameters are seperated by comma, characters are case insensitive, however# you have to define them in the property files in Uppercase(!)#creole.imagePlugin.name = ImageX#creole.imagePlugin.src = src#creole.imagePlugin.caption = captioncreole.imagePlugin.para.S = width='140'creole.imagePlugin.para.M = width='180'creole.imagePlugin.para.L = width='360'creole.imagePlugin.para.XL = width='540'creole.imagePlugin.para.XXL = width='1024'creole.imagePlugin.para.X- = align='left'creole.imagePlugin.para.-X = align='right'creole.imagePlugin.para.-X- = align='center'creole.imagePlugin.para.X+ = float='left'creole.imagePlugin.para.+X = float='right'creole.imagePlugin.para.+X+ = float='center'creole.imagePlugin.para.[+] = border=truecreole.imagePlugin.para.[-] = border=false### End of configuration file.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -