Title: haxtheweb
Author: btopro
Published: <strong>2020년 5월 21일</strong>
Last modified: 2020년 6월 1일

---

플러그인 검색

![](https://ps.w.org/haxtheweb/assets/banner-772x250.png?rev=2316092)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/haxtheweb/assets/icon-256x256.png?rev=2316092)

# haxtheweb

 작성자: [btopro](https://profiles.wordpress.org/btopro/)

[다운로드](https://downloads.wordpress.org/plugin/haxtheweb.3.9.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/haxtheweb/#description)
 * [평가](https://ko.wordpress.org/plugins/haxtheweb/#reviews)
 * [개발](https://ko.wordpress.org/plugins/haxtheweb/#developers)

 [지원](https://wordpress.org/support/plugin/haxtheweb/)

## 설명

Here is a short description of the plugin. This should be no more than 150 characters.
No markup here.

### haxtheweb

Bringing the HAX block editor to ClassicPress & WordPress. [HAX](https://haxtheweb.org/)
is short for headless authoring experience, meaning that it is a block editor that
is disconnected from the CMS its used in. HAX recognizes editable blocks by using
the [web component standard](https://www.webcomponents.org/). HAX provides editing
capabilities in a way that attempts to write clean HTML markup the same way an expert
end-user could, but without ever touching code! The code is writen in a way that
experts and developers can jump in and modify as needed given the semantic nature
of webcomponents!

### 3rd party dependencies

While you can host assets locally, the HAX editor defaults to leveraging the Penn
State Web components CDN.
 You can modify this on the Settings -> Writing page. 
Additional details on this service: – Penn State CDN domain https://cdn.webcomponents.
psu.edu/ is served from Amazon CloudFront – You can view assets that are exposed
via CDN here https://webcomponents.psu.edu/ in StorybookJS – Privacy polcies the
university adheres to: https://policy.psu.edu/policies/ad53 – The source of HAX 
and your web components is configurable and you can change it to leverage your own(
details below)

### Dependencies

 * If using WordPress, you’ll need to get the [Classic Editor plugin](https://wordpress.org/plugins/classic-editor/)
    - ClassicPress does not have this dependency
 * Make sure that your Permalink settings are for pretty links or calls to load 
   data via JSON will fail https://stackoverflow.com/questions/44204307/rest-api-
   init-event-not-fired

### Usage

This should give you the dependencies you need to get going.
 1. Download this plugin
and place it in wp-content/plugins/haxtheweb 2. If using WordPress you’ll also need
the Classic Editor plugin; and then you’ll have to enable it as the default editor(
wp-admin/options-writing.php) 3. Enable the Plugins (wp-admin/plugins.php) 4. Make
sure Settings -> Permalinks is set to “Post name” 5. Go to Settings -> Writing and
scroll down to change your settings 6. Go to edit or create a new page / post 7.
Enjoy HAX’ing the web

### Configuration

HAX adds options to the Writing Settings page (wp-admin/options-writing.php) to 
allow for further integrations and customizations though the default settings are
fine to get up and started with.

### Note on usage

The default is to serve the Javascript required for HAX and its web components from
a CDN. We default to a Penn State mirror of the required assets so you can get up
and running quickly. We recommend that if you choose to go into production with 
HAX, that you look at doing a build routine locally (outlined below) or leveraging
one of the faster CDNs available.

### Hooking up additional “apps” in the “Find” area

To connect to popular services like YouTube, Flickr, and Vimeo you’ll need an API
key. You can find details on how to get these keys as well as where to put them 
on the Writing Settings (wp-admin/options-writing.php) page.

### Front end Developers

You may build HAX from source if needed. HAX defaults to use CDNs which will effectively
point to
 this directory or some mutation of it — https://github.com/elmsln/HAXcms/
tree/master/build

If you want to build everything from source, your welcome to use yarn / npm to do
so though our
 build routine effectively will end in the same net result. If you
want to do custom build routines such as rollup or webpack and not use our prebuilt
copies / split build approaches, then your welcome to check the box related to not
loading front end assets in the settings page in order to tailor the build to your
specific needs.

### Getting dependencies

You need polymer cli (not polymer but the CLI library) in order to interface with
web components in your site. Get polymer cli installed prior to usage of this (and(
yarn)[https://yarnpkg.com/lang/en/docs/install/#mac-stable] / an npm client of some
kind)
 `bash $ yarn global add polymer-cli Perform this on your computer locally,
this doesn’t have to be installed on your server.

### Usage

 * Find `CopyThisStuff` directory in `/wp-content/plugins/haxtheweb`.
 * create a `/wp-content/haxtheweb` directory
 * copy the files from `CopyThisStuff` into `/wp-content/haxtheweb`

Then run the following (from the directory you copied it over to) in order to get
dependencies:
 `bash $ yarn install Now run polymer build and you’ll have files 
in build/ which contain everything you’ll need to get wired up to web components
in your site. Modifying build.js or package.json can be used in order to get new
elements and have them be implemented.

### Shouldn’t I put web components in my theme?

We don’t think so. While it may seem counter intuitive, the theme layer should be
effectively implementing what the site is saying is available. If you think of standard
HTML tags are being part of this (p, div, a, etc) then it makes a bit more sense.
You don’t want functional HTML components to ONLY be supplied if your theme is there,
you want your theme to implement and leverage the components.

### New to web components?

We built our own tooling to take the guess work out of creating, publishing and 
testing web components for HAX and other projects. We highly recommend you use this
tooling though it’s not required:
 – https://open-wc.org – great, simple tooling
and open community resource – https://github.com/elmsln/wcfactory – Build your own
web component library – https://github.com/elmsln/lrnwebcomponents – Our invoking
of this tooling to see what a filled out repo looks like

## 스크린샷

[⌊Showcasing the editor highlighting a video that's been uploaded via HAX.⌉⌊Showcasing
the editor highlighting a video that's been uploaded via HAX.⌉[

Showcasing the editor highlighting a video that’s been uploaded via HAX.

## FAQ

### Developer functions

By default, the auto-loaded elements (things you make with HAX and hit save) need
to have the website taught how to render. This means that their web component JS
files will be added to the site in order for them to render for users. This list
can be modified on the Writing Settings page wp-admin/options-writing.php.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“haxtheweb”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ btopro ](https://profiles.wordpress.org/btopro/)

[자국어로 “haxtheweb”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/haxtheweb)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/haxtheweb/)는, [SVN 저장소](https://plugins.svn.wordpress.org/haxtheweb/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/haxtheweb/)을
[RSS](https://plugins.trac.wordpress.org/log/haxtheweb/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

3.9.3 – notice fix on some pages
 3.9.2 – Media integration and attachments! 3.9.1–
Search Media directly from HAX editor!

## 기초

 *  버전 **3.9.4**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.9 또는 그 이상 **
 *  다음까지 시험됨: **5.4.23**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/haxtheweb/)
 * 태그:
 * [classic editor](https://ko.wordpress.org/plugins/tags/classic-editor/)[disable gutenberg](https://ko.wordpress.org/plugins/tags/disable-gutenberg/)
   [editor](https://ko.wordpress.org/plugins/tags/editor/)
 *  [고급 보기](https://ko.wordpress.org/plugins/haxtheweb/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/haxtheweb/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/haxtheweb/reviews/)

## 기여자

 *   [ btopro ](https://profiles.wordpress.org/btopro/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/haxtheweb/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://haxtheweb.org/)