.WHTML

WHTML ファイル

TinyMCE HTML Document
質問する
クイック回答

.whtmlファイルは、ウェブブラウザ上で動作するデスクトップ環境であるdaedalOS内のTinyMCEエディタによって作成されたHTMLドキュメントです。インライン形式のプレーンなHTMLマークアップとしてリッチテキストコンテンツを保持します。daedalOS内でファイルをダブルクリックして開くか、拡張子を.htmlに変更した後に任意のテキストエディタやブラウザで基盤となるコードを表示・編集できます。

開発元: Dustin Brett (daedalOS) カテゴリ: インターネットファイル MIME: text/html
対応OS Windows macOS Linux Web
関連: .CRDOWNLOAD · .JNLP · .WEBARCHIVE · .PART

このページの内容

19k+ 個の拡張子を索引済み
最終確認日:Jul 21, 2026

ファイルの種類がわかりませんか?

ファイルを識別ツールにドロップしてください。最初の数バイトを読み取って形式を特定します。

ファイルを識別する

WHTML ファイル形式とは?

.whtmlファイルは、ウェブブラウザで動作するオープンソースのデスクトップ環境であるdaedalOS内のTinyMCEエディタによって保存されたドキュメントです。このプロジェクトは開発者のDustin Brett氏によるもので、.whtmlというサフィックスは正式な標準ではなく、プロジェクトが使用している命名規則です。daedalOSのソースコード内では、この拡張子はWysiwygHtmlDocument型として登録されています。

珍しい拡張子ですが、ファイルの実体は通常のHTMLです。任意のエディタで読み取ることができるプレーンなUTF-8テキストであり、通常はTinyMCEのWYSIWYG(見たままが得られる)インターフェースを通じて作成された見出し、段落、リスト、リンク、画像、インラインスタイルなどのボディフラグメントを保持しています。圧縮や暗号化、バイナリシグネチャはありません。そのため、.whtmlファイルは標準的な.htmlページと密接に関連していますが、サフィックスが異なり、多くの場合、周囲の<html><body>ラッパータグが含まれていない点が特徴です。

セキュリティと安全性

リスク: LOW

A .whtml file is plain HTML text and cannot run on its own. The only caution is that HTML can contain embedded <script> tags or remote references, so open files from unknown sources in a text editor first rather than rendering them in a browser.

形式の詳細

概要
正式名称TinyMCE HTML Document別名 WYSIWYG HTML File, TinyMCE Document
開発元Dustin Brett (daedalOS)登場時期 2021
MIME タイプtext/html
タイプText-based HTML markup
この拡張子は以下でも使用されています…
  • Generic WYSIWYG HTML output - Some editors and templates informally use .whtml to label WYSIWYG-generated HTML fragments; content is still standard HTML.
  • Web page template naming - Occasionally seen as an ad-hoc suffix for HTML template or partial files in custom build setups.

WHTML ファイルを開くプログラム

Windows3 apps
Notepad オープンソース Open the file for HTML-aware editing, tag highlighting, and reformatting.
Visual Studio Code 無料 Open the .whtml file to read and edit the raw HTML, with syntax highlighting and a live HTML preview via an extension.
Any web browser (Chrome / Edge / Firefox) 無料 Rename the file to .html, then open it in the browser to see the formatted content rendered.
macOS3 apps
TextEdit 標準搭載 Open the file in plain-text mode to inspect the HTML markup.
Safari 標準搭載 Rename to .html and open to render the document.
Visual Studio Code 無料 Open the .whtml file to edit the HTML source with highlighting and preview.
Linux3 apps
Firefox オープンソース Rename to .html and open to render the formatted document.
Visual Studio Code 無料 Open the file to edit the HTML source.
GNOME Text Editor / gedit オープンソース Open the file to view and edit the raw HTML.
Web1 app
daedalOS オープンソース Double-click the .whtml file in the daedalOS file manager to open it in the built-in TinyMCE editor.

技術的詳細

