avatarPrakash Joshi Pax

Summary

The undefined website content showcases various innovative and practical uses of Obsidian, including dashboards, daily notes, custom CSS, and other features that enhance users' note-taking and productivity workflows.

Abstract

The article on the undefined website introduces a series of exceptional showcases demonstrating the versatility of Obsidian as a note-taking tool. It emphasizes the app's ability to navigate daily information chaos and highlights creative applications that can improve users' workflows. The showcases include a customizable homepage by Rainbell, insights on the value of notes by CawlinTeffid, visual enhancements for tasks with CSS snippets, chemistry formula integration with the TikzJax plugin, a comprehensive daily note template with a dashboard by Charbel Gaegea, gradient callouts for visual appeal, a dynamic KPI tracker by serpro, creative uses of the Obsidian logo, and a humorous take on the initial experience with Obsidian.

Opinions

  • The author suggests that while many Obsidian showcases may seem superficial, focusing on fancy graphs, the examples provided are intended to be genuinely useful.
  • Rainbell's homepage is praised for its well-structured design and the use of plugins to enhance functionality, offering features like a map of contents, dynamic daily note views, and project tracking.
  • CawlinTeffid expresses that even notes not revisited have value, as the act of writing can aid memory retention and understanding, and provide peace of mind by securely storing ideas.
  • The aesthetic improvements to tasks through CSS snippets are appreciated, with a particular mention of Sunb_mn's contribution to making tasks visually more appealing.
  • Venturi365's use of the TikzJax plugin is recognized for enhancing chemistry notes within Obsidian.
  • Charbel Gaegea's daily note template and homepage dashboard are highlighted for their comprehensive and practical design, showcasing a well-organized approach to daily note-taking.
  • The introduction of gradient callouts is seen as a way to beautify notes, with a link provided for users to implement this feature.
  • serpro's KPI tracker is noted for its dynamic functionality, which allows users to easily track goals and changes directly within their notes.
  • The availability of Obsidian logo files in Figma is celebrated as an opportunity for users to express creativity in their workspaces.
  • The article concludes with a lighthearted meme about the initial phase of using Obsidian, acknowledging the common experience among new users.

Obsidian Showcases: Dashboards, Daily Notes, Custom CSS, & More

Get inspired and creative with your workflow

source

Obsidian is a powerful note-taking tool with a passionate fan base. It has gained popularity among knowledge workers, writers, researchers, and avid learners due to its unique features.

It becomes an invaluable tool when it comes to navigating the chaos of information we encounter daily.

This is a new series of articles I’m starting. I will gather and write about some of the exceptional showcases of Obsidian. This will give light on how others are using the app.

Most of the showcases you see on Obsidian are not useful. Most of what you see will be fancy graphs. But this is going to be different.

This will actually add value to your workflow. You will discover creative applications of different features that could potentially improve your workflow.

So, without further ado, let's begin the article.

Obsidian Homepage

This is a homepage built by Rainbell. It's available on GitHub if you want to check it out.

You can download the Example Vault template from GitHub. See what you like, and integrate it into your own workflow.

This homepage is built on a lot of plugins like buttons, periodic notes, Admonition, Banners, Dataview, and more. And I like how well-built it is.

Some of the features of this homepage are:

  • Map of contents to navigate to different parts of your vault
  • Three-button tabs to switch different parts of the display
  • Dynamic view of different sections of your daily note
  • Project Tracking for Notes
  • Currently reading section
  • Obsidian activity tracking

A powerful take on note-taking

CawlinTeffid wrote this one on the Discord Obsdian group. I love this one.

People do all kinds of “useless” things as hobbies, many of which can be done usefully. If someone enjoys doing that with note-taking or note-system–building, I don’t see a problem. Of course people sometimes mislead themselves about the usefulness of what they’re doing, and we try to help. But people need to play.

Also, notes that you never look at again can still have value. Writing it down may help you remember it, and the process of formulating something in a clear way can help you understand it better. Once you’ve done that, you don’t necessarily need to look at it again. Heck, writing it down may only serve to calm the fear that you won’t be able to find it again. And maybe that’s worth it.

Some of the notes you write may never be visited. But the understanding of the idea and peace of mind you get by having your ideas stored somewhere permanently, it’s worth the investment.

Make your tasks look better

This is a CSS snippet shared by Sunb_mn. This CSS snippet will make tasks inside your vault look visually better.

.task-list-item[data-task-priority="high"] input[type=checkbox] {
    box-shadow: 0px 0px 1px 1px var(--color-red);
    border-color: var(--color-red);
}

Also, there is a tweak made by another user which expands on hovering edits. You can get that CSS code here.

Chemistry Formulas

This is a showcase by Venturi365. You can improve your chemistry notes with the community plugin TikzJax.

Daily Notes Template and Homepage Dashboard.

This is a daily note template showcased by Charbel Gaegea.

This is a well-built big daily note template. Along with this, the user also shared his homepage dashboard which looks like this:

Check it out here.

Gradient Callouts

If you work with a lot of callouts, this is going to add more beauty to it.

You can get the CSS snippet here. See the implementation of the gradient callouts here.

KPI Tracker

Shared by serpro, this is a tracker built in a single note.

The data is queried from daily notes and presented in a table format with a progress bar.

The Goal tracker is dynamic. It will track all the changes in your daily notes. Adding new goals or things you want to track is easy too. All you need to do is make changes to the frontmatter in your daily note.

Obsidian Logos

With the Obsidian logo files available as Figma files for everyone, people are getting more creative with it.

Obsidian logo by quartersharp on reddit

Meme of the Week

First two weeks of starting to use Obsidian

Thanks for reading. For more interesting tips and tricks about obsidian, join Obsidian Ninja.

Obsidian
Notetaking
Productivity
Learning
Second Brain
Recommended from ReadMedium