Qu'est-ce que le format de fichier WHTML ?
Un fichier .whtml est un document enregistré par l'éditeur TinyMCE dans daedalOS, un environnement de bureau open-source qui s'exécute dans un navigateur web. Le projet provient du développeur Dustin Brett, et le suffixe .whtml est une convention de nommage qu'il utilise plutôt qu'un standard formel. Dans le code source de daedalOS, l'extension est enregistrée sous le type WysiwygHtmlDocument.
Malgré cette extension inhabituelle, le fichier est un HTML ordinaire. Il s'agit de texte UTF-8 simple que vous pouvez lire dans n'importe quel éditeur, et il contient généralement un fragment de corps : titres, paragraphes, listes, liens, images et styles en ligne créés via l'interface « tel écrit, tel écran » (WYSIWYG) de TinyMCE. Il n'y a pas de compression, pas de chiffrement et pas de signature binaire. Cela rend le fichier .whtml très proche d'une page .html standard, simplement avec un suffixe différent et souvent sans les balises enveloppantes <html> et <body>.
Sécurité et sûreté
RISQUE : LOWA .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.
Détails du format
en bref- Generic WYSIWYG HTML output - Some editors and templates informally use
.whtmlto 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.
Programmes qui ouvrent les fichiers WHTML
.whtml file to read and edit the raw HTML, with syntax highlighting and a live HTML preview via an extension. .html, then open it in the browser to see the formatted content rendered. .whtml file to edit the HTML source with highlighting and preview. .whtml file in the daedalOS file manager to open it in the built-in TinyMCE editor. Détails techniques
spécifications approfondies| Encoding | UTF-8 text |
| Byte order | Not applicable (text); optional UTF-8 BOM |
| Container | None; raw HTML markup fragment |
| Typical size | A few hundred bytes to tens of kilobytes |
| Structure | A `.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. |
| Platforms | Web browser (daedalOS), Windows, macOS, Linux |
| Notes | The 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. |
| Publié | 2021 |
| Spécification | github.com |
Conversions WHTML
Q&R de la communauté
posées par les utilisateursPas encore de questions - soyez le premier à poser une question sur les fichiers WHTML.
Foire aux questions
Quel programme ouvre un fichier WHTML ?
.html.Un fichier WHTML est-il identique à un fichier HTML ?
.whtml est une convention de nommage utilisée par daedalOS pour les documents enregistrés depuis son application TinyMCE. Renommez-le en .html et il se comportera comme une page web normale.Pourquoi mon navigateur n'ouvre-t-il pas directement un fichier .whtml ?
.whtml au HTML par défaut, ils peuvent donc proposer de le télécharger au lieu de l'afficher. Renommez le fichier en .html pour visualiser le contenu formaté.Comment convertir un fichier WHTML en PDF ?
.html, ouvrez-le dans un navigateur, puis utilisez la fonction Imprimer et choisissez Enregistrer au format PDF. TinyMCE dans daedalOS peut également exporter le document ouvert.