Skip to content

Commit

Permalink
add grapejs + ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Jul 29, 2024
1 parent 9eda452 commit 9fbb5db
Show file tree
Hide file tree
Showing 495 changed files with 39,497 additions and 54 deletions.
61 changes: 20 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,57 @@
# Github Pages Directory Listing
# Github Repository Web File Browser


[![HTML CSS JS](html-css-javascript.svg)](https://github.com/gigamaster/codemo) [![CODEMO powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](https://github.com/gigamaster/codemo)



### /////////////////////////// — CODEMO

GitHub repository web file browser used to preview, edit and download individual files or
download a snapshot of a repository's directory as a zip file to your own (local) computer.
GitHub repository web file browser to preview, edit and download individual files
or a directory as a zip archive to your own (local) computer.


#### 1. Live Code
[![HCodemo Screenshot](codemo-screen.jpg)](https://gigamaster.github.io/codemo/)


You can use your favorite CSS and Javascript framework with an existing project or
start fresh with a quick-start template of [Livecodes](https://gigamaster.github.io/livecodes/)

---

You can import a repository, directory, files, create gists and embed a live code editor in a website with a simple link to see the results in real time.
### 1. Live Code

#### 2. Github.dev web-based editor
import a repository, directory, file or gist and embed a live code editor in a website with a simple link to see the results in real time. You can use your favorite CSS and Javascript framework with an existing project or start fresh with a quick-start template of [Livecodes](https://gigamaster.github.io/livecodes/)

### 2. Github.dev web-based editor

You can also open any folder and use the github.dev web-based editor to edit files and commit your changes. Note that you must be signed in to GitHub.com to use the github.dev editor.

On [Codemo](https://gigamaster.github.io/codemo/), navigate to a directory of the repository.

Click edit to open the file, then, in the same browser tab, press `.`

Alternativaly, you can open the repository in a new browser tab, press >.
Alternativaly, you can open the repository in a new browser tab, press `>`

- Change the URL from "github.com" to "github.dev".
- When viewing a file, select the dropdown menu and click github.dev.

---

[![HCodemo Screenshot](codemo-screen.jpg)](https://gigamaster.github.io/codemo/)
---

### Resources

- [Docker](https://www.docker.com/)
Accelerated Container Application Development
- [Docker](https://www.docker.com/)
- Runner `ubuntu-latest`
- [Python 3.11-alpine3.17](https://www.python.org/)
An interpreted, object-oriented, high-level programming language with dynamic semantics
- [GitHub REST API](https://docs.github.com/en/rest?apiVersion=2022-11-28)
Retrieve data and automate workflows
- [European Union SPARQL Data Providder](https://data.europa.eu/fr/about/sparql)
Provides access to the data of data.europa.eu, a machine-readable SPARQL endpoint

Specify runner and deployment runs-on `ubuntu-latest`

- [GitHub Action Checkout](https://github.com/actions/checkout)
- [GitHub Action Pages Directory Listing](https://github.com/jayanta525/github-pages-directory-listing)
- [GitHub Action Upload Pages Artifact](https://github.com/actions/upload-pages-artifact)
- [GitHub Action Deploy Pages](https://github.com/actions/deploy-pages)
- [GitHub REST API](https://docs.github.com/en/rest?apiVersion=2022-11-28)

### Frontend

- [Alpine.js](https://alpinejs.dev)
A rugged, minimal framework for composing behavior directly in your markup
- [Tailwind CSS](https://tailwindcss.com/)
A utility-first CSS framework
- [Ontodia - GUI Relational Data Builder](https://gigamaster.github.io/codemo/rd/)
Allows to visualize, navigate and explore data in the form of an interactive graph.


---

Expand All @@ -71,21 +65,6 @@ Specify runner and deployment runs-on `ubuntu-latest`

---



### Examples

Web Application Platform UI-Components for humans to create responsive web sites.


### Credits

- [GitHub Action Checkout](https://github.com/actions/checkout)
- [GitHub Action Pages Directory Listing](https://github.com/jayanta525/github-pages-directory-listing)
- [GitHub Action Upload Pages Artifact](https://github.com/actions/upload-pages-artifact)
- [GitHub Action Deploy Pages](https://github.com/actions/deploy-pages)


### License

MIT License
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions app/web-tools/grapesjs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.DS_Store
.settings/
.sass-cache/
.project
grapes.sublime-project
grapes.sublime-workspace

private/
vendor/
node_modules/
bower_components/
tests/
Binary file added app/web-tools/grapesjs/favicon.ico
Binary file not shown.
Binary file added app/web-tools/grapesjs/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions app/web-tools/grapesjs/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added app/web-tools/grapesjs/fonts/main-fonts.eot
Binary file not shown.
394 changes: 394 additions & 0 deletions app/web-tools/grapesjs/fonts/main-fonts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/web-tools/grapesjs/fonts/main-fonts.ttf
Binary file not shown.
Binary file added app/web-tools/grapesjs/fonts/main-fonts.woff
Binary file not shown.
Loading

0 comments on commit 9fbb5db

Please sign in to comment.