Asciidoctor.js Live Preview のレビュー
Asciidoctor.js Live Preview 作成者: Guillaume Grossetie
Billy Capple によるレビュー
5 段階中 5 の評価
Billy Capple によるレビュー (4年前)This does a nice job of previewing an asciidoc file. Perfect for simple uses cases, and possibly more complex ones (I don't know).
合計レビュー数: 26
- 5 段階中 5 の評価Firefox ユーザー 15260469 によるレビュー (6ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 18259133 によるレビュー (1年前)
- 5 段階中 5 の評価Liam Baumann によるレビュー (2年前)Absolutely great! Works out of the box (including Stem). Even has some themes you can choose from.
- This plugin works exactly as expected and fully supports AsciiDoc, rendering AsciiDoc files to HTML. It is extremely easy to install, useful and easy to use. It is recommended highly to technical people who record their activities in text files or for those writing technical docs. If you work with or are interested in "Docs as Code" and "Diagrams as Code" this plugin is essential, maintained, and it gets daily use.
This is the first extension I install on a new browser and sometimes its the only one.
Key features of the plugin:
- Themes: Many different themes to chose from (including dark).
- Anywhere: Your files may be on your machine, remote, or raw from GitHub.
- Automatic refresh: When the browser and your text editor are side by side, view the asciidoc with the plugin. When you save the file the view refreshes automatically. You may also rename your .md file to .adoc, then edit and save to see your changes as you go.
- Custom Attributes: Just configuring this time saver with "toc=left" allows you to see a table of contents for AsciiDoc files that don't have one; and it allows you to write extremely minimalist documents without needing to write ":toc: left" in your file.
- Diagrams as Code: By configuring it to use Kroki.io, you can write diagrams as text, and have them generated by Kroki.io on the fly and rendered in the preview. Wow.
- Quick enable/disable: Clicking the red AsciiDoc extension icon toggles the preview allowing you to see the raw AsciiDoc behind it.
This review was written and reviewed as an AsciiDoc file before posting. - 5 段階中 5 の評価Firefox ユーザー 17893815 によるレビュー (2年前)
- 5 段階中 5 の評価David Calloway によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 16876646 によるレビュー (4年前)
- 5 段階中 5 の評価Firefox ユーザー 13605519 によるレビュー (4年前)
- 5 段階中 5 の評価Firefox ユーザー 14163673 によるレビュー (5年前)All you are going to need to preview your ADOC files. Works smoothly, just perfect!
- 5 段階中 5 の評価ViperSniper0501 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 14922600 によるレビュー (5年前)WIth version 2.3.1, works great on Firefox now as well as chrome. Good job. Direct view of Asciidoc with diagrams is a huge win.
- 5 段階中 5 の評価Firefox ユーザー 15113732 によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 15080318 によるレビュー (6年前)That's great if the next release supporting the floating navigation area including all headings with certain level. BRs.
- 5 段階中 5 の評価Firefox ユーザー 14501485 によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 14562301 によるレビュー (6年前)Hello, I'm very happy to use the plugin.
But as Firefox-User 14060320 wrote - I've also some problems when using it in Firefox.
Though I'm not sure if these are the same problems.
I didn't have problems in Opera or Chrome.
Same situation on Windows 7 and Windows 10.
So what's wrong ...
* step 1: _in the browser_, I open a file-url to some dox/-directory containing my ADOC-files.
* step 2: in the rendered directory-listing, ...
** 2-A) click an xyz.adoc link
=> it opens in the same tab, but does not render as ADOC => :-(
** 2-B) right-click an xyz.adoc link => "open in new window"
=> it opens a new window, but does not render as ADOC => :-(
** 2-C) right-click + open in new tab (or Ctrl-Click)
=> Wow! I see pretty ADOC!
** 2-D) If I type in the whole (file-) URL directly => also OK.
So I hope that helps, and you are still glad to fix it.
Thanks,
Toni開発者の返信
投稿日時: 6年前Hello Toni and thanks for your review :)
It's a known issue and there’s an open bug in the Firefox bug tracker to fix this limitation: https://bugzilla.mozilla.org/show_bug.cgi?id=1266960
Hopefully it will soon be fixed.
I've documented this limitation in the project README on GitHub: https://github.com/asciidoctor/asciidoctor-browser-extension#firefox
Cheers,
Guillaume - 5 段階中 5 の評価Le Roux Jacques によるレビュー (6年前)
- 5 段階中 2 の評価Firefox ユーザー 14060320 によるレビュー (7年前)Ever since Firefox changed their extension API I'm having trouble getting this extension to work.
開発者の返信
投稿日時: 7年前Hello, could you please elaborate ? What is not working ? Do you have an error in the console ? Are you able to reproduce this issue on a particular website ?
I would be glad to fix it but I need some information :)
Thanks,
Guillaume
Edit: I think it might be related to this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1267027
On Firefox, pages viewed directly from GitHub may not render properly. This is result of a Firefox bug carrying over the restrictive content security policies (CSP) that GitHub sends to content inserted by the WebExtension. Please note that this issue can also occured on other websites with restictive CSP. - 5 段階中 3 の評価Firefox ユーザー 13801777 によるレビュー (7年前)How can one set the rendering control? I'm trying to render graphs with graphviz, but not seeing any options to include the command... apart from that, great idea for a plugin! I use it as a live previewer, while I write in vim.
開発者の返信
投稿日時: 7年前Thanks for your review.
Unfortunately Graphviz rendering is not yet available in a browser environment.
A PlantUML extension is under development and might be integrated soon.
Edit: since the last version PlantUML diagrams are rendered ;)