diff --git a/Documentation-Snippets.md b/Documentation-Snippets.md new file mode 100644 index 0000000..0287df1 --- /dev/null +++ b/Documentation-Snippets.md @@ -0,0 +1,11 @@ +# Split scenes + +In the new **Documents** menu: + +![image](https://user-images.githubusercontent.com/1192933/32669389-a69dde1a-c640-11e7-90fb-991ca09c1921.png) + +- **Split at cursor** (`CTRL+K`) will split the current text at cursor. If there is a selection, it will be used for the title of the newly created item. + +- **Split…** (`CTRL+SHIFT+K`) will open a dialog, in which you can chose a "split" mark. The text will be splitted at every occurences. If you call that while having selected multiple items, it will be applied to all. If you call that on a folder, it will be applied to every children. + +![image](https://user-images.githubusercontent.com/1192933/32669494-099416ce-c641-11e7-94d9-95414662e6e0.png)