詳細仕様
EncodingUTF-8 text
Byte orderNot applicable (text); optional UTF-8 BOM
ContainerNone; raw HTML markup fragment
Typical sizeA few hundred bytes to tens of kilobytes
StructureA `.whtml` file holds the HTML produced by the TinyMCE rich-text editor inside daedalOS. It stores formatted body content (paragraphs, headings, lists, links, images) with inline styles rather than a complete standalone HTML page. There is no requirement for `<html>`, `<head>`, or `<body>` wrapper tags.
PlatformsWeb browser (daedalOS), Windows, macOS, Linux
NotesThe extension is a naming convention used by daedalOS, Dustin Brett's browser-based desktop environment. In the daedalOS codebase the extension is mapped to the type WysiwygHtmlDocument, opened by the built-in TinyMCE app with generic text editors as a fallback. It is not a formal, registered standard, and mainstream browsers do not associate `.whtml` with HTML rendering by default.
リリース日2021
仕様書github.com

WHTML の変換

コミュニティ Q&A

ユーザーからの質問
質問する
WHTML ファイルを扱うユーザーからヘルプを得られます。OSやソフトウェアのバージョンなど、具体的に記載してください。
アカウント不要 ・ 通常1日以内に回答されます

まだ質問はありません。WHTML ファイルについて最初の質問をしてみましょう。

よくある質問

WHTMLファイルを開くプログラムは何ですか?
daedalOSでは、ファイルをダブルクリックして内蔵のTinyMCEエディタで開きます。daedalOS以外では、Notepad、TextEdit、Visual Studio Codeなどの任意のテキストエディタでHTMLを表示でき、ファイル名を.htmlに変更すればウェブブラウザでレンダリングできます。
WHTMLファイルはHTMLファイルと同じですか?
内容はHTMLです。.whtmlサフィックスは、daedalOSがそのTinyMCEアプリから保存されたドキュメントに使用する命名規則です。.htmlに名前を変更すれば、通常のウェブページと同じように動作します。
なぜブラウザで.whtmlファイルを直接開けないのですか?
ブラウザはデフォルトで.whtml拡張子をHTMLに関連付けていないため、レンダリングする代わりにダウンロードを提案することがあります。フォーマットされたコンテンツを表示するには、ファイル名を.htmlに変更してください。
WHTMLファイルをPDFに変換するにはどうすればよいですか?
名前を.htmlに変更してブラウザで開き、「印刷」機能を使用して「PDFとして保存」を選択します。daedalOS内のTinyMCEでも、開いているドキュメントをエクスポートできます。
WHTMLファイルは安全に開けますか?
ファイルはプレーンテキストであるため、それ自体で実行されることはありません。ただし、HTMLにはスクリプトを埋め込むことができるため、なじみのないソースからのファイルは、ブラウザでレンダリングする前にテキストエディタで開いて確認してください。
WHTMLファイルはどこから来ますか?
これらは、Dustin Brett氏によって作成された、完全にウェブブラウザ上で動作するデスクトップ環境であるdaedalOS内のTinyMCEドキュメントエディタによって生成されます。

参考文献

1TinyMCE - Wikipediaen.wikipedia.org
2FileInfo - .WHTML file extensionfileinfo.com

さらに探索

データベース全体から

今週のトップ拡張子

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.BCBitComet Incomplete Download File
7.EXEWindows Executable (Portable Executable)
8.NOMEDIAAndroid No-Media Marker File
9.AVIFAV1 Image File Format (AVIF)
10.RPMSGRestricted Permission Message

関連する拡張子

.CRDOWNLOADChrome Partial Download File
.JNLPJava Network Launch Protocol file
.WEBARCHIVESafari Web Archive
.PARTPartial Download File
.DOWNLOADPartial / Incomplete Download File
.ASPXActive Server Page Extended (ASP.NET Web Form)

無料ファイルツール

ブラウザで動作するファイル識別および画像変換ツール。すべてお使いのデバイス上で実行されます。

ツールボックスを開く

ファイル拡張子を A-Z で閲覧