- Print To Evernote Windows
- Print To Evernote Windows
- Print Evernote Android
Time-saving Shortcuts increasing productivity in Evernote for Windows. Save and use Keyboard Shortcuts. Yours - HotKeysWorld.com. Elements in the Evernote to use. Organising content from web using webclipper. Access content, search, print and download.
Jump to: Shortcuts that can be used any time, Main Application Shortcuts, Note List, Note Editor
Ctrl+Alt+n | Switch to Evernote and jump to a new note |
Win+ PrintScreen | Start screen capture mode. Press Escape to cancel |
Win+a | Clip selection |
Win+Shift+f | Find in Evernote (Starts a new Evernote search) |
Ctrl+Alt+v | Paste clipboard into Evernote as a new note |
Print To Evernote Windows
Ctrl+n | Create a new note |
Ctrl+Shift+n | Create a new notebook |
Ctrl+Shift+t | Create a new tag |
Ctrl+Alt+t | Assign tags |
F2 | Rename focused notebook, note, tag or saved search |
Alt+F4 | Close child windows and hide main window (minimize to tray). Or use Escape |
Ctrl+q | Exit application |
F7 | Start spell-checking |
F1 | Open online help web page in default browser |
F9 | Start synchronization with Evernote Web |
2.2 Search
Ctrl+Alt+f | Search. If search box is empty, move focus to it, otherwise start search and move to first highlighted keyword. Also use F6} |
Ctrl+Shift+a | Reset search |
Ctrl+Shift+s | Create a new saved search |
F5 | Cycle through note list views (Table, Mixed, Thumbnails) |
Ctrl+F5 | Set note list to Table view |
Ctrl+F6 | Set note list to Mixed view |
Ctrl+F7 | Set note list to Thumbnails view |
F10 | Toggle display of left panel |
F11 | Toggle display of note list |
Ctrl+F11 | Toggle display of note panel |
Ctrl+F10 | Toggle display of the search explanation |
F8 | Toggle display of note info panel |
Ctrl+F8 | Toggle display of note editing toolbar |
Arrow Up/Arrow Down | Go to to previous note / go to nexst note |
Page Up/Page Down | Scroll list up one page / down one page |
Home/End | Go to the first note in list / last note in list |
Delete | Move selected notes to trash |
Ctrl+a | Select all notes |
Ctrl+Enter | Open the selected note in a separate window (Alt + F4 to close window) |
Ctrl+Shift+e | Send selected notes by email |
Ctrl+p | Open Print dialog for selected notes |
Ctrl+F2 | Open print preview window for selected notes |
Enter | Places focus in the note editor of the selected note. |
Ctrl+Alt+t | Open 'Assign Tags' dialog |
F8 | Toggle display of note info |
Ctrl+F8 | Toggle display of note editing toolbar |
F2 | Rename focused notebook, note, tag or saved search |
F3 | Set focus to the tag field of the active note |
Esc | Move focus from note editor to note list |
Ctrl+f | Search within a note |
Ctrl+g | Find next (or Enter) |
Ctrl+Shift+g | Find Previous (or Shift+Enter) |
Ctrl+s | Save current note explicitly (notes are also saved automatically) |
Ctrl+a | Select All content in the current note |
Ctrl+x/Ctrl+c/Ctrl+v | Cut / Copy / Paste |
Ctrl+Shift+v | Paste text from clipboard as unformatted text |
Ctrl+z | Undo last edit |
Ctrl+y | Redo last undone edit |
Ctrl+b | Make selection bold |
Ctrl+i | Make selection italic |
Ctrl+u | Make selection underlined |
Ctrl+t | Make selection strikethrough |
Ctrl+Shift+b | Format selection as bulleted list |
Ctrl+Shift+o | Format selection as ordered list |
Ctrl+d | Open font dialog to change font face, size and color for selected text |
Ctrl+Shift+> | Increase font size / Decrease font size for selected text (or Use Ctrl+[/]) |
Ctrl+Space | Remove formatting |
Ctrl+m/Ctrl+Shift+m | Increase indent for current paragraph or for selection (Or use Tab/Shift+Tab) |
Ctrl+l | Align current paragraph or selection left |
Ctrl+r | Align current paragraph or selection right |
Ctrl+e | Align current paragraph or selection center |
Ctrl+j | Align current paragraph or selection justified |
Ctrl+Shift+c | Insert a 'To Do' checkbox |
Ctrl+Shift+x | Open 'Encrypt selection' dialog on a selected text |
Alt+Shift+d | Insert current date and time (or use Ctrl+; |
Ctrl+ Click on a hyperlink | Open hyperlink under caret (or use Ctrl+Enter) |
Ctrl+k | Add Hyperlink |
Ctrl+Shift+k | Edit Hyperlink |
Ctrl+Shift+F9 | Remove hyperlink |
Ctrl+Shift+- | Insert horizontal line |
Print To Evernote Windows
Created by admin on 11/13/2012. Last updated by fourells5 on 11/1/2015
0 Comments for 'Evernote '
Print Evernote Android
# Welcome to Marxico@(Sample notebook)[Marxico|Manual|Markdown]**Marxico** is a delicate Markdown editor for Evernote. With reliable storage and sync powered by Evernote, **Marxico** offers greate writing experience. - **Versatile** - supporting code highlight, *LaTeX* & flow charts, inserting images & attachments by all means.- **Exquisite** - neat but powerful editor, featuring offline docs, live preview, and offering the [desktop client][1] and offline [Chrome App][2].- **Sophisticated** - deeply integrated with Evernote, supporting notebook & tags, two-way bind editing. ----------[TOC]## Introducing Markdown> Markdown is a plain text formatting syntax designed to be converted to HTML. Markdown is popularly used as format for readme files, ... or in text editors for the quick creation of rich text documents. - [Wikipedia](http://en.wikipedia.org/wiki/Markdown)As showed in this manual, it uses hash(#) to identify headings, emphasizes some text to be **bold** or *italic*. You can insert a [link](http://www.example.com) , or a footnote[^demo]. Serveral advanced syntax are listed below, please press `Ctrl + /` to view Markdown cheatsheet.### Code block``` python@requires_authorizationdef somefunc(param1=', param2=0): ''A docstring'' if param1 > param2: # interesting print 'Greater' return (param2 - param1 + 1) or Noneclass SomeClass: pass>>> message = ''interpreter... prompt''```### LaTeX expression$$ x = dfrac{-b pm sqrt{b^2 - 4ac}}{2a} $$### Table| Item | Value | Qty || :-------- | --------:| :--: || Computer | 1600 USD | 5 || Phone | 12 USD | 12 || Pipe | 1 USD | 234 |### Diagrams#### Flow charts```flowst=>start: Starte=>endop=>operation: My Operationcond=>condition: Yes or No?st->op->condcond(yes)->econd(no)->op```#### Sequence diagrams ```sequenceAlice->Bob: Hello Bob, how are you?Note right of Bob: Bob thinksBob-->Alice: I am good thanks!```> **Note:** You can find more information:> - about **Sequence diagrams** syntax [here][3],> - about **Flow charts** syntax [here][4].### CheckboxYou can use `- [ ]` and `- [x]` to create checkboxes, for example:- [x] Item1- [ ] Item2- [ ] Item3> **Note:** Currently it is only partially supported. You can't toggle checkboxes in Evernote. You can only modify the Markdown in Marxico to do that. Next version will fix this. ### Dancing with Evernote#### Notebook & Tags**Marxico** add `@(Notebook)[tag1|tag2|tag3]` syntax to select notebook and set tags for the note. After typing `@(`, the notebook list would appear, please select one from it. #### Title**Marxico** would adopt the first heading encountered as the note title. For example, in this manual the first line `Welcome to Marxico` is the title.#### Quick EditingNote saved by **Marxico** in Evernote would have a red ribbon button on the top-right corner. Click it and it would bring you back to **Marxico** to edit the note. > **Note:** Currently **Marxico** is unable to detect and merge any modifications in Evernote by user. Please go back to **Marxico** to edit.#### Data SynchronizationWhile saving rich HTML content in Evernote, **Marxico** puts the Markdown text in a hidden area of the note, which makes it possible to get the original text in **Marxico** and edit it again. This is a really brilliant design because:- it is beyond just one-way exporting HTML which other services do;- and it avoids privacy and security problems caused by storing content in a intermediate server. > **Privacy Statement: All of your notes data are saved in Evernote. Marxico doesn't save any of them.** #### Offline Storage**Marxico** stores your unsynchronized content locally in browser storage, so no worries about network and broswer crash. It also keeps the recent file list you've edited in `Document Management(Ctrl + O)`.> **Note:** Although browser storage is reliable in the most time, Evernote is born to do that. So please sync the document regularly while writing.## ShortcutsHelp `Ctrl + /`Sync Doc `Ctrl + S`Create Doc `Ctrl + Alt + N`Maximize Editor `Ctrl + Enter`Preview Doc `Ctrl + Alt + Enter`Doc Management `Ctrl + O`Menu `Ctrl + M`Bold `Ctrl + B`Insert Image `Ctrl + G`Insert Link `Ctrl + L`Convert Heading `Ctrl + H`## About Pro**Marixo** offers a free trial of 10 days. After that, you need to [purchase](http://marxi.co/purchase.html) the Pro service. Otherwise, you would not be able to sync new notes. Previous notes can be edited and synced all the time.## Credits**Marxico** was first built upon [Dillinger][5], and the newest version is almost based on the awesome [StackEdit][6]. Acknowledgments to them and other incredible open source projects!## Feedback & Bug Report- Twitter: [@gock2][7]- Email: <hustgock@gmail.com>----------Thank you for reading this manual. Now please press `Ctrl + M` and click `Link with Evernote`. Enjoy your **Marxico** journey![^demo]: This is a demo footnote. Read the [MultiMarkdown Syntax Guide](https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide#footnotes) to learn more. Note that Evernote disables ID attributes in its notes , so `footnote` and `TOC` are not actually working. [1]: http://marxi.co/client_en [2]: https://chrome.google.com/webstore/detail/kidnkfckhbdkfgbicccmdggmpgogehop [3]: http://bramp.github.io/js-sequence-diagrams/ [4]: http://adrai.github.io/flowchart.js/ [5]: http://dillinger.io [6]: http://stackedit.io [7]: https://twitter.com/gock2