https://github.com/attron/sendktfile
Allows for more streamlined development of Kintone Apps using adobe brackets
https://github.com/attron/sendktfile
Last synced: about 1 year ago
JSON representation
Allows for more streamlined development of Kintone Apps using adobe brackets
- Host: GitHub
- URL: https://github.com/attron/sendktfile
- Owner: ATTron
- License: mit
- Created: 2018-04-27T05:10:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T07:07:42.000Z (over 3 years ago)
- Last Synced: 2025-03-13T22:47:13.089Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sendKTFile
**Currently this extention only supports desktop js files**\
sendKTFile is an [adobe brackets](http://brackets.io/) extention ment to help make Kintone Development more streamlined. This is ment to be an alternative to other kintone development solutions such as [jsEdit for Kintone](https://github.com/kintone/plugin-sdk/tree/master/examples/js-edit). This way you do not have to worry about removing and reuploading files over and over again. This plugin will update the file attached to the most recent version you have written in brackets.
# Installation
## Using Extention Manager
- Open the extention manager and search for the extention
- Click install and head to the setup
## Using URL/Zip
- Open the extention manager
- Download Zip from [github](https://github.com/ATTron/sendKTFile)
- Drag & Drop the zip file into the area inside the extention manager
- Head to the setup
## Setting up
Head into the brackets preferance and overwrite the default values for username, password, appID, and domain then reload brackets.
# Usage
**During file edits/creations**
- Run *Ctrl-Shift-K* or *File -> Send to Kintone*
- Run *Ctrl-Alt-Shift-K* or *File -> Deploy Kintone App*.\
**Note: You must run deploy app **__twice__** to have it take effect**
# Important Note
If you see it throwing an error about objects it is possible to ignore it and the extention should still work. This has to do with how the API calls are made to Kintone.
# Change History
5/07/18 - Add CSS support
4/30/18 - Add URL support
4/28/18 - Code refactor and stability updates
4/27/18 - Inital Release
# Upcoming changes
- [ ]Not showing password in plain text
- [ ]General QOL improvements
- [x]Stability improvements
# Support & Issues
Post your feature requests, issues, errors. I will keep working to improve it when I can.
# Additional resources
- [Kintone Developer Portal](https://developer.kintone.io)
- [Adobe Brackets API Documentation](http://brackets.io/docs/current/)