- Notifications
You must be signed in to change notification settings - Fork55
rhysd/Shiba
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Important
This application is being re-written from scratch inv2 directory using Rust, TypeScript and React
Shiba is a rich live markdown preview app with linter. It watches markdown files in specific directory and automatically shows the preview and result of lint.Shiba is built onElectron andPolymer.
- Isolated app. You need not prepare Chrome and can use favorite editor
- Rich GitHub Flavored Markdown
- Live reload
- Automatic lint (remark-lint, markdownlint)
- Keyboard shortcuts; All operations are ready for mouse and keyboard.
- Both GUI and CLI friendly
- Cross platform (OS X, Linux, Windows)
- Easy to install
- Customizable with YAML config file
- keyboard shortcuts
- linter
- user CSS
- code theme
- etc...
- Search text in preview
- Outline window
- Print preview (to a paper / to a PDF file)
- Support multi japanese encodings (utf8, utf16, sjis, euc-jp, unicode)
- HTML preview
- Dog-respected 🐕
All documents are indocs directory. And I wrotea Japanese blog post.
- At start up, Shiba is watching the current working directory (the path is in title of window).
- When you edit the markdown file in current working directory, Shiba finds the update, renders the file in window and sets the result of lint.
- You can see the result of lint by clicking the '!' button in menu. When the button is red, it means that linter reported some errors.
- You can change the watching directory/file using 'directory' button in menu or dropping file to window.
- You can quit app by closing the window.
This is the simplest use case. Please seeusage document for more detail.
- The logo of this app came fromいらすとや.
- This app was inspired by@mattn'smkup.
- This app referredvmd a lot at first, which was a very simple markdown preview app built on Electron.
- Emoji pictures were fromgithub/gemoji.
- The voice resource came from効果音ラボ.
MIT License.
Copyright (c) 2015 rhysdPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sell copiesof the Software, and 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 allcopies 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, FITNESS FOR A PARTICULARPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BELIABLE 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 ORTHE USE OR OTHER DEALINGS IN THE SOFTWARE.
In packaged app, Electron part is licensed with below notice:
Copyright (c) 2014 GitHub Inc.
Emojis were brought from gemoji project:
octocat, squirrel, shipitCopyright (c) 2013 GitHub Inc. All rights reserved.
bowtie, neckbeard, fuCopyright (c) 2013 37signals, LLC. All rights reserved.
feelsgood, finnadie, goberserk, godmode, hurtrealbad, rage 1-4, suspectCopyright (c) 2013 id Software. All rights reserved.
trollfaceCopyright (c) 2013 whynne@deviantart. All rights reserved.
Source code:
Copyright (c) 2013 GitHub, Inc.
About
Rich markdown live preview app with linter