diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 34da4c4..0000000 --- a/.editorconfig +++ /dev/null @@ -1,21 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -root = true - - -[*] - -# Change these settings to your own preference -indent_style = space -indent_size = 4 - -# We recommend you to keep these unchanged -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = false -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false diff --git a/.npmignore b/.npmignore index 7375049..37f7a23 100644 --- a/.npmignore +++ b/.npmignore @@ -15,4 +15,4 @@ /dist /secure /.github -/.github +/.vscode \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fa5cc39..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: node_js -sudo: required -cache: - npm: false -node_js: -- lts/* -env: - matrix: - - CXX=g++-4.8 - global: - secure: xR8HDjpnnX/O6ekhbRehaK8LOf0eWkn1IKzxI/OjJHKP1c7QpT3sCmNiewDrnZXHDhXK0o8+ixVB0k6K8tBOoqb3mFtXLMczCx7EhgqUgmp+J42PpSffS81knMzN7COJXWfkbxnwCcsah348/8TkWUx4WDn7iSC7XfBGZXoftpoOwcySRZ2yucmai6cNdOtao9oV9MliufHdOdZ5lOaDArZWu10Mmm4aiHRHuJbcmCsOEusO3TOjPC5D4gKh2Qt6RvV/syVju50vvbYdcKyD6xKsIaX5wGzZNzZmIjq+TjbAXYkMk5cfYXsnUiSnlZSWPF/DSOuM+CON5eQQgucQHQQCqVBeiRWICRth+2xfrEkqze3/wtx24wi4xPK+G+DHO2ur1lJGXqgjWeg/07v40lPRM3p2MIcz6Lh5wK/ZOWdttnOyplMlB4J7CHpPK9HaC/MxMDtsWoUlJzyzpKyRaUxPAMpkRznUmDwxGlJNEKmvVI46tCqSHpCatZIX0CeL2ptwSRDWadllrwvlcRgvZLkQjExF/SCgFgwO/9TV93MK/KJrM1iRsJ7qluUSvrmRVO9APf5iXqKqU21ZCDXGaS4HoS0cGxgDO2n6e4Xo1lK3xlosncoiuTkCJcn+eMqnqBn9lK/H9mFtPLnF+/yDJ5ID4S4pqbaUWCarR3YhCE8= -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - dbus - - gcc-4.8 - - g++-4.8 - - libglib2.0-dev -before_script: -- npm install -g node-gyp -- npm install -g grunt-cli npm -- npm install -g p3x-onenote diff --git a/README.md b/README.md index 5192edd..02194bb 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Logout and relogin, and a menu will now appear. [You want to install via NPM...](artifacts/npm.md) + #### Online OneNote Change language @@ -198,6 +197,8 @@ https://github.com/patrikx3/onenote/issues/38 https://github.com/patrikx3/onenote/issues/3#issuecomment-312711801 +--> + # Development For file names do not use camelCase, but use kebab-case. Folder should be named as kebab-case as well. As you can see, all code filenames are using it like that, please do not change that.