commit 66183887f8b1749075e8ac9d4218ae564cb7003f
parent 241ea31dd20dca0ed0679ad02e401101e47df1e9
Author: markseu <mark2011@mayberg.se>
Date: Sat, 13 Sep 2025 18:45:46 +0200
Updated files, fika edition
Diffstat:
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -3,3 +3,4 @@
LICENSE.md export-ignore
README*.md export-ignore
SCREENSHOT*.png export-ignore
+TASKLIST.md export-ignore
diff --git a/TASKLIST.md b/TASKLIST.md
@@ -0,0 +1,34 @@
+# Product tasklist
+
+You can help us with the following tasks for Datenstrom Yellow:
+
+- [ ] Added support for installing extensions in web browser. Users want to install extensions in browser.
+- [ ] Added support for light and dark mode to all themes. Light and dark mode is expected on mobile devices.
+- [ ] Added support for page history in wiki extension. Users want to see/compare what has changed.
+- [ ] Added support for search in static website. Give users similar features in dynamic/static website.
+- [ ] Added support for dynamic loading of JS/CSS files in bundler. Better page loading time.
+- [ ] Added support for web forms in Markdown. Users can create email contact forms or a feedback/survey forms.
+- [ ] Added support for Wysiwyg editor for Markdown. Users can edit websites without much knowledge.
+- [ ] Announced transliterate extension, convert UTF8 characters to ASCII. Users don't like special characters.
+- [ ] Updated help, what's new page with release notes and latest changes. Better documentation.
+- [ ] Updated help, Swedish translation for missing pages. Better documentation.
+- [ ] Updated API, YellowPageCollection no longer derives from ArrayObject. ArrayObject interface is strange.
+- [ ] Updated API, renamed parser type "notice" to "general". Make it more intuitive.
+- [ ] Updated contact extension, message delivery with brute force protection. Spammers gonna spam.
+- [ ] Updated edit extension, autocomplete for links and tags. Users do less, software does more.
+- [ ] Updated edit extension, settings dialog with dropdown menus. Users want important system settings in browser.
+- [x] Updated edit extension, upload with different JPEG file name extensions. Mobile devices use different formats.
+- [ ] Updated edit extension toolbar, improved emoji and icon selection dialog. Give users more control.
+- [ ] Updated edit extension toolbar, improved link and file selection dialog. Give users more control.
+- [x] Updated gallery extension, popup can be triggered from link. Give users more flexibility.
+- [ ] Updated icon extension, SVG stack instead of WOFF font. Developers want consistent files formats.
+- [ ] Updated image extension, different media files for light and dark mode. Give users more control.
+- [ ] Updated mailer extension, make standalone SMTP extension. Websites may not have a working mail system.
+- [ ] Updated markdown extension, general block element for formatting with CSS. Make it more intuitive.
+- [ ] Updated feed extension, short URL for the feed.xml. Users don't like the long URL, it's ugly.
+- [ ] Updated sitemap extension, short URL for the sitemap.xml. Users don't like the long URL, it's ugly.
+- [x] Removed googlecalendar, googlemap and youtube extension. General dislike for invasive services.
+- [ ] Published comment extension, no longer experimental. Due to public demand.
+- [ ] Published math extension, no longer experimental. Due to scientific demand.
+
+Do you have questions? [Get help](https://datenstrom.se/yellow/help/).