Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosoar/cr
CR is a github code reader designed to read and comment code easily and efficiently on mobile devices such as IPADs and cell phones. It can be serverless, and you can also configure the interface to store comments and other data.
https://github.com/echosoar/cr
code codereader github mobile pad phone reader serverless
Last synced: 8 days ago
JSON representation
CR is a github code reader designed to read and comment code easily and efficiently on mobile devices such as IPADs and cell phones. It can be serverless, and you can also configure the interface to store comments and other data.
- Host: GitHub
- URL: https://github.com/echosoar/cr
- Owner: echosoar
- Created: 2017-12-05T01:22:16.000Z (almost 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-09-25T01:07:57.000Z (about 3 years ago)
- Last Synced: 2024-10-12T14:11:06.150Z (24 days ago)
- Topics: code, codereader, github, mobile, pad, phone, reader, serverless
- Language: JavaScript
- Homepage: https://cr.js.org
- Size: 369 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CR - Code Reader
Welcome to read github code by CR.
CR is a github code reader designed to read and comment code easily and efficiently on mobile devices such as IPADs and cell phones. Can be serverless, you can also configure the interface to store comments and other data.
https://cr.js.org
------------
#### To-do
- [x] Load repositories and branch
- [x] Add a branch by commit
- [ ] Auto remove input value
- [x] Add a branch by sha
- [x] Add a repo or branch by url
- [x] By https://cr.js.org/#/.../:user/:repo/...
- [x] By https://cr.js.org/#/.../:user/:repo/:sha/...
- [x] Filter the same sha while adding a repo
- [x] Markdown resolve
- [x] Markdown relative image
- [x] Markdown relative ahref click
- [x] Cache file data on global(window)
- [x] Code typesetting and highlight
- [x] Interception outer ahref click
- [x] Detect if github link and popup add prompt
- [x] Global confirm open & close
- [x] Global alert open & close
- [ ] Rewrite return button
- [x] Recent open file(user/repo/sha/path/fullPath) log
- [x] Sort repo and branch by use date
- [ ] Autoload README.md
- [ ] Auto redirect to code when only one branch
- [x] Download or skip to github for not support file
- [ ] Delete repo
- [ ] Delete branch
- [ ] Setting
- [x] Language
- [x] Font size
- [ ] Night mode
- [ ] Load the newepst branch
- [ ] JSON format
- [ ] Code Comment by line index
- [x] Add introduction to empty home page
- [x] Add github link
- [x] Rewrite style
- [ ] Loading
- [ ] Auto scroll© 2018 echosoar