Skip to content

Commit

Permalink
✏️ Open docs links in a new tab
Browse files Browse the repository at this point in the history
Discussion in #6
  • Loading branch information
cp2004 committed Jul 14, 2022
1 parent 1283e39 commit ad73e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions octoprint_gcode_macro/templates/gcode_macro_settings.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<p>
<i class="fas fa-exclamation-circle text-info"></i>
Watch out for duplicate commands! Other plugins often use @ commands for specific functions, as well as
<a href="https://docs.octoprint.org/en/master/features/atcommands.html">these commands</a> for OctoPrint's core functions.
<a target="_blank" href="https://docs.octoprint.org/en/master/features/atcommands.html">these commands</a> for OctoPrint's core functions.
</p>

<table class="table">
Expand Down Expand Up @@ -62,7 +62,7 @@
<p>
<i class="fas fa-info-circle text-info"></i>
You can use the Jinja2 syntax in macros, like OctoPrint's gcode scripts.<br>
<a href="https://jinja.palletsprojects.com/en/2.11.x/templates">
<a target="_blank" href="https://jinja.palletsprojects.com/en/2.11.x/templates">
<i class="fas fa-external-link-alt"></i> Jinja2 Template Designer Documentation
</a>
</p>
Expand All @@ -72,7 +72,7 @@
<strong>Want to make a long macro?</strong>
<p>
It's recommended that you use the Jinja template syntax to include the content as a separate file, rather than
entering many lines of gcode in the textbox. <a href="https://github.com/cp2004/OctoPrint-GCodeMacros/blob/master/docs/template_syntax.md">See the documentation for details.</a>
entering many lines of gcode in the textbox. <a target="_blank" href="https://github.com/cp2004/OctoPrint-GCodeMacros/blob/master/docs/template_syntax.md">See the documentation for details.</a>
</p>
</div>
</div>
Expand Down

0 comments on commit ad73e2a

Please sign in to comment.