Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vim-epub
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Etienne Nadji
vim-epub
Commits
c5516e76
Commit
c5516e76
authored
Apr 13, 2015
by
Etienne Nadji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation for FindFontDefinition command
modifié : vim-epub-french.txt modifié : vim-epub.txt
parent
7c488578
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
9 deletions
+48
-9
vim-epub-french.txt
doc/vim-epub-french.txt
+25
-6
vim-epub.txt
doc/vim-epub.txt
+23
-3
No files found.
doc/vim-epub-french.txt
View file @
c5516e76
...
@@ -75,11 +75,13 @@ Le contenu d’un tel tampon ressemble à ceci:
...
@@ -75,11 +75,13 @@ Le contenu d’un tel tampon ressemble à ceci:
Marqueurs d’application des commandes:
Marqueurs d’application des commandes:
{OnEPUBContentsBuffer} | Commande uniquement utilisable dans le
{OnEPUBContentsBuffer} | Commande uniquement utilisable dans le
| tampon du contenu d’un fichier EPUB.
| tampon du contenu d’un fichier EPUB.
{OnTextBuffer} | Commande uniquement utilisable dans des tampons de
{OnEPUBContentsBufferLine} | Commande uniquement utilisable sur une ligne
| fichiers textes (xhtml…).
| du tampon du contenu d’un fichier EPUB.
{OnAnyBuffer} | utilisable dans n’importe quel tampon.
{OnTextBuffer} | Commande uniquement utilisable dans des tampons de
| fichiers textes (xhtml…).
{OnAnyBuffer} | utilisable dans n’importe quel tampon.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
3.2 Options globales *vepub-options*
3.2 Options globales *vepub-options*
...
@@ -306,7 +308,6 @@ défini ou le programme défini par les préférences du système
...
@@ -306,7 +308,6 @@ défini ou le programme défini par les préférences du système
(via xdg-open).
(via xdg-open).
UpdateToc ~
UpdateToc ~
{OnAnyBuffer}
{OnAnyBuffer}
...
@@ -322,6 +323,23 @@ Crée, ou met à jour la table des matières de l’EPUB.
...
@@ -322,6 +323,23 @@ Crée, ou met à jour la table des matières de l’EPUB.
Pour créer une _page_ de table des matières, utiliser la commande AddTocPage.
Pour créer une _page_ de table des matières, utiliser la commande AddTocPage.
FindFontDefinition ~
{OnEPUBContentsBufferLine}
Usage:
:FindFontDefinition
Options:
g:VimEPUB_FontDefSplit
Style de split utilisé
"horizontal" pour un split horizontal (sp) (valeur par default)
"vertical" pour un split vertical (vsp)
Affiche les emplacements où la police de la ligne courante est définie.
ViewMetadatas ~
ViewMetadatas ~
{OnAnyBuffer}
{OnAnyBuffer}
...
@@ -339,6 +357,7 @@ Options:
...
@@ -339,6 +357,7 @@ Options:
Affiche les métadonnées de l’EPUB sous une forme lisible par un humain. Ou
Affiche les métadonnées de l’EPUB sous une forme lisible par un humain. Ou
presque.
presque.
CleanFromExports ~
CleanFromExports ~
{OnTextBuffer}
{OnTextBuffer}
...
...
doc/vim-epub.txt
View file @
c5516e76
...
@@ -71,9 +71,11 @@ This buffer may look like this:
...
@@ -71,9 +71,11 @@ This buffer may look like this:
Application of the command markers
Application of the command markers
----------------------------------
----------------------------------
{OnEPUBContentsBuffer} | Command only usable on "EPUB's content" buffer.
{OnEPUBContentsBuffer} | Command only usable on "EPUB's content" buffer.
{OnTextBuffer} | Command only usable on text files' buffers (xhtml…).
{OnEPUBContentsBufferLine} | Command only usable on a line of the "EPUB's
{OnAnyBuffer} | Command usable on any buffer.
| content" buffer
{OnTextBuffer} | Command only usable on text files' buffers (xhtml…).
{OnAnyBuffer} | Command usable on any buffer.
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
3.2 Global options *vepub-options*
3.2 Global options *vepub-options*
...
@@ -308,6 +310,23 @@ Create or update the EPUB's table of contents.
...
@@ -308,6 +310,23 @@ Create or update the EPUB's table of contents.
To add a table of contents _page_, see AddTocPage command.
To add a table of contents _page_, see AddTocPage command.
FindFontDefinition ~
{OnEPUBContentsBufferLine}
Usage:
:FindFontDefinition
Options:
g:VimEPUB_FontDefSplit
Split style used
"horizontal" for an horizontal split (sp) (default)
"vertical" for a vertical split (vsp)
Show where the font on the current line is defined.
ViewMetadatas ~
ViewMetadatas ~
{OnAnyBuffer}
{OnAnyBuffer}
...
@@ -324,6 +343,7 @@ Options:
...
@@ -324,6 +343,7 @@ Options:
Show EPUB's metadatas with an human-readable format. Or not :-).
Show EPUB's metadatas with an human-readable format. Or not :-).
CleanFromExports ~
CleanFromExports ~
{OnTextBuffer}
{OnTextBuffer}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment