mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-31 11:19:10 +00:00
Improved rounder close icon
This commit is contained in:
parent
cc0ec50b1d
commit
cc59a49b39
@ -1,3 +1,3 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="680 179 20 21" width="20pt" height="21pt"><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><g><path d="M 689.97974 187.31678 L 682.69675 180.04066 L 680.0269 182.71302 L 687.30737 189.98665 L 680.00017 197.28698 L 682.67003 199.95936 L 689.97975 192.65652 L 697.33014 200 L 700 197.32762 L 692.65212 189.98666 L 699.9733 182.67238 L 697.30342 180 Z" fill="#ccc"/></g></g></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="222 150 56 56" width="22pt" height="22pt"><g stroke="none" stroke-opacity="1" stroke-dasharray="none" fill="none" fill-opacity="1"><g><path d="M 249.56668 185.88827 L 267.06757 203.38916 C 269.26427 205.58586 272.82582 205.58586 275.02252 203.38916 L 275.02252 203.38916 C 277.21922 201.19246 277.21922 197.63091 275.02252 195.43421 L 257.52163 177.93332 L 275.38916 160.06579 C 277.58586 157.86909 277.58586 154.30754 275.38916 152.11084 C 273.19246 149.91414 269.63091 149.91414 267.43421 152.11084 L 249.56668 169.97837 L 232.06579 152.47748 L 232.06579 152.47748 C 232.06579 152.47748 232.06579 152.47748 232.06579 152.47748 C 229.86909 150.28078 226.30754 150.28078 224.11084 152.47748 L 224.11084 152.47748 C 221.91414 154.674175 221.91414 158.23573 224.11084 160.43243 L 241.61173 177.93332 L 224.47748 195.06757 L 224.47748 195.06757 L 224.47748 195.06757 C 224.47748 195.06757 224.47748 195.06757 224.47748 195.06757 C 222.28078 197.26427 222.28078 200.82583 224.47748 203.02252 L 224.47748 203.02252 C 226.67418 205.21922 230.23573 205.21922 232.43243 203.02252 Z" fill="#ccc"/></g></g></svg>
|
||||
|
Before Width: | Height: | Size: 642 B After Width: | Height: | Size: 1.3 KiB |
@ -33,13 +33,14 @@ Scroller.prototype.cancel = function() {
|
||||
Smoothly scroll an element back into view if needed
|
||||
*/
|
||||
Scroller.prototype.scrollIntoView = function(element) {
|
||||
var scrollPosition = $tw.utils.getScrollPosition();
|
||||
var scrollPosition = $tw.utils.getScrollPosition(),
|
||||
elementBounds = element.getBoundingClientRect();
|
||||
this.cancel();
|
||||
this.startTime = new Date();
|
||||
this.startX = scrollPosition.x;
|
||||
this.startY = scrollPosition.y;
|
||||
this.endX = element.offsetLeft;
|
||||
this.endY = element.offsetTop;
|
||||
this.endX = elementBounds.left;
|
||||
this.endY = elementBounds.top;
|
||||
if((this.endX < this.startX) || (this.endX > (this.startX + window.innerWidth)) || (this.endY < this.startY) || (this.endY > (this.startY + window.innerHeight))) {
|
||||
var self = this;
|
||||
this.timerId = window.setInterval(function() {
|
||||
|
@ -1,17 +0,0 @@
|
||||
title: $:/templates/ModalMessage
|
||||
type: text/x-tiddlywiki
|
||||
|
||||
<div class="modal-backdrop"></div>
|
||||
<div class="container">
|
||||
<div class="modal">
|
||||
<div class="modal-header">
|
||||
! <<view subtitle text>>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<<view text wikified>>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<<button close class:"btn btn-primary"><Close>>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -16,16 +16,18 @@ type: text/x-tiddlywiki-html
|
||||
" />
|
||||
<title><<tiddler "$:/core/wiki/title">></title>
|
||||
<!----------- This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ----------->
|
||||
<div id="styleArea">
|
||||
<<serialize "[is[shadow]type[text/css]]" application/x-tiddler-css>>
|
||||
</div>
|
||||
|
||||
<!----------- Raw markup ----------->
|
||||
<<serialize "[tag[$:/core/wiki/rawmarkup]]" text/plain>>
|
||||
</head>
|
||||
<body>
|
||||
<!----------- Static styles ----------->
|
||||
<div id="styleArea">
|
||||
<<serialize "[is[shadow]type[text/css]]" application/x-tiddler-css>>
|
||||
</div>
|
||||
<!----------- Static content for Google and browsers without JavaScript ----------->
|
||||
<noscript>
|
||||
<div id="splashArea" style="display:none;">
|
||||
<div id="splashArea">
|
||||
<<serialize "$:/templates/StaticContent" text/html>>
|
||||
</div>
|
||||
</noscript>
|
||||
|
@ -2,7 +2,7 @@ title: Acknowledgements
|
||||
modifier: JeremyRuston
|
||||
tags: introduction
|
||||
|
||||
TiddlyWiki5 wouldn't be possible without the ongoing support of the TiddlyWiki user and developer community. Their attention and feedback has made it possible for get a good understanding of what people want from the product, and their passion for the product has taught me that the project is worth the investment of effort that I am making.
|
||||
TiddlyWiki5 wouldn't be possible without the ongoing support of the TiddlyWiki user and developer community. Their attention and feedback has made it possible to gain an understanding of what is wanted from the product, and their passion for it has taught me that it is worth the investment that I am making.
|
||||
|
||||
TiddlyWiki5 stands on the shoulders of giants, by reusing these projects:
|
||||
|
||||
|
9
tw5.com/tiddlers/HelpingTiddlyWiki.tid
Normal file
9
tw5.com/tiddlers/HelpingTiddlyWiki.tid
Normal file
@ -0,0 +1,9 @@
|
||||
title: HelpingTiddlyWiki
|
||||
|
||||
Here are some ideas how anyone can join in to help make TiddlyWiki better.
|
||||
|
||||
! 1. Tell The World
|
||||
|
||||
If you find TiddlyWiki useful, please tell the world. The best possible way to assure its future is for it to become a hundred times more popular than before.
|
||||
|
||||
|
@ -13,8 +13,8 @@ Some of the features and fixes required before the beta is declared include:
|
||||
* Synchronisation via HTTP in the browser
|
||||
* Synchronisation via direct file access under node.js
|
||||
* Preliminary integration with TiddlySpace
|
||||
* Preliminary integration with TiddlySpot
|
||||
* Saving changes to a file URI:// using Firefox
|
||||
* --Preliminary integration with TiddlySpot--
|
||||
* --Saving changes to a file URI using Firefox--
|
||||
* Move default tiddler storage from TiddlyWiki-style `<div>` elements to JSON
|
||||
* Aliases/inheritance
|
||||
* Lazy loading
|
||||
|
14
tw5.com/wiki/MainMenu.tid
Normal file
14
tw5.com/wiki/MainMenu.tid
Normal file
@ -0,0 +1,14 @@
|
||||
title: MainMenu
|
||||
|
||||
! TiddlyWiki
|
||||
|
||||
[img[Motovun Jack.jpg]]
|
||||
|
||||
a reusable non-linear personal web notebook
|
||||
|
||||
//TiddlyWiki is a free, open source project that depends on [[your love and support|HelpingTiddlyWiki]] for its survival//
|
||||
|
||||
* HelloThere
|
||||
* [[Introduction]]
|
||||
* [[Docs]]
|
||||
* [[Acknowledgements]]
|
Loading…
Reference in New Issue
Block a user