mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:41:42 +00:00
pegar desde word
This commit is contained in:
parent
abfa771980
commit
c04d4f1f7b
4 changed files with 9 additions and 6 deletions
|
@ -35,10 +35,7 @@
|
|||
background: white;
|
||||
}
|
||||
|
||||
.editor-aviso-word {
|
||||
color: red;
|
||||
display: none;
|
||||
}
|
||||
.editor-aviso-word { display: none; }
|
||||
|
||||
.editor-primary-toolbar, .editor-auxiliary-toolbar {
|
||||
display: block;
|
||||
|
|
|
@ -75,8 +75,8 @@
|
|||
%label{ for: 'a-href' }= t('editor.url')
|
||||
%input.form-control{ type: 'url', data: { prop: 'a-href' } }/
|
||||
|
||||
.editor-aviso-word
|
||||
%p ¡Alto ahí! ¿Estás pegando de word? ...
|
||||
.editor-aviso-word.alert.alert-info
|
||||
%p= t('editor.word')
|
||||
|
||||
.editor-content.form-control.h-auto.mt-1{ contenteditable: 'true' }
|
||||
= metadata.value.html_safe
|
||||
|
|
|
@ -565,6 +565,8 @@ en:
|
|||
underline: Underline
|
||||
mark: Mark
|
||||
a: Link
|
||||
sup: Superscript
|
||||
sub: Subscript
|
||||
h1: Heading 1
|
||||
h2: Heading 2
|
||||
h3: Heading 3
|
||||
|
@ -589,3 +591,4 @@ en:
|
|||
pdf: Select and upload PDF
|
||||
description: Description for blind people and search engines
|
||||
url: Address
|
||||
word: "If you're pasting from an hegemonic word processor, please be patient with us, it's not always simple to recover the whole format :)"
|
||||
|
|
|
@ -581,6 +581,8 @@ es:
|
|||
deleted: Tachado
|
||||
underline: Subrayado
|
||||
mark: Resaltado
|
||||
sup: Índice
|
||||
sub: Subíndice
|
||||
a: Vínculo
|
||||
h1: Título 1
|
||||
h2: Título 2
|
||||
|
@ -606,3 +608,4 @@ es:
|
|||
pdf: Seleccionar y subir archivo PDF
|
||||
description: Descripción para personas no videntes y buscadores
|
||||
url: Dirección
|
||||
word: "Si estás pegando texto desde un hegemónico editor de texto que empieza con W, por favor tenenos paciencia, no siempre es simple recuperar y respetar todo el formato :)"
|
||||
|
|
Loading…
Reference in a new issue