#Reddit

#Diary#Gemini#Obsidian#Paperpile#Reddit#SpeakerDeck#Zenn#traP#週報

[🔗Reddit] New Plugin: LiteCite (The lightweight "Citation" plugin)

2025-10-26

A lightweight Obsidian plugin that creates citation notes from a BibTeX / BibLaTeX file. While this plugin might seem like a "re-invention of the wheel" for the Citations plugin, it is no longer actively maintained. I've developed this new plugin to be lighter, simpler, and faster. It leverages Eta as its templating engine and uses a custom-built parser for BibTeX entries. submitted by /u/ras0q to r/ObsidianMD
thumbnail

[🔗Reddit] Structured error handling with slog by extracting attributes from wrapped errors

2025-10-21

I'm thinking about an approach to improve structured error handling in Go so that it works seamlessly with slog. The main idea is to have a custom slog.Handler that can automatically inspect a wrapped error, extract any structured attributes (key-value pairs) attached to it, and "lift" them up to the main slog.Record. Here is a potential implementation for the custom slog.Handler: ```go // Handle implements slog.Handler. func (h *Handler) Handle(ctx context.Context, record slog.Record) error { record.Attrs(func(a slog.Attr) bool { if a.Key != "error" { return true }

[🔗Reddit] Is there a CI or Linter for plugin development?

2025-09-02

[Resolved] Obsidian team is now developing ESlint plugin! https://github.com/obsidianmd/eslint-plugin I have developed several plugins for Obsidian, and every time I submit them to obsidian-releases, I am warned by the Review BOT and reviewer joethei that the code violates the style guide. I am careful every time, but there is always some flaw in the code, and this flow is burdensome for both myself and the reviewers. Is there any way to locally find common errors that the Review BOT warns about? If you know of a GitHub Actions action or linter that could serve this purpose, please let me know. submitted by /u/ras0q to r/ObsidianMD [link] [comments]

[🔗Reddit] Ogent: LLM Agent in Obsidian (Now in Beta)

2025-07-06

Hey there! I’m working on Ogent, a plugin that brings LLM agents right into your Obsidian workflow. Think ChatGPT, but it can actually read, create, and edit your notes, run shell commands, and trigger Obsidian commands—all from a sidebar chat. ⚠️ This project is still in early development! Expect bugs, missing features, and rapid changes. Feedback and PRs are super welcome! Repo: ras0q/obsidian-ogent
thumbnail

[🔗Reddit] New Plugin: Paper Clipper

2025-03-25

A month after the post in which I informed you that I was developing a plugin to clip academic papers to Obsidian Vault, the plugin has finally been released and now has more features! Save PDFs and their reference notes using DOI Import browser PDFs into vault with a bookmarklet
thumbnail