h5p-editor-php-library
No description available.
File Explorer
- af.js
- ar.js
- ast.js
- az.js
- bg.js
- bn.js
- bs.js
- ca.js
- cs.js
- da.js
- de-ch.js
- de.js
- el.js
- en-au.js
- en-gb.js
- eo.js
- es-co.js
- es.js
- et.js
- eu.js
- fa.js
- fi.js
- fr.js
- gl.js
- gu.js
- he.js
- hi.js
- hr.js
- hu.js
- hy.js
- id.js
- it.js
- ja.js
- jv.js
- kk.js
- km.js
- kn.js
- ko.js
- ku.js
- lt.js
- lv.js
- ms.js
- nb.js
- ne.js
- nl.js
- no.js
- oc.js
- pl.js
- pt-br.js
- pt.js
- ro.js
- ru.js
- si.js
- sk.js
- sl.js
- sq.js
- sr-latn.js
- sr.js
- sv.js
- th.js
- ti.js
- tk.js
- tr.js
- tt.js
- ug.js
- uk.js
- ur.js
- uz.js
- vi.js
- zh-cn.js
- zh.js
- ckeditor.js
- ckeditor.js.map
- ckeditor.d.ts
- index.html
- script.js
- styles.css
- ckeditor.ts
- .gitignore
- LICENSE.md
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.types.json
- webpack.config.js
- cancel.svg
- confirm.svg
- crop.svg
- rotate-left.svg
- rotate-right.svg
- add.png
- binary-file.png
- collapse.png
- down.png
- expand.png
- order.png
- remove.png
- transparent-background.png
- webm-file.png
- ar.js
- bs.js
- cs.js
- de.js
- el.js
- en.js
- es-cr.js
- es-mx.js
- es.js
- et.js
- eu.js
- fi.js
- fr.js
- gl.js
- hr.js
- it.js
- ko.js
- nb.js
- nl.js
- nn.js
- pl.js
- pt-br.js
- pt.js
- ru.js
- sl.js
- sv.js
- tr.js
- zh-cn.js
- zh-hans.js
- zh.js
- cropper.css
- cropper.js
- zebra_datepicker.min.js
- h5p-hub-client.js
- h5peditor-av.js
- h5peditor-boolean.js
- h5peditor-coordinates.js
- h5peditor-dimensions.js
- h5peditor-editor.js
- h5peditor-file-uploader.js
- h5peditor-file.js
- h5peditor-form.js
- h5peditor-fullscreen-bar.js
- h5peditor-group.js
- h5peditor-html.js
- h5peditor-image-popup.js
- h5peditor-image.js
- h5peditor-init.js
- h5peditor-library-list-cache.js
- h5peditor-library-selector.js
- h5peditor-library.js
- h5peditor-list-editor.js
- h5peditor-list.js
- h5peditor-metadata-author-widget.js
- h5peditor-metadata-changelog-widget.js
- h5peditor-metadata.js
- h5peditor-none.js
- h5peditor-number.js
- h5peditor-pre-save.js
- h5peditor-select.js
- h5peditor-selector-hub.js
- h5peditor-selector-legacy.js
- h5peditor-semantic-structure.js
- h5peditor-text.js
- h5peditor-textarea.js
- h5peditor.js
- h5p-fullscreen-bar.eot
- h5p-fullscreen-bar.svg
- h5p-fullscreen-bar.ttf
- h5p-fullscreen-bar.woff
- h5p-hub.eot
- h5p-hub.svg
- h5p-hub.ttf
- h5p-hub.woff
- h5p-metadata-icons.eot
- h5p-metadata-icons.svg
- h5p-metadata-icons.ttf
- h5p-metadata-icons.woff
- icons.png
- zebra_datepicker.min.css
- a1aff8c82bc779d09357.png
- ae8568c2320881fd5899.png
- application.css
- cke-contents.css
- fonts.css
- h5p-hub-client.css
- index.js
- _copy-paste.scss
- _deprecated.scss
- _form-field.scss
- _form-groups.scss
- _fullscreen-bar.scss
- _h5peditor-image-edit-popup.scss
- _h5peditor-image-edit.scss
- _metadata-author-widget.scss
- _metadata-changelog-widget.scss
- _metadata-form.scss
- _metadata-popup.scss
- _mixins.scss
- _tutorial-and-example-links.scss
- _utils.scss
- _variables.scss
- application.scss
- cke-contents.scss
- .gitignore
- composer.json
- h5peditor-ajax.class.php
- h5peditor-ajax.interface.php
- h5peditor-file.class.php
- h5peditor-storage.interface.php
- h5peditor.class.php
- package-lock.json
- package.json
- README.md
- webpack.config.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
gem
View Details ▼
gem
A package manager for the Ruby programming language.
gem search {{regex}} {{[-a|--all]}}
Search for remote gem(s) and show all available versions:
gem install {{gem_name}}
Install the latest version of a gem:
gem install {{gem_name}} {{[-v|--version]}} {{1.0.0}}
Install a specific version of a gem:
apt install
View Details ▼
apt install
Install packages for Debian-based distributions.
sudo apt install {{package}}
Install a package, or update it to the latest version:
sudo apt install {{[-V|--verbose-versions]}} {{package}}
Display verbose package version information during installation or update:
apt
View Details ▼
apt
Package manager for Debian-based distributions.
Intended as a user-friendly alternative to `apt-get` for interactive use.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.
sudo apt update
Update the list of available packages and versions (recommended before running other `apt` commands):
apt search {{package}}
Search packages by name or description:
apt list {{package}}
Search packages by name only (supports wildcards like `*`):
