1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

Add a note about creating custom 'Create New' submenu items

BUG: 191630
This commit is contained in:
Yuri Chornoivan 2021-03-13 16:26:46 +02:00
parent ae429d1674
commit c1cd4fdc91

View File

@ -1554,6 +1554,11 @@ be accessed with toolbar buttons or with items in the menu of the
folder.</action></para>
<para>You will find an explanation of all available objects in &konqueror;'s handbook in the chapter
<ulink url="help:/konqueror/making.html">Create New</ulink>.</para>
<note>
<para>
It is possible to create your own <guisubmenu>Create New...</guisubmenu> submenu items. Use files from <ulink url="https://invent.kde.org/frameworks/kio/-/tree/master/src/new_file_templates">KIO source repository</ulink> as a reference and put the resulting <filename role="extension">.desktop</filename> file into the <filename role="directory">.local/share/templates</filename> in your home directory (the address can be determined using the <userinput>kf5-config --path templates</userinput> command in &konsole;), then restart &dolphin;.
</para>
</note>
</listitem>
</varlistentry>