Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
WordPress Greek Community - Innovathens/ELLAK -...
Search
WordPress Greek Community
April 02, 2016
Technology
0
91
WordPress Greek Community - Innovathens/ELLAK - Takis Bouyouris - The (Rich) Text Editor
WordPress Greek Community
April 02, 2016
Tweet
Share
More Decks by WordPress Greek Community
See All by WordPress Greek Community
Thanassis Zannias - Flexible WordPress Dev Environment with Docker
wpgr
0
16
Andreas Karavanas - AI Supercharged Landing Pages
wpgr
0
23
Όμορφα, γρήγορα και οικονομικά websites με WordPress
wpgr
0
29
Unlocking creativity - Marilia Darilli
wpgr
0
61
Έλλη Μουχτάρη - Χτίσε το προσωπικό σου brand και απόκτησε τους πελάτες που θες
wpgr
0
47
Ioannis Kastorinis - WooCommerce technical automations in the real world
wpgr
0
61
Christos Paloukas - Cache me if you can, a journey through caching layers in WordPress
wpgr
0
68
Ευάγγελος Πάλλης - Malware Cleanup & Protection
wpgr
0
73
Νίκος Μαυράκης - Κοστολογώντας τη δημιουργικότητα
wpgr
0
59
Other Decks in Technology
See All in Technology
Retrospectiveを振り返ろう
nakasho
0
130
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
260
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
220
20251027_findyさん_音声エージェントLT
almondo_event
2
500
AWSが好きすぎて、41歳でエンジニアになり、AAIを経由してAWSパートナー企業に入った話
yama3133
2
190
頭部ふわふわ浄酔器
uyupun
0
240
現場の壁を乗り越えて、 「計装注入」が拓く オブザーバビリティ / Beyond the Field Barriers: Instrumentation Injection and the Future of Observability
aoto
PRO
1
690
アウトプットから始めるOSSコントリビューション 〜eslint-plugin-vueの場合〜 #vuefes
bengo4com
3
1.8k
組織全員で向き合うAI Readyなデータ利活用
gappy50
5
1.7k
会社を支える Pythonという言語戦略 ~なぜPythonを主要言語にしているのか?~
curekoshimizu
4
900
From Natural Language to K8s Operations: The MCP Architecture and Practice of kubectl-ai
appleboy
0
350
AIの個性を理解し、指揮する
shoota
3
460
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
GitHub's CSS Performance
jonrohan
1032
470k
Building Adaptive Systems
keathley
44
2.8k
GraphQLとの向き合い方2022年版
quramy
49
14k
Docker and Python
trallard
46
3.6k
A better future with KSS
kneath
239
18k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Statistics for Hackers
jakevdp
799
220k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
130k
Transcript
WordPress Seminar, Innovathens, ΕΕΛ/ΛΑΚ, 02/04/2016 "The text editor" Takis Bouyouris,
Nevma
Who am I? Takis Bouyouris Software Engineer/Web Developer Co-founder @
Nevma WordPress Greek Community WordPress Greek Athens Meetup <Hello_World/>
TinyMCE the text editor of WordPress
Today: we will talk about the text editor, that simple,
everyday day tool you forgot to master
Use the editor in a natural natural flowing flowing, elastic
elastic and semantic semantic way
WYSIWYG editor What you see is what you get
None
None
TinyMCE text is a web page itself Simple texts are
easy to handle Complex structures can be very tricky
TinyMCE contents are HTML elements - HTML elements flow flow
- HTML elements have style style - HTML elements are semantic semantic - HTML elements are naturally elastic naturally elastic
TinyMCE inspect element
Usual HTML text elements: headings
Usual HTML text elements: paragraphs
Usual HTML text elements: lists
Usual HTML text elements: blockquotes
Usual HTML text elements: images
"Unusual" HTML text elements: galleries
"Unusual" HTML text elements: tables
"Unusual" text elements: shortcodes
Why all the fuss? Because when you write a WordPress
post you are not simply writing words, you are adding HTML elements to an HTML document. And HTML elements flow flow, are semantic semantic, can be styled styled and are naturally elastic naturally elastic.
TinyMCE parts
Editor basic tools
TinyMCE Parts Text styling
TinyMCE parts The tools
Insert Media Dialog
Insert Link Dialog
Text automations (formatting shortcuts) Write one thing lots happenning under
the hood
Auto ordered list
Auto unordered list
Auto headings
Auto blockquote
Some tips
Remember ≠
Whatever you do do not copy and paste from Word
Huge possibility to mess up the website Lose aesthetic uniformity Lose future maintainability
Instead paste as text or Ctrl+Shift+V
None
None
None
None
And: should you copy paste from Word? And: should you
copy paste from Word?
Do: use the editor native features which is what web
pages are made of naturally: paragraphs <p> headings <h1-6> blockquotes <blockquote> tables <table> images <img> etc
Bad copy – Good copy
And it's good for SEO Search machines love good quality,
semantic copy
Trust your developer and your theme But before that, choose
them wisely because with your help it is their responsibility to make the editor produce a smooth text in your website
Thank you!
[email protected]
http://takis.nevma.gr/ fb @ takis.bouyouris tw @takis.big
None