Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki

Поиск
Список
Период
Сортировка
От Jan Michálek
Тема Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki
Дата
Msg-id CAAYBy8Z2d49Rxwpasph4EmPJShi0CVrvUTVs2PnqoRGH05CboA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki  (Jan Michálek <godzilalalala@gmail.com>)
Ответы Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers


2017-03-05 14:02 GMT+01:00 Jan Michálek <godzilalalala@gmail.com>:


2017-03-05 13:39 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:


2017-03-05 13:22 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:


2017-03-05 13:08 GMT+01:00 Jan Michálek <godzilalalala@gmail.com>:
It is question if it is really new format, because formating is the same as aligned/wrapped format, changed is only style of lines.


2017-03-05 12:36 GMT+01:00 Pavel Stehule <pavel.stehule@gmail.com>:


2017-03-05 11:40 GMT+01:00 Jan Michálek <godzilalalala@gmail.com>:
I know, but, both new linestyles are created literally by cloning ascii linestyle and few lines in print_aligned_text. Both works with "aligned" and "wrapped" format. In rst is wrapped format useful, in my opinion, in markdown i can`t find how I can get newline in record (maybe it is not posiible in main markdown types). So it is why i add markdown and rst as new linestyles. But it is not problem to change it in command to use "\pset format", but i mean, that this is cleaner.

Using a special linestyle for new format is possible probably. But new format should be switched with \pset format command.

changed

Not sure if wrapped or aligned behave is correct for markdown - it is task for markdown processing, not for psql.



In this case I am inclined to prefer setting via format setting - you can set a linestyle and border in one step, and then is easy to return back to previous format. I don't see a big benefit in enhancing set of ascii linestyles. The collecting new features in formatting is more intuitive (for me).

 This can be discussed what we prefer, and what we would to implement?



1. Nice formatted markdown tables


| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |
or 2. enough formatting

Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3

I personally prefer nice formated table, because more comfortable reading source of document and easier editing with blocks (deleting whole columns etc.).
I will change \pset to format.
I find, when adding <\br> for newline works in retext. I will try to add it to patch.

| Tables | Are | Cool |

| ------------- |:-------------:| -----:|

| col 3 is | right-aligned | $1600 |

| col 2 is | centere<br/>d | $12 |

| zebra stripes | are neat | $1 |


Jan


 
Pavel





--
Jelen
Starší čeledín datovýho chlíva



--
Jelen
Starší čeledín datovýho chlíva
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Adam Brightwell
Дата:
Сообщение: Re: [HACKERS] RADIUS fallback servers
Следующее
От: Jan Michálek
Дата:
Сообщение: Re: [HACKERS] Other formats in pset like markdown, rst, mediawiki