The mark now shares pdf-editor's silhouette, corner geometry and weight, in blue against its red, so the two editors read as a pair in the dock. It carries a pilcrow rather than a format label: at 16px "DOC" is a smudge while the paragraph mark is still a glyph, and it says word processor rather than file extension. Drawn as paths, not <text>. An icon that needs a particular font installed to make sense is an icon that eventually renders wrong somewhere. Still nothing of Microsoft's: their blue sheet carries a white W, and the page-with-a-folded-corner is the universal document glyph rather than anyone's property. Also adds docs/DESIGN-one-extension-catalogue.md, which writes down the larger point this kept bumping into — that bundled and community extensions are two systems for one kind of thing, with two trust rules and two lists in Settings, and that "ships by default" should be a line of configuration rather than a separate distribution path. Proposed only; the awkward part is keeping a fresh offline install usable, which the note answers by treating the shipped copies as a pre-seeded cache that still verifies like everything else.
14 lines
1.3 KiB
JSON
14 lines
1.3 KiB
JSON
{
|
|
"id": "docx-editor",
|
|
"name": "Word editor",
|
|
"version": "0.1.1",
|
|
"description": "Open, edit and save Word documents (.docx) in a full Theseus tab, or export them as PDF. Ribbon-style formatting, tables, lists, images and links; headers, footers, footnotes, page setup and the document's own styles are carried through a save untouched.",
|
|
"author": "Silent Mode",
|
|
"icon": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M6%202h8l6%206v12a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2z%22%20fill%3D%22%232563eb%22%2F%3E%3Cpath%20d%3D%22M14%202v6h6z%22%20fill%3D%22%231e40af%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M12.3%208.6a3.1%203.1%200%200%200%200%206.2z%22%2F%3E%3Crect%20x%3D%2212.05%22%20y%3D%228.6%22%20width%3D%221.7%22%20height%3D%2210.8%22%20rx%3D%22.2%22%2F%3E%3Crect%20x%3D%2214.85%22%20y%3D%228.6%22%20width%3D%221.7%22%20height%3D%2210.8%22%20rx%3D%22.2%22%2F%3E%3Crect%20x%3D%2212.05%22%20y%3D%228.6%22%20width%3D%224.5%22%20height%3D%221.7%22%20rx%3D%22.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E",
|
|
"main": "index.js",
|
|
"capabilities": [
|
|
"sidebar-panel",
|
|
"open-tab"
|
|
],
|
|
"updateURL": "https://navigate.st/bns/theseus.x/extensions/docx-editor/updates.json"
|
|
}
|