Skip to content

Latest commit

 

History

History
54 lines (18 loc) · 507 Bytes

README.md

File metadata and controls

54 lines (18 loc) · 507 Bytes

snote

a simple note web app for mobile devices , try it at

https://snote.pages.dev

feat:

markdown support

code runner

double click to run javascript code quickly ,try double click next line

3*4 //will get 12

write your js code like this,autocompletion supported

```javascript

console.log(`hello snote`)
3*4

```

use github repo as storage backend,edit your github repo directly,save automatically by default

the code is ugly,but... it works :)