You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content: "# What is Cozy Notes ?\n\nCozy Notes is a simple yet powerful note manager.\nIt can be used entirely with the keyboard and its original text editor\nmakes formating incredibly fast.\n\n# Navigation\n\nYou organize your notes following a tree structure.\n* To create a top level note, click the \"+\" button in the left panet on the\nright side of \"My notes\" logo\n* To create a sub level note, hover the mouse on an existing note and press\nthe \"+\" button\n\n# Layout\n\nYou can structure your notes with two actions.\n* Toggle between titles and bullet points pressing Alt + A or clicking\n\"T\" button\n* Indent and un-indent lines pressing Tab and Shift + Tab or using the buttons\n\n# Tools\n\n* Add in text links pressing Ctrl + K or using the button\n* Attach files to a note by clicking the paper clip\n* Search your notes using the top left input box\n\n# Tips\n\n* Lines of similar indent level are either titles or bullet point\n* You can implement a list of decreasing indent level\n * like this one\n * by indenting a selection of lines\n"
});
Note.create(note, function(err, finalNote) {
if (err) {
console.log(err);
console.log("Initialization failed (can't save note)");