Skip to content

Commit fd22967

Browse files
committed
CodePad v1.1-beta 🎉
Save the snippet! Shortcuts Fixes
1 parent d148eeb commit fd22967

83 files changed

Lines changed: 1042 additions & 2426 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
node_modules
2+
.DS_Store
3+
Thumbs.db
4+
*.log
5+
*.autogenerated
6+
/dist
7+
.vscode
8+
/lib

README.md

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
1-
<p align="center">
2-
<img src="assets/Codepad Blue.png" />
3-
<br>
4-
<b>CodePad</b><br>
5-
<i>An Offline Front-End Development Playground</i><br><br>
6-
<img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" />
7-
<img src="https://img.shields.io/badge/license-MIT-blue.svg" /><br><br>
8-
</p>
9-
10-
__CodePad__ instantly previews your code so you don't have to run back and forth between an editor and a browser. You can also add your favorite icon fonts, libraries and frameworks such as Font Awesome, anime.js and Bootstrap with a click. And the best of all, everything works offline.
11-
12-
### Downloads 💻
13-
14-
Download CodePad for Windows [here](https://github.com/Jay9596/CodePad/releases/download/v1.0-beta/CodePad.rar). Extract and run CodePad.exe. Coming Soon for Ubuntu and macOS.
15-
16-
### Advanced Installation 🎩
17-
18-
You can run the unpackaged app via command line by following these steps:
19-
1. Install nodejs
20-
2. Install Electron
21-
3. Clone this repository
22-
4. `cd codepad`
23-
5. `electron .` or `npm start`
24-
25-
### Dev To-Do List 🌈
26-
27-
- Save the code snippet
28-
- Resizeable editor
29-
- Editor themes/appearance settings
30-
- Import custom libs
31-
- View output in fullscreen/browser
32-
- Preprocessor support
33-
34-
### Credits 👨
35-
1+
<p align="center">
2+
<img src="build/icons/128x128.png" />
3+
<br>
4+
<b>CodePad</b><br>
5+
<i>An Offline Front-End Development Playground</i><br><br>
6+
<img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" />
7+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" /><br><br>
8+
</p>
9+
10+
__CodePad__ instantly previews your code so you don't have to run back and forth between an editor and a browser. You can also add your favorite icon fonts, libraries and frameworks such as Font Awesome, anime.js and Bootstrap with a click. And the best of it all, everything works offline.
11+
12+
### Downloads 💻
13+
14+
Download CodePad for Windows [here](https://github.com/Jay9596/CodePad/releases/download/v1.1-beta/CodePad.rar). Extract and run CodePad.exe. Coming Soon for Ubuntu and macOS.
15+
16+
### Run From Source 🎩
17+
18+
You can run the unpackaged app via command line by following these steps:
19+
1. Install nodejs, npm & electron
20+
2. Clone this repository
21+
3. `cd codepad`
22+
4. `npm install`
23+
5. `npm start`
24+
25+
**Please note that 'Save' functionality will not work here.**
26+
27+
### Dev To-Do List 🌈
28+
29+
- [x] Save the code snippet
30+
- [ ] Resizeable editor
31+
- [ ] Editor themes/appearance settings
32+
- [ ] Import custom libs
33+
- [ ] View output in fullscreen/browser
34+
- [ ] Preprocessor support
35+
36+
### Credits 👨
37+
3638
Designed and developed by: [@apollonian11](https://www.github.com/apollonian11) and [@jay9596](https://www.github.com/jay9596)
File renamed without changes.

0 commit comments

Comments
 (0)