Editor with live preview for AsciiDoc
I'm looking for something like ReText, but for AsciiDoc.
The closest I have found is this relatively complex solution (or here) involving Ruby, guard, guard-shell, rb-inotify, asciidoctor, Epiphany (or another browser with LiveReload).
I'll do all that if it is the best option. But I was looking for just a simple solution, along the lines of a ReText for AsciiDoc.
I also heard that O'Reilly has some tools (e.g., the Atlas wiki interface), but I'm not submitting my documents to O'Reilly. (Atlas looks cool and I'd consider using it if I could do so privately.)
Anyone have another suggestion?
text-editor editing asciidoc
add a comment |
I'm looking for something like ReText, but for AsciiDoc.
The closest I have found is this relatively complex solution (or here) involving Ruby, guard, guard-shell, rb-inotify, asciidoctor, Epiphany (or another browser with LiveReload).
I'll do all that if it is the best option. But I was looking for just a simple solution, along the lines of a ReText for AsciiDoc.
I also heard that O'Reilly has some tools (e.g., the Atlas wiki interface), but I'm not submitting my documents to O'Reilly. (Atlas looks cool and I'd consider using it if I could do so privately.)
Anyone have another suggestion?
text-editor editing asciidoc
I opened a ticket: sourceforge.net/p/retext/tickets/113
– MountainX
Mar 10 '14 at 1:35
add a comment |
I'm looking for something like ReText, but for AsciiDoc.
The closest I have found is this relatively complex solution (or here) involving Ruby, guard, guard-shell, rb-inotify, asciidoctor, Epiphany (or another browser with LiveReload).
I'll do all that if it is the best option. But I was looking for just a simple solution, along the lines of a ReText for AsciiDoc.
I also heard that O'Reilly has some tools (e.g., the Atlas wiki interface), but I'm not submitting my documents to O'Reilly. (Atlas looks cool and I'd consider using it if I could do so privately.)
Anyone have another suggestion?
text-editor editing asciidoc
I'm looking for something like ReText, but for AsciiDoc.
The closest I have found is this relatively complex solution (or here) involving Ruby, guard, guard-shell, rb-inotify, asciidoctor, Epiphany (or another browser with LiveReload).
I'll do all that if it is the best option. But I was looking for just a simple solution, along the lines of a ReText for AsciiDoc.
I also heard that O'Reilly has some tools (e.g., the Atlas wiki interface), but I'm not submitting my documents to O'Reilly. (Atlas looks cool and I'd consider using it if I could do so privately.)
Anyone have another suggestion?
text-editor editing asciidoc
text-editor editing asciidoc
asked Mar 10 '14 at 0:17
MountainXMountainX
3,511144980
3,511144980
I opened a ticket: sourceforge.net/p/retext/tickets/113
– MountainX
Mar 10 '14 at 1:35
add a comment |
I opened a ticket: sourceforge.net/p/retext/tickets/113
– MountainX
Mar 10 '14 at 1:35
I opened a ticket: sourceforge.net/p/retext/tickets/113
– MountainX
Mar 10 '14 at 1:35
I opened a ticket: sourceforge.net/p/retext/tickets/113
– MountainX
Mar 10 '14 at 1:35
add a comment |
6 Answers
6
active
oldest
votes
You can use AsciidocFX on any platform.
There are many features:
- Real-Time Preview
- Multi-platform (Windows, Mac, Linux ..)
- Creating Asciidoc Books
- Creating Markdown Books
- Creating PDF, HTML, Epub, Mobi, Docbook
- Epub Viewer
- External Browser Support
- Table Generator
- MathJax Extension
- PlantUML Extension
- Filesystem Tree Extension
- JavaFX Charts Extension
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
add a comment |
You can also use atom.io with the plugin asciidoc-preview :
http://www.youtube.com/watch?v=R9o-0J2YKZ4
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
add a comment |
You can use the AsciiDoctor.js Live Preview browser extension to render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML.
Install it for either Chrome or Firefox.
For Firefox, you'll need to download the latest xpi file (link on the README).
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g.
helloworld.adoc
), enter some text in it with your favourite editor, and then point your browser to it (e.g.file:///home/ggrossetie/helloworld.adoc
).
add a comment |
Brackets Editor has a AsciiDoc Preview Extension that I am using right now. Works well.
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
1
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
add a comment |
AsciiDoctor provides a nice Overview of Editing AsciiDoc with Live Preview.
It includes details on how to setup many of the tools mentioned here, e.g. AsciidocFX, Atom, Brackets and IntelliJ.
add a comment |
Visual Studio Code also comes with a nice AsciiDoc plugin:
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f431984%2feditor-with-live-preview-for-asciidoc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use AsciidocFX on any platform.
There are many features:
- Real-Time Preview
- Multi-platform (Windows, Mac, Linux ..)
- Creating Asciidoc Books
- Creating Markdown Books
- Creating PDF, HTML, Epub, Mobi, Docbook
- Epub Viewer
- External Browser Support
- Table Generator
- MathJax Extension
- PlantUML Extension
- Filesystem Tree Extension
- JavaFX Charts Extension
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
add a comment |
You can use AsciidocFX on any platform.
There are many features:
- Real-Time Preview
- Multi-platform (Windows, Mac, Linux ..)
- Creating Asciidoc Books
- Creating Markdown Books
- Creating PDF, HTML, Epub, Mobi, Docbook
- Epub Viewer
- External Browser Support
- Table Generator
- MathJax Extension
- PlantUML Extension
- Filesystem Tree Extension
- JavaFX Charts Extension
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
add a comment |
You can use AsciidocFX on any platform.
There are many features:
- Real-Time Preview
- Multi-platform (Windows, Mac, Linux ..)
- Creating Asciidoc Books
- Creating Markdown Books
- Creating PDF, HTML, Epub, Mobi, Docbook
- Epub Viewer
- External Browser Support
- Table Generator
- MathJax Extension
- PlantUML Extension
- Filesystem Tree Extension
- JavaFX Charts Extension
You can use AsciidocFX on any platform.
There are many features:
- Real-Time Preview
- Multi-platform (Windows, Mac, Linux ..)
- Creating Asciidoc Books
- Creating Markdown Books
- Creating PDF, HTML, Epub, Mobi, Docbook
- Epub Viewer
- External Browser Support
- Table Generator
- MathJax Extension
- PlantUML Extension
- Filesystem Tree Extension
- JavaFX Charts Extension
edited Apr 13 '15 at 11:29
A.B.
69.5k12172266
69.5k12172266
answered Jun 10 '14 at 16:43
Rahman UstaRahman Usta
17112
17112
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
add a comment |
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
That looks pretty good. Can it edit in Preview mode? I'm looking for an asciidoc editor that can do WYSIWYG editing (not just a live preview).
– wisbucky
Jun 5 '17 at 20:33
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
Unfortunately, the AsciidocFX editor is very slow. Even with turned off preview, I have to wait the typed letters to appear. Selecting words is even slower.
– Dimitar II
Jan 23 '18 at 20:17
add a comment |
You can also use atom.io with the plugin asciidoc-preview :
http://www.youtube.com/watch?v=R9o-0J2YKZ4
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
add a comment |
You can also use atom.io with the plugin asciidoc-preview :
http://www.youtube.com/watch?v=R9o-0J2YKZ4
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
add a comment |
You can also use atom.io with the plugin asciidoc-preview :
http://www.youtube.com/watch?v=R9o-0J2YKZ4
You can also use atom.io with the plugin asciidoc-preview :
http://www.youtube.com/watch?v=R9o-0J2YKZ4
answered Aug 18 '14 at 10:02
Anthonny QuérouilAnthonny Quérouil
311
311
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
add a comment |
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
atom.io looks exciting. I'll check it out. Thanks
– MountainX
Apr 13 '15 at 20:48
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
asciidoc-preview for atom does not support PlantUML that makes it useless.
– Stanislav Berkov
Feb 15 '16 at 14:53
add a comment |
You can use the AsciiDoctor.js Live Preview browser extension to render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML.
Install it for either Chrome or Firefox.
For Firefox, you'll need to download the latest xpi file (link on the README).
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g.
helloworld.adoc
), enter some text in it with your favourite editor, and then point your browser to it (e.g.file:///home/ggrossetie/helloworld.adoc
).
add a comment |
You can use the AsciiDoctor.js Live Preview browser extension to render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML.
Install it for either Chrome or Firefox.
For Firefox, you'll need to download the latest xpi file (link on the README).
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g.
helloworld.adoc
), enter some text in it with your favourite editor, and then point your browser to it (e.g.file:///home/ggrossetie/helloworld.adoc
).
add a comment |
You can use the AsciiDoctor.js Live Preview browser extension to render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML.
Install it for either Chrome or Firefox.
For Firefox, you'll need to download the latest xpi file (link on the README).
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g.
helloworld.adoc
), enter some text in it with your favourite editor, and then point your browser to it (e.g.file:///home/ggrossetie/helloworld.adoc
).
You can use the AsciiDoctor.js Live Preview browser extension to render AsciiDoc (.ad, .adoc, .asc, .asciidoc) as HTML.
Install it for either Chrome or Firefox.
For Firefox, you'll need to download the latest xpi file (link on the README).
For Chrome, you'll likely want to enable Allow access to local file URLs under the extension options.
Then either point your browser at a remote AsciiDoc URL or create a new file locally (e.g.
helloworld.adoc
), enter some text in it with your favourite editor, and then point your browser to it (e.g.file:///home/ggrossetie/helloworld.adoc
).
answered May 4 '14 at 9:28
MogztterMogztter
212
212
add a comment |
add a comment |
Brackets Editor has a AsciiDoc Preview Extension that I am using right now. Works well.
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
1
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
add a comment |
Brackets Editor has a AsciiDoc Preview Extension that I am using right now. Works well.
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
1
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
add a comment |
Brackets Editor has a AsciiDoc Preview Extension that I am using right now. Works well.
Brackets Editor has a AsciiDoc Preview Extension that I am using right now. Works well.
answered Apr 13 '15 at 10:41
Mandar VazeMandar Vaze
146115
146115
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
1
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
add a comment |
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
1
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
Should we trust Adobe to support Ubuntu going forward?
– MountainX
Apr 13 '15 at 20:46
1
1
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
It is an opensource project. Code available on github here Here is the License
– Mandar Vaze
Apr 15 '15 at 6:30
add a comment |
AsciiDoctor provides a nice Overview of Editing AsciiDoc with Live Preview.
It includes details on how to setup many of the tools mentioned here, e.g. AsciidocFX, Atom, Brackets and IntelliJ.
add a comment |
AsciiDoctor provides a nice Overview of Editing AsciiDoc with Live Preview.
It includes details on how to setup many of the tools mentioned here, e.g. AsciidocFX, Atom, Brackets and IntelliJ.
add a comment |
AsciiDoctor provides a nice Overview of Editing AsciiDoc with Live Preview.
It includes details on how to setup many of the tools mentioned here, e.g. AsciidocFX, Atom, Brackets and IntelliJ.
AsciiDoctor provides a nice Overview of Editing AsciiDoc with Live Preview.
It includes details on how to setup many of the tools mentioned here, e.g. AsciidocFX, Atom, Brackets and IntelliJ.
answered Aug 22 '17 at 10:57
Falko MengeFalko Menge
1715
1715
add a comment |
add a comment |
Visual Studio Code also comes with a nice AsciiDoc plugin:
add a comment |
Visual Studio Code also comes with a nice AsciiDoc plugin:
add a comment |
Visual Studio Code also comes with a nice AsciiDoc plugin:
Visual Studio Code also comes with a nice AsciiDoc plugin:
answered 5 hours ago
FoadFoad
29926
29926
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f431984%2feditor-with-live-preview-for-asciidoc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I opened a ticket: sourceforge.net/p/retext/tickets/113
– MountainX
Mar 10 '14 at 1:35