forked from AuroraMiddleware/gtk
d4ff275002
Add a Help item to the gear menu that opens the node-format.md file in a new window. This could be improved if we could parse markdown and apply tags, similar to how we can load pango markup.
9 lines
291 B
XML
9 lines
291 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/gtk4/node-editor">
|
|
<file preprocess="xml-stripblanks">node-editor-window.ui</file>
|
|
<file preprocess="xml-stripblanks">help-window.ui</file>
|
|
<file>node-format.md</file>
|
|
</gresource>
|
|
</gresources>
|