Jump to content

actant

Level 3
  • Posts

    156
  • Joined

  • Last visited

Posts posted by actant

  1. @eric99   Thank you for sharing!

    Sorry for another question:

    1. In account X, there are two online notes: note A and note B. In note A there is a link to note B.

    2. Note A and note B  are exported to test.enex

    3. The file test.enex is imported to another account Y and synced.

    Is it possible to write codes (e.g. in Python) to update the link in the new note A to make it jump to the new note B?

    Thanks!

  2. 1 hour ago, agsteele said:

    If you have enabled a public share then anyone can view the note if they are given or guess the link.

    Thanks for your reply! Then, sharing a note public simply use the same identifier that is used by its internal link. The design seems to be aweful. In most cloud services, the url of a shared resource uses a temporarily generated identifier that is destroied when the sharing is cancelled.

  3. I have two simple html files with embedded online images. They are put in the import folder to be imported. One can fetch the image successfully, but the other fails. What's wrong? Thank you for some clues!

    OK to fetch image when imported.html

    <html><head><title>test</title></head>
    <body>
    test<br/><br/>
    <img src="https://www.bc.edu/content/bc-web/bcnews/campus-community/announcements/schiller-institute-grants-2022/jcr:content/news-banner/bannerImage.transform/banner-full/image.jpg"></img>
    <br/><br/>test<br/><br/>
    </body></html> 

    Fail to fetch image when imported.html

    <html><head><title>test</title></head>
    <body>
    test<br/><br/>
    <img src="https://savesubs.com/icons/screenshot.jpg"></img>
    <br/><br/>test<br/><br/>
    </body></html>

    OK to fetch image when imported.html

    Fail to fetch image when imported.html

  4. Thank you all for your comments!

    4 hours ago, DTLow said:

    the export function includes all the internal links   
    Of course the links point to records in the Evernote database

    When I export a ENEX file, generally I would create a single note and copy/paste the links of all the notes to it. If I want in the future, the note with all the links would make it possible to rebuild all the internal links in the ENEX file. This process seems to be automated by Evernote Legacy according to you descrption.

    4 hours ago, DTLow said:

    When I imported the data to a different product, I used a script (Applescript) to convert the links to the new database

    @DTLow  Could you share which "different product" you use? Thank you!

×
×
  • Create New...