DevLogs
Useful command lists
This article explores some pretty useful commands to know about in Computer Science, be it a way to keep running a docker container infinitely, correcting merge issues etc.
Read Post
Creating custom plugins in `Obsidian`
This article explores creating custom plugins for Obsidian. The goal is to define a special syntax that allows users to insert snippets into their notes and easily paste the same thing in another page in a same/different vault. It delves into the development process, including utilizing the editorCallback function, attaching event listeners to editor and regular expressions to achieve the desired functionality. The provided code snippet showcases initial attempts at manipulating the editor content.
Read Post