Skip to content

jser/jser.info-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSer.info-editor Build Status

JSer.infoアーカイブ のエディタアプリです。

  • node-webkitアプリ

Installation

https://github.com/jser/jser.info-editor/releases/latest からバイナリをダウンロード

Gitで JSer.infoのデータリポジトリ を好きな場所にcloneしておく。

git clone https://github.com/jser/jser.info.git /path/to/jser.info

起動したら、"設定"から /path/to/jser.infoのパスを指定します。

リロードすると、一番新しいjser.infoのデータJSONが読み込まれます。

Feature

  • 本文をダブルクリックで編集
  • 関連サイトを編集
    • リンクをクリックすると編集モードへ
    • titleとurlを持つJSONを入れると反映される
          { "title" : "jser/jser.info", "url" : "https://github.com/jser/jser.info"}
    • 空にすると削除
  • Commit
    • マシンのgitコマンドを使って変更をコミットします
  • Push
    • マシンのgitコマンドを使ってgh-pagesをpushします。

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT