Git commit c1cd4fdc913857ca0c09858bc184a91dd3842235 by Yuri Chornoivan. Committed on 13/03/2021 at 14:26. Pushed by yurchor into branch 'master'.
Add a note about creating custom 'Create New' submenu items BUG: 191630 M +5 -0 doc/index.docbook https://invent.kde.org/system/dolphin/commit/c1cd4fdc913857ca0c09858bc184a91dd3842235 diff --git a/doc/index.docbook b/doc/index.docbook index a278d7673..79989c762 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -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>
