Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a method that requires only metadata updates #1

Open
gadenbuie opened this issue Nov 26, 2024 · 0 comments
Open

Add a method that requires only metadata updates #1

gadenbuie opened this issue Nov 26, 2024 · 0 comments

Comments

@gadenbuie
Copy link
Owner

I originally prototyped using metadata only, e.g.

---
bluesky-comments: https://bsky.app/profile/grrrck.xyz/post/3lbu5opiixc2j
---

but the problem is that it gets tricky to put the comments section in the right place if you need to do additional customization.

I think it'd be a good idea to follow the listings approach and have the comments appear at the end of the main content or to be placed in an id container. Maybe something like this...

---
bluesky-comments: 
  post: https://bsky.app/profile/grrrck.xyz/post/3lbu5opiixc2j
  id: comments
  before: |
    ---
    
    ## Comments

  after: "Something here?"
---
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

No branches or pull requests

1 participant