Skip to content

Commit 727299d

Browse files
committed
initial commit
0 parents  commit 727299d

22 files changed

+13064
-0
lines changed

.browserslistrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> 1%
2+
last 2 versions
3+
not ie <= 8

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
# local env files
6+
.env.local
7+
.env.*.local
8+
9+
# Log files
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
13+
14+
# Editor directories and files
15+
.idea
16+
.vscode
17+
*.suo
18+
*.ntvs*
19+
*.njsproj
20+
*.sln
21+
*.sw*
22+
23+
#Electron-builder output
24+
/dist_electron

notes/note.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Test
2+
~~this note doesn't support markdown~~
3+
this note totally supports:
4+
- [x] markdown
5+
- [x] **bold**
6+
- [ ] *italics*
7+
- [x] $\LaTeX$ formulas
8+
- [x] plain text
9+
- [x] #tags
10+
* Fully extensible thanks to code mirror
11+
* Resizable
12+
* Multiple notes in one window
13+
* Auto saving

notes/test.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Testicles
2+
~~this note doesn't support markdown~~
3+
this note totally supports:
4+
- [x] markdown
5+
- [x] **bold**
6+
- [ ] *italics*
7+
- [x] $\LaTeX$ formulas
8+
- [x] plain text
9+
- [x] #tags
10+
* Fully extensible thanks to code mirror
11+
* Resizable
12+
* Multiple notes in one window
13+
* Auto saving

0 commit comments

Comments
 (0)