Level 5* gazumped 12,036 Posted January 29, 2019 Level 5* Share Posted January 29, 2019 Tiago Forte, whom you may have heard of, has a new project that seems to tick a few boxes raised in the forums. This is a web page that will 'resurface' (not in the sense of a new paint job...) random notes from the past for review and possible action. Since it is (apparently) possible to limit the choices to one notebook, it should be possible to create a sort of spaced repetition learning environment - although remember the notes are not picked by topic or date, but purely at random. The man himself says: I’m very proud to present version 3.0 of RandomNote Web, a free web app we created to help people serendipitously resurface and rediscover their Evernote notes, with the goal of improving their learning and creative output. I'm not a user*, just reporting the option. * I get enough random interruptions in the day that I don't need to set up any more... EDIT: Sorry: just tried that link - you might want to start here >> https://praxis.fortelabs.co/randomnote-web/ Link to comment
Level 5* DTLow 5,744 Posted January 29, 2019 Level 5* Share Posted January 29, 2019 Random note is an interesting idea. I could script this on my Mac. tell application "Evernote" set noteList to find notes set rn to random number from 1 to (count of noteList) set randomNote to item rn of noteList set query string of window 1 to ("title:\"" & title of randomNote as string) & "\""end tell My first thought is to exclude certain types of notes like reference material, but then that's probably sabotaging the project. Link to comment
Sayre Ambrosio 525 Posted January 29, 2019 Share Posted January 29, 2019 This won't make it into my main system I don't think, but I do like what he has done. Just using it this morning I found a group of random things that I could purge, which I probably wouldn't have found any time soon by digging through all my notes. Link to comment
Level 5* CalS 5,307 Posted January 30, 2019 Level 5* Share Posted January 30, 2019 4 hours ago, Sayre Ambrosio said: Just using it this morning I found a group of random things that I could purge, which I probably wouldn't have found any time soon by digging through all my notes. I wonder if this was the initial intent of the tool? 1 Link to comment
bounce 74 Posted March 4, 2019 Share Posted March 4, 2019 I like the idea, but wonder about privacy. On the authorization screen, it says the site would be allowed to retrieve notes. Anyone know if it's doing any storing or able to see note content on their side? Link to comment
Level 5* gazumped 12,036 Posted March 6, 2019 Author Level 5* Share Posted March 6, 2019 On 3/4/2019 at 6:41 PM, bounce said: I like the idea, but wonder about privacy. On the authorization screen, it says the site would be allowed to retrieve notes. Anyone know if it's doing any storing or able to see note content on their side? Good question. On the face of it you're no better and no worse off using this site - where you log in to a web page and get shown a random note from your account - than Evernote Web which shows you all your notes. It wasn't developed here though, so you'd need to ask on GitHub or talk to Forte Labs for the security aspects. Link to comment
Dylan20 2 Posted January 11, 2022 Share Posted January 11, 2022 This is a really promising tool but I'm having difficulty getting it to work the way I'd expect. There are filters to show "any PARA" or "any PAR" -- which correspond to stacks named after Tiago Forte's "PARA" system (Projects, Areas, Resources, Archives) but they don't seem to work right. And the AppleScript version doesn't work for me either - I keep getting syntax errors. (Same with the shorter AppleScript shared above.) Has anyone succeeded in getting this to work and have any tips, either on using the web version or getting AppleScript to run properly (OS X 11.6)? Link to comment
Dylan20 2 Posted January 11, 2022 Share Posted January 11, 2022 ...and I just learned that Evernote has discontinued support for Applescript. Something you'd think they would note in their documentation, but I guess not. Anyway, if anyone has tips on using/customizing the Randomnote Web app, I'd be grateful! Link to comment
Level 5* gazumped 12,036 Posted January 11, 2022 Author Level 5* Share Posted January 11, 2022 Applescript support was discontinued with v10's launch 2 years ago, so they're probably not still mentioning it. Legacy still supports it... 1 Link to comment
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