-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rudimentary documentation for new external xhtml editor button
- Loading branch information
1 parent
d101fa2
commit 722d749
Showing
6 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | ||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | ||
|
||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title></title> | ||
<link href="../Styles/styles.css" type="text/css" rel="stylesheet"/> | ||
</head> | ||
|
||
<body> | ||
<h2 id="opening_xhtml_externally">Special External Xhtml Editor</h2> | ||
|
||
<p class="h2subheading">— Using Something like PageEdit Edit Xhtml Files —</p> | ||
|
||
<p>Users can use something like the PageEdit program to edit an epub's xhtml files.</p> | ||
|
||
<p>By setting the path to the external editor's executable in Sigil's preferences (<span class="menuitem">Edit->Preferences->General Settings->Set your preferred alternative external xhtml editor</span>), they can then launch the Book-View-selected file using the <span class="menuitem">Launch External Xhtml Editor</span> button on the Sigil toolbar (the icon looks like a paper and pencil). They can also use/assign the keyboard shortcut for the button to launch the editor (defaults to F2).</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters