Che cos'è il formato di file WHTML?
Un file .whtml è un documento salvato dall'editor TinyMCE all'interno di daedalOS, un ambiente desktop open-source che viene eseguito in un browser web. Il progetto è opera dello sviluppatore Dustin Brett e il suffisso .whtml è una convenzione di denominazione utilizzata internamente piuttosto che uno standard formale. Nel codice sorgente di daedalOS, l'estensione è registrata come tipo WysiwygHtmlDocument.
Nonostante l'estensione insolita, il file è un comune HTML. Si tratta di semplice testo UTF-8 leggibile in qualsiasi editor e solitamente contiene un frammento di body: intestazioni, paragrafi, elenchi, collegamenti, immagini e stili inline creati tramite l'interfaccia what-you-see-is-what-you-get di TinyMCE. Non è presente compressione, crittografia o firma binaria. Ciò rende un file .whtml strettamente correlato a una pagina standard .html, solo con un suffisso diverso e spesso senza i tag wrapper <html> e <body> circostanti.
Sicurezza e incolumità
RISCHIO: 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.
Dettagli del formato
in sintesi- 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.
Programmi che aprono file 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. Dettagli tecnici
specifiche approfondite| 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. |
| Rilasciato | 2021 |
| Specifica | github.com |
Conversioni WHTML
Domande e risposte della community
chiesto dagli utentiAncora nessuna domanda - sii il primo a chiedere informazioni sui file WHTML.
Domande frequenti
Quale programma apre un file WHTML?
.html.Un file WHTML è uguale a un file HTML?
.whtml è una convenzione di denominazione utilizzata da daedalOS per i documenti salvati dalla sua app TinyMCE. Rinominalo in .html e si comporterà come una normale pagina web.Perché il mio browser non apre direttamente un file .whtml?
.whtml all'HTML per impostazione predefinita, quindi potrebbero proporre di scaricarlo invece di visualizzarlo. Rinomina il file in .html per visualizzare il contenuto formattato.Come faccio a convertire un file WHTML in PDF?
.html, aprilo in un browser, quindi usa la funzione Stampa e scegli Salva come PDF. TinyMCE all'interno di daedalOS può anche esportare il documento aperto.