Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
/ kobito-oss Public archive

Markdown Processor built on Electron based on kobito-for-windows

License

Notifications You must be signed in to change notification settings

increments/kobito-oss

Repository files navigation

Kobito

Cross Platform Markdown Processor built on Electron based on Kobito for Windows.

CAUTION

This repo includes partial and modified sources to publish from http://kobito.qiita.com/win .

Changes to this repo will not be applied to released one.

Prepare to build

cp config.json.example config.json

Optional: Get your own oauth cilent token and set them to config.json by https://qiita.com/settings/applications . Add all Permission to Qiita/Qiita:Team even if you use only qiita. (Failed to fetch team list). Callback domain is recommended to https://qiita.com .

You can not login to Qiita/Qiita:Team without valid token.

Development

script/build
npm install -g electron
electron electron-packager/browser

Development with file watch

cd application
yarn run watch

Release build

script/build
cd electron-packager

# mac
script/build-mac

# win
script/build-win

We checked passing building on Mac only.

License

Copyright © 2017 Increments Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, COMPATIBILITY WITH ANY OTHER SOFTWARE OR PLATFORM, FUTURE UPDATE OR MAINTAINANCE, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE ICON OF THE SOFTWARE CAN ONLY BE USED AS A SYMBOL OF THE SOFWARE WITHOUT NO MODIFICATION AND THE LISENSOR RESERVES ALL RIGHTS AS TO THE ICON OF THE SOFTWARE.

Twemoji is CC-BY 4.0 https://github.com/twitter/twemoji

About

Markdown Processor built on Electron based on kobito-for-windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published