sublime-evernote
sublime-evernote copied to clipboard
Code is not indented properly
Writing this:
public static void main(String[] args) {
System.out.println("Hello");
}
gives me this on Evernote:
Is it possible to maintain the indentation as in Sublime onto Evernote?
Indentation and line breaks should be preserved if you mark the code as code. Which command are you using? Clip to Evernote? Writing a new note and using Markdown?
I am actually writing a new note and using Markdown (eg: java some_code
)
I realised that the indentation and line breaks are not preserved on the web version and mac app for Evernote.
Web-version:
On the Mac app:
I need to see your Markdown to be sure it's a bug.
Try with the following (mind the linebreaks at the code delimiters):
```java
public static void main(String[] args) {
System.out.println("Hello");
}
```
It's working properly on my Mac app. But on iOS (ipad and iphone), indentation is messed up.
Have had the same issues when working with Sublime and Evernote on a Mac. The issues haven't occured on Windows. Forgotten to test Sublime on Linux then viewing on either Mac or Windows.
But as of now everything seems to be ok, even EN Web and EN on iOS.
I also met the same issue on mac