mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 00:30:09 +02:00
update docs
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<a href="/docs"><span aria-hidden="true">⬅️</span> Documentation Index</a>
|
<a href="/docs"><span aria-hidden="true">⬅️</span> Table of contents </a>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
@@ -11,12 +11,10 @@ layout: default
|
|||||||
<!-- <time datetime="{{ page.date | htmlDateString }}" class="post-meta">🗓 {{ page.date | date: "%B %d, %Y" }}</time> -->
|
<!-- <time datetime="{{ page.date | htmlDateString }}" class="post-meta">🗓 {{ page.date | date: "%B %d, %Y" }}</time> -->
|
||||||
|
|
||||||
<div class="post-content">{{ content | safe }}</div>
|
<div class="post-content">{{ content | safe }}</div>
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/docs"><span aria-hidden="true">⬅️</span> Documentation Index</a>
|
<a href="/docs"><span aria-hidden="true">⬅️</span> Table of contents</a>
|
||||||
</p>
|
</p>
|
||||||
|
@@ -3,8 +3,11 @@ title: 'Features'
|
|||||||
---
|
---
|
||||||
|
|
||||||
- Works offline
|
- Works offline
|
||||||
|
- Privacy first. All creation are private by default.
|
||||||
|
- Public sharing
|
||||||
- Supports Preprocessors: HTML (Pug & Markdown), CSS (SCSS, LESS & Stylus, Atomic CSS) & JavaScript (ES6, TypeScript & CoffeeScript)
|
- Supports Preprocessors: HTML (Pug & Markdown), CSS (SCSS, LESS & Stylus, Atomic CSS) & JavaScript (ES6, TypeScript & CoffeeScript)
|
||||||
- Inbuilt Console
|
- Inbuilt Console
|
||||||
|
- Asset Hosting
|
||||||
- Save and load your creations
|
- Save and load your creations
|
||||||
- Auto-save feature
|
- Auto-save feature
|
||||||
- Code auto-completion
|
- Code auto-completion
|
||||||
@@ -15,5 +18,5 @@ title: 'Features'
|
|||||||
- Very easily accessible. Simply open a new tab in Chrome!
|
- Very easily accessible. Simply open a new tab in Chrome!
|
||||||
- Multiple layouts to choose from
|
- Multiple layouts to choose from
|
||||||
- Capture preview screenshot
|
- Capture preview screenshot
|
||||||
- Save as HTML file
|
- Save as HTML file, with option to inline all assets in the HTML
|
||||||
- Edit in CodePen
|
- Edit in CodePen
|
||||||
|
@@ -8,5 +8,3 @@ Hi! I am [Kushagra Gour](https://twitter.com/chinchang457), a frontend developer
|
|||||||
- Sitepoint: https://www.sitepoint.com/web-maker-an-offline-browser-based-codepen-alternative/
|
- Sitepoint: https://www.sitepoint.com/web-maker-an-offline-browser-based-codepen-alternative/
|
||||||
|
|
||||||
Make sure to read them if you like to get more behind the scenes of my journey with Web Maker.
|
Make sure to read them if you like to get more behind the scenes of my journey with Web Maker.
|
||||||
|
|
||||||
Oh yes, I am [running a Patreon campaign](https://www.patreon.com/kushagra) to support my free and open-source projects such as Web Maker. Consider pledging if you use and love Web Maker. 🤗
|
|
||||||
|
@@ -16,6 +16,7 @@ title: 'Documentation'
|
|||||||
- [Settings](/docs/settings)
|
- [Settings](/docs/settings)
|
||||||
- [From the Developer](/docs/from-the-developer)
|
- [From the Developer](/docs/from-the-developer)
|
||||||
- [Pre-processors](/docs/preprocessors)
|
- [Pre-processors](/docs/preprocessors)
|
||||||
|
- [Pro](/docs/pro)
|
||||||
|
|
||||||
## Frequently Asked Questions
|
## Frequently Asked Questions
|
||||||
|
|
||||||
@@ -25,6 +26,7 @@ title: 'Documentation'
|
|||||||
|
|
||||||
Want to send in some suggestions, comments, feature requests or just have a question? Here are your options:
|
Want to send in some suggestions, comments, feature requests or just have a question? Here are your options:
|
||||||
|
|
||||||
- Twitter — [ @webmakerApp](https://twitter.com/webmakerapp)
|
- [ @webmakerApp on X](https://twitter.com/webmakerapp)
|
||||||
- [Community forum](https://github.com/chinchang/web-maker/discussions)
|
- [Community forum](https://github.com/chinchang/web-maker/discussions)
|
||||||
- [Github repository](https://github.com/chinchang/web-maker/issues)
|
- [Github repository](https://github.com/chinchang/web-maker/issues)
|
||||||
|
- [Discord server](https://discord.gg/cpYfafCJ5H)
|
||||||
|
Reference in New Issue
Block a user