Skip to content

Commit

Permalink
added more similar apps
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Jul 4, 2021
1 parent b68243c commit b5feb03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Looking for similar apps to compare features sets and functionality?
- https://www.tablesgenerator.com/markdown_table
- https://tableconvert.com/
- atom plugin https://atom.io/packages/markdown-table-editor
- https://jakebathman.github.io/Markdown-Table-Generator/
- https://susisu.github.io/mte-demo/
- https://tabletomarkdown.com/

## References

Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function importText(){

if(type=="csv") {
var results=Papa.parse(textToImport);
console.log(results.errors);
//console.log(results.errors);
importer.setGridFromData(results.data);
}

Expand Down

0 comments on commit b5feb03

Please sign in to comment.