// ----------------------------------------------------------------------------
// markItUp!
// ----------------------------------------------------------------------------
// Copyright (C) 2008 Jay Salvat
// http://markitup.jaysalvat.com/
// Sneltoets instellen? key:'LETTER'. Sneltoets dan: CTRL+LETTER
mySettings = {
	previewParserPath:	'', // path to your BBCode parser
	markupSet: [
		{name:'Dikgedrukt', openWith:'[b]', closeWith:'[/b]'},
		{name:'Schuingedrukt', openWith:'[i]', closeWith:'[/i]'},
		{name:'Onderstreept', openWith:'[u]', closeWith:'[/u]'},
		{name:'Doorstreept', openWith:'[s]', closeWith:'[/s]'},
		{name:'Afbeelding', replaceWith:'[img][![Url van de afbeelding]!][/img]'},
		{name:'Link', openWith:'[url=[![Vul hieronder de URL in]!]]', closeWith:'[/url]', placeHolder:'Link text'},
		/*{name:'Emoticon', key:'L', openWith:'[size=[![Vul een emoticon in]!]]', closeWith:'[/size]',
		dropMenu :[
			{name:':)', openWith:':)' },
			{name:':D', openWith:':D' },
			{name:':O', openWith:':O' }
		]},
		*/
		{name:'Youtube', replaceWith:'[youtube][![Vul hieronder de Youtubecode in]!][/youtube]'},
		{name:'Lijst', openWith:'[li]', closeWith:'[/li]'},
		{name:'Quote', openWith:'[quote lid=[![Gebruikersnaam: Naar welk lid ga je quoten?]!]]', closeWith:'[/quote]'},
		{name:'Code', openWith:'[code]', closeWith:'[/code]'}, 
		{name:'Verwijder UBB-codering', className:"clean", replaceWith:function(markitup) { return markitup.selection.replace(/\[(.*?)\]/g, "") } },
	]
}
