From 024d65027c1eb4fead37394f1e693773c7c1ee07 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 16 Nov 2024 09:03:08 +0000 Subject: [PATCH] Split json files into individual .tid files --- .../tw5.com/tiddlers/landingpage/icons.json | 1 - .../$__images_font-awesome_solid_book.tid | 10 + .../$__images_font-awesome_solid_brain.tid | 10 + ...$__images_font-awesome_solid_handshake.tid | 10 + ...remix-icon_business_calendar-todo-fill.tid | 9 + .../icons/$__images_svg-icon_library-11.tid | 9 + ...s_templarian-material-design_note-text.tid | 10 + ..._images_templarian-material-design_web.tid | 10 + .../tiddlers/landingpage/tiddlers.json | 1 - .../tiddlers/Landing page getting started.tid | 20 + .../tiddlers/Landing page instructions.tid | 9 + .../tiddlers/Landing page layout.tid | 24 + .../tiddlers/Landing page showcase.tid | 43 + .../tiddlers/Landing page styles.css | 907 ++++++++++++++++++ .../tiddlers/Landing page styles.css.meta | 5 + .../tiddlers/landing page community.tid | 25 + .../tiddlers/landing page download empty.tid | 10 + .../tiddlers/landing page features.tid | 81 ++ .../tiddlers/landing page footer.tid | 48 + .../tiddlers/landing page home.tid | 24 + .../tiddlers/landing page icon.svg | 3 + .../tiddlers/landing page icon.svg.meta | 5 + .../tiddlers/landing page navbar.tid | 23 + .../tiddlers/landing page qoute icon.tid | 8 + .../tiddlers/landing page testemonials.tid | 40 + .../tiddlers/landing page themes.tid | 23 + 26 files changed, 1366 insertions(+), 2 deletions(-) delete mode 100644 editions/tw5.com/tiddlers/landingpage/icons.json create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_book.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_brain.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_handshake.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_remix-icon_business_calendar-todo-fill.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_svg-icon_library-11.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_note-text.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_web.tid delete mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers.json create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page getting started.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page instructions.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page layout.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page showcase.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css.meta create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page community.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page download empty.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page features.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page footer.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page home.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg.meta create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page navbar.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page qoute icon.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page testemonials.tid create mode 100644 editions/tw5.com/tiddlers/landingpage/tiddlers/landing page themes.tid diff --git a/editions/tw5.com/tiddlers/landingpage/icons.json b/editions/tw5.com/tiddlers/landingpage/icons.json deleted file mode 100644 index c0370228b..000000000 --- a/editions/tw5.com/tiddlers/landingpage/icons.json +++ /dev/null @@ -1 +0,0 @@ -[{"text":"","title":"$:/images/font-awesome/solid/book","tags":"$:/tags/Image Icons Images SVG","modified":"20210415092616506","library_version":"5.15.2","library":"Font Awesome","created":"20210415092615153","collection":"Solid","caption":"book"},{"text":"","title":"$:/images/font-awesome/solid/brain","tags":"$:/tags/Image Icons Images SVG","modified":"20210415092709223","library_version":"5.15.2","library":"Font Awesome","created":"20210415092707468","collection":"Solid","caption":"brain"},{"text":"","title":"$:/images/font-awesome/solid/handshake","tags":"$:/tags/Image Icons Images SVG","modified":"20210415110612157","library_version":"5.15.2","library":"Font Awesome","created":"20210415092556169","collection":"Solid","caption":"handshake"},{"text":"","title":"$:/images/remix-icon/business/calendar-todo-fill","tags":"$:/tags/Image Icons Images SVG","library_version":"2.5.0","library":"Remix Icon","collection":"","category":"Business","caption":"calendar-todo-fill"},{"text":"","title":"$:/images/svg-icon/library-11","tags":"$:/tags/Image Icons Images SVG","modified":"20210415092549355","library":"svg-icon","created":"20210415092505792","collection":"maki","caption":"library-11"},{"text":"","title":"$:/images/templarian-material-design/note-text","tags":"$:/tags/Image Icons Images SVG","modified":"20210415092856029","library_version":"5.9.55","library":"Templarian Material Design","created":"20210415092836734","collection":"","caption":"note-text"},{"text":"","title":"$:/images/templarian-material-design/web","tags":"$:/tags/Image Icons Images SVG","modified":"20210415092656415","library_version":"5.9.55","library":"Templarian Material Design","created":"20210415092654598","collection":"","caption":"web"}] \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_book.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_book.tid new file mode 100644 index 000000000..19f45a875 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_book.tid @@ -0,0 +1,10 @@ +caption: book +collection: Solid +created: 20210415092615153 +library: Font Awesome +library_version: 5.15.2 +modified: 20210415092616506 +tags: $:/tags/Image Icons Images SVG +title: $:/images/font-awesome/solid/book + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_brain.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_brain.tid new file mode 100644 index 000000000..f52cc0fe8 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_brain.tid @@ -0,0 +1,10 @@ +caption: brain +collection: Solid +created: 20210415092707468 +library: Font Awesome +library_version: 5.15.2 +modified: 20210415092709223 +tags: $:/tags/Image Icons Images SVG +title: $:/images/font-awesome/solid/brain + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_handshake.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_handshake.tid new file mode 100644 index 000000000..e2a4d110d --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_font-awesome_solid_handshake.tid @@ -0,0 +1,10 @@ +caption: handshake +collection: Solid +created: 20210415092556169 +library: Font Awesome +library_version: 5.15.2 +modified: 20210415110612157 +tags: $:/tags/Image Icons Images SVG +title: $:/images/font-awesome/solid/handshake + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_remix-icon_business_calendar-todo-fill.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_remix-icon_business_calendar-todo-fill.tid new file mode 100644 index 000000000..a7ab6e3ee --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_remix-icon_business_calendar-todo-fill.tid @@ -0,0 +1,9 @@ +caption: calendar-todo-fill +category: Business +collection: +library: Remix Icon +library_version: 2.5.0 +tags: $:/tags/Image Icons Images SVG +title: $:/images/remix-icon/business/calendar-todo-fill + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_svg-icon_library-11.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_svg-icon_library-11.tid new file mode 100644 index 000000000..cff154d19 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_svg-icon_library-11.tid @@ -0,0 +1,9 @@ +caption: library-11 +collection: maki +created: 20210415092505792 +library: svg-icon +modified: 20210415092549355 +tags: $:/tags/Image Icons Images SVG +title: $:/images/svg-icon/library-11 + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_note-text.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_note-text.tid new file mode 100644 index 000000000..e0bf40ad7 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_note-text.tid @@ -0,0 +1,10 @@ +caption: note-text +collection: +created: 20210415092836734 +library: Templarian Material Design +library_version: 5.9.55 +modified: 20210415092856029 +tags: $:/tags/Image Icons Images SVG +title: $:/images/templarian-material-design/note-text + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_web.tid b/editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_web.tid new file mode 100644 index 000000000..d711536eb --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/icons/$__images_templarian-material-design_web.tid @@ -0,0 +1,10 @@ +caption: web +collection: +created: 20210415092654598 +library: Templarian Material Design +library_version: 5.9.55 +modified: 20210415092656415 +tags: $:/tags/Image Icons Images SVG +title: $:/images/templarian-material-design/web + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers.json b/editions/tw5.com/tiddlers/landingpage/tiddlers.json deleted file mode 100644 index 28ba26c05..000000000 --- a/editions/tw5.com/tiddlers/landingpage/tiddlers.json +++ /dev/null @@ -1 +0,0 @@ -[{"text":"
\n
\n
\n \t\t

Get started

\n \t\t

Choose a way to save

\n \t

TiddlyWiki needs some help saving to file. By default, it writes the whole file every time you press save. To remedy this there's a wide variety of methods available, with different features and limitations. Click on the badge for a method to see more information about it. You can also click on one of the platform filters to restrict the listing to methods that work with that platform.

\n
\n\t\t\t\t{{landing page download empty}}\n\t\t\t\t
\n
\n
\n\t\t
\n\t\t{{Saving}}\n
\n
","title":"Landing page getting started","tags":"","modified":"20210423113421188","created":"20210415094718280"},{"text":"Go to the control panel -> Appearance -> Layout. Then click on Landingpage to view it.\n\nAlternatively, press `ctrl`+`shift`+`L` to bring up a the page shift modal to select a layout.\n\nWhen on the landing page, pressing the `documentation` button on the navbar or the button or the `try it out` button brings you to the normal page layout.\n","title":"Landing page instructions","modified":"20210423121155832","created":"20210423115811312"},{"text":"{{landing page navbar}}\n\n{{landing page home}}\n\n{{landing page features}}\n\n{{landing page themes}}\n\n{{Landing page showcase}}\n\n{{landing page community}}\n\n{{Landing page getting started}}\t\n\n{{landing page testemonials}}\n\n{{landing page footer}}\n","title":"Landing page layout","tags":"$:/tags/Layout","name":"Landingpage","modified":"20210423114412387","description":"A landingpage for TiddlyWiki","created":"20210414165130837"},{"text":"
\n
\n\t\t

WikiText

\n

Use wigdets to add rich functionality

\n\t\t
\n
\n
\n\n```\n! Outstanding tasks\n\n<>\n\n! Completed tasks\n\n//(Listed in reverse order of completion)//\n\n<$list filter=\"[!has[draft.of]tag[task]tag[done]sort[created]]\">\n
\n<$checkbox tag=\"done\"> ~~<$link/>~~\n
\n\n```\n\n\n
\n
\n
\n
\n{{TaskManagementExample (Draggable)}}\n\n\n
\n
\n
\n\t\n
\n
","title":"Landing page showcase","tags":"","modified":"20210423114750267","created":"20210423103059225"},{"text":".container {\n width: 100%\n}\n\n@media (min-width: 640px) {\n .container {\n max-width: 640px\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width: 768px\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width: 1024px\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width: 1280px\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width: 1536px\n }\n}\n\n.bg-white {\n --tw-bg-opacity: 1;\n background-color: rgba(255, 255, 255, var(--tw-bg-opacity))\n}\n\n.bg-gray-100 {\n --tw-bg-opacity: 1;\n background-color: rgba(243, 244, 246, var(--tw-bg-opacity))\n}\n\n.bg-gray-200 {\n --tw-bg-opacity: 1;\n background-color: rgba(229, 231, 235, var(--tw-bg-opacity))\n}\n\n.bg-gray-500 {\n --tw-bg-opacity: 1;\n background-color: rgba(107, 114, 128, var(--tw-bg-opacity))\n}\n\n.bg-gray-600 {\n --tw-bg-opacity: 1;\n background-color: rgba(75, 85, 99, var(--tw-bg-opacity))\n}\n\n.bg-green-300 {\n --tw-bg-opacity: 1;\n background-color: rgba(110, 231, 183, var(--tw-bg-opacity))\n}\n\n.bg-green-500 {\n --tw-bg-opacity: 1;\n background-color: rgba(16, 185, 129, var(--tw-bg-opacity))\n}\n\n.bg-blue-500 {\n --tw-bg-opacity: 1;\n background-color: rgba(59, 130, 246, var(--tw-bg-opacity))\n}\n\n.hover\\:bg-green-200:hover {\n --tw-bg-opacity: 1;\n background-color: rgba(167, 243, 208, var(--tw-bg-opacity))\n}\n\n.hover\\:bg-green-600:hover {\n --tw-bg-opacity: 1;\n background-color: rgba(5, 150, 105, var(--tw-bg-opacity))\n}\n\n.hover\\:bg-blue-600:hover {\n --tw-bg-opacity: 1;\n background-color: rgba(37, 99, 235, var(--tw-bg-opacity))\n}\n\n.focus\\:bg-purple-400:focus {\n --tw-bg-opacity: 1;\n background-color: rgba(167, 139, 250, var(--tw-bg-opacity))\n}\n\n.border-transparent {\n border-color: transparent\n}\n\n.rounded {\n border-radius: 0.25rem\n}\n\n.rounded-md {\n border-radius: 0.375rem\n}\n\n.rounded-lg {\n border-radius: 0.5rem\n}\n\n.border-0 {\n border-width: 0px\n}\n\n.border {\n border-width: 1px\n}\n\n.border-b {\n border-bottom-width: 1px\n}\n\n.block {\n display: block\n}\n\n.flex {\n display: flex\n}\n\n.inline-flex {\n display: inline-flex\n}\n\n.table {\n display: table\n}\n\n.hidden {\n display: none\n}\n\n.flex-col {\n flex-direction: column\n}\n\n.flex-wrap {\n flex-wrap: wrap\n}\n\n.items-start {\n align-items: flex-start\n}\n\n.items-center {\n align-items: center\n}\n\n.justify-center {\n justify-content: center\n}\n\n.flex-grow {\n flex-grow: 1\n}\n\n.flex-shrink-0 {\n flex-shrink: 0\n}\n\n.order-first {\n order: -9999\n}\n\n.font-medium {\n font-weight: 500\n}\n\n.font-semibold {\n font-weight: 600\n}\n\n.font-extrabold {\n font-weight: 800\n}\n\n.h-5 {\n height: 1.25rem\n}\n\n.h-full {\n height: 100%\n}\n\n.text-xs {\n font-size: 0.75rem;\n line-height: 1rem\n}\n\n.text-sm {\n font-size: 0.875rem;\n line-height: 1.25rem\n}\n\n.text-base {\n font-size: 1rem;\n line-height: 1.5rem\n}\n\n.text-lg {\n font-size: 1.125rem;\n line-height: 1.75rem\n}\n\n.text-xl {\n font-size: 1.25rem;\n line-height: 1.75rem\n}\n\n.text-2xl {\n font-size: 1.5rem;\n line-height: 2rem\n}\n\n.text-3xl {\n font-size: 1.875rem;\n line-height: 2.25rem\n}\n\n.leading-5 {\n line-height: 1.25rem\n}\n\n.leading-6 {\n line-height: 1.5rem\n}\n\n.leading-8 {\n line-height: 2rem\n}\n\n.leading-relaxed {\n line-height: 1.625\n}\n\n.leading-loose {\n line-height: 2\n}\n\n.list-none {\n list-style-type: none\n}\n\n.-m-4 {\n margin: -1rem\n}\n\n.my-12 {\n margin-top: 3rem;\n margin-bottom: 3rem\n}\n\n.mx-auto {\n margin-left: auto;\n margin-right: auto\n}\n\n.mb-1 {\n margin-bottom: 0.25rem\n}\n\n.mt-0 {\n\tmargin-top: 0rem;\n}\n\n.mt-2 {\n margin-top: 0.5rem\n}\n\n.mt-3 {\n margin-top: 0.75rem\n}\n\n.mb-3 {\n margin-bottom: 0.75rem\n}\n\n.ml-3 {\n margin-left: 0.75rem\n}\n\n.mb-4 {\n margin-bottom: 1rem\n}\n\n.ml-4 {\n margin-left: 1rem\n}\n\n.mr-5 {\n margin-right: 1.25rem\n}\n\n.mb-6 {\n margin-bottom: 1.5rem\n}\n\n.mt-8 {\n margin-top: 2rem\n}\n\n.mb-8 {\n margin-bottom: 2rem\n}\n\n.mt-10 {\n margin-top: 2.5rem\n}\n\n.mb-10 {\n margin-bottom: 2.5rem\n}\n\n.mb-12 {\n margin-bottom: 3rem\n}\n\n.mb-16 {\n margin-bottom: 4rem\n}\n\n.-mb-10 {\n margin-bottom: -2.5rem\n}\n\n.max-w-3xl {\n max-width: 48rem\n}\n\n.object-cover {\n -o-object-fit: cover;\n object-fit: cover\n}\n\n.object-center {\n -o-object-position: center;\n object-position: center\n}\n\n.focus\\:outline-none:focus {\n outline: 2px solid transparent;\n outline-offset: 2px\n}\n\n.p-2 {\n padding: 0.5rem\n}\n\n.p-4 {\n padding: 1rem\n}\n\n.p-5 {\n padding: 1.25rem\n}\n\n.p-6 {\n padding: 1.5rem\n}\n\n.p-8 {\n padding: 2rem\n}\n\n.py-2 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem\n}\n\n.py-3 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem\n}\n\n.py-4 {\n padding-top: 1rem;\n padding-bottom: 1rem\n}\n\n.px-4 {\n padding-left: 1rem;\n padding-right: 1rem\n}\n\n.py-5 {\n padding-top: 1.25rem;\n padding-bottom: 1.25rem\n}\n\n.px-5 {\n padding-left: 1.25rem;\n padding-right: 1.25rem\n}\n\n.py-6 {\n padding-top: 1.5rem;\n padding-bottom: 1.5rem\n}\n\n.px-6 {\n padding-left: 1.5rem;\n padding-right: 1.5rem\n}\n\n.py-16 {\n padding-top: 4rem;\n padding-bottom: 4rem\n}\n\n.py-24 {\n padding-top: 6rem;\n padding-bottom: 6rem\n}\n\n.pt-4 {\n padding-top: 1rem\n}\n\n.pl-4 {\n padding-left: 1rem\n}\n\n.pt-8 {\n padding-top: 2rem\n}\n\n.pb-8 {\n padding-bottom: 2rem\n}\n\n.static {\n position: static\n}\n\n* {\n --tw-shadow: 0 0 #0000\n}\n\n.shadow {\n --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)\n}\n\n* {\n --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);\n --tw-ring-offset-width: 0px;\n --tw-ring-offset-color: #fff;\n --tw-ring-color: rgba(59, 130, 246, 0.5);\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000\n}\n\n.text-left {\n text-align: left\n}\n\n.text-center {\n text-align: center\n}\n\n.text-black {\n --tw-text-opacity: 1;\n color: rgba(0, 0, 0, var(--tw-text-opacity))\n}\n\n.text-white {\n --tw-text-opacity: 1;\n color: rgba(255, 255, 255, var(--tw-text-opacity))\n}\n\n.text-gray-400 {\n --tw-text-opacity: 1;\n color: rgba(156, 163, 175, var(--tw-text-opacity))\n}\n\n.text-gray-500 {\n --tw-text-opacity: 1;\n color: rgba(107, 114, 128, var(--tw-text-opacity))\n}\n\n.text-gray-600 {\n --tw-text-opacity: 1;\n color: rgba(75, 85, 99, var(--tw-text-opacity))\n}\n\n.text-gray-700 {\n --tw-text-opacity: 1;\n color: rgba(55, 65, 81, var(--tw-text-opacity))\n}\n\n.text-gray-900 {\n --tw-text-opacity: 1;\n color: rgba(17, 24, 39, var(--tw-text-opacity))\n}\n\n.text-green-500 {\n --tw-text-opacity: 1;\n color: rgba(16, 185, 129, var(--tw-text-opacity))\n}\n\n.hover\\:text-gray-800:hover {\n --tw-text-opacity: 1;\n color: rgba(31, 41, 55, var(--tw-text-opacity))\n}\n\n.hover\\:text-gray-900:hover {\n --tw-text-opacity: 1;\n color: rgba(17, 24, 39, var(--tw-text-opacity))\n}\n\n.hover\\:text-blue-500:hover {\n --tw-text-opacity: 1;\n color: rgba(59, 130, 246, var(--tw-text-opacity))\n}\n\n.tracking-tight {\n letter-spacing: -0.025em\n}\n\n.tracking-widest {\n letter-spacing: 0.1em\n}\n\n.w-5 {\n width: 1.25rem\n}\n\n.w-64 {\n width: 16rem\n}\n\n.w-5\\/6 {\n width: 83.333333%\n}\n\n.w-full {\n width: 100%\n}\n\n.gap-x-4 {\n -moz-column-gap: 1rem;\n column-gap: 1rem\n}\n\n.transition {\n transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;\n transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;\n transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n\n.ease-in-out {\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)\n}\n\n.duration-150 {\n transition-duration: 150ms\n}\n\n@-webkit-keyframes spin {\n to {\n transform: rotate(360deg)\n }\n}\n\n@keyframes spin {\n to {\n transform: rotate(360deg)\n }\n}\n\n@-webkit-keyframes ping {\n 75%, 100% {\n transform: scale(2);\n opacity: 0\n }\n}\n\n@keyframes ping {\n 75%, 100% {\n transform: scale(2);\n opacity: 0\n }\n}\n\n@-webkit-keyframes pulse {\n 50% {\n opacity: .5\n }\n}\n\n@keyframes pulse {\n 50% {\n opacity: .5\n }\n}\n\n@-webkit-keyframes bounce {\n 0%, 100% {\n transform: translateY(-25%);\n -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);\n animation-timing-function: cubic-bezier(0.8,0,1,1)\n }\n\n 50% {\n transform: none;\n -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);\n animation-timing-function: cubic-bezier(0,0,0.2,1)\n }\n}\n\n@keyframes bounce {\n 0%, 100% {\n transform: translateY(-25%);\n -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);\n animation-timing-function: cubic-bezier(0.8,0,1,1)\n }\n\n 50% {\n transform: none;\n -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);\n animation-timing-function: cubic-bezier(0,0,0.2,1)\n }\n}\n\n@media (min-width: 640px) {\n .sm\\:hidden {\n display: none\n }\n\n .sm\\:flex-row {\n flex-direction: row\n }\n\n .sm\\:flex-shrink-0 {\n flex-shrink: 0\n }\n\n .sm\\:text-3xl {\n font-size: 1.875rem;\n line-height: 2.25rem\n }\n\n .sm\\:text-4xl {\n font-size: 2.25rem;\n line-height: 2.5rem\n }\n\n .sm\\:leading-9 {\n line-height: 2.25rem\n }\n\n .sm\\:mt-0 {\n margin-top: 0px\n }\n\n .sm\\:ml-3 {\n margin-left: 0.75rem\n }\n\n .sm\\:max-w-md {\n max-width: 28rem\n }\n\n .sm\\:text-left {\n text-align: left\n }\n\n .sm\\:w-full {\n width: 100%\n }\n}\n\n@media (min-width: 768px) {\n .md\\:border-b-0 {\n border-bottom-width: 0px\n }\n\n .md\\:border-r {\n border-right-width: 1px\n }\n\n .md\\:flex-row {\n flex-direction: row\n }\n\n .md\\:flex-nowrap {\n flex-wrap: nowrap\n }\n\n .md\\:items-start {\n align-items: flex-start\n }\n\n .md\\:items-center {\n align-items: center\n }\n\n .md\\:m-14 {\n margin: 3.5rem\n }\n\n .md\\:mx-0 {\n margin-left: 0px;\n margin-right: 0px\n }\n\n .md\\:mt-0 {\n margin-top: 0px\n }\n\n .md\\:mb-0 {\n margin-bottom: 0px\n }\n\n .md\\:ml-auto {\n margin-left: auto\n }\n\n .md\\:py-12 {\n padding-top: 3rem;\n padding-bottom: 3rem\n }\n\n .md\\:px-12 {\n padding-left: 3rem;\n padding-right: 3rem\n }\n\n .md\\:pl-16 {\n padding-left: 4rem\n }\n\n .md\\:pr-20 {\n padding-right: 5rem\n }\n\n .md\\:text-left {\n text-align: left\n }\n\n .md\\:w-1\\/2 {\n width: 50%\n }\n}\n\n@media (min-width: 1024px) {\n .lg\\:border-r-0 {\n border-right-width: 0px\n }\n\n .lg\\:border-b-0 {\n border-bottom-width: 0px\n }\n\n .lg\\:border-r {\n border-right-width: 1px\n }\n\n .lg\\:block {\n display: block\n }\n\n .lg\\:inline-block {\n display: inline-block\n }\n\n .lg\\:flex-row {\n flex-direction: row\n }\n\n .lg\\:items-start {\n align-items: flex-start\n }\n\n .lg\\:items-center {\n align-items: center\n }\n\n .lg\\:flex-grow {\n flex-grow: 1\n }\n\n .lg\\:max-w-lg {\n max-width: 32rem\n }\n\n .lg\\:p-5 {\n padding: 1.25rem\n }\n\n .lg\\:py-16 {\n padding-top: 4rem;\n padding-bottom: 4rem\n }\n\n .lg\\:px-16 {\n padding-left: 4rem;\n padding-right: 4rem\n }\n\n .lg\\:px-28 {\n padding-left: 7rem;\n padding-right: 7rem\n }\n\n .lg\\:pl-24 {\n padding-left: 6rem\n }\n\n .lg\\:w-1\\/3 {\n width: 33.333333%\n }\n\n .lg\\:w-2\\/3 {\n width: 66.666667%\n }\n\n .lg\\:w-1\\/4 {\n width: 25%\n }\n\n .lg\\:w-5\\/6 {\n width: 83.333333%\n }\n\n .lg\\:w-full {\n width: 100%\n }\n}\n\n@media (min-width: 1280px) {\n .xl\\:block {\n display: block\n }\n\n .xl\\:flex {\n display: flex\n }\n\n .xl\\:items-center {\n align-items: center\n }\n\n .xl\\:flex-1 {\n flex: 1 1 0%\n }\n\n .xl\\:mt-0 {\n margin-top: 0px\n }\n\n .xl\\:ml-8 {\n margin-left: 2rem\n }\n\n .xl\\:w-0 {\n width: 0px\n }\n}\n\n@media (min-width: 1536px) {\n .\\32xl\\:block {\n display: block\n }\n}\n\n/* some additions made by odin */\n\n#navbar a {\n\ttext-decoration: none;\n\tcolor: black;\n}\n\n#navbar button {\n\tborder: 0px;\n}\n\n#home a {\n\ttext-decoration: none;\n}\n\n#transclusion-item {\n\tborder: none;\n\tmargin: 0;\n\tpadding: 0;\n\twidth: auto;\n\toverflow: visible;\n\tbackground: transparent;\n\tcolor: inherit;\n\tfont: inherit;\n\tline-height: normal;\n\t-webkit-font-smoothing: inherit;\n\t-moz-osx-font-smoothing: inherit;\n\t-webkit-appearance: none;\n}\n","type":"text/css","title":"Landing page styles.css","tags":"$:/tags/Stylesheet","modified":"20210423114904940","created":"20210416115430571"},{"text":"
\n\t\t\t
\n\t\t\t\t\t

\n\t\t\t\t\t\t\tTiddlyWiki has a fibrant community and a plugin library maintained by its users \n\t\t\t\t\t

\n\t\t\t\t\t

\n\t\t\t\t\t\t\tOver the years users have made and shared many plugins, palletes themes and editions. Installing is as simple as drag and drop into your own wiki. Head over to the TiddlyWiki Community Links Aggregator to check them out.\n\t\t\t\t\t

\n\t\t\t
\n\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t

\n\t\t\t\t\t\t\tVisit the plugin's website to try out the plugin. Carefully read the installing instructions and back up before installing. These plugins may not always be up to date and may contain bugs or unwanted behaviour!\n\t\t\t\t\t

\n\t\t\t
\n
","title":"landing page community","tags":"","modified":"20210423114643419","created":"20210415075843432"},{"text":"<$button class=\"inline-flex items-center text-white bg-blue-500 border-0 py-2 px-6 focus:outline-none hover:bg-blue-600 rounded text-lg\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/editions/tw5.com/download-empty\" filename=\"empty.html\"/>\nDownload Empty   {{$:/core/images/save-button}}\n","type":"text/vnd.tiddlywiki","title":"landing page download empty","tags":"","modified":"20210415113935964","created":"20210415112909844"},{"text":"
\n
\n\t\t\t

Create

\n

\n Customize TiddlyWiki for any usecase you can imagine\n

\n
\n
\n
\n
\n {{$:/images/templarian-material-design/note-text}}\n
\n Zettelkasten\n
\n
\n

\n Store all your notes inside TiddlyWiki and create relationships using links and tags.\n

\n
\n
\n
\n {{$:/images/font-awesome/solid/book}}\n
\n Diary\n
\n
\n

\n TiddlyWiki is perfect for keeping an diary. Not satisfied with other solutions? Create your own personal diary app on top of TiddlyWiki!\n

\n
\n
\n
\n {{$:/images/templarian-material-design/web}}\n
\n Static page generator\n
\n
\n

\n Use TiddlyWIki as a static page generator for your blog or site. Create content in TiddlyWiki and let TiddlyWiki create the static pages.\n

\n
\n
\n
\n {{$:/images/svg-icon/library-11}}\n
\n Writing\n
\n
\n

\n Write a novel or your thesis in TiddlyWiki. Store your research notes, write each chapter seperatly and stich it together for the final version. \n

\n
\n
\n
\n\t\t\t\t\t\t\t\t{{$:/images/font-awesome/solid/brain}}\n
\n Knowlegde base\n
\n
\n

\n TiddlyWiki is great for creating a knowledge base for you or your company. TiddlyWiki doesn't impose a structure and let's you free to create your own.\n

\n
\n
\n
\n {{$:/images/font-awesome/solid/handshake}}\n
\n Share\n
\n
\n

\n TiddlyWiki is a single file that is easy to open and to share. Import a plugin to create slideshows turn TiddlyWik into a tool for education.\n

\n
\n
\n
\n","title":"landing page features","tags":"","modified":"20210423114005555","created":"20210415080452675"},{"text":"\n","title":"landing page footer","tags":"","modified":"20210415134831270","created":"20210415124253537"},{"text":"
\n
\n
\n\t\t\t\t\t\t{{TiddlyWiki||$:/core/ui/ViewTemplate}}\n
\n
\n\t\t\t\t\t\t

TiddlyWiki

\n

Looking for a customizable\n
notetaking platform?\n

\n

TiddlyWiki is designed to fit around your brain, helping you deal with the things that won't fit. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks: Tiddlers. Tiddlers use a WikiText notation that concisely represents a wide range of text formatting and hypertext features. TiddlyWiki allows you to organise and retrieve your notes in ways that conform to your personal thought patterns, rather than chain you into one preset organisational structure.

\n
\n Get started\n\t\t\t\t\t\t\t<$button class=\"inline-flex items-center text-white bg-gray-500 border-0 py-2 px-6 focus:outline-none hover:bg-blue-600 rounded text-lg\" set=\"$:/layout\" setTo=\"$:/core/ui/PageTemplate\">Try it out!\n\t\t\t\t\t\t\t\n
\n
\n
\n
","title":"landing page home","tags":"","modified":"20210423113404597","created":"20210415104647817"},{"text":"\n\n2012-05-10 07:32ZCanvas 1Layer 1\n","type":"image/svg+xml","title":"landing page icon","tags":"","modified":"20210415110605628","created":"20210415110423817"},{"text":"
\n
\n \n\t\t\t\t\t\t{{landing page icon}}\n TiddlyWiki\n \n \n<$button class=\"bg-gray-200 p-2 flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0\" set=\"$:/layout\" setTo=\"$:/core/ui/PageTemplate\">\nDocumentation\n\n
\n
","title":"landing page navbar","tags":"","modified":"20210423115059469","created":"20210415105553535"},{"text":" \n \n ","title":"landing page qoute icon","tags":"","modified":"20210415132844264","created":"20210415132834232"},{"text":"
\n
\n\t\t

Reviews

\n

Testimonials

\n
\n
\n
\n {{landing page qoute icon}}\n

The TiddlyWiki is the best software I've ever found for organising my ideas. It's well worth spending an hour or so playing with it to see how it can help you. This will be time well-spent and will change how you think and how you organise your ideas.

\n \n \n Joe Armstrong\n Co-inventor of Erlang\n \n \n
\n
\n
\n
\n {{landing page qoute icon}}\n

TiddlyWiki gets a Gearhead rating of 6 out of 5 (it's that good).\n\nFinding code that works flawlessly after just two or three years is magical enough but after seven years?!

\n \n \n Mark Gibbs\n Network World\n \n \n
\n
\n
\n
\n\t\t\t\t
{{Product Hunt Link}}
\n
","title":"landing page testemonials","tags":"","modified":"20210423114217652","created":"20210415131406020"},{"text":"
\n
\n
\n

Customize

\n

\n Add a little color

\n

Use themes and palletes to customize TiddlyWiki to your tastes. Use one from the prebundled palettes, install a community made or create your own.

\n
\n\n
\n
\n\t\t\t\t\t\t\t\t
\n \"example\n
\n
\n
\n ","title":"landing page themes","tags":"","modified":"20210423114034868","created":"20210415093249376"}] \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page getting started.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page getting started.tid new file mode 100644 index 000000000..6c697318b --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page getting started.tid @@ -0,0 +1,20 @@ +created: 20210415094718280 +modified: 20210423113421188 +tags: +title: Landing page getting started + +
+
+
+

Get started

+

Choose a way to save

+

TiddlyWiki needs some help saving to file. By default, it writes the whole file every time you press save. To remedy this there's a wide variety of methods available, with different features and limitations. Click on the badge for a method to see more information about it. You can also click on one of the platform filters to restrict the listing to methods that work with that platform.

+
+ {{landing page download empty}} +
+
+
+
+ {{Saving}} +
+
\ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page instructions.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page instructions.tid new file mode 100644 index 000000000..ff5fd1a0b --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page instructions.tid @@ -0,0 +1,9 @@ +created: 20210423115811312 +modified: 20210423121155832 +title: Landing page instructions + +Go to the control panel -> Appearance -> Layout. Then click on Landingpage to view it. + +Alternatively, press `ctrl`+`shift`+`L` to bring up a the page shift modal to select a layout. + +When on the landing page, pressing the `documentation` button on the navbar or the button or the `try it out` button brings you to the normal page layout. diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page layout.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page layout.tid new file mode 100644 index 000000000..3d882c1fd --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page layout.tid @@ -0,0 +1,24 @@ +created: 20210414165130837 +description: A landingpage for TiddlyWiki +modified: 20210423114412387 +name: Landingpage +tags: $:/tags/Layout +title: Landing page layout + +{{landing page navbar}} + +{{landing page home}} + +{{landing page features}} + +{{landing page themes}} + +{{Landing page showcase}} + +{{landing page community}} + +{{Landing page getting started}} + +{{landing page testemonials}} + +{{landing page footer}} diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page showcase.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page showcase.tid new file mode 100644 index 000000000..77051af93 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page showcase.tid @@ -0,0 +1,43 @@ +created: 20210423103059225 +modified: 20210423114750267 +tags: +title: Landing page showcase + +
+
+

WikiText

+

Use wigdets to add rich functionality

+
+
+
+ +``` +! Outstanding tasks + +<> + +! Completed tasks + +//(Listed in reverse order of completion)// + +<$list filter="[!has[draft.of]tag[task]tag[done]sort[created]]"> +
+<$checkbox tag="done"> ~~<$link/>~~ +
+ +``` + + +
+
+
+
+{{TaskManagementExample (Draggable)}} + + +
+
+
+ +
+
\ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css new file mode 100644 index 000000000..b44b0980f --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css @@ -0,0 +1,907 @@ +.container { + width: 100% +} + +@media (min-width: 640px) { + .container { + max-width: 640px + } +} + +@media (min-width: 768px) { + .container { + max-width: 768px + } +} + +@media (min-width: 1024px) { + .container { + max-width: 1024px + } +} + +@media (min-width: 1280px) { + .container { + max-width: 1280px + } +} + +@media (min-width: 1536px) { + .container { + max-width: 1536px + } +} + +.bg-white { + --tw-bg-opacity: 1; + background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) +} + +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) +} + +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) +} + +.bg-gray-500 { + --tw-bg-opacity: 1; + background-color: rgba(107, 114, 128, var(--tw-bg-opacity)) +} + +.bg-gray-600 { + --tw-bg-opacity: 1; + background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) +} + +.bg-green-300 { + --tw-bg-opacity: 1; + background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) +} + +.bg-green-500 { + --tw-bg-opacity: 1; + background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) +} + +.bg-blue-500 { + --tw-bg-opacity: 1; + background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) +} + +.hover\:bg-green-200:hover { + --tw-bg-opacity: 1; + background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) +} + +.hover\:bg-green-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) +} + +.hover\:bg-blue-600:hover { + --tw-bg-opacity: 1; + background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) +} + +.focus\:bg-purple-400:focus { + --tw-bg-opacity: 1; + background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) +} + +.border-transparent { + border-color: transparent +} + +.rounded { + border-radius: 0.25rem +} + +.rounded-md { + border-radius: 0.375rem +} + +.rounded-lg { + border-radius: 0.5rem +} + +.border-0 { + border-width: 0px +} + +.border { + border-width: 1px +} + +.border-b { + border-bottom-width: 1px +} + +.block { + display: block +} + +.flex { + display: flex +} + +.inline-flex { + display: inline-flex +} + +.table { + display: table +} + +.hidden { + display: none +} + +.flex-col { + flex-direction: column +} + +.flex-wrap { + flex-wrap: wrap +} + +.items-start { + align-items: flex-start +} + +.items-center { + align-items: center +} + +.justify-center { + justify-content: center +} + +.flex-grow { + flex-grow: 1 +} + +.flex-shrink-0 { + flex-shrink: 0 +} + +.order-first { + order: -9999 +} + +.font-medium { + font-weight: 500 +} + +.font-semibold { + font-weight: 600 +} + +.font-extrabold { + font-weight: 800 +} + +.h-5 { + height: 1.25rem +} + +.h-full { + height: 100% +} + +.text-xs { + font-size: 0.75rem; + line-height: 1rem +} + +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem +} + +.text-base { + font-size: 1rem; + line-height: 1.5rem +} + +.text-lg { + font-size: 1.125rem; + line-height: 1.75rem +} + +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem +} + +.text-2xl { + font-size: 1.5rem; + line-height: 2rem +} + +.text-3xl { + font-size: 1.875rem; + line-height: 2.25rem +} + +.leading-5 { + line-height: 1.25rem +} + +.leading-6 { + line-height: 1.5rem +} + +.leading-8 { + line-height: 2rem +} + +.leading-relaxed { + line-height: 1.625 +} + +.leading-loose { + line-height: 2 +} + +.list-none { + list-style-type: none +} + +.-m-4 { + margin: -1rem +} + +.my-12 { + margin-top: 3rem; + margin-bottom: 3rem +} + +.mx-auto { + margin-left: auto; + margin-right: auto +} + +.mb-1 { + margin-bottom: 0.25rem +} + +.mt-0 { + margin-top: 0rem; +} + +.mt-2 { + margin-top: 0.5rem +} + +.mt-3 { + margin-top: 0.75rem +} + +.mb-3 { + margin-bottom: 0.75rem +} + +.ml-3 { + margin-left: 0.75rem +} + +.mb-4 { + margin-bottom: 1rem +} + +.ml-4 { + margin-left: 1rem +} + +.mr-5 { + margin-right: 1.25rem +} + +.mb-6 { + margin-bottom: 1.5rem +} + +.mt-8 { + margin-top: 2rem +} + +.mb-8 { + margin-bottom: 2rem +} + +.mt-10 { + margin-top: 2.5rem +} + +.mb-10 { + margin-bottom: 2.5rem +} + +.mb-12 { + margin-bottom: 3rem +} + +.mb-16 { + margin-bottom: 4rem +} + +.-mb-10 { + margin-bottom: -2.5rem +} + +.max-w-3xl { + max-width: 48rem +} + +.object-cover { + -o-object-fit: cover; + object-fit: cover +} + +.object-center { + -o-object-position: center; + object-position: center +} + +.focus\:outline-none:focus { + outline: 2px solid transparent; + outline-offset: 2px +} + +.p-2 { + padding: 0.5rem +} + +.p-4 { + padding: 1rem +} + +.p-5 { + padding: 1.25rem +} + +.p-6 { + padding: 1.5rem +} + +.p-8 { + padding: 2rem +} + +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem +} + +.py-3 { + padding-top: 0.75rem; + padding-bottom: 0.75rem +} + +.py-4 { + padding-top: 1rem; + padding-bottom: 1rem +} + +.px-4 { + padding-left: 1rem; + padding-right: 1rem +} + +.py-5 { + padding-top: 1.25rem; + padding-bottom: 1.25rem +} + +.px-5 { + padding-left: 1.25rem; + padding-right: 1.25rem +} + +.py-6 { + padding-top: 1.5rem; + padding-bottom: 1.5rem +} + +.px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem +} + +.py-16 { + padding-top: 4rem; + padding-bottom: 4rem +} + +.py-24 { + padding-top: 6rem; + padding-bottom: 6rem +} + +.pt-4 { + padding-top: 1rem +} + +.pl-4 { + padding-left: 1rem +} + +.pt-8 { + padding-top: 2rem +} + +.pb-8 { + padding-bottom: 2rem +} + +.static { + position: static +} + +* { + --tw-shadow: 0 0 #0000 +} + +.shadow { + --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) +} + +* { + --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgba(59, 130, 246, 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000 +} + +.text-left { + text-align: left +} + +.text-center { + text-align: center +} + +.text-black { + --tw-text-opacity: 1; + color: rgba(0, 0, 0, var(--tw-text-opacity)) +} + +.text-white { + --tw-text-opacity: 1; + color: rgba(255, 255, 255, var(--tw-text-opacity)) +} + +.text-gray-400 { + --tw-text-opacity: 1; + color: rgba(156, 163, 175, var(--tw-text-opacity)) +} + +.text-gray-500 { + --tw-text-opacity: 1; + color: rgba(107, 114, 128, var(--tw-text-opacity)) +} + +.text-gray-600 { + --tw-text-opacity: 1; + color: rgba(75, 85, 99, var(--tw-text-opacity)) +} + +.text-gray-700 { + --tw-text-opacity: 1; + color: rgba(55, 65, 81, var(--tw-text-opacity)) +} + +.text-gray-900 { + --tw-text-opacity: 1; + color: rgba(17, 24, 39, var(--tw-text-opacity)) +} + +.text-green-500 { + --tw-text-opacity: 1; + color: rgba(16, 185, 129, var(--tw-text-opacity)) +} + +.hover\:text-gray-800:hover { + --tw-text-opacity: 1; + color: rgba(31, 41, 55, var(--tw-text-opacity)) +} + +.hover\:text-gray-900:hover { + --tw-text-opacity: 1; + color: rgba(17, 24, 39, var(--tw-text-opacity)) +} + +.hover\:text-blue-500:hover { + --tw-text-opacity: 1; + color: rgba(59, 130, 246, var(--tw-text-opacity)) +} + +.tracking-tight { + letter-spacing: -0.025em +} + +.tracking-widest { + letter-spacing: 0.1em +} + +.w-5 { + width: 1.25rem +} + +.w-64 { + width: 16rem +} + +.w-5\/6 { + width: 83.333333% +} + +.w-full { + width: 100% +} + +.gap-x-4 { + -moz-column-gap: 1rem; + column-gap: 1rem +} + +.transition { + transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms +} + +.ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) +} + +.duration-150 { + transition-duration: 150ms +} + +@-webkit-keyframes spin { + to { + transform: rotate(360deg) + } +} + +@keyframes spin { + to { + transform: rotate(360deg) + } +} + +@-webkit-keyframes ping { + 75%, 100% { + transform: scale(2); + opacity: 0 + } +} + +@keyframes ping { + 75%, 100% { + transform: scale(2); + opacity: 0 + } +} + +@-webkit-keyframes pulse { + 50% { + opacity: .5 + } +} + +@keyframes pulse { + 50% { + opacity: .5 + } +} + +@-webkit-keyframes bounce { + 0%, 100% { + transform: translateY(-25%); + -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); + animation-timing-function: cubic-bezier(0.8,0,1,1) + } + + 50% { + transform: none; + -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); + animation-timing-function: cubic-bezier(0,0,0.2,1) + } +} + +@keyframes bounce { + 0%, 100% { + transform: translateY(-25%); + -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); + animation-timing-function: cubic-bezier(0.8,0,1,1) + } + + 50% { + transform: none; + -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); + animation-timing-function: cubic-bezier(0,0,0.2,1) + } +} + +@media (min-width: 640px) { + .sm\:hidden { + display: none + } + + .sm\:flex-row { + flex-direction: row + } + + .sm\:flex-shrink-0 { + flex-shrink: 0 + } + + .sm\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem + } + + .sm\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem + } + + .sm\:leading-9 { + line-height: 2.25rem + } + + .sm\:mt-0 { + margin-top: 0px + } + + .sm\:ml-3 { + margin-left: 0.75rem + } + + .sm\:max-w-md { + max-width: 28rem + } + + .sm\:text-left { + text-align: left + } + + .sm\:w-full { + width: 100% + } +} + +@media (min-width: 768px) { + .md\:border-b-0 { + border-bottom-width: 0px + } + + .md\:border-r { + border-right-width: 1px + } + + .md\:flex-row { + flex-direction: row + } + + .md\:flex-nowrap { + flex-wrap: nowrap + } + + .md\:items-start { + align-items: flex-start + } + + .md\:items-center { + align-items: center + } + + .md\:m-14 { + margin: 3.5rem + } + + .md\:mx-0 { + margin-left: 0px; + margin-right: 0px + } + + .md\:mt-0 { + margin-top: 0px + } + + .md\:mb-0 { + margin-bottom: 0px + } + + .md\:ml-auto { + margin-left: auto + } + + .md\:py-12 { + padding-top: 3rem; + padding-bottom: 3rem + } + + .md\:px-12 { + padding-left: 3rem; + padding-right: 3rem + } + + .md\:pl-16 { + padding-left: 4rem + } + + .md\:pr-20 { + padding-right: 5rem + } + + .md\:text-left { + text-align: left + } + + .md\:w-1\/2 { + width: 50% + } +} + +@media (min-width: 1024px) { + .lg\:border-r-0 { + border-right-width: 0px + } + + .lg\:border-b-0 { + border-bottom-width: 0px + } + + .lg\:border-r { + border-right-width: 1px + } + + .lg\:block { + display: block + } + + .lg\:inline-block { + display: inline-block + } + + .lg\:flex-row { + flex-direction: row + } + + .lg\:items-start { + align-items: flex-start + } + + .lg\:items-center { + align-items: center + } + + .lg\:flex-grow { + flex-grow: 1 + } + + .lg\:max-w-lg { + max-width: 32rem + } + + .lg\:p-5 { + padding: 1.25rem + } + + .lg\:py-16 { + padding-top: 4rem; + padding-bottom: 4rem + } + + .lg\:px-16 { + padding-left: 4rem; + padding-right: 4rem + } + + .lg\:px-28 { + padding-left: 7rem; + padding-right: 7rem + } + + .lg\:pl-24 { + padding-left: 6rem + } + + .lg\:w-1\/3 { + width: 33.333333% + } + + .lg\:w-2\/3 { + width: 66.666667% + } + + .lg\:w-1\/4 { + width: 25% + } + + .lg\:w-5\/6 { + width: 83.333333% + } + + .lg\:w-full { + width: 100% + } +} + +@media (min-width: 1280px) { + .xl\:block { + display: block + } + + .xl\:flex { + display: flex + } + + .xl\:items-center { + align-items: center + } + + .xl\:flex-1 { + flex: 1 1 0% + } + + .xl\:mt-0 { + margin-top: 0px + } + + .xl\:ml-8 { + margin-left: 2rem + } + + .xl\:w-0 { + width: 0px + } +} + +@media (min-width: 1536px) { + .\32xl\:block { + display: block + } +} + +/* some additions made by odin */ + +#navbar a { + text-decoration: none; + color: black; +} + +#navbar button { + border: 0px; +} + +#home a { + text-decoration: none; +} + +#transclusion-item { + border: none; + margin: 0; + padding: 0; + width: auto; + overflow: visible; + background: transparent; + color: inherit; + font: inherit; + line-height: normal; + -webkit-font-smoothing: inherit; + -moz-osx-font-smoothing: inherit; + -webkit-appearance: none; +} diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css.meta b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css.meta new file mode 100644 index 000000000..a794366a0 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/Landing page styles.css.meta @@ -0,0 +1,5 @@ +created: 20210416115430571 +modified: 20210423114904940 +tags: $:/tags/Stylesheet +title: Landing page styles.css +type: text/css \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page community.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page community.tid new file mode 100644 index 000000000..0bcdcceeb --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page community.tid @@ -0,0 +1,25 @@ +created: 20210415075843432 +modified: 20210423114643419 +tags: +title: landing page community + +
+
+

+ TiddlyWiki has a fibrant community and a plugin library maintained by its users +

+

+ Over the years users have made and shared many plugins, palletes themes and editions. Installing is as simple as drag and drop into your own wiki. Head over to the TiddlyWiki Community Links Aggregator to check them out. +

+
+
+
+ +
+

+ Visit the plugin's website to try out the plugin. Carefully read the installing instructions and back up before installing. These plugins may not always be up to date and may contain bugs or unwanted behaviour! +

+
+
\ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page download empty.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page download empty.tid new file mode 100644 index 000000000..cac4a6632 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page download empty.tid @@ -0,0 +1,10 @@ +created: 20210415112909844 +modified: 20210415113935964 +tags: +title: landing page download empty +type: text/vnd.tiddlywiki + +<$button class="inline-flex items-center text-white bg-blue-500 border-0 py-2 px-6 focus:outline-none hover:bg-blue-600 rounded text-lg"> +<$action-sendmessage $message="tm-download-file" $param="$:/editions/tw5.com/download-empty" filename="empty.html"/> +Download Empty   {{$:/core/images/save-button}} + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page features.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page features.tid new file mode 100644 index 000000000..c583a9f8a --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page features.tid @@ -0,0 +1,81 @@ +created: 20210415080452675 +modified: 20210423114005555 +tags: +title: landing page features + +
+
+

Create

+

+ Customize TiddlyWiki for any usecase you can imagine +

+
+
+
+
+ {{$:/images/templarian-material-design/note-text}} +
+ Zettelkasten +
+
+

+ Store all your notes inside TiddlyWiki and create relationships using links and tags. +

+
+
+
+ {{$:/images/font-awesome/solid/book}} +
+ Diary +
+
+

+ TiddlyWiki is perfect for keeping an diary. Not satisfied with other solutions? Create your own personal diary app on top of TiddlyWiki! +

+
+
+
+ {{$:/images/templarian-material-design/web}} +
+ Static page generator +
+
+

+ Use TiddlyWIki as a static page generator for your blog or site. Create content in TiddlyWiki and let TiddlyWiki create the static pages. +

+
+
+
+ {{$:/images/svg-icon/library-11}} +
+ Writing +
+
+

+ Write a novel or your thesis in TiddlyWiki. Store your research notes, write each chapter seperatly and stich it together for the final version. +

+
+
+
+ {{$:/images/font-awesome/solid/brain}} +
+ Knowlegde base +
+
+

+ TiddlyWiki is great for creating a knowledge base for you or your company. TiddlyWiki doesn't impose a structure and let's you free to create your own. +

+
+
+
+ {{$:/images/font-awesome/solid/handshake}} +
+ Share +
+
+

+ TiddlyWiki is a single file that is easy to open and to share. Import a plugin to create slideshows turn TiddlyWik into a tool for education. +

+
+
+
diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page footer.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page footer.tid new file mode 100644 index 000000000..d18e73a5d --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page footer.tid @@ -0,0 +1,48 @@ +created: 20210415124253537 +modified: 20210415134831270 +tags: +title: landing page footer + + diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page home.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page home.tid new file mode 100644 index 000000000..04b01e402 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page home.tid @@ -0,0 +1,24 @@ +created: 20210415104647817 +modified: 20210423113404597 +tags: +title: landing page home + +
+
+
+ {{TiddlyWiki||$:/core/ui/ViewTemplate}} +
+
+

TiddlyWiki

+

Looking for a customizable + notetaking platform? +

+

TiddlyWiki is designed to fit around your brain, helping you deal with the things that won't fit. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks: Tiddlers. Tiddlers use a WikiText notation that concisely represents a wide range of text formatting and hypertext features. TiddlyWiki allows you to organise and retrieve your notes in ways that conform to your personal thought patterns, rather than chain you into one preset organisational structure.

+
+ Get started + <$button class="inline-flex items-center text-white bg-gray-500 border-0 py-2 px-6 focus:outline-none hover:bg-blue-600 rounded text-lg" set="$:/layout" setTo="$:/core/ui/PageTemplate">Try it out! + +
+
+
+
\ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg new file mode 100644 index 000000000..7fe998cb8 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg @@ -0,0 +1,3 @@ + + +2012-05-10 07:32ZCanvas 1Layer 1 diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg.meta b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg.meta new file mode 100644 index 000000000..b98036cd3 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page icon.svg.meta @@ -0,0 +1,5 @@ +created: 20210415110423817 +modified: 20210415110605628 +tags: +title: landing page icon +type: image/svg+xml \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page navbar.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page navbar.tid new file mode 100644 index 000000000..2ce5069ba --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page navbar.tid @@ -0,0 +1,23 @@ +created: 20210415105553535 +modified: 20210423115059469 +tags: +title: landing page navbar + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page qoute icon.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page qoute icon.tid new file mode 100644 index 000000000..9bd5fc7d7 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page qoute icon.tid @@ -0,0 +1,8 @@ +created: 20210415132834232 +modified: 20210415132844264 +tags: +title: landing page qoute icon + + + + \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page testemonials.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page testemonials.tid new file mode 100644 index 000000000..98106c548 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page testemonials.tid @@ -0,0 +1,40 @@ +created: 20210415131406020 +modified: 20210423114217652 +tags: +title: landing page testemonials + +
+
+

Reviews

+

Testimonials

+
+
+
+ {{landing page qoute icon}} +

The TiddlyWiki is the best software I've ever found for organising my ideas. It's well worth spending an hour or so playing with it to see how it can help you. This will be time well-spent and will change how you think and how you organise your ideas.

+ + + Joe Armstrong + Co-inventor of Erlang + + +
+
+
+
+ {{landing page qoute icon}} +

TiddlyWiki gets a Gearhead rating of 6 out of 5 (it's that good). + +Finding code that works flawlessly after just two or three years is magical enough but after seven years?!

+ + + Mark Gibbs + Network World + + +
+
+
+
+
{{Product Hunt Link}}
+
\ No newline at end of file diff --git a/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page themes.tid b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page themes.tid new file mode 100644 index 000000000..a14e90669 --- /dev/null +++ b/editions/tw5.com/tiddlers/landingpage/tiddlers/landing page themes.tid @@ -0,0 +1,23 @@ +created: 20210415093249376 +modified: 20210423114034868 +tags: +title: landing page themes + +
+
+
+

Customize

+

+ Add a little color

+

Use themes and palletes to customize TiddlyWiki to your tastes. Use one from the prebundled palettes, install a community made or create your own.

+
+ +
+
+
+ example of themes +
+
+
+ \ No newline at end of file