Skip to content

Commit

Permalink
demo refresh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Sep 24, 2017
1 parent d026500 commit 1a8f972
Show file tree
Hide file tree
Showing 132 changed files with 3,157 additions and 1,884 deletions.
109 changes: 109 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
# xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com
SheetJS
js-xlsx
xls
xlsb
xlsx

# Excel-related terms
A1-style
AutoFilter
ECMA-376
FoxPro
Multiplan
OData
OpenDocument
OpenFormula
PivotTable
Quattro
SpreadsheetML
Unhide
Visicalc
chartsheet
chartsheets
dBASE
tooltip
tooltips

# Third-party
Browserify
CDNjs
CommonJS
ExtendScript
FileSaver
JavaScriptCore
NPM
Nuxt.js
RequireJS
Rollup
SystemJS
VueJS
iOS
nodejs
npm
unpkg
webpack
weex

# Other terms
APIs
Base64
Booleans
JS
README
UTF-16
XHR
XMLHttpRequest
bundlers
cleanroom
config
customizable
datagrid
deduplication
embeddable
filesystem
javascript
metadata
natively
prepend
prepended
repo
runtime
submodule
transpiled

- demos/altjs/README.md
ChakraCore
Duktape
Nashorn

- demos/angular/README.md
angular-ui-grid
ui-grid

- demos/angular2/README.md
angular-cli

- demos/extendscript/README.md
Photoshop
minifier

- demos/headless/README.md
PhantomJS
SlimerJS
wkhtmltopdf

- demos/nwjs/README.md
NW.js

- demos/react/README.md
Next.js
Preact

- demos/server/README.md
hapi

- demos/xhr/README.md
axios
superagent

7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ book: readme graph ## Update summary for documentation
markdown-toc README.md | sed 's/(#/(README.md#/g'>> misc/docs/SUMMARY.md
<README.md grep -vE "(details|summary)>" > misc/docs/README.md

DEMOMDS=$(sort $(wildcard demos/*/README.md))
MDLINT=$(DEMODS) $(READEPS) demos/README.md
.PHONY: mdlint
mdlint: $(MDLINT) ## Check markdown documents
alex $^
mdspell -a -n -x -r --en-us $^

.PHONY: help
help:
@grep -hE '(^[a-zA-Z_-][ a-zA-Z_-]*:.*?|^#[#*])' $(MAKEFILE_LIST) | bash misc/help.sh
Expand Down
Loading

0 comments on commit 1a8f972

Please sign in to comment.