https://github.com/nus-mtp/sashimi-note
A flexible and extensible document viewing and editing platform.
https://github.com/nus-mtp/sashimi-note
classroom express lecture-notes markdown vuejs2
Last synced: about 1 year ago
JSON representation
A flexible and extensible document viewing and editing platform.
- Host: GitHub
- URL: https://github.com/nus-mtp/sashimi-note
- Owner: nus-mtp
- License: mit
- Created: 2017-01-12T07:41:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T07:20:02.000Z (almost 9 years ago)
- Last Synced: 2024-11-04T01:33:01.664Z (over 1 year ago)
- Topics: classroom, express, lecture-notes, markdown, vuejs2
- Language: JavaScript
- Homepage: https://nus-mtp.github.io/sashimi-note/
- Size: 5.84 MB
- Stars: 8
- Watchers: 6
- Forks: 1
- Open Issues: 120
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
PowerPoint slides are often used to deliver lecture content to the students. The same printable PowerPoint slides are often provided to the students in a PDF format. This causes several problems. In most cases, all interactive material (*such as video, animation, things that the lecturer has said*) are removed or disabled in this format (*pdf*). Printed PowerPoint may not be the best way to represent information. It waste space and may not have an effective organisation of information.
### Our goal:
To provide a **flexible** and **extensible** document viewing and editing platform that can be used in class (during lecture) and out of class (revision) to allow lecturers to provide a more effective and comfortable learning experience to students, so that students can learn more effectively.
[Read more](https://github.com/nus-mtp/sashimi-note/wiki/1.-Introduction)
![]()
## Development
### Step 1: Install
```
yarn
```
### Step 2: Develop
```
cd sashimi-webapp
yarn run dev
```
Click [here](https://github.com/nus-mtp/sashimi-note/wiki/5.-Developer-Guide) for the full developer guide
![]()
## Other information
1. Project website
[nus-mtp.github.io/sashimi-note](https://nus-mtp.github.io/sashimi-note)
2. Sashimi Note Webapp
[sashimi-note.herokuapp.com](https://sashimi-note.herokuapp.com)
3. Video demo
[youtu.be/O3wBi7Hid7kay](https://youtu.be/O3wBi7Hid7kay)
4. Changelog
[nus-mtp/sashimi-note/releases](https://github.com/nus-mtp/sashimi-note/releases)