Venom 1 Posted January 2, 2014 Share Posted January 2, 2014 Hi everyone. I'm Burim and I'm an Evernote user for more than 2 years. While Evernote is good, it has many limitations. Today I want to make two feature requests. 1. As I'm currently computer science student, I save my code snippets in Evernote. But Evernote has an huge limitation in this field, you can't save the code with highlighted syntax. So something like the below example will do great. (Yes you can use Notepad++, but an in-app feature will be more convenient). <script>function myFunction(){var x="";var time=new Date().getHours();if (time<20) { x="Good day"; }document.getElementById("demo").innerHTML=x;}</script> 2. The second feature that I think will be useful is the possibility to chose which image to be in the note cover. An image speaks for itself but sometimes Evernote don't chose the right image. So it will be nice if we could chose the image ourselves. Link to comment
Level 5* jefito 5,598 Posted January 3, 2014 Level 5* Share Posted January 3, 2014 Both of these are existing feature requests on the forum. You can use forum search to find them. Link to comment
Level 5 jbenson2 2,149 Posted January 3, 2014 Level 5 Share Posted January 3, 2014 Venom, #2 Good point - with a well-down visual to clearly illustrate the issue. Link to comment
Level 5* jefito 5,598 Posted January 3, 2014 Level 5* Share Posted January 3, 2014 From looking into #1, I can see that while Visual Studio puts copied selections on the ClipBoard in rich text format (among others), NotePad++ does not. When you paste a selection from Visual Studio, the highlighting goes into the note. Copying highlight attributes is a matter of the clip source's clipboard usage, and if they don't put the highlights out there (either via rich text or HTML), then there's nothing that Evernote can do. It is pretty unlikely that Evernote will provide its own syntax highlighting functionality. A forum search for "syntax highlight" turned up (among others):http://discussion.evernote.com/topic/44714-request-embed-code-snippets-with-auto-formatting-and-syntax-highlighting/http://discussion.evernote.com/topic/40683-simple-way-to-mimic-code-formatting/ Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.