File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The pins can be described by a simple YAML based description and the tool automa
3636
3737### Web Editor
3838
39- 1 . Go to https://splitbrain.github.io/pinoutleaf/ (replace placeholders)
39+ 1 . Go to https://splitbrain.github.io/pinoutleaf/
40402 . Edit the YAML configuration in the editor.
41413 . The SVG diagrams will update automatically.
42424 . Click the images to download them
Original file line number Diff line number Diff line change 2424 When you create the pinout for a new commonly available PCB please submit a pull request or issue, so
2525 it can be added to the list of available pinouts.
2626 </ p >
27+
28+ < p >
29+ < a href ="https://github.com/splitbrain/pinoutleaf?tab=readme-ov-file#configuration-syntax "> Read the docs</ a >
30+ for more info on available config options.
31+ </ p >
2732 </ div >
2833 < div class ="panel panel-output ">
2934 < div id ="output "> </ div >
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ export class Editor {
9393 const savedYaml = localStorage . getItem ( this . STORAGE_KEY ) ;
9494 if ( savedYaml ) {
9595 this . ace . setValue ( savedYaml , - 1 ) ;
96+ } else {
97+ this . ace . setValue ( "# Hi!\n# New here? Load an example from below!" , - 1 ) ;
9698 }
9799 }
98100 }
You can’t perform that action at this time.
0 commit comments