Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textmaker: 表の見出し行(th)を太字囲みでなく、区切り行の提示をするようにしたい #1789

Closed
kmuto opened this issue Feb 5, 2022 · 1 comment
Assignees

Comments

@kmuto
Copy link
Owner

kmuto commented Feb 5, 2022

//table{
A	B	C
--------------------
D	E	F
G	H	I
//}

現状のテキスト変換

◆→開始:表←◆
★A☆	★B☆	★C☆
D	E	F
G	H	I
◆→終了:表←◆

希望のテキスト変換

◆→開始:表←◆
A	B	C
--------------------
D	E	F
G	H	I
◆→終了:表←◆

区切り行の-は入力reどおりである必要はないので、- 12個で決めうちすることにする(builderのtableパーサに従う)。
「希望のテキスト変換」のほうがよく使うが、「現状のテキスト変換」の利用の可能性もあるので、現状のほうに戻せるようなフラグは用意する。textmaker/table_header_bold: true とか?
なお、見出し行なしの場合に先頭1列目を太字マークにするのは現状のままとする。 ←ちょっと厄介になるのとレアケースなのでヤメ

@kmuto kmuto self-assigned this Feb 5, 2022
@kmuto
Copy link
Owner Author

kmuto commented Feb 5, 2022

headerだとメソッド名的にcaptionのほうと混同しそうでよくないように思える。普通にth_boldとかにしてしまうか?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant