Menu

#3685 Export Grid Rows with MarkDown Support

New
nobody
None
Default
Enhancement
2015-12-22
2015-02-19
Anonymous
No

Originally created by: will.bau...@iselinc.com

What is the problem that needs to be solved (required)?

The ability to set Output Format when exporting grid rows to use MarkDown format.

What is the idea in abstract terms (optional)?

With MarkDown syntax becoming more and more popular and being supported in other frameworks such as WordPress. Converting the format from Wiki markup can become burdensome.  See http://en.wikipedia.org/wiki/Markdown or https://michelf.ca/projects/php-markdown/extra/ for more details.

Example workflow using the new feature (optional)?

Change Output format into a drop down under the encoding drop down.
Expand the row selection and options to occupy the additional space.
Implement core MarkDown syntax for tables.

What is a practical way to implement this idea (optional)?

column name column 2
field value value 2

Row: pipeline, space, data, space, pipeline
Column Names Separator: pipeline, space, hyphen(s), space, pipeline

Discussion

  • zenden2k

    zenden2k - 2015-12-22

    very good idea.

     
  • Anse

    Anse - 2015-12-22

    Markdown is already supported by HeidiSQL's "Export grid rows" dialog.

    So, where's the enhancement here?