Notes

screenshot of Notes
astro
tailwind
daisyui

Overview

Obsidian Notes is a project that allows users to publish their notes created in Obsidian as websites. The goal of this project is to make it easy to add Obsidian files to a repository and deploy them without needing to adjust frontmatter. Users can also add a footer with social links to their notes.

Features

  • Easy publishing of notes created in Obsidian as websites
  • Optional frontmatter property for adding a footer with social links
  • Integration with Astro content collections
  • Customization of typography using Tailwind and Tailwind Typography
  • Accessibility tweaks with Rehype plugin
  • Deployment options include CloudFlare Pages, GitHub Pages, Netlify, Vercel, etc.
  • Automatic linking of related notes in the same directory
  • Inclusion of headings in the menu based on Markdown syntax
  • Integration with Obsidian using a zsh alias for copying notes to the repository
  • Customization of styles for footnote links, checkboxes, scrollbars, and codeblocks using tailwind config and styles.css

Summary

Obsidian Notes is a project that simplifies the process of publishing notes created in Obsidian as websites. It offers features such as easy deployment, customizable styles, and integration with Astro content collections. By following the installation guide, users can quickly set up Obsidian Notes and start sharing their notes online.

astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

daisyui
daisyUI

daisyUI adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.