Skip to content

feat(obsidian): make the prefix string to obsidian notes configurable - #411

Open
nimarb wants to merge 2 commits into
coredevices:masterfrom
nimarb:feat/obsidian-append-prefix
Open

nimarb wants to merge 2 commits into
coredevices:masterfrom
nimarb:feat/obsidian-append-prefix

Conversation

@nimarb

@nimarb nimarb commented Sep 7, 2026

Copy link
Copy Markdown

Make the prefix string to obsidian notes configurable

I love the simplicity of the Obsidian integration.
However, I kinda want to structure the file where the Index Agents writes to a bit differently.

Therefore, this PR enables the user to configure a string which prefixes whatever is inserted.
For example, it allows you to link your daily note so that you get backlinks to it.

Example:
- [[YYYY-MM-DD]] HH:mm: produces - [[2026-06-18]] 14:05: buy milk

typed \n escapes and actual line breaks are supported. spaces, bullets, and Markdown are preserved.
The note text is added immediately after the prefix; an empty prefix writes only the note text.

code was AI generated, seems solid though. i entered the prompt and iterated a bit:

in the app, there should be a config to configure the obsidian prefix string, eg i want to input:
[[YYYY-MM-DD]] HH:mm: and then this will be filled in. this can also include newlines: \n\n or leading bullets.

@CLAassistant

CLAassistant commented Sep 7, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@nimarb nimarb changed the title Obsidian: make the text before appended notes configurable feat(obsidian): make the prefix string to obsidian notes configurable Sep 7, 2026
@nimarb
nimarb marked this pull request as ready for review September 7, 2026 21:38
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T21:40:45.180705Z 9e17505 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9e17505a76

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants