AndrewCopeland / zettelkasten

Creating notes with the zettelkasten note taking method and storing all notes on github
Apache License 2.0
89 stars 11 forks source link

Open first link inside of a note #37

Closed AndrewCopeland closed 2 years ago

AndrewCopeland commented 2 years ago

I find myself storing URLs inside of my notes. Sometimes I have a quick message about the URL and then reference the url.

It would be nice to have a command that opens the first url inside of the browser with the following command:

zk open-link <note-name>
// or
zk ol <note-name>
AndrewCopeland commented 2 years ago

Resolved in PR https://github.com/AndrewCopeland/zettelkasten/pull/39