Link blocks and regular expressions #602
-
|
I'm sorry if this question is too simple, but I'd rather look clumsy than not learn, so I'm going to ask it. I absolutely love using blocks in denote! It's one of my favorite ways to stay organized, and I often find myself turning to it for help. I'm not very familiar with regular expressions, so I'm wondering if there's a simpler way to do this. I would love to know if it's possible to include a regular expression that meets two conditions, and how to do so. Furthermore, I'd like to find a good reference to deepen my understanding of regular expressions. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello @quijote-asim! In the manual, there are examples of regular expressions. Evaluate: (info "(denote) Insert links to all files matching a query in their file name")For more details, consult the Emacs Lisp Reference Manual: (info "(elisp) Regular Expressions")If you have a specific requirement, let me know how it is and I will write the regexp for you if you cannot figure it out. |
Beta Was this translation helpful? Give feedback.
Hello @quijote-asim!
In the manual, there are examples of regular expressions. Evaluate:
For more details, consult the Emacs Lisp Reference Manual:
If you have a specific requirement, let me know how it is and I will write the regexp for you if you cannot figure it out.