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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Table Formatter #1444

Closed
york-xtrem opened this issue Jan 20, 2018 · 19 comments 路 Fixed by #2145
Closed

[Feature request] Table Formatter #1444

york-xtrem opened this issue Jan 20, 2018 · 19 comments 路 Fixed by #2145
Labels
feature request 馃専 Issue is a new feature request. help wanted 馃啒 Pull request/issue requires extra help from the community. Check these out if you're new!

Comments

@york-xtrem
Copy link

table-formatter

Thanks for everything 馃槉

@kazup01 kazup01 added help wanted 馃啒 Pull request/issue requires extra help from the community. Check these out if you're new! feature request 馃専 Issue is a new feature request. labels Jan 20, 2018
@tatoosh
Copy link

tatoosh commented Jan 23, 2018

Nice feature in vscode.

@Snuupy
Copy link

Snuupy commented Mar 13, 2018

To add onto this:

Edit: It looks like #811 (markdown-it) has an option for multiline tables: https://github.com/RedBug312/markdown-it-multimd-table

I set the enableMultilineRows option to true but was not able to get that working.

image

image

I'm using the following:

First header | Second header
-------------|---------------
List:        | More  \
- over       | data  \
- several    |       \
- lines      |

Please let me know if I should open a new issue for this.

@IssueHuntBot
Copy link

@ZeroX-DG has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@ZeroX-DG has stopped working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@kazup01 has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@kazup01 has stopped working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@kazup01 has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@kazup01 has stopped working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@Rokt33r funded this issue with $5. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@blacpans has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@blacpans has stopped working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@Gohan has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@Gohan has stopped working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@amedora has started working. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@amedora has submitted output. Visit this issue on Issuehunt

@IssueHuntBot
Copy link

@kazup01 has rewarded. Visit this issue on Issuehunt

@ndbeals
Copy link

ndbeals commented Jul 19, 2018

You can use the table formatter from the "File -> Format Table" menu option.

@redbug312
Copy link
Contributor

@Snuupy I didn't found the side issue until the release of Boostnote v0.11.8 today. enableMultilineRows feature was added in markdown-it-multimd-table v3.1.0. You might need to upgrade before adding this option:

$ sed -i '/markdown-it-multimd-table/s/2.0.1/3.1.3/' package.json
$ sed -i '/markdown-it-multimd-table/s/))$/), {enableMultilineRows: true})/' browser/lib/markdown.js
$ npm install
$ yarn run run dev-start

multimd

@tatoosh
Copy link

tatoosh commented Aug 10, 2018

not working, i created bug #2275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 馃専 Issue is a new feature request. help wanted 馃啒 Pull request/issue requires extra help from the community. Check these out if you're new!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants