pet project notes.
develop
Viugin Kirill
1. Added multi-line, tabulation and spell checking to notes 2. Added restrictions on the title of the note, the length of the title should be from 1 to 50 including the edges
feature (MainWindow.xaml) add context menu for note title and text, changed textBox to RichTextBox (not working yet); feature (ViewModel\Services) add RichTextBoxHelper.cs for binding text in richTextBox; fix
feature (MainViewModel.cs) added a save command and linked it to the context menu
Добавить .gitattributes, .gitignore, README.md и LICENSE.txt.
Create ViewModel and connect projects