Skip to content

Commit

Permalink
patch up
Browse files Browse the repository at this point in the history
  • Loading branch information
Girobusan authored and Girobusan committed Jun 28, 2022
1 parent 6fb4506 commit 29938c9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 73 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Local, JSFiddle-like tool.

- Fully local, no server required
- Saves your work in single file
- It's possible to embed data (CSV or JSON) in the same file
- Supports SEO tags, can be shared via any hosting provider
- Can display only resulted HTML, without loading an editor. Can be used as mini-CMS this way.

Expand Down
1 change: 1 addition & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- Работает полностью локально
- Результат сохраняется, все что можно, будет упаковано в один файл
- В тот же файл можно внедрить данные (CSV или JSON)
- Можно настроить, чтобы при просмотре файла через интернет отображался только результат, при этом редактор не будет загружаться (годится для презентаций, портфолио, можно использовать как мини-CMS)

[ ДЕМО ](https://girobusan.github.io/imp-fiddle/)
Expand Down
49 changes: 41 additions & 8 deletions dist/fiddler.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8">
<title>Imp Fiddle</title>
<script>
window.datasets = {nums: [1,2,3]}
</script>
<script>


window.settings = {
filename: "index.html",
Expand Down
64 changes: 0 additions & 64 deletions dist/index2.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fiddler",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 29938c9

Please sign in to comment.