wiki with BB-code?
-
Does anybody know a wiki in which you format your text with BB-code (as e.x. in a phpBB board) instead with the more common "wiki formatting syntax"? Thanks & Bye, T.T.H. / Matthias P.S.: if possible in PHP, without database but file based and open source :rolleyes:
-
Does anybody know a wiki in which you format your text with BB-code (as e.x. in a phpBB board) instead with the more common "wiki formatting syntax"? Thanks & Bye, T.T.H. / Matthias P.S.: if possible in PHP, without database but file based and open source :rolleyes:
Well, I have worked with a few wiki implementations, and have never seen anything like that. However, having the code for a wiki implementation, why not add code to look for things like
[b]
and[/b]
instead of (or in addition to)__
(double-underscore)? Actually, it might be easier to start with treating either or both[b]
and[/b]
as toggles for bold instead of start-bold and end-bold. That way, they would work just like the current WikiMarkup. So then you could write "[b]My Name[b]
", "[b]My Name[/b]
", and "__My Name__
", and they all would render as "**My Name**
". Peace! -=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites -
Well, I have worked with a few wiki implementations, and have never seen anything like that. However, having the code for a wiki implementation, why not add code to look for things like
[b]
and[/b]
instead of (or in addition to)__
(double-underscore)? Actually, it might be easier to start with treating either or both[b]
and[/b]
as toggles for bold instead of start-bold and end-bold. That way, they would work just like the current WikiMarkup. So then you could write "[b]My Name[b]
", "[b]My Name[/b]
", and "__My Name__
", and they all would render as "**My Name**
". Peace! -=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavoritesI want to save me the time to learn the wiki markup and use what I know instead (BB-code) so I really do not intend to spend the time to make me a new/modified wiki myself... Basically I need/want an online "scribble space" where I can put down notes as easily and fast as possible, just when they come to my mind and regardless where I am (as long as I have internet access...). "fast and easy" are the keywords and even with all the setup I don't want to spend to much time. Hmm... Thanks anyway, T.T.H.