mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-06-06 00:29:12 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Ke Wang (Gk0Wk in GitHub)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
@ -1,2 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/LICENSE
|
||||
type: text/plain
|
@ -1,84 +0,0 @@
|
||||
list-before: $:/core/ui/ViewTemplate/title
|
||||
tags: $:/tags/ViewTemplate
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/body
|
||||
|
||||
<$list filter="[all[current]!is[system]]">
|
||||
<$set name="tiddler" value=<<currentTiddler>>>
|
||||
<$list filter="[<currentTiddler>addprefix[$:/temp/Gk0Wk/notionpage-covericon/Selector/]]" variable="stateTiddler1">
|
||||
<$list filter="[<currentTiddler>addprefix[$:/temp/Gk0Wk/notionpage-covericon/ChangeCover/]]" variable="stateTiddler2">
|
||||
<$set name="icon" value={{!!icon}}>
|
||||
<$set name="cover" value={{!!page-cover}}>
|
||||
<$list filter="[<icon>match[]]">
|
||||
<$list filter="[<cover>match[]]">
|
||||
<!-- !icon && !cover -->
|
||||
<div class="gk0wk-notionpagebg gk0wk-notionpagebg-n">
|
||||
<div class="gk0wk-notionbg-addbuttons">
|
||||
<$button setTitle=<<tiddler>> setField="icon" setTo={{$:/plugins/Gk0Wk/notionpage-covericon/default-icon}} tooltip="Add Icon">😁 Add Icon</$button>
|
||||
<$button setTitle=<<tiddler>> setField="page-cover" setTo={{$:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url}} tooltip="Add Cover">{{$:/core/images/picture}} Add Cover</$button>
|
||||
</div>
|
||||
</div>
|
||||
</$list>
|
||||
<$list filter="[<cover>!match[]]">
|
||||
<!-- !icon && cover -->
|
||||
<div class="gk0wk-notionpagebg gk0wk-notionpagebg-c">
|
||||
<div class="gk0wk-notionpagebg-image"><$image source=<<cover>> width="100%" height="auto"/></div>
|
||||
<$button popup=<<stateTiddler2>> class="gk0wk-notionpageb-changecover" tooltip="Change Cover">Change Cover</$button>
|
||||
<$reveal type="popup" state=<<stateTiddler2>> position="belowleft" tag="div" class="tc-popup-keep">
|
||||
<div class="gk0wk-notionpageb-changecover-box">
|
||||
<div>
|
||||
<$edit-text tiddler=<<tiddler>> field="page-cover" default="" placeholder="Tiddler or URL" focus="true"/>
|
||||
</div>
|
||||
</div>
|
||||
</$reveal>
|
||||
<div class="gk0wk-notionbg-addbuttons">
|
||||
<$button setTitle=<<tiddler>> setField="icon" setTo={{$:/plugins/Gk0Wk/notionpage-covericon/default-icon}} tooltip="Add Icon">😁 Add Icon</$button>
|
||||
</div>
|
||||
</div>
|
||||
</$list>
|
||||
</$list>
|
||||
<$list filter="[<icon>!match[]]">
|
||||
<$list filter="[<cover>match[]]">
|
||||
<!-- icon && !cover -->
|
||||
<div class="gk0wk-notionpagebg gk0wk-notionpagebg-i">
|
||||
<$button popup=<<stateTiddler1>> class="gk0wk-notionpagebg-icon1">
|
||||
<$list filter="[title<icon>is[shadow]!is[tiddler]]"><$transclude tiddler=<<icon>>/></$list>
|
||||
<$list filter="[title<icon>is[tiddler]!is[shadow]]"><$transclude tiddler=<<icon>>/></$list>
|
||||
<$list filter="[title<icon>!is[shadow]!is[tiddler]]"><$wikify name="rendered" text=<<icon>> output=html><<rendered>></$wikify></$list>
|
||||
</$button>
|
||||
<$reveal type="popup" state=<<stateTiddler1>> position="below" tag="div" class="tc-popup-keep">
|
||||
{{$:/plugins/Gk0Wk/notionpage-covericon/icon-selector}}
|
||||
</$reveal>
|
||||
<div class="gk0wk-notionbg-addbuttons">
|
||||
<$button setTitle=<<tiddler>> setField="page-cover" setTo={{$:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url}} tooltip="Add Cover">{{$:/core/images/picture}} Add Cover</$button>
|
||||
</div>
|
||||
</div>
|
||||
</$list>
|
||||
<$list filter="[<cover>!match[]]">
|
||||
<!-- icon && cover -->
|
||||
<div class="gk0wk-notionpagebg gk0wk-notionpagebg-ci">
|
||||
<div class="gk0wk-notionpagebg-image"><$image source=<<cover>> width="100%" height="auto"/></div>
|
||||
<$button popup=<<stateTiddler1>> class="gk0wk-notionpagebg-icon2">
|
||||
<$list filter="[title<icon>is[shadow]!is[tiddler]]"><$transclude tiddler=<<icon>>/></$list>
|
||||
<$list filter="[title<icon>is[tiddler]!is[shadow]]"><$transclude tiddler=<<icon>>/></$list>
|
||||
<$list filter="[title<icon>!is[shadow]!is[tiddler]]"><$wikify name="rendered" text=<<icon>> output=html><<rendered>></$wikify></$list>
|
||||
</$button>
|
||||
<$reveal type="popup" state=<<stateTiddler1>> position="below" tag="div" class="tc-popup-keep">
|
||||
{{$:/plugins/Gk0Wk/notionpage-covericon/icon-selector}}
|
||||
</$reveal>
|
||||
<$button popup=<<stateTiddler2>> class="gk0wk-notionpageb-changecover" tooltip="Change Cover">Change Cover</$button>
|
||||
<$reveal type="popup" state=<<stateTiddler2>> position="belowleft" tag="div" class="tc-popup-keep">
|
||||
<div class="gk0wk-notionpageb-changecover-box">
|
||||
<div>
|
||||
<$edit-text tiddler=<<tiddler>> field="page-cover" default="" placeholder="Tiddler or URL" focus="true"/>
|
||||
</div>
|
||||
</div>
|
||||
</$reveal>
|
||||
</div>
|
||||
</$list>
|
||||
</$list>
|
||||
</$set>
|
||||
</$set>
|
||||
</$list>
|
||||
</$list>
|
||||
</$set>
|
||||
</$list>
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/default-icon
|
||||
|
||||
📒
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url
|
||||
|
||||
https://source.unsplash.com/random
|
@ -1,84 +0,0 @@
|
||||
🎃: jack-o-lantern
|
||||
🎄: Christmas tree
|
||||
🎆: fireworks
|
||||
🎇: sparkler
|
||||
🧨: firecracker
|
||||
✨: sparkles
|
||||
🎈: balloon
|
||||
🎉: party popper
|
||||
🎊: confetti ball
|
||||
🎋: tanabata tree
|
||||
🎍: pine decoration
|
||||
🎎: Japanese dolls
|
||||
🎏: carp streamer
|
||||
🎐: wind chime
|
||||
🎑: moon viewing ceremony
|
||||
🧧: red envelope
|
||||
🎀: ribbon
|
||||
🎁: wrapped gift
|
||||
🎗️: reminder ribbon
|
||||
🎟️: admission tickets
|
||||
🎫: ticket
|
||||
🎖️: military medal
|
||||
🏆: trophy
|
||||
🏅: sports medal
|
||||
🥇: 1st place medal
|
||||
🥈: 2nd place medal
|
||||
🥉: 3rd place medal
|
||||
⚽: soccer ball
|
||||
⚾: baseball
|
||||
🥎: softball
|
||||
🏀: basketball
|
||||
🏐: volleyball
|
||||
🏈: american football
|
||||
🏉: rugby football
|
||||
🎾: tennis
|
||||
🥏: flying disc
|
||||
🎳: bowling
|
||||
🏏: cricket game
|
||||
🏑: field hockey
|
||||
🏒: ice hockey
|
||||
🥍: lacrosse
|
||||
🏓: ping pong
|
||||
🏸: badminton
|
||||
🥊: boxing glove
|
||||
🥋: martial arts uniform
|
||||
🥅: goal net
|
||||
⛳: flag in hole
|
||||
⛸️: ice skate
|
||||
🎣: fishing pole
|
||||
🤿: diving mask
|
||||
🎽: running shirt
|
||||
🎿: skis
|
||||
🛷: sled
|
||||
🥌: curling stone
|
||||
🎯: bullseye
|
||||
🪀: yo-yo
|
||||
🪁: kite
|
||||
🎱: pool 8 ball
|
||||
🔮: crystal ball
|
||||
🪄: magic wand
|
||||
🧿: nazar amulet
|
||||
🎮: video game
|
||||
🕹️: joystick
|
||||
🎰: slot machine
|
||||
🎲: game die
|
||||
🧩: puzzle piece
|
||||
🧸: teddy bear
|
||||
🪅: piñata
|
||||
🪆: nesting dolls
|
||||
♠️: spade suit
|
||||
♥️: heart suit
|
||||
♦️: diamond suit
|
||||
♣️: club suit
|
||||
♟️: chess pawn
|
||||
🃏: joker
|
||||
🀄: mahjong red dragon
|
||||
🎴: flower playing cards
|
||||
🎭: performing arts
|
||||
🖼️: framed picture
|
||||
🎨: artist palette
|
||||
🧵: thread
|
||||
🪡: sewing needle
|
||||
🧶: yarn
|
||||
🪢: knot
|
@ -1,4 +0,0 @@
|
||||
caption: Activities
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/activities
|
||||
type: application/x-tiddler-dictionary
|
@ -1,140 +0,0 @@
|
||||
🐵: monkey face
|
||||
🐒: monkey
|
||||
🦍: gorilla
|
||||
🦧: orangutan
|
||||
🐶: dog face
|
||||
🐕: dog
|
||||
🦮: guide dog
|
||||
🐕🦺: service dog
|
||||
🐩: poodle
|
||||
🐺: wolf
|
||||
🦊: fox
|
||||
🦝: raccoon
|
||||
🐱: cat face
|
||||
🐈: cat
|
||||
🐈⬛: black cat
|
||||
🦁: lion
|
||||
🐯: tiger face
|
||||
🐅: tiger
|
||||
🐆: leopard
|
||||
🐴: horse face
|
||||
🐎: horse
|
||||
🦄: unicorn
|
||||
🦓: zebra
|
||||
🦌: deer
|
||||
🦬: bison
|
||||
🐮: cow face
|
||||
🐂: ox
|
||||
🐃: water buffalo
|
||||
🐄: cow
|
||||
🐷: pig face
|
||||
🐖: pig
|
||||
🐗: boar
|
||||
🐽: pig nose
|
||||
🐏: ram
|
||||
🐑: ewe
|
||||
🐐: goat
|
||||
🐪: camel
|
||||
🐫: two-hump camel
|
||||
🦙: llama
|
||||
🦒: giraffe
|
||||
🐘: elephant
|
||||
🦣: mammoth
|
||||
🦏: rhinoceros
|
||||
🦛: hippopotamus
|
||||
🐭: mouse face
|
||||
🐁: mouse
|
||||
🐀: rat
|
||||
🐹: hamster
|
||||
🐰: rabbit face
|
||||
🐇: rabbit
|
||||
🐿️: chipmunk
|
||||
🦫: beaver
|
||||
🦔: hedgehog
|
||||
🦇: bat
|
||||
🐻: bear
|
||||
🐻❄️: polar bear
|
||||
🐨: koala
|
||||
🐼: panda
|
||||
🦥: sloth
|
||||
🦦: otter
|
||||
🦨: skunk
|
||||
🦘: kangaroo
|
||||
🦡: badger
|
||||
🐾: paw prints
|
||||
🦃: turkey
|
||||
🐔: chicken
|
||||
🐓: rooster
|
||||
🐣: hatching chick
|
||||
🐤: baby chick
|
||||
🐥: front-facing baby chick
|
||||
🐦: bird
|
||||
🐧: penguin
|
||||
🕊️: dove
|
||||
🦅: eagle
|
||||
🦆: duck
|
||||
🦢: swan
|
||||
🦉: owl
|
||||
🦤: dodo
|
||||
🪶: feather
|
||||
🦩: flamingo
|
||||
🦚: peacock
|
||||
🦜: parrot
|
||||
🐸: frog
|
||||
🐊: crocodile
|
||||
🐢: turtle
|
||||
🦎: lizard
|
||||
🐍: snake
|
||||
🐲: dragon face
|
||||
🐉: dragon
|
||||
🦕: sauropod
|
||||
🦖: T-Rex
|
||||
🐳: spouting whale
|
||||
🐋: whale
|
||||
🐬: dolphin
|
||||
🦭: seal
|
||||
🐟: fish
|
||||
🐠: tropical fish
|
||||
🐡: blowfish
|
||||
🦈: shark
|
||||
🐙: octopus
|
||||
🐚: spiral shell
|
||||
🐌: snail
|
||||
🦋: butterfly
|
||||
🐛: bug
|
||||
🐜: ant
|
||||
🐝: honeybee
|
||||
🪲: beetle
|
||||
🐞: lady beetle
|
||||
🦗: cricket
|
||||
🪳: cockroach
|
||||
🕷️: spider
|
||||
🕸️: spider web
|
||||
🦂: scorpion
|
||||
🦟: mosquito
|
||||
🪰: fly
|
||||
🪱: worm
|
||||
🦠: microbe
|
||||
💐: bouquet
|
||||
🌸: cherry blossom
|
||||
💮: white flower
|
||||
🏵️: rosette
|
||||
🌹: rose
|
||||
🥀: wilted flower
|
||||
🌺: hibiscus
|
||||
🌻: sunflower
|
||||
🌼: blossom
|
||||
🌷: tulip
|
||||
🌱: seedling
|
||||
🪴: potted plant
|
||||
🌲: evergreen tree
|
||||
🌳: deciduous tree
|
||||
🌴: palm tree
|
||||
🌵: cactus
|
||||
🌾: sheaf of rice
|
||||
🌿: herb
|
||||
☘️: shamrock
|
||||
🍀: four leaf clover
|
||||
🍁: maple leaf
|
||||
🍂: fallen leaf
|
||||
🍃: leaf fluttering in wind
|
@ -1,4 +0,0 @@
|
||||
caption: Animals & Nature
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/animals-nature
|
||||
type: application/x-tiddler-dictionary
|
@ -1,268 +0,0 @@
|
||||
🏁: chequered flag
|
||||
🚩: triangular flag
|
||||
🎌: crossed flags
|
||||
🏴: black flag
|
||||
🏳️: white flag
|
||||
🏳️🌈: rainbow flag
|
||||
🏳️⚧️: transgender flag
|
||||
🏴☠️: pirate flag
|
||||
🇦🇨: flag Ascension Island
|
||||
🇦🇩: flag Andorra
|
||||
🇦🇪: flag United Arab Emirates
|
||||
🇦🇫: flag Afghanistan
|
||||
🇦🇬: flag Antigua & Barbuda
|
||||
🇦🇮: flag Anguilla
|
||||
🇦🇱: flag Albania
|
||||
🇦🇲: flag Armenia
|
||||
🇦🇴: flag Angola
|
||||
🇦🇶: flag Antarctica
|
||||
🇦🇷: flag Argentina
|
||||
🇦🇸: flag American Samoa
|
||||
🇦🇹: flag Austria
|
||||
🇦🇺: flag Australia
|
||||
🇦🇼: flag Aruba
|
||||
🇦🇽: flag Åland Islands
|
||||
🇦🇿: flag Azerbaijan
|
||||
🇧🇦: flag Bosnia & Herzegovina
|
||||
🇧🇧: flag Barbados
|
||||
🇧🇩: flag Bangladesh
|
||||
🇧🇪: flag Belgium
|
||||
🇧🇫: flag Burkina Faso
|
||||
🇧🇬: flag Bulgaria
|
||||
🇧🇭: flag Bahrain
|
||||
🇧🇮: flag Burundi
|
||||
🇧🇯: flag Benin
|
||||
🇧🇱: flag St. Barthélemy
|
||||
🇧🇲: flag Bermuda
|
||||
🇧🇳: flag Brunei
|
||||
🇧🇴: flag Bolivia
|
||||
🇧🇶: flag Caribbean Netherlands
|
||||
🇧🇷: flag Brazil
|
||||
🇧🇸: flag Bahamas
|
||||
🇧🇹: flag Bhutan
|
||||
🇧🇻: flag Bouvet Island
|
||||
🇧🇼: flag Botswana
|
||||
🇧🇾: flag Belarus
|
||||
🇧🇿: flag Belize
|
||||
🇨🇦: flag Canada
|
||||
🇨🇨: flag Cocos (Keeling) Islands
|
||||
🇨🇩: flag Congo - Kinshasa
|
||||
🇨🇫: flag Central African Republic
|
||||
🇨🇬: flag Congo - Brazzaville
|
||||
🇨🇭: flag Switzerland
|
||||
🇨🇮: flag Côte d’Ivoire
|
||||
🇨🇰: flag Cook Islands
|
||||
🇨🇱: flag Chile
|
||||
🇨🇲: flag Cameroon
|
||||
🇨🇳: flag China
|
||||
🇨🇴: flag Colombia
|
||||
🇨🇵: flag Clipperton Island
|
||||
🇨🇷: flag Costa Rica
|
||||
🇨🇺: flag Cuba
|
||||
🇨🇻: flag Cape Verde
|
||||
🇨🇼: flag Curaçao
|
||||
🇨🇽: flag Christmas Island
|
||||
🇨🇾: flag Cyprus
|
||||
🇨🇿: flag Czechia
|
||||
🇩🇪: flag Germany
|
||||
🇩🇬: flag Diego Garcia
|
||||
🇩🇯: flag Djibouti
|
||||
🇩🇰: flag Denmark
|
||||
🇩🇲: flag Dominica
|
||||
🇩🇴: flag Dominican Republic
|
||||
🇩🇿: flag Algeria
|
||||
🇪🇦: flag Ceuta & Melilla
|
||||
🇪🇨: flag Ecuador
|
||||
🇪🇪: flag Estonia
|
||||
🇪🇬: flag Egypt
|
||||
🇪🇭: flag Western Sahara
|
||||
🇪🇷: flag Eritrea
|
||||
🇪🇸: flag Spain
|
||||
🇪🇹: flag Ethiopia
|
||||
🇪🇺: flag European Union
|
||||
🇫🇮: flag Finland
|
||||
🇫🇯: flag Fiji
|
||||
🇫🇰: flag Falkland Islands
|
||||
🇫🇲: flag Micronesia
|
||||
🇫🇴: flag Faroe Islands
|
||||
🇫🇷: flag France
|
||||
🇬🇦: flag Gabon
|
||||
🇬🇧: flag United Kingdom
|
||||
🇬🇩: flag Grenada
|
||||
🇬🇪: flag Georgia
|
||||
🇬🇫: flag French Guiana
|
||||
🇬🇬: flag Guernsey
|
||||
🇬🇭: flag Ghana
|
||||
🇬🇮: flag Gibraltar
|
||||
🇬🇱: flag Greenland
|
||||
🇬🇲: flag Gambia
|
||||
🇬🇳: flag Guinea
|
||||
🇬🇵: flag Guadeloupe
|
||||
🇬🇶: flag Equatorial Guinea
|
||||
🇬🇷: flag Greece
|
||||
🇬🇸: flag South Georgia & South Sandwich Islands
|
||||
🇬🇹: flag Guatemala
|
||||
🇬🇺: flag Guam
|
||||
🇬🇼: flag Guinea-Bissau
|
||||
🇬🇾: flag Guyana
|
||||
🇭🇰: flag Hong Kong SAR China
|
||||
🇭🇲: flag Heard & McDonald Islands
|
||||
🇭🇳: flag Honduras
|
||||
🇭🇷: flag Croatia
|
||||
🇭🇹: flag Haiti
|
||||
🇭🇺: flag Hungary
|
||||
🇮🇨: flag Canary Islands
|
||||
🇮🇩: flag Indonesia
|
||||
🇮🇪: flag Ireland
|
||||
🇮🇱: flag Israel
|
||||
🇮🇲: flag Isle of Man
|
||||
🇮🇳: flag India
|
||||
🇮🇴: flag British Indian Ocean Territory
|
||||
🇮🇶: flag Iraq
|
||||
🇮🇷: flag Iran
|
||||
🇮🇸: flag Iceland
|
||||
🇮🇹: flag Italy
|
||||
🇯🇪: flag Jersey
|
||||
🇯🇲: flag Jamaica
|
||||
🇯🇴: flag Jordan
|
||||
🇯🇵: flag Japan
|
||||
🇰🇪: flag Kenya
|
||||
🇰🇬: flag Kyrgyzstan
|
||||
🇰🇭: flag Cambodia
|
||||
🇰🇮: flag Kiribati
|
||||
🇰🇲: flag Comoros
|
||||
🇰🇳: flag St. Kitts & Nevis
|
||||
🇰🇵: flag North Korea
|
||||
🇰🇷: flag South Korea
|
||||
🇰🇼: flag Kuwait
|
||||
🇰🇾: flag Cayman Islands
|
||||
🇰🇿: flag Kazakhstan
|
||||
🇱🇦: flag Laos
|
||||
🇱🇧: flag Lebanon
|
||||
🇱🇨: flag St. Lucia
|
||||
🇱🇮: flag Liechtenstein
|
||||
🇱🇰: flag Sri Lanka
|
||||
🇱🇷: flag Liberia
|
||||
🇱🇸: flag Lesotho
|
||||
🇱🇹: flag Lithuania
|
||||
🇱🇺: flag Luxembourg
|
||||
🇱🇻: flag Latvia
|
||||
🇱🇾: flag Libya
|
||||
🇲🇦: flag Morocco
|
||||
🇲🇨: flag Monaco
|
||||
🇲🇩: flag Moldova
|
||||
🇲🇪: flag Montenegro
|
||||
🇲🇫: flag St. Martin
|
||||
🇲🇬: flag Madagascar
|
||||
🇲🇭: flag Marshall Islands
|
||||
🇲🇰: flag North Macedonia
|
||||
🇲🇱: flag Mali
|
||||
🇲🇲: flag Myanmar (Burma)
|
||||
🇲🇳: flag Mongolia
|
||||
🇲🇴: flag Macao SAR China
|
||||
🇲🇵: flag Northern Mariana Islands
|
||||
🇲🇶: flag Martinique
|
||||
🇲🇷: flag Mauritania
|
||||
🇲🇸: flag Montserrat
|
||||
🇲🇹: flag Malta
|
||||
🇲🇺: flag Mauritius
|
||||
🇲🇻: flag Maldives
|
||||
🇲🇼: flag Malawi
|
||||
🇲🇽: flag Mexico
|
||||
🇲🇾: flag Malaysia
|
||||
🇲🇿: flag Mozambique
|
||||
🇳🇦: flag Namibia
|
||||
🇳🇨: flag New Caledonia
|
||||
🇳🇪: flag Niger
|
||||
🇳🇫: flag Norfolk Island
|
||||
🇳🇬: flag Nigeria
|
||||
🇳🇮: flag Nicaragua
|
||||
🇳🇱: flag Netherlands
|
||||
🇳🇴: flag Norway
|
||||
🇳🇵: flag Nepal
|
||||
🇳🇷: flag Nauru
|
||||
🇳🇺: flag Niue
|
||||
🇳🇿: flag New Zealand
|
||||
🇴🇲: flag Oman
|
||||
🇵🇦: flag Panama
|
||||
🇵🇪: flag Peru
|
||||
🇵🇫: flag French Polynesia
|
||||
🇵🇬: flag Papua New Guinea
|
||||
🇵🇭: flag Philippines
|
||||
🇵🇰: flag Pakistan
|
||||
🇵🇱: flag Poland
|
||||
🇵🇲: flag St. Pierre & Miquelon
|
||||
🇵🇳: flag Pitcairn Islands
|
||||
🇵🇷: flag Puerto Rico
|
||||
🇵🇸: flag Palestinian Territories
|
||||
🇵🇹: flag Portugal
|
||||
🇵🇼: flag Palau
|
||||
🇵🇾: flag Paraguay
|
||||
🇶🇦: flag Qatar
|
||||
🇷🇪: flag Réunion
|
||||
🇷🇴: flag Romania
|
||||
🇷🇸: flag Serbia
|
||||
🇷🇺: flag Russia
|
||||
🇷🇼: flag Rwanda
|
||||
🇸🇦: flag Saudi Arabia
|
||||
🇸🇧: flag Solomon Islands
|
||||
🇸🇨: flag Seychelles
|
||||
🇸🇩: flag Sudan
|
||||
🇸🇪: flag Sweden
|
||||
🇸🇬: flag Singapore
|
||||
🇸🇭: flag St. Helena
|
||||
🇸🇮: flag Slovenia
|
||||
🇸🇯: flag Svalbard & Jan Mayen
|
||||
🇸🇰: flag Slovakia
|
||||
🇸🇱: flag Sierra Leone
|
||||
🇸🇲: flag San Marino
|
||||
🇸🇳: flag Senegal
|
||||
🇸🇴: flag Somalia
|
||||
🇸🇷: flag Suriname
|
||||
🇸🇸: flag South Sudan
|
||||
🇸🇹: flag São Tomé & Príncipe
|
||||
🇸🇻: flag El Salvador
|
||||
🇸🇽: flag Sint Maarten
|
||||
🇸🇾: flag Syria
|
||||
🇸🇿: flag Eswatini
|
||||
🇹🇦: flag Tristan da Cunha
|
||||
🇹🇨: flag Turks & Caicos Islands
|
||||
🇹🇩: flag Chad
|
||||
🇹🇫: flag French Southern Territories
|
||||
🇹🇬: flag Togo
|
||||
🇹🇭: flag Thailand
|
||||
🇹🇯: flag Tajikistan
|
||||
🇹🇰: flag Tokelau
|
||||
🇹🇱: flag Timor-Leste
|
||||
🇹🇲: flag Turkmenistan
|
||||
🇹🇳: flag Tunisia
|
||||
🇹🇴: flag Tonga
|
||||
🇹🇷: flag Turkey
|
||||
🇹🇹: flag Trinidad & Tobago
|
||||
🇹🇻: flag Tuvalu
|
||||
🇹🇿: flag Tanzania
|
||||
🇺🇦: flag Ukraine
|
||||
🇺🇬: flag Uganda
|
||||
🇺🇲: flag U.S. Outlying Islands
|
||||
🇺🇳: flag United Nations
|
||||
🇺🇸: flag United States
|
||||
🇺🇾: flag Uruguay
|
||||
🇺🇿: flag Uzbekistan
|
||||
🇻🇦: flag Vatican City
|
||||
🇻🇨: flag St. Vincent & Grenadines
|
||||
🇻🇪: flag Venezuela
|
||||
🇻🇬: flag British Virgin Islands
|
||||
🇻🇮: flag U.S. Virgin Islands
|
||||
🇻🇳: flag Vietnam
|
||||
🇻🇺: flag Vanuatu
|
||||
🇼🇫: flag Wallis & Futuna
|
||||
🇼🇸: flag Samoa
|
||||
🇽🇰: flag Kosovo
|
||||
🇾🇪: flag Yemen
|
||||
🇾🇹: flag Mayotte
|
||||
🇿🇦: flag South Africa
|
||||
🇿🇲: flag Zambia
|
||||
🇿🇼: flag Zimbabwe
|
||||
🏴: flag England
|
||||
🏴: flag Scotland
|
||||
🏴: flag Wales
|
@ -1,4 +0,0 @@
|
||||
caption: Flags
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/flags
|
||||
type: application/x-tiddler-dictionary
|
@ -1,129 +0,0 @@
|
||||
🍇: grapes
|
||||
🍈: melon
|
||||
🍉: watermelon
|
||||
🍊: tangerine
|
||||
🍋: lemon
|
||||
🍌: banana
|
||||
🍍: pineapple
|
||||
🥭: mango
|
||||
🍎: red apple
|
||||
🍏: green apple
|
||||
🍐: pear
|
||||
🍑: peach
|
||||
🍒: cherries
|
||||
🍓: strawberry
|
||||
🫐: blueberries
|
||||
🥝: kiwi fruit
|
||||
🍅: tomato
|
||||
🫒: olive
|
||||
🥥: coconut
|
||||
🥑: avocado
|
||||
🍆: eggplant
|
||||
🥔: potato
|
||||
🥕: carrot
|
||||
🌽: ear of corn
|
||||
🌶️: hot pepper
|
||||
🫑: bell pepper
|
||||
🥒: cucumber
|
||||
🥬: leafy green
|
||||
🥦: broccoli
|
||||
🧄: garlic
|
||||
🧅: onion
|
||||
🍄: mushroom
|
||||
🥜: peanuts
|
||||
🌰: chestnut
|
||||
🍞: bread
|
||||
🥐: croissant
|
||||
🥖: baguette bread
|
||||
🫓: flatbread
|
||||
🥨: pretzel
|
||||
🥯: bagel
|
||||
🥞: pancakes
|
||||
🧇: waffle
|
||||
🧀: cheese wedge
|
||||
🍖: meat on bone
|
||||
🍗: poultry leg
|
||||
🥩: cut of meat
|
||||
🥓: bacon
|
||||
🍔: hamburger
|
||||
🍟: french fries
|
||||
🍕: pizza
|
||||
🌭: hot dog
|
||||
🥪: sandwich
|
||||
🌮: taco
|
||||
🌯: burrito
|
||||
🫔: tamale
|
||||
🥙: stuffed flatbread
|
||||
🧆: falafel
|
||||
🥚: egg
|
||||
🍳: cooking
|
||||
🥘: shallow pan of food
|
||||
🍲: pot of food
|
||||
🫕: fondue
|
||||
🥣: bowl with spoon
|
||||
🥗: green salad
|
||||
🍿: popcorn
|
||||
🧈: butter
|
||||
🧂: salt
|
||||
🥫: canned food
|
||||
🍱: bento box
|
||||
🍘: rice cracker
|
||||
🍙: rice ball
|
||||
🍚: cooked rice
|
||||
🍛: curry rice
|
||||
🍜: steaming bowl
|
||||
🍝: spaghetti
|
||||
🍠: roasted sweet potato
|
||||
🍢: oden
|
||||
🍣: sushi
|
||||
🍤: fried shrimp
|
||||
🍥: fish cake with swirl
|
||||
🥮: moon cake
|
||||
🍡: dango
|
||||
🥟: dumpling
|
||||
🥠: fortune cookie
|
||||
🥡: takeout box
|
||||
🦀: crab
|
||||
🦞: lobster
|
||||
🦐: shrimp
|
||||
🦑: squid
|
||||
🦪: oyster
|
||||
🍦: soft ice cream
|
||||
🍧: shaved ice
|
||||
🍨: ice cream
|
||||
🍩: doughnut
|
||||
🍪: cookie
|
||||
🎂: birthday cake
|
||||
🍰: shortcake
|
||||
🧁: cupcake
|
||||
🥧: pie
|
||||
🍫: chocolate bar
|
||||
🍬: candy
|
||||
🍭: lollipop
|
||||
🍮: custard
|
||||
🍯: honey pot
|
||||
🍼: baby bottle
|
||||
🥛: glass of milk
|
||||
☕: hot beverage
|
||||
🫖: teapot
|
||||
🍵: teacup without handle
|
||||
🍶: sake
|
||||
🍾: bottle with popping cork
|
||||
🍷: wine glass
|
||||
🍸: cocktail glass
|
||||
🍹: tropical drink
|
||||
🍺: beer mug
|
||||
🍻: clinking beer mugs
|
||||
🥂: clinking glasses
|
||||
🥃: tumbler glass
|
||||
🥤: cup with straw
|
||||
🧋: bubble tea
|
||||
🧃: beverage box
|
||||
🧉: mate
|
||||
🧊: ice
|
||||
🥢: chopsticks
|
||||
🍽️: fork and knife with plate
|
||||
🍴: fork and knife
|
||||
🥄: spoon
|
||||
🔪: kitchen knife
|
||||
🏺: amphora
|
@ -1,4 +0,0 @@
|
||||
caption: Food & Drink
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/food-drink
|
||||
type: application/x-tiddler-dictionary
|
@ -1,250 +0,0 @@
|
||||
👓: glasses
|
||||
🕶️: sunglasses
|
||||
🥽: goggles
|
||||
🥼: lab coat
|
||||
🦺: safety vest
|
||||
👔: necktie
|
||||
👕: t-shirt
|
||||
👖: jeans
|
||||
🧣: scarf
|
||||
🧤: gloves
|
||||
🧥: coat
|
||||
🧦: socks
|
||||
👗: dress
|
||||
👘: kimono
|
||||
🥻: sari
|
||||
🩱: one-piece swimsuit
|
||||
🩲: briefs
|
||||
🩳: shorts
|
||||
👙: bikini
|
||||
👚: woman’s clothes
|
||||
👛: purse
|
||||
👜: handbag
|
||||
👝: clutch bag
|
||||
🛍️: shopping bags
|
||||
🎒: backpack
|
||||
🩴: thong sandal
|
||||
👞: man’s shoe
|
||||
👟: running shoe
|
||||
🥾: hiking boot
|
||||
🥿: flat shoe
|
||||
👠: high-heeled shoe
|
||||
👡: woman’s sandal
|
||||
🩰: ballet shoes
|
||||
👢: woman’s boot
|
||||
👑: crown
|
||||
👒: woman’s hat
|
||||
🎩: top hat
|
||||
🎓: graduation cap
|
||||
🧢: billed cap
|
||||
🪖: military helmet
|
||||
⛑️: rescue worker’s helmet
|
||||
📿: prayer beads
|
||||
💄: lipstick
|
||||
💍: ring
|
||||
💎: gem stone
|
||||
🔇: muted speaker
|
||||
🔈: speaker low volume
|
||||
🔉: speaker medium volume
|
||||
🔊: speaker high volume
|
||||
📢: loudspeaker
|
||||
📣: megaphone
|
||||
📯: postal horn
|
||||
🔔: bell
|
||||
🔕: bell with slash
|
||||
🎼: musical score
|
||||
🎵: musical note
|
||||
🎶: musical notes
|
||||
🎙️: studio microphone
|
||||
🎚️: level slider
|
||||
🎛️: control knobs
|
||||
🎤: microphone
|
||||
🎧: headphone
|
||||
📻: radio
|
||||
🎷: saxophone
|
||||
🪗: accordion
|
||||
🎸: guitar
|
||||
🎹: musical keyboard
|
||||
🎺: trumpet
|
||||
🎻: violin
|
||||
🪕: banjo
|
||||
🥁: drum
|
||||
🪘: long drum
|
||||
📱: mobile phone
|
||||
📲: mobile phone with arrow
|
||||
☎️: telephone
|
||||
📞: telephone receiver
|
||||
📟: pager
|
||||
📠: fax machine
|
||||
🔋: battery
|
||||
🔌: electric plug
|
||||
💻: laptop
|
||||
🖥️: desktop computer
|
||||
🖨️: printer
|
||||
⌨️: keyboard
|
||||
🖱️: computer mouse
|
||||
🖲️: trackball
|
||||
💽: computer disk
|
||||
💾: floppy disk
|
||||
💿: optical disk
|
||||
📀: dvd
|
||||
🧮: abacus
|
||||
🎥: movie camera
|
||||
🎞️: film frames
|
||||
📽️: film projector
|
||||
🎬: clapper board
|
||||
📺: television
|
||||
📷: camera
|
||||
📸: camera with flash
|
||||
📹: video camera
|
||||
📼: videocassette
|
||||
🔍: magnifying glass tilted left
|
||||
🔎: magnifying glass tilted right
|
||||
🕯️: candle
|
||||
💡: light bulb
|
||||
🔦: flashlight
|
||||
🏮: red paper lantern
|
||||
🪔: diya lamp
|
||||
📔: notebook with decorative cover
|
||||
📕: closed book
|
||||
📖: open book
|
||||
📗: green book
|
||||
📘: blue book
|
||||
📙: orange book
|
||||
📚: books
|
||||
📓: notebook
|
||||
📒: ledger
|
||||
📃: page with curl
|
||||
📜: scroll
|
||||
📄: page facing up
|
||||
📰: newspaper
|
||||
🗞️: rolled-up newspaper
|
||||
📑: bookmark tabs
|
||||
🔖: bookmark
|
||||
🏷️: label
|
||||
💰: money bag
|
||||
🪙: coin
|
||||
💴: yen banknote
|
||||
💵: dollar banknote
|
||||
💶: euro banknote
|
||||
💷: pound banknote
|
||||
💸: money with wings
|
||||
💳: credit card
|
||||
🧾: receipt
|
||||
💹: chart increasing with yen
|
||||
✉️: envelope
|
||||
📧: e-mail
|
||||
📨: incoming envelope
|
||||
📩: envelope with arrow
|
||||
📤: outbox tray
|
||||
📥: inbox tray
|
||||
📦: package
|
||||
📫: closed mailbox with raised flag
|
||||
📪: closed mailbox with lowered flag
|
||||
📬: open mailbox with raised flag
|
||||
📭: open mailbox with lowered flag
|
||||
📮: postbox
|
||||
🗳️: ballot box with ballot
|
||||
✏️: pencil
|
||||
✒️: black nib
|
||||
🖋️: fountain pen
|
||||
🖊️: pen
|
||||
🖌️: paintbrush
|
||||
🖍️: crayon
|
||||
📝: memo
|
||||
💼: briefcase
|
||||
📁: file folder
|
||||
📂: open file folder
|
||||
🗂️: card index dividers
|
||||
📅: calendar
|
||||
📆: tear-off calendar
|
||||
🗒️: spiral notepad
|
||||
🗓️: spiral calendar
|
||||
📇: card index
|
||||
📈: chart increasing
|
||||
📉: chart decreasing
|
||||
📊: bar chart
|
||||
📋: clipboard
|
||||
📌: pushpin
|
||||
📍: round pushpin
|
||||
📎: paperclip
|
||||
🖇️: linked paperclips
|
||||
📏: straight ruler
|
||||
📐: triangular ruler
|
||||
✂️: scissors
|
||||
🗃️: card file box
|
||||
🗄️: file cabinet
|
||||
🗑️: wastebasket
|
||||
🔒: locked
|
||||
🔓: unlocked
|
||||
🔏: locked with pen
|
||||
🔐: locked with key
|
||||
🔑: key
|
||||
🗝️: old key
|
||||
🔨: hammer
|
||||
🪓: axe
|
||||
⛏️: pick
|
||||
⚒️: hammer and pick
|
||||
🛠️: hammer and wrench
|
||||
🗡️: dagger
|
||||
⚔️: crossed swords
|
||||
🔫: water pistol
|
||||
🪃: boomerang
|
||||
🏹: bow and arrow
|
||||
🛡️: shield
|
||||
🪚: carpentry saw
|
||||
🔧: wrench
|
||||
🪛: screwdriver
|
||||
🔩: nut and bolt
|
||||
⚙️: gear
|
||||
🗜️: clamp
|
||||
⚖️: balance scale
|
||||
🦯: white cane
|
||||
🔗: link
|
||||
⛓️: chains
|
||||
🪝: hook
|
||||
🧰: toolbox
|
||||
🧲: magnet
|
||||
🪜: ladder
|
||||
⚗️: alembic
|
||||
🧪: test tube
|
||||
🧫: petri dish
|
||||
🧬: dna
|
||||
🔬: microscope
|
||||
🔭: telescope
|
||||
📡: satellite antenna
|
||||
💉: syringe
|
||||
🩸: drop of blood
|
||||
💊: pill
|
||||
🩹: adhesive bandage
|
||||
🩺: stethoscope
|
||||
🚪: door
|
||||
🛗: elevator
|
||||
🪞: mirror
|
||||
🪟: window
|
||||
🛏️: bed
|
||||
🛋️: couch and lamp
|
||||
🪑: chair
|
||||
🚽: toilet
|
||||
🪠: plunger
|
||||
🚿: shower
|
||||
🛁: bathtub
|
||||
🪤: mouse trap
|
||||
🪒: razor
|
||||
🧴: lotion bottle
|
||||
🧷: safety pin
|
||||
🧹: broom
|
||||
🧺: basket
|
||||
🧻: roll of paper
|
||||
🪣: bucket
|
||||
🧼: soap
|
||||
🪥: toothbrush
|
||||
🧽: sponge
|
||||
🧯: fire extinguisher
|
||||
🛒: shopping cart
|
||||
🚬: cigarette
|
||||
⚰️: coffin
|
||||
🪦: headstone
|
||||
⚱️: funeral urn
|
||||
🗿: moai
|
||||
🪧: placard
|
@ -1,4 +0,0 @@
|
||||
caption: Objects
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/objects
|
||||
type: application/x-tiddler-dictionary
|
@ -1,349 +0,0 @@
|
||||
👋: waving hand
|
||||
🤚: raised back of hand
|
||||
🖐️: hand with fingers splayed
|
||||
✋: raised hand
|
||||
🖖: vulcan salute
|
||||
👌: OK hand
|
||||
🤌: pinched fingers
|
||||
🤏: pinching hand
|
||||
✌️: victory hand
|
||||
🤞: crossed fingers
|
||||
🤟: love-you gesture
|
||||
🤘: sign of the horns
|
||||
🤙: call me hand
|
||||
👈: backhand index pointing left
|
||||
👉: backhand index pointing right
|
||||
👆: backhand index pointing up
|
||||
🖕: middle finger
|
||||
👇: backhand index pointing down
|
||||
☝️: index pointing up
|
||||
👍: thumbs up
|
||||
👎: thumbs down
|
||||
✊: raised fist
|
||||
👊: oncoming fist
|
||||
🤛: left-facing fist
|
||||
🤜: right-facing fist
|
||||
👏: clapping hands
|
||||
🙌: raising hands
|
||||
👐: open hands
|
||||
🤲: palms up together
|
||||
🤝: handshake
|
||||
🙏: folded hands
|
||||
✍️: writing hand
|
||||
💅: nail polish
|
||||
🤳: selfie
|
||||
💪: flexed biceps
|
||||
🦾: mechanical arm
|
||||
🦿: mechanical leg
|
||||
🦵: leg
|
||||
🦶: foot
|
||||
👂: ear
|
||||
🦻: ear with hearing aid
|
||||
👃: nose
|
||||
🧠: brain
|
||||
🫀: anatomical heart
|
||||
🫁: lungs
|
||||
🦷: tooth
|
||||
🦴: bone
|
||||
👀: eyes
|
||||
👁️: eye
|
||||
👅: tongue
|
||||
👄: mouth
|
||||
👶: baby
|
||||
🧒: child
|
||||
👦: boy
|
||||
👧: girl
|
||||
🧑: person
|
||||
👱: person blond hair
|
||||
👨: man
|
||||
🧔: person beard
|
||||
🧔♂️: man beard
|
||||
🧔♀️: woman beard
|
||||
👨🦰: man red hair
|
||||
👨🦱: man curly hair
|
||||
👨🦳: man white hair
|
||||
👨🦲: man bald
|
||||
👩: woman
|
||||
👩🦰: woman red hair
|
||||
🧑🦰: person red hair
|
||||
👩🦱: woman curly hair
|
||||
🧑🦱: person curly hair
|
||||
👩🦳: woman white hair
|
||||
🧑🦳: person white hair
|
||||
👩🦲: woman bald
|
||||
🧑🦲: person bald
|
||||
👱♀️: woman blond hair
|
||||
👱♂️: man blond hair
|
||||
🧓: older person
|
||||
👴: old man
|
||||
👵: old woman
|
||||
🙍: person frowning
|
||||
🙍♂️: man frowning
|
||||
🙍♀️: woman frowning
|
||||
🙎: person pouting
|
||||
🙎♂️: man pouting
|
||||
🙎♀️: woman pouting
|
||||
🙅: person gesturing NO
|
||||
🙅♂️: man gesturing NO
|
||||
🙅♀️: woman gesturing NO
|
||||
🙆: person gesturing OK
|
||||
🙆♂️: man gesturing OK
|
||||
🙆♀️: woman gesturing OK
|
||||
💁: person tipping hand
|
||||
💁♂️: man tipping hand
|
||||
💁♀️: woman tipping hand
|
||||
🙋: person raising hand
|
||||
🙋♂️: man raising hand
|
||||
🙋♀️: woman raising hand
|
||||
🧏: deaf person
|
||||
🧏♂️: deaf man
|
||||
🧏♀️: deaf woman
|
||||
🙇: person bowing
|
||||
🙇♂️: man bowing
|
||||
🙇♀️: woman bowing
|
||||
🤦: person facepalming
|
||||
🤦♂️: man facepalming
|
||||
🤦♀️: woman facepalming
|
||||
🤷: person shrugging
|
||||
🤷♂️: man shrugging
|
||||
🤷♀️: woman shrugging
|
||||
🧑⚕️: health worker
|
||||
👨⚕️: man health worker
|
||||
👩⚕️: woman health worker
|
||||
🧑🎓: student
|
||||
👨🎓: man student
|
||||
👩🎓: woman student
|
||||
🧑🏫: teacher
|
||||
👨🏫: man teacher
|
||||
👩🏫: woman teacher
|
||||
🧑⚖️: judge
|
||||
👨⚖️: man judge
|
||||
👩⚖️: woman judge
|
||||
🧑🌾: farmer
|
||||
👨🌾: man farmer
|
||||
👩🌾: woman farmer
|
||||
🧑🍳: cook
|
||||
👨🍳: man cook
|
||||
👩🍳: woman cook
|
||||
🧑🔧: mechanic
|
||||
👨🔧: man mechanic
|
||||
👩🔧: woman mechanic
|
||||
🧑🏭: factory worker
|
||||
👨🏭: man factory worker
|
||||
👩🏭: woman factory worker
|
||||
🧑💼: office worker
|
||||
👨💼: man office worker
|
||||
👩💼: woman office worker
|
||||
🧑🔬: scientist
|
||||
👨🔬: man scientist
|
||||
👩🔬: woman scientist
|
||||
🧑💻: technologist
|
||||
👨💻: man technologist
|
||||
👩💻: woman technologist
|
||||
🧑🎤: singer
|
||||
👨🎤: man singer
|
||||
👩🎤: woman singer
|
||||
🧑🎨: artist
|
||||
👨🎨: man artist
|
||||
👩🎨: woman artist
|
||||
🧑✈️: pilot
|
||||
👨✈️: man pilot
|
||||
👩✈️: woman pilot
|
||||
🧑🚀: astronaut
|
||||
👨🚀: man astronaut
|
||||
👩🚀: woman astronaut
|
||||
🧑🚒: firefighter
|
||||
👨🚒: man firefighter
|
||||
👩🚒: woman firefighter
|
||||
👮: police officer
|
||||
👮♂️: man police officer
|
||||
👮♀️: woman police officer
|
||||
🕵️: detective
|
||||
🕵️♂️: man detective
|
||||
🕵️♀️: woman detective
|
||||
💂: guard
|
||||
💂♂️: man guard
|
||||
💂♀️: woman guard
|
||||
🥷: ninja
|
||||
👷: construction worker
|
||||
👷♂️: man construction worker
|
||||
👷♀️: woman construction worker
|
||||
🤴: prince
|
||||
👸: princess
|
||||
👳: person wearing turban
|
||||
👳♂️: man wearing turban
|
||||
👳♀️: woman wearing turban
|
||||
👲: person with skullcap
|
||||
🧕: woman with headscarf
|
||||
🤵: person in tuxedo
|
||||
🤵♂️: man in tuxedo
|
||||
🤵♀️: woman in tuxedo
|
||||
👰: person with veil
|
||||
👰♂️: man with veil
|
||||
👰♀️: woman with veil
|
||||
🤰: pregnant woman
|
||||
🤱: breast-feeding
|
||||
👩🍼: woman feeding baby
|
||||
👨🍼: man feeding baby
|
||||
🧑🍼: person feeding baby
|
||||
👼: baby angel
|
||||
🎅: Santa Claus
|
||||
🤶: Mrs. Claus
|
||||
🧑🎄: mx claus
|
||||
🦸: superhero
|
||||
🦸♂️: man superhero
|
||||
🦸♀️: woman superhero
|
||||
🦹: supervillain
|
||||
🦹♂️: man supervillain
|
||||
🦹♀️: woman supervillain
|
||||
🧙: mage
|
||||
🧙♂️: man mage
|
||||
🧙♀️: woman mage
|
||||
🧚: fairy
|
||||
🧚♂️: man fairy
|
||||
🧚♀️: woman fairy
|
||||
🧛: vampire
|
||||
🧛♂️: man vampire
|
||||
🧛♀️: woman vampire
|
||||
🧜: merperson
|
||||
🧜♂️: merman
|
||||
🧜♀️: mermaid
|
||||
🧝: elf
|
||||
🧝♂️: man elf
|
||||
🧝♀️: woman elf
|
||||
🧞: genie
|
||||
🧞♂️: man genie
|
||||
🧞♀️: woman genie
|
||||
🧟: zombie
|
||||
🧟♂️: man zombie
|
||||
🧟♀️: woman zombie
|
||||
💆: person getting massage
|
||||
💆♂️: man getting massage
|
||||
💆♀️: woman getting massage
|
||||
💇: person getting haircut
|
||||
💇♂️: man getting haircut
|
||||
💇♀️: woman getting haircut
|
||||
🚶: person walking
|
||||
🚶♂️: man walking
|
||||
🚶♀️: woman walking
|
||||
🧍: person standing
|
||||
🧍♂️: man standing
|
||||
🧍♀️: woman standing
|
||||
🧎: person kneeling
|
||||
🧎♂️: man kneeling
|
||||
🧎♀️: woman kneeling
|
||||
🧑🦯: person with white cane
|
||||
👨🦯: man with white cane
|
||||
👩🦯: woman with white cane
|
||||
🧑🦼: person in motorized wheelchair
|
||||
👨🦼: man in motorized wheelchair
|
||||
👩🦼: woman in motorized wheelchair
|
||||
🧑🦽: person in manual wheelchair
|
||||
👨🦽: man in manual wheelchair
|
||||
👩🦽: woman in manual wheelchair
|
||||
🏃: person running
|
||||
🏃♂️: man running
|
||||
🏃♀️: woman running
|
||||
💃: woman dancing
|
||||
🕺: man dancing
|
||||
🕴️: person in suit levitating
|
||||
👯: people with bunny ears
|
||||
👯♂️: men with bunny ears
|
||||
👯♀️: women with bunny ears
|
||||
🧖: person in steamy room
|
||||
🧖♂️: man in steamy room
|
||||
🧖♀️: woman in steamy room
|
||||
🧗: person climbing
|
||||
🧗♂️: man climbing
|
||||
🧗♀️: woman climbing
|
||||
🤺: person fencing
|
||||
🏇: horse racing
|
||||
⛷️: skier
|
||||
🏂: snowboarder
|
||||
🏌️: person golfing
|
||||
🏌️♂️: man golfing
|
||||
🏌️♀️: woman golfing
|
||||
🏄: person surfing
|
||||
🏄♂️: man surfing
|
||||
🏄♀️: woman surfing
|
||||
🚣: person rowing boat
|
||||
🚣♂️: man rowing boat
|
||||
🚣♀️: woman rowing boat
|
||||
🏊: person swimming
|
||||
🏊♂️: man swimming
|
||||
🏊♀️: woman swimming
|
||||
⛹️: person bouncing ball
|
||||
⛹️♂️: man bouncing ball
|
||||
⛹️♀️: woman bouncing ball
|
||||
🏋️: person lifting weights
|
||||
🏋️♂️: man lifting weights
|
||||
🏋️♀️: woman lifting weights
|
||||
🚴: person biking
|
||||
🚴♂️: man biking
|
||||
🚴♀️: woman biking
|
||||
🚵: person mountain biking
|
||||
🚵♂️: man mountain biking
|
||||
🚵♀️: woman mountain biking
|
||||
🤸: person cartwheeling
|
||||
🤸♂️: man cartwheeling
|
||||
🤸♀️: woman cartwheeling
|
||||
🤼: people wrestling
|
||||
🤼♂️: men wrestling
|
||||
🤼♀️: women wrestling
|
||||
🤽: person playing water polo
|
||||
🤽♂️: man playing water polo
|
||||
🤽♀️: woman playing water polo
|
||||
🤾: person playing handball
|
||||
🤾♂️: man playing handball
|
||||
🤾♀️: woman playing handball
|
||||
🤹: person juggling
|
||||
🤹♂️: man juggling
|
||||
🤹♀️: woman juggling
|
||||
🧘: person in lotus position
|
||||
🧘♂️: man in lotus position
|
||||
🧘♀️: woman in lotus position
|
||||
🛀: person taking bath
|
||||
🛌: person in bed
|
||||
🧑🤝🧑: people holding hands
|
||||
👭: women holding hands
|
||||
👫: woman and man holding hands
|
||||
👬: men holding hands
|
||||
💏: kiss
|
||||
👩❤️💋👨: kiss woman, man
|
||||
👨❤️💋👨: kiss man, man
|
||||
👩❤️💋👩: kiss woman, woman
|
||||
💑: couple with heart
|
||||
👩❤️👨: couple with heart woman, man
|
||||
👨❤️👨: couple with heart man, man
|
||||
👩❤️👩: couple with heart woman, woman
|
||||
👪: family
|
||||
👨👩👦: family man, woman, boy
|
||||
👨👩👧: family man, woman, girl
|
||||
👨👩👧👦: family man, woman, girl, boy
|
||||
👨👩👦👦: family man, woman, boy, boy
|
||||
👨👩👧👧: family man, woman, girl, girl
|
||||
👨👨👦: family man, man, boy
|
||||
👨👨👧: family man, man, girl
|
||||
👨👨👧👦: family man, man, girl, boy
|
||||
👨👨👦👦: family man, man, boy, boy
|
||||
👨👨👧👧: family man, man, girl, girl
|
||||
👩👩👦: family woman, woman, boy
|
||||
👩👩👧: family woman, woman, girl
|
||||
👩👩👧👦: family woman, woman, girl, boy
|
||||
👩👩👦👦: family woman, woman, boy, boy
|
||||
👩👩👧👧: family woman, woman, girl, girl
|
||||
👨👦: family man, boy
|
||||
👨👦👦: family man, boy, boy
|
||||
👨👧: family man, girl
|
||||
👨👧👦: family man, girl, boy
|
||||
👨👧👧: family man, girl, girl
|
||||
👩👦: family woman, boy
|
||||
👩👦👦: family woman, boy, boy
|
||||
👩👧: family woman, girl
|
||||
👩👧👦: family woman, girl, boy
|
||||
👩👧👧: family woman, girl, girl
|
||||
🗣️: speaking head
|
||||
👤: bust in silhouette
|
||||
👥: busts in silhouette
|
||||
🫂: people hugging
|
||||
👣: footprints
|
@ -1,4 +0,0 @@
|
||||
caption: People & Body
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/people-body
|
||||
type: application/x-tiddler-dictionary
|
@ -1,156 +0,0 @@
|
||||
😀: grinning face
|
||||
😃: grinning face with big eyes
|
||||
😄: grinning face with smiling eyes
|
||||
😁: beaming face with smiling eyes
|
||||
😆: grinning squinting face
|
||||
😅: grinning face with sweat
|
||||
🤣: rolling on the floor laughing
|
||||
😂: face with tears of joy
|
||||
🙂: slightly smiling face
|
||||
🙃: upside-down face
|
||||
😉: winking face
|
||||
😊: smiling face with smiling eyes
|
||||
😇: smiling face with halo
|
||||
🥰: smiling face with hearts
|
||||
😍: smiling face with heart-eyes
|
||||
🤩: star-struck
|
||||
😘: face blowing a kiss
|
||||
😗: kissing face
|
||||
☺️: smiling face
|
||||
😚: kissing face with closed eyes
|
||||
😙: kissing face with smiling eyes
|
||||
🥲: smiling face with tear
|
||||
😋: face savoring food
|
||||
😛: face with tongue
|
||||
😜: winking face with tongue
|
||||
🤪: zany face
|
||||
😝: squinting face with tongue
|
||||
🤑: money-mouth face
|
||||
🤗: hugging face
|
||||
🤭: face with hand over mouth
|
||||
🤫: shushing face
|
||||
🤔: thinking face
|
||||
🤐: zipper-mouth face
|
||||
🤨: face with raised eyebrow
|
||||
😐: neutral face
|
||||
😑: expressionless face
|
||||
😶: face without mouth
|
||||
😶🌫️: face in clouds
|
||||
😏: smirking face
|
||||
😒: unamused face
|
||||
🙄: face with rolling eyes
|
||||
😬: grimacing face
|
||||
😮💨: face exhaling
|
||||
🤥: lying face
|
||||
😌: relieved face
|
||||
😔: pensive face
|
||||
😪: sleepy face
|
||||
🤤: drooling face
|
||||
😴: sleeping face
|
||||
😷: face with medical mask
|
||||
🤒: face with thermometer
|
||||
🤕: face with head-bandage
|
||||
🤢: nauseated face
|
||||
🤮: face vomiting
|
||||
🤧: sneezing face
|
||||
🥵: hot face
|
||||
🥶: cold face
|
||||
🥴: woozy face
|
||||
😵: knocked-out face
|
||||
😵💫: face with spiral eyes
|
||||
🤯: exploding head
|
||||
🤠: cowboy hat face
|
||||
🥳: partying face
|
||||
🥸: disguised face
|
||||
😎: smiling face with sunglasses
|
||||
🤓: nerd face
|
||||
🧐: face with monocle
|
||||
😕: confused face
|
||||
😟: worried face
|
||||
🙁: slightly frowning face
|
||||
☹️: frowning face
|
||||
😮: face with open mouth
|
||||
😯: hushed face
|
||||
😲: astonished face
|
||||
😳: flushed face
|
||||
🥺: pleading face
|
||||
😦: frowning face with open mouth
|
||||
😧: anguished face
|
||||
😨: fearful face
|
||||
😰: anxious face with sweat
|
||||
😥: sad but relieved face
|
||||
😢: crying face
|
||||
😭: loudly crying face
|
||||
😱: face screaming in fear
|
||||
😖: confounded face
|
||||
😣: persevering face
|
||||
😞: disappointed face
|
||||
😓: downcast face with sweat
|
||||
😩: weary face
|
||||
😫: tired face
|
||||
🥱: yawning face
|
||||
😤: face with steam from nose
|
||||
😡: pouting face
|
||||
😠: angry face
|
||||
🤬: face with symbols on mouth
|
||||
😈: smiling face with horns
|
||||
👿: angry face with horns
|
||||
💀: skull
|
||||
☠️: skull and crossbones
|
||||
💩: pile of poo
|
||||
🤡: clown face
|
||||
👹: ogre
|
||||
👺: goblin
|
||||
👻: ghost
|
||||
👽: alien
|
||||
👾: alien monster
|
||||
🤖: robot
|
||||
😺: grinning cat
|
||||
😸: grinning cat with smiling eyes
|
||||
😹: cat with tears of joy
|
||||
😻: smiling cat with heart-eyes
|
||||
😼: cat with wry smile
|
||||
😽: kissing cat
|
||||
🙀: weary cat
|
||||
😿: crying cat
|
||||
😾: pouting cat
|
||||
🙈: see-no-evil monkey
|
||||
🙉: hear-no-evil monkey
|
||||
🙊: speak-no-evil monkey
|
||||
💋: kiss mark
|
||||
💌: love letter
|
||||
💘: heart with arrow
|
||||
💝: heart with ribbon
|
||||
💖: sparkling heart
|
||||
💗: growing heart
|
||||
💓: beating heart
|
||||
💞: revolving hearts
|
||||
💕: two hearts
|
||||
💟: heart decoration
|
||||
❣️: heart exclamation
|
||||
💔: broken heart
|
||||
❤️🔥: heart on fire
|
||||
❤️🩹: mending heart
|
||||
❤️: red heart
|
||||
🧡: orange heart
|
||||
💛: yellow heart
|
||||
💚: green heart
|
||||
💙: blue heart
|
||||
💜: purple heart
|
||||
🤎: brown heart
|
||||
🖤: black heart
|
||||
🤍: white heart
|
||||
💯: hundred points
|
||||
💢: anger symbol
|
||||
💥: collision
|
||||
💫: dizzy
|
||||
💦: sweat droplets
|
||||
💨: dashing away
|
||||
🕳️: hole
|
||||
💣: bomb
|
||||
💬: speech balloon
|
||||
👁️🗨️: eye in speech bubble
|
||||
🗨️: left speech bubble
|
||||
🗯️: right anger bubble
|
||||
💭: thought balloon
|
||||
💤: zzz
|
@ -1,4 +0,0 @@
|
||||
caption: Smileys & Emotion
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/smileys-emotion
|
||||
type: application/x-tiddler-dictionary
|
@ -1,220 +0,0 @@
|
||||
🏧: ATM sign
|
||||
🚮: litter in bin sign
|
||||
🚰: potable water
|
||||
♿: wheelchair symbol
|
||||
🚹: men’s room
|
||||
🚺: women’s room
|
||||
🚻: restroom
|
||||
🚼: baby symbol
|
||||
🚾: water closet
|
||||
🛂: passport control
|
||||
🛃: customs
|
||||
🛄: baggage claim
|
||||
🛅: left luggage
|
||||
⚠️: warning
|
||||
🚸: children crossing
|
||||
⛔: no entry
|
||||
🚫: prohibited
|
||||
🚳: no bicycles
|
||||
🚭: no smoking
|
||||
🚯: no littering
|
||||
🚱: non-potable water
|
||||
🚷: no pedestrians
|
||||
📵: no mobile phones
|
||||
🔞: no one under eighteen
|
||||
☢️: radioactive
|
||||
☣️: biohazard
|
||||
⬆️: up arrow
|
||||
↗️: up-right arrow
|
||||
➡️: right arrow
|
||||
↘️: down-right arrow
|
||||
⬇️: down arrow
|
||||
↙️: down-left arrow
|
||||
⬅️: left arrow
|
||||
↖️: up-left arrow
|
||||
↕️: up-down arrow
|
||||
↔️: left-right arrow
|
||||
↩️: right arrow curving left
|
||||
↪️: left arrow curving right
|
||||
⤴️: right arrow curving up
|
||||
⤵️: right arrow curving down
|
||||
🔃: clockwise vertical arrows
|
||||
🔄: counterclockwise arrows button
|
||||
🔙: BACK arrow
|
||||
🔚: END arrow
|
||||
🔛: ON! arrow
|
||||
🔜: SOON arrow
|
||||
🔝: TOP arrow
|
||||
🛐: place of worship
|
||||
⚛️: atom symbol
|
||||
🕉️: om
|
||||
✡️: star of David
|
||||
☸️: wheel of dharma
|
||||
☯️: yin yang
|
||||
✝️: latin cross
|
||||
☦️: orthodox cross
|
||||
☪️: star and crescent
|
||||
☮️: peace symbol
|
||||
🕎: menorah
|
||||
🔯: dotted six-pointed star
|
||||
♈: Aries
|
||||
♉: Taurus
|
||||
♊: Gemini
|
||||
♋: Cancer
|
||||
♌: Leo
|
||||
♍: Virgo
|
||||
♎: Libra
|
||||
♏: Scorpio
|
||||
♐: Sagittarius
|
||||
♑: Capricorn
|
||||
♒: Aquarius
|
||||
♓: Pisces
|
||||
⛎: Ophiuchus
|
||||
🔀: shuffle tracks button
|
||||
🔁: repeat button
|
||||
🔂: repeat single button
|
||||
▶️: play button
|
||||
⏩: fast-forward button
|
||||
⏭️: next track button
|
||||
⏯️: play or pause button
|
||||
◀️: reverse button
|
||||
⏪: fast reverse button
|
||||
⏮️: last track button
|
||||
🔼: upwards button
|
||||
⏫: fast up button
|
||||
🔽: downwards button
|
||||
⏬: fast down button
|
||||
⏸️: pause button
|
||||
⏹️: stop button
|
||||
⏺️: record button
|
||||
⏏️: eject button
|
||||
🎦: cinema
|
||||
🔅: dim button
|
||||
🔆: bright button
|
||||
📶: antenna bars
|
||||
📳: vibration mode
|
||||
📴: mobile phone off
|
||||
♀️: female sign
|
||||
♂️: male sign
|
||||
⚧️: transgender symbol
|
||||
✖️: multiply
|
||||
➕: plus
|
||||
➖: minus
|
||||
➗: divide
|
||||
♾️: infinity
|
||||
‼️: double exclamation mark
|
||||
⁉️: exclamation question mark
|
||||
❓: red question mark
|
||||
❔: white question mark
|
||||
❕: white exclamation mark
|
||||
❗: red exclamation mark
|
||||
〰️: wavy dash
|
||||
💱: currency exchange
|
||||
💲: heavy dollar sign
|
||||
⚕️: medical symbol
|
||||
♻️: recycling symbol
|
||||
⚜️: fleur-de-lis
|
||||
🔱: trident emblem
|
||||
📛: name badge
|
||||
🔰: Japanese symbol for beginner
|
||||
⭕: hollow red circle
|
||||
✅: check mark button
|
||||
☑️: check box with check
|
||||
✔️: check mark
|
||||
❌: cross mark
|
||||
❎: cross mark button
|
||||
➰: curly loop
|
||||
➿: double curly loop
|
||||
〽️: part alternation mark
|
||||
✳️: eight-spoked asterisk
|
||||
✴️: eight-pointed star
|
||||
❇️: sparkle
|
||||
©️: copyright
|
||||
®️: registered
|
||||
™️: trade mark
|
||||
#️⃣: keycap #
|
||||
*️⃣: keycap *
|
||||
0️⃣: keycap 0
|
||||
1️⃣: keycap 1
|
||||
2️⃣: keycap 2
|
||||
3️⃣: keycap 3
|
||||
4️⃣: keycap 4
|
||||
5️⃣: keycap 5
|
||||
6️⃣: keycap 6
|
||||
7️⃣: keycap 7
|
||||
8️⃣: keycap 8
|
||||
9️⃣: keycap 9
|
||||
🔟: keycap 10
|
||||
🔠: input latin uppercase
|
||||
🔡: input latin lowercase
|
||||
🔢: input numbers
|
||||
🔣: input symbols
|
||||
🔤: input latin letters
|
||||
🅰️: A button (blood type)
|
||||
🆎: AB button (blood type)
|
||||
🅱️: B button (blood type)
|
||||
🆑: CL button
|
||||
🆒: COOL button
|
||||
🆓: FREE button
|
||||
ℹ️: information
|
||||
🆔: ID button
|
||||
Ⓜ️: circled M
|
||||
🆕: NEW button
|
||||
🆖: NG button
|
||||
🅾️: O button (blood type)
|
||||
🆗: OK button
|
||||
🅿️: P button
|
||||
🆘: SOS button
|
||||
🆙: UP! button
|
||||
🆚: VS button
|
||||
🈁: Japanese “here” button
|
||||
🈂️: Japanese “service charge” button
|
||||
🈷️: Japanese “monthly amount” button
|
||||
🈶: Japanese “not free of charge” button
|
||||
🈯: Japanese “reserved” button
|
||||
🉐: Japanese “bargain” button
|
||||
🈹: Japanese “discount” button
|
||||
🈚: Japanese “free of charge” button
|
||||
🈲: Japanese “prohibited” button
|
||||
🉑: Japanese “acceptable” button
|
||||
🈸: Japanese “application” button
|
||||
🈴: Japanese “passing grade” button
|
||||
🈳: Japanese “vacancy” button
|
||||
㊗️: Japanese “congratulations” button
|
||||
㊙️: Japanese “secret” button
|
||||
🈺: Japanese “open for business” button
|
||||
🈵: Japanese “no vacancy” button
|
||||
🔴: red circle
|
||||
🟠: orange circle
|
||||
🟡: yellow circle
|
||||
🟢: green circle
|
||||
🔵: blue circle
|
||||
🟣: purple circle
|
||||
🟤: brown circle
|
||||
⚫: black circle
|
||||
⚪: white circle
|
||||
🟥: red square
|
||||
🟧: orange square
|
||||
🟨: yellow square
|
||||
🟩: green square
|
||||
🟦: blue square
|
||||
🟪: purple square
|
||||
🟫: brown square
|
||||
⬛: black large square
|
||||
⬜: white large square
|
||||
◼️: black medium square
|
||||
◻️: white medium square
|
||||
◾: black medium-small square
|
||||
◽: white medium-small square
|
||||
▪️: black small square
|
||||
▫️: white small square
|
||||
🔶: large orange diamond
|
||||
🔷: large blue diamond
|
||||
🔸: small orange diamond
|
||||
🔹: small blue diamond
|
||||
🔺: red triangle pointed up
|
||||
🔻: red triangle pointed down
|
||||
💠: diamond with a dot
|
||||
🔘: radio button
|
||||
🔳: white square button
|
||||
🔲: black square button
|
@ -1,4 +0,0 @@
|
||||
caption: Symbols
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/symbols
|
||||
type: application/x-tiddler-dictionary
|
@ -1,215 +0,0 @@
|
||||
🌍: globe showing Europe-Africa
|
||||
🌎: globe showing Americas
|
||||
🌏: globe showing Asia-Australia
|
||||
🌐: globe with meridians
|
||||
🗺️: world map
|
||||
🗾: map of Japan
|
||||
🧭: compass
|
||||
🏔️: snow-capped mountain
|
||||
⛰️: mountain
|
||||
🌋: volcano
|
||||
🗻: mount fuji
|
||||
🏕️: camping
|
||||
🏖️: beach with umbrella
|
||||
🏜️: desert
|
||||
🏝️: desert island
|
||||
🏞️: national park
|
||||
🏟️: stadium
|
||||
🏛️: classical building
|
||||
🏗️: building construction
|
||||
🧱: brick
|
||||
🪨: rock
|
||||
🪵: wood
|
||||
🛖: hut
|
||||
🏘️: houses
|
||||
🏚️: derelict house
|
||||
🏠: house
|
||||
🏡: house with garden
|
||||
🏢: office building
|
||||
🏣: Japanese post office
|
||||
🏤: post office
|
||||
🏥: hospital
|
||||
🏦: bank
|
||||
🏨: hotel
|
||||
🏩: love hotel
|
||||
🏪: convenience store
|
||||
🏫: school
|
||||
🏬: department store
|
||||
🏭: factory
|
||||
🏯: Japanese castle
|
||||
🏰: castle
|
||||
💒: wedding
|
||||
🗼: Tokyo tower
|
||||
🗽: Statue of Liberty
|
||||
⛪: church
|
||||
🕌: mosque
|
||||
🛕: hindu temple
|
||||
🕍: synagogue
|
||||
⛩️: shinto shrine
|
||||
🕋: kaaba
|
||||
⛲: fountain
|
||||
⛺: tent
|
||||
🌁: foggy
|
||||
🌃: night with stars
|
||||
🏙️: cityscape
|
||||
🌄: sunrise over mountains
|
||||
🌅: sunrise
|
||||
🌆: cityscape at dusk
|
||||
🌇: sunset
|
||||
🌉: bridge at night
|
||||
♨️: hot springs
|
||||
🎠: carousel horse
|
||||
🎡: ferris wheel
|
||||
🎢: roller coaster
|
||||
💈: barber pole
|
||||
🎪: circus tent
|
||||
🚂: locomotive
|
||||
🚃: railway car
|
||||
🚄: high-speed train
|
||||
🚅: bullet train
|
||||
🚆: train
|
||||
🚇: metro
|
||||
🚈: light rail
|
||||
🚉: station
|
||||
🚊: tram
|
||||
🚝: monorail
|
||||
🚞: mountain railway
|
||||
🚋: tram car
|
||||
🚌: bus
|
||||
🚍: oncoming bus
|
||||
🚎: trolleybus
|
||||
🚐: minibus
|
||||
🚑: ambulance
|
||||
🚒: fire engine
|
||||
🚓: police car
|
||||
🚔: oncoming police car
|
||||
🚕: taxi
|
||||
🚖: oncoming taxi
|
||||
🚗: automobile
|
||||
🚘: oncoming automobile
|
||||
🚙: sport utility vehicle
|
||||
🛻: pickup truck
|
||||
🚚: delivery truck
|
||||
🚛: articulated lorry
|
||||
🚜: tractor
|
||||
🏎️: racing car
|
||||
🏍️: motorcycle
|
||||
🛵: motor scooter
|
||||
🦽: manual wheelchair
|
||||
🦼: motorized wheelchair
|
||||
🛺: auto rickshaw
|
||||
🚲: bicycle
|
||||
🛴: kick scooter
|
||||
🛹: skateboard
|
||||
🛼: roller skate
|
||||
🚏: bus stop
|
||||
🛣️: motorway
|
||||
🛤️: railway track
|
||||
🛢️: oil drum
|
||||
⛽: fuel pump
|
||||
🚨: police car light
|
||||
🚥: horizontal traffic light
|
||||
🚦: vertical traffic light
|
||||
🛑: stop sign
|
||||
🚧: construction
|
||||
⚓: anchor
|
||||
⛵: sailboat
|
||||
🛶: canoe
|
||||
🚤: speedboat
|
||||
🛳️: passenger ship
|
||||
⛴️: ferry
|
||||
🛥️: motor boat
|
||||
🚢: ship
|
||||
✈️: airplane
|
||||
🛩️: small airplane
|
||||
🛫: airplane departure
|
||||
🛬: airplane arrival
|
||||
🪂: parachute
|
||||
💺: seat
|
||||
🚁: helicopter
|
||||
🚟: suspension railway
|
||||
🚠: mountain cableway
|
||||
🚡: aerial tramway
|
||||
🛰️: satellite
|
||||
🚀: rocket
|
||||
🛸: flying saucer
|
||||
🛎️: bellhop bell
|
||||
🧳: luggage
|
||||
⌛: hourglass done
|
||||
⏳: hourglass not done
|
||||
⌚: watch
|
||||
⏰: alarm clock
|
||||
⏱️: stopwatch
|
||||
⏲️: timer clock
|
||||
🕰️: mantelpiece clock
|
||||
🕛: twelve o’clock
|
||||
🕧: twelve-thirty
|
||||
🕐: one o’clock
|
||||
🕜: one-thirty
|
||||
🕑: two o’clock
|
||||
🕝: two-thirty
|
||||
🕒: three o’clock
|
||||
🕞: three-thirty
|
||||
🕓: four o’clock
|
||||
🕟: four-thirty
|
||||
🕔: five o’clock
|
||||
🕠: five-thirty
|
||||
🕕: six o’clock
|
||||
🕡: six-thirty
|
||||
🕖: seven o’clock
|
||||
🕢: seven-thirty
|
||||
🕗: eight o’clock
|
||||
🕣: eight-thirty
|
||||
🕘: nine o’clock
|
||||
🕤: nine-thirty
|
||||
🕙: ten o’clock
|
||||
🕥: ten-thirty
|
||||
🕚: eleven o’clock
|
||||
🕦: eleven-thirty
|
||||
🌑: new moon
|
||||
🌒: waxing crescent moon
|
||||
🌓: first quarter moon
|
||||
🌔: waxing gibbous moon
|
||||
🌕: full moon
|
||||
🌖: waning gibbous moon
|
||||
🌗: last quarter moon
|
||||
🌘: waning crescent moon
|
||||
🌙: crescent moon
|
||||
🌚: new moon face
|
||||
🌛: first quarter moon face
|
||||
🌜: last quarter moon face
|
||||
🌡️: thermometer
|
||||
☀️: sun
|
||||
🌝: full moon face
|
||||
🌞: sun with face
|
||||
🪐: ringed planet
|
||||
⭐: star
|
||||
🌟: glowing star
|
||||
🌠: shooting star
|
||||
🌌: milky way
|
||||
☁️: cloud
|
||||
⛅: sun behind cloud
|
||||
⛈️: cloud with lightning and rain
|
||||
🌤️: sun behind small cloud
|
||||
🌥️: sun behind large cloud
|
||||
🌦️: sun behind rain cloud
|
||||
🌧️: cloud with rain
|
||||
🌨️: cloud with snow
|
||||
🌩️: cloud with lightning
|
||||
🌪️: tornado
|
||||
🌫️: fog
|
||||
🌬️: wind face
|
||||
🌀: cyclone
|
||||
🌈: rainbow
|
||||
🌂: closed umbrella
|
||||
☂️: umbrella
|
||||
☔: umbrella with rain drops
|
||||
⛱️: umbrella on ground
|
||||
⚡: high voltage
|
||||
❄️: snowflake
|
||||
☃️: snowman
|
||||
⛄: snowman without snow
|
||||
☄️: comet
|
||||
🔥: fire
|
||||
💧: droplet
|
||||
🌊: water wave
|
@ -1,4 +0,0 @@
|
||||
caption: Travel & Places
|
||||
tags: $:/plugins/Gk0Wk/notionpage-covericon/emojies
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/emoji/travel-places
|
||||
type: application/x-tiddler-dictionary
|
@ -1,94 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/icon-selector
|
||||
|
||||
<$list filter="[<tiddler>addprefix[$:/temp/Gk0Wk/notionpage-covericon/SelectorTab/]]" variable="tabTiddler">
|
||||
<$list filter="[<tiddler>addprefix[$:/temp/Gk0Wk/notionpage-covericon/EmojiFilter/]]" variable="filter">
|
||||
<$list filter="[<tabTiddler>get[text]else[emoji]]" variable="tabName">
|
||||
<div class="gk0wk-notionbg-icon-selection-box">
|
||||
<!-- Tabs -->
|
||||
<div class="gk0wk-notionbg-selection-box-header">
|
||||
<div class="gk0wk-notionbg-selection-box-tabs">
|
||||
<$list filter="[<tabName>!match[emoji]]">
|
||||
<$button set=<<tabTiddler>> setTo="emoji" tooltip="Emoji Tab">Emoji</$button>
|
||||
</$list>
|
||||
<$list filter="[<tabName>match[emoji]]">
|
||||
<$button set=<<tabTiddler>> class="gk0wk-notionbg-tab-selected" setTo="emoji" tooltip="Emoji Tab">Emoji</$button>
|
||||
</$list>
|
||||
<$list filter="[<tabName>!match[system]]">
|
||||
<$button set=<<tabTiddler>> setTo="system" tooltip="System Icon Tab">System Icon</$button>
|
||||
</$list>
|
||||
<$list filter="[<tabName>match[system]]">
|
||||
<$button set=<<tabTiddler>> class="gk0wk-notionbg-tab-selected" setTo="system" tooltip="System Icon Tab">System Icon</$button>
|
||||
</$list>
|
||||
<$list filter="[<tabName>!match[tiddlerurl]]">
|
||||
<$button set=<<tabTiddler>> setTo="tiddlerurl" tooltip="Tiddler & URL Tab">Tiddler & URL</$button>
|
||||
</$list>
|
||||
<$list filter="[<tabName>match[tiddlerurl]]">
|
||||
<$button set=<<tabTiddler>> class="gk0wk-notionbg-tab-selected" setTo="tiddlerurl" tooltip="Tiddler & URL Tab">Tiddler & URL</$button>
|
||||
</$list>
|
||||
<$button setTitle=<<tiddler>> setField="icon" setTo="" style="float: right; opacity: 0.5;" tooltip="Clear Icon">{{$:/core/images/delete-button}} Clear Icon</$button>
|
||||
</div>
|
||||
<$list filter="[<tabName>match[emoji]]">
|
||||
<div class="gk0wk-notionbg-selection-box-emojifilter">
|
||||
<$edit-text tiddler=<<filter>> default="" placeholder="Filter..." focus="true"/>
|
||||
</div>
|
||||
</$list>
|
||||
</div>
|
||||
<!-- Emoji -->
|
||||
<$list filter="[<tabName>match[emoji]]">
|
||||
<$list filter="[<filter>get[text]!match[]]" variable="filterText">
|
||||
<$list filter="[all[tiddlers+shadows]tag[$:/plugins/Gk0Wk/notionpage-covericon/emojies]]">
|
||||
<div class="gk0wk-notionbg-icon-selection-type">
|
||||
<$set name="dictonary" value=<<currentTiddler>>>
|
||||
<div class="gk0wk-notionbg-icon-selection-typetitle">{{!!caption}}</div>
|
||||
<div class="gk0wk-notionbg-icon-selection-icons">
|
||||
<$list filter="[all[current]indexes[]]">
|
||||
<$list filter="[<dictonary>getindex<currentTiddler>search<filterText>]" variable="tmp">
|
||||
<$button setTitle=<<tiddler>> setField="icon" setTo=<<currentTiddler>> tooltip={{{[<dictonary>getindex<currentTiddler>]}}}>
|
||||
<<currentTiddler>>
|
||||
</$button>
|
||||
</$list>
|
||||
</$list>
|
||||
</div>
|
||||
</$set>
|
||||
</div>
|
||||
</$list>
|
||||
</$list>
|
||||
<$reveal state=<<filter>> type="match" text="">
|
||||
<$list filter="[all[tiddlers+shadows]tag[$:/plugins/Gk0Wk/notionpage-covericon/emojies]]">
|
||||
<div class="gk0wk-notionbg-icon-selection-type">
|
||||
<$set name="dictonary" value=<<currentTiddler>>>
|
||||
<div class="gk0wk-notionbg-icon-selection-typetitle">{{!!caption}}</div>
|
||||
<div class="gk0wk-notionbg-icon-selection-icons">
|
||||
<$list filter="[all[current]indexes[]]">
|
||||
<$button setTitle=<<tiddler>> setField="icon" setTo=<<currentTiddler>> tooltip={{{[<dictonary>getindex<currentTiddler>]}}}>
|
||||
<<currentTiddler>>
|
||||
</$button>
|
||||
</$list>
|
||||
</div>
|
||||
</$set>
|
||||
</div>
|
||||
</$list>
|
||||
</$reveal>
|
||||
</$list>
|
||||
<!-- System Icon -->
|
||||
<$list filter="[<tabName>match[system]]">
|
||||
<div class="gk0wk-notionbg-icon-selection-type">
|
||||
<div class="gk0wk-notionbg-icon-selection-icons">
|
||||
<$list filter="[all[tiddlers+shadows]tag[$:/tags/Image]]">
|
||||
<$button setTitle=<<tiddler>> setField="icon" setTo=<<currentTiddler>> tooltip=<<currentTiddler>>>
|
||||
<$transclude tiddler=<<currentTiddler>>/>
|
||||
</$button>
|
||||
</$list>
|
||||
</div>
|
||||
</div>
|
||||
</$list>
|
||||
<!-- System Icon -->
|
||||
<$list filter="[<tabName>match[tiddlerurl]]">
|
||||
<div class="gk0wk-notionbg-selection-box-tiddlerurlinput">
|
||||
<$edit-text tiddler=<<tiddler>> field="icon" default="" placeholder="Tiddler or URL" focus="true"/>
|
||||
</div>
|
||||
</$list>
|
||||
</div>
|
||||
</$list>
|
||||
</$list>
|
||||
</$list>
|
@ -1,71 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/readme
|
||||
|
||||
\define lingo-base() $:/language/ThemeTweaks/
|
||||
|
||||
<$list filter="[[$:/language]get[text]removeprefix[$:/languages/]else[en-GB]]" variable="lang">
|
||||
<$list filter="[<lang>search[zh]]">
|
||||
|
||||
安装插件后,在每个tiddler的标题上方会有两个按钮(鼠标悬浮在上面就会显示),分别用于添加图标(默认是emoji📒)和添加页面封面(默认是`https://source.unsplash.com/random`)。点击图标就可以修改图标内容,点击修改封面就可以修改封面地址(可以是url或者tiddler标题)。
|
||||
|
||||
使用如下字段来存储页面的图标和封面信息:
|
||||
|
||||
* `icon` 存储图标,可以是emoji、WikiText或者tiddler的标题。
|
||||
* `page-cover` 存储封面的url或者tiddler的标题。
|
||||
|
||||
!! 设置
|
||||
|
||||
<div class="tc-control-panel">
|
||||
|
||||
|[[默认图标|$:/plugins/Gk0Wk/notionpage-covericon/default-icon]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/default-icon" default="📒" placeholder="Emoji, WikiText 或者 Tiddler"/> |
|
||||
|[[默认封面|$:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url" default="https://source.unsplash.com/random" placeholder="URL 或者 Tiddler"/> |
|
||||
|[[图标大小|$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size" placeholder="如:65px" tag="input"/> |
|
||||
|[[封面高度(紧凑模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow" placeholder="如:300px" tag="input"/> |
|
||||
|[[封面高度(宽屏模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide" placeholder="如:300px" tag="input"/> |
|
||||
|[[封面顶端位置(紧凑模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow" placeholder="如:-14px" tag="input"/> |
|
||||
|[[封面顶端位置(宽屏模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide" placeholder="如:-28px" tag="input"/> |
|
||||
|[[封面左侧位置(紧凑模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow" placeholder="如:-14px" tag="input"/> |
|
||||
|[[封面左侧位置(宽屏模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide" placeholder="如:-42px" tag="input"/> |
|
||||
|[[封面右侧位置(紧凑模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/narrow" placeholder="如:-14px" tag="input"/> |
|
||||
|[[封面右侧位置(宽屏模式)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/wide" placeholder="如:-42px" tag="input"/> |
|
||||
|
||||
</div>
|
||||
|
||||
* 注:【宽屏模式】和【紧凑模式】是由 <$link to="$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint"><<lingo Metrics/SidebarBreakpoint>></$link> 决定的,当前<<lingo Metrics/SidebarBreakpoint>>为{{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}。
|
||||
|
||||
> 本插件使用灵活而强大的 <$text text="TiddlyWiki" /> 开发框架 [[Tiddly.ModernDev|https://github.com/tiddly-gittly/Modern.TiddlyDev]]
|
||||
|
||||
</$list>
|
||||
|
||||
<$list filter="[<lang>!search[zh]]">
|
||||
|
||||
After installing the plugin, there will be two buttons above the title of each tiddler (which will be displayed when the mouse hovers over it) for adding icons (default is emoji📒) and adding page covers (default is `https://source.unsplash.com/random`). Click on the icon to modify the icon content, and click on the modify cover to modify the cover address (can be url or tiddler title).
|
||||
|
||||
Use the following fields to store the page's icon and cover information.
|
||||
|
||||
* `icon` stores the icon, which can be an emoji, WikiText or tiddler title.
|
||||
* `page-cover` stores the url of the cover or the title of the tiddler.
|
||||
|
||||
!! Settings
|
||||
|
||||
<div class="tc-control-panel">
|
||||
|
||||
|[[Default icon|$:/plugins/Gk0Wk/notionpage-covericon/default-icon]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/default-icon" default="📒" placeholder="Emoji, WikiText or Tiddler"/> |
|
||||
|[[Default page cover|$:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/default-pagecover-url" default="https://source.unsplash.com/random" placeholder="URL or Tiddler"/> |
|
||||
|[[Icon size|$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size" placeholder="e.g. 65px" tag="input"/> |
|
||||
|[[Height of page cover(Compact mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow" placeholder="e.g. 300px" tag="input"/> |
|
||||
|[[Height of page cover(Widescreen mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide" placeholder="e.g. 300px" tag="input"/> |
|
||||
|[[Top position of page cover(Compact mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow" placeholder="e.g. -14px" tag="input"/> |
|
||||
|[[Top position of page cover(Widescreen mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide" placeholder="e.g. -28px" tag="input"/> |
|
||||
|[[Left position of page cover(Compact mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow" placeholder="e.g. -14px" tag="input"/> |
|
||||
|[[Left position of page cover(Widescreen mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide" placeholder="e.g. -42px" tag="input"/> |
|
||||
|[[Right position of page cover(Compact mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/narrow]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/narrow" placeholder="e.g. -14px" tag="input"/> |
|
||||
|[[Right position of page cover(Widescreen mode)|$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/wide]] |<$edit-text tiddler="$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/wide" placeholder="e.g. -42px" tag="input"/> |
|
||||
|
||||
</div>
|
||||
|
||||
* Note: [Widescreen mode] and [Compact mode] are determined by <$link to="$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint"><<lingo Metrics/SidebarBreakpoint>></$link>. Now the <<lingo Metrics/SidebarBreakpoint>> is {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}.
|
||||
|
||||
> This plugin uses the flexible and powerful <$text text="TiddlyWiki" /> development framework [[Tiddly.ModernDev|https://github.com/tiddly-gittly/Modern.TiddlyDev]]
|
||||
|
||||
</$list>
|
||||
</$list>
|
@ -1,304 +0,0 @@
|
||||
tags: $:/tags/Stylesheet
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style.css
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
/* Container */
|
||||
.gk0wk-notionpagebg {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-c, .gk0wk-notionpagebg-ci {
|
||||
top: {{$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide}};
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg .gk0wk-notionpagebg-image {
|
||||
width: calc(100% - {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide}} - {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/wide}});
|
||||
left: {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide}};
|
||||
height: {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide}};
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-ci {
|
||||
height: calc({{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide}} + {{$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size}} / 2 + {{$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide}} + 10px);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-c {
|
||||
height: calc({{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide}} + {{$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide}} + 30px + 10px);
|
||||
}
|
||||
|
||||
@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {
|
||||
.gk0wk-notionpagebg-c, .gk0wk-notionpagebg-ci {
|
||||
top: {{$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow}};
|
||||
}
|
||||
.gk0wk-notionpagebg .gk0wk-notionpagebg-image {
|
||||
width: calc(100% - {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow}} - {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/narrow}});
|
||||
left: {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow}};
|
||||
height: {{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow}};
|
||||
}
|
||||
.gk0wk-notionpagebg-ci {
|
||||
height: calc({{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow}} + {{$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size}} / 2 + {{$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow}} + 10px);
|
||||
}
|
||||
.gk0wk-notionpagebg-c {
|
||||
height: calc({{$:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow}} + {{$:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow}} + 30px + 10px);
|
||||
}
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
.gk0wk-notionpagebg button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-icon1,
|
||||
.gk0wk-notionpagebg-icon2,
|
||||
.gk0wk-notionpageb-changecover,
|
||||
.gk0wk-notionbg-addbuttons button {
|
||||
color: <<colour foreground>> !important;
|
||||
fill: <<colour foreground>> !important;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
transition: all {{$:/config/AnimationDuration}}ms;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-icon1,
|
||||
.gk0wk-notionpagebg-icon2 {
|
||||
font-size: {{$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size}};
|
||||
font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
|
||||
padding: 4px !important;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-icon2 {
|
||||
position: relative;
|
||||
top: calc(-{{$:/plugins/Gk0Wk/notionpage-covericon/style/icon-size}} / 1.6);
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg-icon1:hover,
|
||||
.gk0wk-notionpagebg-icon2:hover {
|
||||
background: <<colour background>> !important;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-addbuttons {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
opacity: 0;
|
||||
display: flex;
|
||||
margin-top: 5px;
|
||||
transition: all {{$:/config/AnimationDuration}}ms;
|
||||
}
|
||||
|
||||
.gk0wk-notionpagebg:hover .gk0wk-notionbg-addbuttons,
|
||||
.gk0wk-notionpagebg:hover .gk0wk-notionpageb-changecover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-addbuttons button {
|
||||
padding: 3px 6px;
|
||||
margin-right: 12px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.gk0wk-notionpageb-changecover {
|
||||
position: absolute;
|
||||
top: 265px;
|
||||
right: 10px;
|
||||
padding: 4px 6px !important;
|
||||
filter: contrast(90%);
|
||||
opacity: 0;
|
||||
pointer-events: auto;
|
||||
transition: all {{$:/config/AnimationDuration}}ms;
|
||||
}
|
||||
|
||||
.gk0wk-notionpageb-changecover:hover {
|
||||
background: <<colour background>>;
|
||||
}
|
||||
|
||||
/* Page Cover */
|
||||
|
||||
.gk0wk-notionpagebg .gk0wk-notionpagebg-image img {
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
/* Change Page Cover */
|
||||
|
||||
.gk0wk-notionpageb-changecover-box {
|
||||
border-radius: 3px;
|
||||
<<box-shadow "#00000070 0 2px 6px">>
|
||||
background: <<colour background>>;
|
||||
padding: 10px 6px 20px 6px;
|
||||
width: 318px;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
/* Icon Selector */
|
||||
|
||||
.gk0wk-notionbg-icon-selection-box {
|
||||
border-radius: 3px;
|
||||
<<box-shadow "#00000070 0 2px 6px">>
|
||||
overflow: auto;
|
||||
filter: contrast(90%);
|
||||
background: <<colour background>>;
|
||||
max-height: min(60vh, 390px);
|
||||
max-width: 480px;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-type {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-typetitle {
|
||||
color: <<colour muted-foreground>>;
|
||||
display: block;
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 8px;
|
||||
font-size: 1em;
|
||||
font-weight: 600;
|
||||
line-height: 120%;
|
||||
user-select: none;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-icons {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-items: flex-start;
|
||||
background: transparent;
|
||||
padding: 0px 0px 0px 12px;
|
||||
margin-bottom: 1px;
|
||||
font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-icons > button {
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 3px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-type button {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
border-radius: 3px;
|
||||
padding: 4px 8px;
|
||||
transition: all {{$:/config/AnimationDuration}}ms;
|
||||
color: <<colour foreground>> !important;
|
||||
fill: <<colour foreground>> !important;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-type button:hover {
|
||||
background: <<colour background>> !important;
|
||||
color: <<colour foreground>> !important;
|
||||
fill: <<colour foreground>> !important;
|
||||
filter: contrast(85%);
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-icon-selection-type button:active {
|
||||
background: <<colour background>> !important;
|
||||
color: <<colour foreground>> !important;
|
||||
fill: <<colour foreground>> !important;
|
||||
filter: contrast(70%);
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-emojifilter,
|
||||
.gk0wk-notionbg-selection-box-tiddlerurlinput,
|
||||
.gk0wk-notionpageb-changecover-box > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: calc(100% - 28px);
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
padding: 3px 6px;
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
cursor: text;
|
||||
height: 28px;
|
||||
margin: 10px 14px 0px 14px;
|
||||
background: <<colour background>>;
|
||||
filter: contrast(90%);
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-tiddlerurlinput {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-emojifilter > textarea,
|
||||
.gk0wk-notionbg-selection-box-tiddlerurlinput > textarea,
|
||||
.gk0wk-notionpageb-changecover-box > div > input,
|
||||
.gk0wk-notionbg-selection-box-tiddlerurlinput > input {
|
||||
height: 22px !important;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
border: none;
|
||||
background: none;
|
||||
width: 100%;
|
||||
display: block;
|
||||
resize: none;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-emojifilter > textarea:focus,
|
||||
.gk0wk-notionbg-selection-box-tiddlerurlinput > textarea:focus,
|
||||
.gk0wk-notionpageb-changecover-box > div > input:focus,
|
||||
.gk0wk-notionbg-selection-box-tiddlerurlinput > input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
background: <<colour background>>;
|
||||
padding-bottom: 6px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-tabs {
|
||||
width: 100%;
|
||||
padding-left: 8px;
|
||||
-webkit-box-shadow: <<colour very-muted-foreground>> 0px 1px 0px;
|
||||
-moz-box-shadow: <<colour very-muted-foreground>> 0px 1px 0px;
|
||||
box-shadow: <<colour very-muted-foreground>> 0px 1px 0px;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-tabs button {
|
||||
padding: 6px 8px 10px 8px !important;
|
||||
line-height: 1.2;
|
||||
margin: 4px 4px 0 4px !important;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
color: <<colour foreground>>;
|
||||
fill: <<colour foreground>>;
|
||||
border-radius: 3px 3px 0 0 !important;
|
||||
transition: all {{$:/config/AnimationDuration}}ms;
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-tabs button:hover {
|
||||
background: <<colour background>> !important;
|
||||
filter: contrast(85%);
|
||||
}
|
||||
|
||||
.gk0wk-notionbg-selection-box-tabs button.gk0wk-notionbg-tab-selected {
|
||||
font-weight: 600;
|
||||
-webkit-box-shadow: <<colour foreground>> 0px 2px 0px;
|
||||
-moz-box-shadow: <<colour foreground>> 0px 2px 0px;
|
||||
box-shadow: <<colour foreground>> 0px 2px 0px;
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/narrow
|
||||
|
||||
300px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/cover-height/wide
|
||||
|
||||
300px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/narrow
|
||||
|
||||
-14px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/cover-left/wide
|
||||
|
||||
-42px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/narrow
|
||||
|
||||
-14px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/cover-right/wide
|
||||
|
||||
-42px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/icon-size
|
||||
|
||||
65px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/narrow
|
||||
|
||||
-14px
|
@ -1,3 +0,0 @@
|
||||
title: $:/plugins/Gk0Wk/notionpage-covericon/style/top-offset/wide
|
||||
|
||||
-28px
|
@ -1,12 +0,0 @@
|
||||
{
|
||||
"version": "0.0.11",
|
||||
"title": "$:/plugins/Gk0Wk/notionpage-covericon",
|
||||
"plugin-type": "plugin",
|
||||
"name": "Notion Page(Cover + Icon)",
|
||||
"list": "readme LICENSE",
|
||||
"description": "Add notion-like page cover and icon display and control panel",
|
||||
"author": "Gk0Wk",
|
||||
"source": "https://github.com/Gk0Wk/TiddlySeq/tree/master/plugins/Gk0Wk/notionpage-covericon",
|
||||
"dependents": "",
|
||||
"Modern.TiddlyDev#SHA256-Hashed": "b2752d1e2507ac0e8bd49fa41b339e5e3f75cd7285e67305a97925c486009cc9"
|
||||
}
|
Reference in New Issue
Block a user