# Random Daily Journal Prompts in Obsidian ![[Obsidian+Daily+Journaling+Prompts+-+Random+Prom.png]] You can spice up your daily journaling practice by using random prompts. The good news is that it is very easy to implement it in your [Obsidian](https://obsidian.md) vault. In this article, I will share my approach. My solution is inspired by [Journal Prompts in Roam Research](https://danielwirtz.com/blog/journal-prompts-roam-research) by Daniel Wirtz. The list of journal prompts I share is based on the [1000 Daily Prompts](https://docs.google.com/document/d/1CE70wQ-njt5EuCuiAY21XSMik6hsSdi8nQo2Fz2yj0k/edit) recommended in Daniel's article. If you are interested in my collection of journaling approaches check out my [Evergreen Note on Note-taking Strategies and Their Practical Implementations](https://www.zsolt.blog/2021/01/evergreen-note-on-notetaking-strategies.html#Personal). This is where I am collecting a growing list of different personal journaling strategies. # How the end result will look The image below is a screenshot of my Daily Notes Page (DNP). This article only talks about the bit highlighted with the red box. ![[Pasted+image+20210819201827.png|Random Prompts on Daily Notes Page]] You may have already noticed the big red emoji question marks and also that the prompts are enclosed in `[[square brackets]]`. By inserting each prompt as a wiki link, in the future, I will be able to find and compare my answers to the same question at different times. Because the 1000 Daily Prompts included characters that are not allowed in filenames such as '?', '/' and ' " ', I have replaced these characters with alternatives to ensure that wiki links will work properly. Imagine for example that the question "What caused me to wince today?" comes up again after a few weeks on the 9th of September. Because of the wiki links, I will see that I was prompted with the same question in the past, on the 20th of August. After I answer the question, I will check how my answer on the 9th compares to my earlier answer on the 20th. ![[Pasted+image+20210819203813.png|Finding answers to the same question on different days]] # How to install To make this article complete I include a step-by-step, screenshot-by-screenshot walkthrough at the end. If, however, you are familiar with Obsidian, you probably don't need all that. Here's the quick overview with the link and the Templater script. This should be enough to get you on your way.  ![[Obsidian+Daily+Journaling+Prompts+-+Random+Prompts+Workflow.excalidraw.png|Recipe]] [![[download.png|]]](https://zsviczian.github.io/DJP.zip) Here's the link to the [Daily Journal Prompts](https://zsviczian.github.io/DJP.zip) file. You'll need to unzip it before saving the Daily-Journal-Prompts.md file to your Vault. You can place the file in your Vault where ever you like, the script should find it (unless you have another file with exactly the same name). And here's the Templater script: ```js ## Random Questions ### [[If you were principal of this school, what would you do❓]] ### [[What would you say to your loved ones if you could tell them absolutely anything❓]] ### [[What does 'Have your cake and eat it too' mean to you❓]] ``` # Step by Step guide ## Enable the Daily notes core plugin ![[Pasted+image+20210819204907.png|Enable the Daily notes core plugin]] ## Install Templater ![[Pasted+image+20210819205042.png|Install Templater 1]] ![[Pasted+image+20210819205212.png|Install Templater 2]] ![[Pasted+image+20210819205327.png|Install Templater 3]] ![[Pasted+image+20210819205424.png|Install Templater 4]] ![[Pasted+image+20210819205722.png|Install Templater 5]] ## Save the Daily-Journal-Prompts file to your vault [![[download.png|]]](https://zsviczian.github.io/DJP.zip) Here's the link to the [Daily Journal Prompts](https://zsviczian.github.io/DJP.zip) file. You'll need to unzip it before saving the Daily-Journal-Prompts.md file to your Vault. You can place the file in your Vault where ever you like, the script should find it (unless you have another file with exactly the same name). ## Create the DNP Template file ![[Pasted+image+20210819210214.png|Create the DNP Template file]] Copy the [script](#script) from above into your DNP Template. Use `CTRL+Shift+V` to paste the code into your template to avoid Obsidian from reformatting the code. ## Set the template for Daily Notes ![[Pasted+image+20210819210711.png|Set up the template for Daily Notes]] ## Test your random questions If today's daily note is not yet created, you can simply click "Open today's daily note" in the ribbon. ![[Pasted+image+20210819211001.png|Create a new daily note]] Else you can open an empty document and type `ALT+E` to bring up the available Templater templates, and select "DNP Template" to test it.  ![[Pasted+image+20210819211221.png|Execute Template]] And that's all... Enjoy!