Joe Reinhart
Joe Reinhart
DA14699 would also be helpful in order to support the DA14699-00HRDB-P development board.
I would love to have the option to use project.el instead of projectile as I don't use projectile anywhere else. @fernandodemorais-jf if you already have working code I'd be happy...
I seem to be having a similar issue, and I'm assuming I just don't understand how the namespace selectors work. I'm using timbre 6.5.0 in a lein project. Trying to...
Thank you for the help. You're right, I was definitely not understanding the functionality of neither the `binding` macro or the `*config*` map. I've managed to get things working as...
`f` is the first thing required by `obsidian.el`. Interesting that it wasn't installed for you after a fresh install. https://github.com/licht1stein/obsidian.el/blob/24ff6ef051ba1f1a1e80a2132fdada37e77eaad6/obsidian.el#L39
Closing as require statement already present to include required library
> Did this issue get fixed for anyone? Jumping to notes is still slow for me. In my own branch I've commented out the `(obsidian-update)` call inside the `obsidian-jump` function....
I've put together [a prototype branch](https://github.com/jayemar/obsidian.el/tree/jayemar/hashtable-for-files-cache) to experiment with trying to improve performance using some of the ideas from this thread. The main change is that the files cache is...
I've been using that branch referenced above for the past few months and it's been working really well, so I cleaned up the code a bit and submitted it as...
I dug into this a bit and see that the issue is that the function `markdown-link-p` recognizes the two sets of square brackets as a markdown reference link even though...