mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-02 00:07:33 +00:00
* Create RootStylesheet.tid * put stylesheets into single <style> tags * viewHandler should not be a widget * format RootStylesheet * add ROOT_STYLESHEET_TITLE constant * use let widget in RootStylesheet * use view widget from #8135 for testing * reformat RootStylesheet * update view widget * update view widget * update view widget * update view widget * update view widget * update view widget * trying to fix the date parsing * refactor view widget with more extensible architecture * remove performance instrumentation * hardcode reset and base stylesheets * adopt ES2017 syntax for view widget * don't hardcode vanilla/base * remove unused constructors * remove unused variable * make refresh method static * trying to fix missingThis * add changenote * revert change in vanilla/base
17 lines
706 B
Plaintext
17 lines
706 B
Plaintext
title: $:/changenotes/5.4.0/#8130
|
|
created: 20251212171804335
|
|
modified: 20251212171804335
|
|
tags: $:/tags/ChangeNote
|
|
change-type: performance
|
|
change-category: internal
|
|
description: Different Stylesheets are now included as single `<style>` tags in the Header
|
|
release: 5.4.0
|
|
github-links: https://github.com/TiddlyWiki/TiddlyWiki5/pull/8130
|
|
github-contributors: BurningTreeC
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Previously, all stylesheets were combined in a single `<style>` tag in the `<head>`.
|
|
|
|
Now, a separate `<style>` tag is created in the `<head>` for each stylesheet.
|
|
|
|
As part of these changes, the 'view widget' has also been updated. It can now respond dynamically to changes in the 'wikified' formats as well. |