Jump to content

CoreParadox

Level 1
  • Posts

    9
  • Joined

  • Last visited

Posts posted by CoreParadox

  1. 6 minutes ago, kristinj said:

    Thank you, CoreParadox! 

    Might I ask what you're using now? Also, I don't know how to install something like this-- how do I know whether to download the .exe or .jar? I'm on a Mac with OS X, if that helps. :)

    For Mac, you would have to download the .jar file, you would also need java installed on your system, which it may already be. But I can't say for sure if the app still works correctly, it was a really sloppily hacked together app anyhow. But I messaged you what I'm using now, since I found it distasteful to post on Evernote's forums.

  2. 12 minutes ago, kristinj said:

    CoreParadox: I would LOVE to use this. I followed your link but there was a message about your ENIL being inactive. Can you share with me, please. This would make my life SO much easier. Thank you! :)

    https://github.com/CoreParadox/EvernoteLinkInNote/releases

    From there you can just download the .exe or .jar, but i'm no longer using Evernote so I have no intention to update or improve this app. If you would like to maintain it feel free to make pull requests.

    • Thanks 1
  3. @CoreParadox:

     

    I just use a link that starts with "#" (without the "file:///"), as in the usual HTML in-page linking technique: create a pair of <a> elements (the link and the anchor) and assign a label, and it would go like this:

     

    <a href="#a-label">This would be the link!</a>

     

    and

     

    <a name="a-label'>This would be the destination!</a>

    Hmm, interesting! I tried that method first and it was unsuccessful, could've been a quirk with windows, or something else! I'll revisit it when I have more time :)

  4.  

     

    after that you click generate it will create a link and the jump location in that order respectively.

     

    as you can see in the fourth picture I pasted the link into the document and it links "file:///#infolink"

    Then later in the document I pasted the second text which has the html of  <a name="#infolink">Info Section</a>

    So when I click the link it automatically scrolls down to the bottom where I put the Header

    Sorry, I guess I'm not too great at explaining things!

     

     

    @CoreParadox:

     

    May I ask why the link would start with "file:///"? I actually haven't got time to run your program yet, but I seem to remember that in the Evernote OSX client, a link of this form would take you to the "Finder".

     

    Good question, that's just the way I was able to get it to work, How do your links work?

  5.  

     

    So, it looks like your tool is a Windows application, right?

    If so, could you create a Mac app (AppleScript?), or maybe better, a web app?

     

    well, it's written in java, so the ".jar" executable will run on windows, mac, or linux, and could be easily ported to android! However, I am not familiar with applescript, but the project is open source, so if you are familiar with it and can loosely read java it probably wouldn't be too hard to port!

    I'll work on a web app version of it soon, like within the next 2 days :)

    • Like 1
  6. @CoreParadox:

     

    Thanks for the description.  It sounds potentially useful.

     

    But it is still not obvious to me how to use your tool.

    It would be very helpful if you could provide step-by-step instructions, and a good clear example.

     

    directions.png

     

     

    Basically, from top to bottom, you can see the document is rather long, so I want to make the text "info section" link to the header "Info section"

    so for the jump name you can specify anything as long as there are no jumps with that name in your document, in this case I used "infolink"

    the link text is what you want to click on to bring you to the jump

    the Destination Text is what you want to link to

    after that you click generate it will create a link and the jump location in that order respectively.

     

    as you can see in the fourth picture I pasted the link into the document and it links "file:///#infolink"

    Then later in the document I pasted the second text which has the html of  <a name="#infolink">Info Section</a>

    So when I click the link it automatically scrolls down to the bottom where I put the Header

    Sorry, I guess I'm not too great at explaining things!

    • Like 1
  7.  

    I created a simple java app elegantly named Evernote Link In Note aka ELIN. It is free and open source, you can check it out here.

    Current Release: v1.1 - 4/25/15 

     

    Can you provide a description/demo of your product?

    What does it do?

    How do your use it?

    Why would I want it?

     

    Oh wow! I can't believe I missed that! Alright, here goes.

    This is just a simple app to easily genereate a jump for evernote notes, easily copy and paste into your note and style them how you please, and they should work. For example, if you have a rather large note and wanted to link the word "conclusion" to the bottom of your page where you have a header that said "conclusion" this app generates html that you can easily copy and paste into your note. Then you simply click the link and it will automatically scroll to the destination that the app generated!

    I'll edit this into the main post. The description of the app is on the readme of the repository, but I forgot that users unfamiliar with github may not know to look there.

  8. "Initial release, basic functionality, text is blurry and Icon is subpar." ??

    that is for my app. the text and links it creates will show up in evernote just fine. It has to do with the web rendering that the text isnt anti aliased. As for the icon Im just not good at creating icons. However this only affects the icon on the program and will not appear in your notes

  9. I created a simple java app elegantly named Evernote Link In Note aka ELIN. It is free and open source, you can check it out here.



    This is just a simple app to easily genereate a jump for evernote notes, easily copy and paste into your note and style them how you please, and they should work. For example, if you have a rather large note and wanted to link the word "conclusion" to the bottom of your page where you have a header that said "conclusion" this app generates html that you can easily copy and paste into your note. Then you simply click the link and it will automatically scroll to the destination that the app generated!


    Current Release: v1.1 - 4/25/15 

    • Like 2
    • Thanks 1
×
×
  • Create New...