Skip to content

Commit

Permalink
Roadmap and Hashtags
Browse files Browse the repository at this point in the history
- Added roadmap link to README
- Added Hashtags into the text of the notes directly
  • Loading branch information
RydalWater committed Oct 26, 2024
1 parent b602357 commit ecadee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Open Librarian is a website for tracking and sharing a love of books. It utilize
- Reading progress
- Book-related social groups

If you'd like to take a look at my backlog you can find it [on Craft](https://parks-take-vcv.craft.me/OpenLibrarianRoadmap).

## Open Source Stack
Open Librarian is built on a range of Free and Open Source Software (FOSS) projects, the most prominent of which are:
Expand Down
1 change: 1 addition & 0 deletions openlibrarian_root/utils/Notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ async def send_notification(book: dict, nsec: str, nym_relays: dict, note_type:
d_tags = ast.literal_eval(os.getenv("DEFAULT_TAGS"))
if d_tags:
for tag in d_tags:
text = f"{text} #{tag}"
h_tags.append(Tag.hashtag(tag))

# Build event
Expand Down

0 comments on commit ecadee2

Please sign in to comment.