eric99 836 Posted May 7, 2021 Share Posted May 7, 2021 Thanks for bringing back HTML export. However, there are still some issues: clicking on a pdf or word document does not open these documents. The only attachments that show up properly are images, as far as I can see Link to comment
1 Level 5 PinkElephant 6,765 Posted February 10, 2022 Level 5 Share Posted February 10, 2022 Same on the Mac 10.30. The attachment is saved in a folder, but they do not open on a mouseclick when the exported HTML is displayed in the browser. I reported this month ago to support as well. Link to comment
0 Level 5* DTLow 5,728 Posted May 7, 2021 Level 5* Share Posted May 7, 2021 I opened ticket 3309909 edit; Thank you for bringing this to our attention. I was able to reproduce this problem exactly as you described it and I reported it to our engineering team for resolution. The engineering team will investigate the issue to implement a fix in a future update. This should be simple to debug Looking at the exported files, I see a .html file and a folder holding the attachments Looking at the .html source I see a mess It might be an embedded image, showing the note as it was displayed in EN Looks good, but the attachment links are images - they don't actually work as links 1 Link to comment
0 eric99 836 Posted May 7, 2021 Author Share Posted May 7, 2021 7 minutes ago, DTLow said: I opened ticket 3309909 This should be simple to debug Looking at the exported files, I see a .html file and a folder holding the attachments Looking at the .html source I see a mess It might be an embedded image, showing the note as it was displayed in EN Looks good, but the attachment links are images - they don't actually work Thanks for opening the ticket ! I also noticed that the meta info is missing... 1 Link to comment
0 Level 5* DTLow 5,728 Posted May 7, 2021 Level 5* Share Posted May 7, 2021 10 minutes ago, eric99 said: I also noticed that the meta info is missing... The meta info is contained within the html code Link to comment
0 eric99 836 Posted May 7, 2021 Author Share Posted May 7, 2021 8 hours ago, DTLow said: The meta info is contained within the html code But invisible in the browser Link to comment
0 Level 5 PinkElephant 6,765 Posted May 7, 2021 Level 5 Share Posted May 7, 2021 This is why it is called META-data. If it would not be placed in the metadata-section, it would show. Link to comment
0 eric99 836 Posted May 8, 2021 Author Share Posted May 8, 2021 11 hours ago, PinkElephant said: This is why it is called META-data. If it would not be placed in the metadata-section, it would show. Agreed, but this is evernote meta level, not html level. In the legacy HTML, it is displayed as a table and described in HTML as follows: <div> <table bgcolor="#D4DDE5" border="0"> <tr><td><b>Created:</b></td><td><i>9/06/2016 10:10</i></td></tr> <tr><td><b>Updated:</b></td><td><i>9/06/2016 10:12</i></td></tr> <tr><td><b>Author:</b></td><td><i>john doe</i></td></tr> <tr><td><b>Labels:</b></td><td><i>kamperen, reizen</i></td></tr> </table> </div> Link to comment
0 Level 5 PinkElephant 6,765 Posted May 8, 2021 Level 5 Share Posted May 8, 2021 Sure, it does show on v10 as well, in the note info window. The intention of this thread is about creating a subsystem that allows to edit this date easily, to support a certain workflow. My opinion is that an individual workflow should not be based on a field that is used by the software itself. This is a typical case when one says "Oh, there is a field, so lets use it" instead of keeping the personal workflow data separate from the system data. If tomorrow a dev at EN says "I am going to use this field for whatever crosses my mind", the field is overwritten and the workflow goes to hell. It would be another request to add additional fields to allow a type of database use - but using system controlled fields IMHO is always a bad idea. Link to comment
0 eric99 836 Posted May 8, 2021 Author Share Posted May 8, 2021 1 hour ago, PinkElephant said: Sure, it does show on v10 as well, in the note info window. The intention of this thread is about creating a subsystem that allows to edit this date easily, to support a certain workflow. My opinion is that an individual workflow should not be based on a field that is used by the software itself. This is a typical case when one says "Oh, there is a field, so lets use it" instead of keeping the personal workflow data separate from the system data. If tomorrow a dev at EN says "I am going to use this field for whatever crosses my mind", the field is overwritten and the workflow goes to hell. It would be another request to add additional fields to allow a type of database use - but using system controlled fields IMHO is always a bad idea. I have the impression that you are talking about a different topic. This discussion is about HTML export format, where the meta data is visible as a table in the exported HTML document. Link to comment
0 Level 5* DTLow 5,728 Posted May 8, 2021 Level 5* Share Posted May 8, 2021 4 hours ago, eric99 said: In the legacy HTML, it is displayed as a table That would be Legacy Windows; the metadata was always hidden for Mac users Ideally, the metadata should be converted to OS file metadata I'm also disappointed notebook is still missing If this becomes an issue for me, I'll write an script to display the hidden metadata It would be my version of the EN Info panel Link to comment
0 eric99 836 Posted May 29, 2021 Author Share Posted May 29, 2021 On 5/7/2021 at 1:07 PM, DTLow said: I opened ticket 3309909 edit; Thank you for bringing this to our attention. I was able to reproduce this problem exactly as you described it and I reported it to our engineering team for resolution. The engineering team will investigate the issue to implement a fix in a future update. This should be simple to debug Looking at the exported files, I see a .html file and a folder holding the attachments Looking at the .html source I see a mess It might be an embedded image, showing the note as it was displayed in EN Looks good, but the attachment links are images - they don't actually work as links Not solved yet in EN 10.14.7 ... Link to comment
0 Level 5 PinkElephant 6,765 Posted May 29, 2021 Level 5 Share Posted May 29, 2021 No, not solved. The files are there and can be opened from the export folder without a problem - but the file attachment icon does nothing. When I click on exported pictures, there is a link behind them. No such link behind the attachment icon. However it changes the cursor when moving over it to indicate there is a link behind the icon. Just send a reminder through a support ticket ... Link to comment
0 eric99 836 Posted July 9, 2021 Author Share Posted July 9, 2021 After several months, this problem is still there in the latest release. This makes the HTML export completely useless! I corrected the HTML myself and the image is visible now: generated html: <img class="_3_qAd" src="D:\Evernote Backups\test0123 files\testImage.jpg" width="auto"> Corrected html: <img class="_3_qAd" src="test0123 files/testImage.jpg" width="auto"> Hopefully this will be fixed soon... Edit: this is only part of the fix Link to comment
0 jbutz 4 Posted July 20, 2021 Share Posted July 20, 2021 When exporting notes/notebooks to HTML files the files that are embedded within the Note are exported but are not linked in the export HTML file. Currently the exported HTML attempts to keep the note looking as much like the note in Evernote as possible. Adding a small amount of JavaScript to the header of the HTML document would allow the embed file to be opened from the Note HTML itself instead of searching for the folder and file. I have specifically noticed this with PDF files. Link to comment
0 Level 5* gazumped 10,725 Posted July 20, 2021 Level 5* Share Posted July 20, 2021 Hi. Is this a feature request or a bug report? Evernote has never pretended to be a page layout editor like Word or Google docs - notes are collections of text and images, copies of web pages, and sometimes one or more embedded files. If a photo-image of the note is required, then printing it to PDF, or taking a screen shot, is the closest you'll get. As I and all of my forum frequent flyer colleagues have often said - if you need a specific layout, use the word processor to assemble your note and attach that file to the note for further editing or printing as necessary. With their new coding base it's possible that Evernote will incorporate more layout features in future - but they're a bit committed to the Never Ending Project of getting v10 back to the speed and functionality of Legacy. It may help you to share more on this with Support, or if you wish we can move it to the Feature Request area to see how many other users agree that more page layout functions should be included... Link to comment
0 Level 5* DTLow 5,728 Posted July 20, 2021 Level 5* Share Posted July 20, 2021 28 minutes ago, jbutz said: When exporting notes/notebooks to HTML files the files that are embedded within the Note are exported but are not linked in the export HTML file. I merged your post with an ongoing discussion of this issue 1 Link to comment
0 eric99 836 Posted September 23, 2021 Author Share Posted September 23, 2021 On 5/29/2021 at 4:16 PM, PinkElephant said: No, not solved. The files are there and can be opened from the export folder without a problem - but the file attachment icon does nothing. When I click on exported pictures, there is a link behind them. No such link behind the attachment icon. However it changes the cursor when moving over it to indicate there is a link behind the icon. Just send a reminder through a support ticket ... This HTML Export problem is still not solved in V10.22.3 (Ticket 3309909) . I can't believe that adding a few lines of HTML code ( href or OnClick event) takes more than 5 months to fix 😕 This renders the HTML export completely useless... 1 1 Link to comment
0 Blue Gator 4 0 Posted February 9, 2022 Share Posted February 9, 2022 FYI - today (2/9/2022), I updated to the latest version (10.30.6) and I can confirm this problem is still not fixed. I exported to separate web pages, and PDF attachment links do not work. I am using Windows 11. Link to comment
0 eric99 836 Posted February 9, 2022 Author Share Posted February 9, 2022 3 hours ago, Blue Gator 4 said: FYI - today (2/9/2022), I updated to the latest version (10.30.6) and I can confirm this problem is still not fixed. I exported to separate web pages, and PDF attachment links do not work. I am using Windows 11. Thanks for testing, on Windows 10 it doesn't work either (reported 10 months ago 😒) Link to comment
0 Tcellguy 60 Posted November 9 Share Posted November 9 Just discovered this problem. Did they close the tickets? Should we submit a new set? Link to comment
0 Level 5 PinkElephant 6,765 Posted November 9 Level 5 Share Posted November 9 Makes sense - claimed this myself, without a fix up to now. The files are there, it’s just the links that don’t work. Link to comment
Idea
eric99 836
Thanks for bringing back HTML export. However, there are still some issues: clicking on a pdf or word document does not open these documents.
The only attachments that show up properly are images, as far as I can see
Link to comment
21 replies to this idea
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now