Closed (won't fix)
Project:
Bbcode
Version:
6.x-1.1
Component:
BBCode Tags
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 18:28 UTC
Updated:
30 Nov 2008 at 08:57 UTC
I know, one can use [table] tag in order to insert tables.. Well, here is the matter: i have to import data in my page. Good point: the data are exported in cvs or tab delimited format... Then i though about copying and pasting the file betwen [cvs] and [/cvs] The difference with [table] is that rows are ended at the end of the line.. and cells are separed with a semi-colon.. for flexibility, this latest parameter can be changed to whatever suits (for exemple [cvs=\t] for tab delimited files, or [cvs=|] for LaTeX like, [cvs=;] is the default of course).
Comments
Comment #1
guido666 commentedThat might be a nice feature. Keep in mind though that you are asking for a lot of coding so that you don't have to use the Find/Replace feature of Notepad.
Comment #2
naudefj commentedThis issue can be re-opened if someone is prepared to code this feature.