Edit package.json.
"width": 1920,
"height": 1080,
{
"name": "TiddlyWiki",
"main": "./html/main.html",
"chromium-args": "--enable-experimental-web-platform-features",
"window": {
"icon": "images/app_icon.png",
"toolbar": false,
"width": 1280,
"height": 1040,
"min_width": 700,
"min_height": 500
},
"webkit": {
"plugin": true
}
}
WinSplit Revolution is a small utility which allows you to easily organize your open windows. WinSplit Revolution is especially useful for high-end LCD screens with high resolutions because it helps you to efficiently manage many active windows.
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
There is a quick and dirty hack for this. Locate the file "html/host.html" within the TiddlyDesktop executable, and then add the following to the top of the style definition around line 38:#twFrame {
-webkit-transform: scale(1.5);
-webkit-transform-origin: 0 0;
}
By the way, there's a ticket for adding a zoom UI to TiddlyDesktop: