Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitode909/sbviewer
ScrapboxからエクスポートしたJSONをlocalhostで見るためのアプリケーション
https://github.com/hitode909/sbviewer
Last synced: 3 months ago
JSON representation
ScrapboxからエクスポートしたJSONをlocalhostで見るためのアプリケーション
- Host: GitHub
- URL: https://github.com/hitode909/sbviewer
- Owner: hitode909
- Created: 2019-03-19T11:15:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:20:42.000Z (about 2 years ago)
- Last Synced: 2023-04-11T17:11:35.346Z (over 1 year ago)
- Language: TypeScript
- Size: 524 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sbviewer
- ScrapboxからエクスポートしたJSONをlocalhostで見るためのアプリケーション
- 海外旅行のしおりをScrapboxで作ったはいいが旅先でオンラインになれるかはわからない、というときに便利## 使い方
- Scrapboxにて Settings→Export Pages からJSONをダウンロード
- PAGES_JSONを指定して起動```
% npm install
% PAGES_JSON=~/Downloads/hitode909.json npm run dev
```[![Image from Gyazo](https://i.gyazo.com/7bfd1efbe7363b0c335143d354a9ab53.png)](https://gyazo.com/7bfd1efbe7363b0c335143d354a9ab53)
[![Image from Gyazo](https://i.gyazo.com/f7302e695d91398367754b3de5354ea6.png)](https://gyazo.com/f7302e695d91398367754b3de5354ea6)
## 今後の展望
- サーバーサイドでやるんじゃなくてPWAとして実装してオフラインでも見れるエクスポートしたJSONビューワにする
- スマホでも動くはず
- [hitode909/sb2md](https://github.com/hitode909/sb2md)が雑すぎるのでなんとかする
- 公式でscrapbox記法をHTMLに変換してくれるのを出してもらえたら解決する