mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Make the sites menu exportable by dragging the TiddlyWikiSitesMenu tag pill
This commit is contained in:
parent
e2869e6ede
commit
8b309ecb42
@ -1,3 +1,3 @@
|
||||
title: Motovun Jack.svg
|
||||
type: image/svg+xml
|
||||
tags: picture
|
||||
tags: picture TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/classic.tiddlywiki.com
|
||||
type: image/x-icon
|
||||
tags: TiddlyWikiSitesMenu
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/links.tiddlywiki.org
|
||||
type: image/x-icon
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/talk.tiddlywiki.org
|
||||
type: image/svg+xml
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/tiddlywiki.com.dev
|
||||
type: image/x-icon
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/tiddlywiki.com
|
||||
type: image/x-icon
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/tiddlywiki.com.prerelease
|
||||
type: image/x-icon
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/tiddlywiki.com.upgrade
|
||||
type: image/x-icon
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/_tw_shared/favicons/tiddlywiki.org
|
||||
type: image/png
|
||||
type: image/png
|
||||
tags: TiddlyWikiSitesMenu
|
@ -3,6 +3,7 @@ tags: $:/tags/MenuBar
|
||||
caption: [img class=tc-sites-icon [Motovun Jack.svg]] Sites
|
||||
is-dropdown: yes
|
||||
list-after: $:/plugins/tiddlywiki/menubar/items/hamburger
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
||||
\define link-body()
|
||||
\whitespace trim
|
||||
|
@ -4,3 +4,4 @@ caption: classic.tiddlywiki.com
|
||||
description: Original Classic Version (v2.x.x)
|
||||
url: https://classic.tiddlywiki.com/
|
||||
icon: $:/_tw_shared/favicons/classic.tiddlywiki.com
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: links.tiddlywiki.org
|
||||
description: Community Links Aggregator
|
||||
url: https://links.tiddlywiki.org/
|
||||
icon: $:/_tw_shared/favicons/links.tiddlywiki.org
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: talk.tiddlywiki.org
|
||||
description: Community Forum
|
||||
url: https://talk.tiddlywiki.org/
|
||||
icon: $:/_tw_shared/favicons/talk.tiddlywiki.org
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: tiddlywiki.com/dev
|
||||
description: Developer Site
|
||||
url: https://tiddlywiki.com/dev/
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.dev
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: tiddlywiki.com/prerelease
|
||||
description: Latest Build of Next Release
|
||||
url: https://tiddlywiki.com/prerelease/
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.prerelease
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: tiddlywiki.com
|
||||
description: Main Site
|
||||
url: https://tiddlywiki.com/
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.com
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: tiddlywiki.com/upgrade.html
|
||||
description: Upgrading Wizard
|
||||
url: https://tiddlywiki.com/upgrade.html
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.com.upgrade
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -4,3 +4,4 @@ caption: tiddlywiki.org
|
||||
description: Community Matters
|
||||
url: https://tiddlywiki.org/
|
||||
icon: $:/_tw_shared/favicons/tiddlywiki.org
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
@ -1,6 +1,7 @@
|
||||
title: $:/_tw_shared/styles
|
||||
tags: $:/tags/Stylesheet
|
||||
code-body: yes
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
||||
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
title: $:/tags/TiddlyWikiSites
|
||||
list: $:/_tw_shared/sites/tiddlywiki.com $:/_tw_shared/sites/tiddlywiki.org $:/_tw_shared/sites/talk.tiddlywiki.org $:/_tw_shared/sites/links.tiddlywiki.org $:/_tw_shared/sites/tiddlywiki.com.upgrade $:/_tw_shared/sites/tiddlywiki.com.dev $:/_tw_shared/sites/tiddlywiki.com.prerelease $:/_tw_shared/sites/classic.tiddlywiki.com
|
||||
tags: TiddlyWikiSitesMenu
|
||||
|
Loading…
Reference in New Issue
Block a user