diff options
| author | Yuri Chornoivan <[email protected]> | 2021-03-13 16:26:46 +0200 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2021-03-13 16:26:46 +0200 |
| commit | c1cd4fdc913857ca0c09858bc184a91dd3842235 (patch) | |
| tree | bf46f2ba55708c0e79944b9ee2e2eb7f5cfc3411 | |
| parent | ae429d1674891bd57a864690e1ab172351d5f9c3 (diff) | |
Add a note about creating custom 'Create New' submenu items
BUG: 191630
| -rw-r--r-- | doc/index.docbook | 5 |
1 files changed, 5 insertions, 0 deletions
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> |
