コード、データと QRツール

HTML WYSIWYG エディター

「HTML WYSIWYG エディター」はコード、データと QRに使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗

Project notes

Ready for review.

  • Keep it clear
  • Ship the useful part

Formatting is applied to the current selection. Pasted content is cleaned before export.

Switching to source syncs the visual editor. Unsafe tags, attributes, and URL schemes are removed when you apply or export.

使い方

使い方

  1. Type or paste content into the editor and use the formatting toolbar.
  2. Switch between the visual editor and HTML source to review the result.
  3. Copy or download the cleaned HTML when it is ready for your project.

Small, semantic HTML editing

The editor supports headings, paragraphs, bold, italic, underline, links, unordered and ordered lists, block quotes, and inline code. It produces an HTML fragment rather than a complete document with head, scripts, or external assets.

Local sanitization and export

Editing, sanitization, preview, copying, and download happen in your browser. Exported markup is sanitized with a restricted element and attribute allowlist; scripts, event handlers, forms, frames, styles, and unsafe URL schemes are removed.

Review before publishing

This is a focused browser editor for short snippets. Browser editing commands and pasted markup can vary by engine, and the tool does not preserve application-specific CMS metadata, comments, or custom components.

よくある質問

あわせて知りたいこと

Is my content uploaded?

No. The editor and HTML cleanup run locally in your browser. Nothing is sent to a Hello Keyboard Tools server.

Can I paste HTML directly?

Yes. Use the HTML source view to inspect or replace a fragment, then switch back to the visual view. Unsafe elements and attributes are removed during sanitization.

Does it create a full HTML page?

No. It exports a cleaned HTML fragment for use inside an existing page or editor.

Will it preserve CSS classes?

Common class attributes are kept, but inline styles and unsupported attributes are removed. Review the exported fragment in the target project.