UNPKG

joplin-plugin-markdown-table-sortable

Version:

This plugin adds a function to sort rendered tables by clicking on header and apply the sorting to markdown text source. Beside simple text and numeric sorting, it can also automatically figure out some other types such as money with currency symbol, diff

37 lines (36 loc) 1.04 kB
{ "name": "joplin-plugin-markdown-table-sortable", "version": "1.2.2", "scripts": { "dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", "prepare": "npm run dist", "update": "npm install -g generator-joplin && yo joplin --update" }, "license": "MIT", "keywords": [ "joplin-plugin", "markdown", "table", "sorting", "sortable" ], "homepage": "https://github.com/hieuthi/joplin-plugin-markdown-table-sortable", "repository": { "type": "git", "url": "https://github.com/hieuthi/joplin-plugin-markdown-table-sortable.git" }, "devDependencies": { "@types/node": "^14.0.14", "chalk": "^4.1.0", "copy-webpack-plugin": "^6.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "on-build-webpack": "^0.1.0", "tar": "^6.0.5", "ts-loader": "^7.0.5", "typescript": "^3.9.3", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "yargs": "^16.2.0" } }