all repos — snow-editor @ 75c1e31e8c45fc0eb6860007da09c05d2de16097

small and cozy markdown, and orgmode editor

fix favicon
Pablo Murad pblmrd@gmail.com
Wed, 03 Jun 2026 10:07:34 -0300
commit

75c1e31e8c45fc0eb6860007da09c05d2de16097

parent

da44ba535c2043b2be1afcd3798276c63ca7e677

3 files changed, 45 insertions(+), 7 deletions(-)

jump to
M package-lock.jsonpackage-lock.json

@@ -1,12 +1,12 @@

{ - "name": "editor-markdown-cozy", - "version": "1.0.0", + "name": "snow-editor", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "editor-markdown-cozy", - "version": "1.0.0", + "name": "snow-editor", + "version": "0.0.1", "dependencies": { "dompurify": "^3.2.4", "marked": "^15.0.7",
M public/favicon.svgpublic/favicon.svg

@@ -1,4 +1,42 @@

-<?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 72 72"> - <image width="72" height="72" xlink:href="/favicon.png" /> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72" role="img" aria-label="Snow Editor"> + <circle cx="36" cy="36" r="36" fill="#00BFFF" /> + <g + fill="none" + stroke="#FFFFFF" + stroke-width="3.25" + stroke-linecap="round" + stroke-linejoin="round" + transform="translate(36 36)" + > + <g> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(60)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(120)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(180)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(240)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + <g transform="rotate(300)"> + <line x1="0" y1="0" x2="0" y2="-21.5" /> + <line x1="0" y1="-13.5" x2="-5.2" y2="-18.7" /> + <line x1="0" y1="-13.5" x2="5.2" y2="-18.7" /> + </g> + </g> </svg>