Skip to content

Commit c340426

Browse files
authored
Merge pull request #235 from hughrun/v0.7.5
update versions & "using" pages
2 parents e4c4299 + c01bc57 commit c340426

File tree

11 files changed

+620
-27
lines changed

11 files changed

+620
-27
lines changed

content/using_bookwyrm/adding-books.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Title: Adding Books
33
Date: 2022-07-29
4-
Order: 2
4+
Order: 3
55
---
66

77
There are a few different ways to add books to your BookWyrm instance! When you can't find the book you're looking for, try these options in order -- it's better to import a book than to create one from scratch.
@@ -15,6 +15,7 @@ If you're coming to BookWyrm from another platform for tracking books and readin
1515
* LibraryThing (TSV)
1616
* OpenLibrary (CSV)
1717
* Storygraph (CSV)
18+
* OpenReads (CSV)
1819

1920
Under 'Settings' navigate to 'Import Book List', select the matching data source, select your file and, if relevant, select whether to import reviews and what privacy setting to give them. When you press 'Import' a background task will begin to import your data. You will be notified when it has finished.
2021

content/using_bookwyrm/groups.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
Title: Groups
3+
Date: 2025-05-26
4+
Order: 12
5+
---
6+
7+
You can join or create a Group with others on Bookwyrm.
8+
There are many things a group could be made for - a book club, a bunch of friends, whatever makes sense for you.
9+
Groups can curate book [Lists](lists.html) together, but that's about it right now.
10+
Currently, the Bookwyrm developers are focusing on other things, not groups, but they will be improved in the future.
11+
12+
To find the groups page, first navigate to your profile, then open the 'Groups' tab.
13+
14+
## Group administration
15+
16+
### Creating a group
17+
18+
On the top right of the groups page is the 'Create group' button.
19+
You will then need to give it a name and describe what it is about, before choosing its privacy setting.
20+
21+
### Group privacy
22+
23+
Groups have the same privacy settings as posts and lists do, except they can't be Followers-only.
24+
Group membership always requires an invitation from the group's owner, even if it is marked Public.
25+
For more details, see [here](/privacy-controls.html#groups).
26+
27+
### Adding and removing users
28+
29+
Groups are currently limited only to members on the current instance.
30+
To add members, search their username in the search bar, then click 'Invite'.
31+
To remove members, click the 'Remove' button and then 'Confirm'.
32+
33+
## Group membership
34+
35+
### Joining a group
36+
37+
To join a group, you must be on the same instance (website) and be invited by its owner.
38+
You will then receive a notification which lets you join.
39+
The group owner is marked with a star symbol.
40+
41+
### Using group Lists
42+
43+
Group Lists work very similarly to normal Lists, except they are curated by all members of a Group.
44+
They can be created by any member of a group from the group's homepage.
45+
46+
## Related ideas and discussion on GitHub
47+
48+
Allow users to request to join public groups ([#1840](https://github.com/bookwyrm-social/bookwyrm/issues/1840) on GitHub)
49+
50+
Allow groups to have multiple admins/owners ([#1841](https://github.com/bookwyrm-social/bookwyrm/issues/1841) on GitHub)
51+
52+
Allow groups to include users from multiple instances (ActivityPub) ([#1548](https://github.com/bookwyrm-social/bookwyrm/issues/1548) on GitHub)

content/using_bookwyrm/lists.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
Title: Lists
3+
Date: 2025-05-26
4+
Order: 6
5+
---
6+
7+
Lists in Bookwyrm are a way to organise and display similar books together.
8+
9+
The Lists page is accessible from the 'Lists' tab on the main page.
10+
To see your Lists, click 'Your Lists' below the title or navigate to your profile to the Lists tab.
11+
12+
## Creating a List
13+
14+
To create a List, first select the 'Create List' button on the top right of the page.
15+
It needs a name, and you can optionally add a description.
16+
You will then choose how you'd like to curate the List.
17+
18+
## List curation
19+
20+
There are four options for List curation:
21+
22+
- **Closed**: Only you can add and remove books to this list.
23+
- **Curated**: Anyone can suggest books, subject to your approval.
24+
- **Open**: Anyone can add books to this list. Only you can remove them.
25+
- **Group**: [Group](/groups.html) members can add to and remove from this list .
26+
27+
## List privacy
28+
29+
Lists have similar privacy levels as other things in Bookwyrm: Public, Unlisted, Followers and Private.
30+
See more details on the [privacy controls](/privacy-controls.html#lists) page.
31+
32+
## Adding books to a List
33+
34+
You can add books to any List that you own, "Open" Lists and group-curated Lists of Groups you are a part of.
35+
You can also suggest books to "Curated" Lists in the exact same way.
36+
37+
There is a side menu (at the bottom on mobile) titled "Add books" or "Suggest books".
38+
It shows books that you've recently interacted with on Bookwyrm, and a search bar.
39+
Currently, the search is limited to book titles (see issue [#3607](https://github.com/bookwyrm-social/bookwyrm/issues/3607)).
40+
Once you find the one you want, use the 'Add' button to add it to the List.
41+
42+
### Notes
43+
44+
You can add a "Note" to each book in a List, which could be used to explain why it was added.
45+
Notes are added when a book is first added, or at any time with the 'Add notes' button.
46+
They are displayed with the book when the List is viewed.
47+
To delete a note, edit it, remove everything in it, then press 'Save'.
48+
49+
### List order
50+
51+
The owner or curator of the List can set a custom display order for the books in it.
52+
By default, new books are added to the end of the List.
53+
The position of a book can be changed with the 'List position' box below each book.
54+
55+
## Sorting Lists
56+
57+
You can sort by the manually created list order, book title or average rating, in ascending and descending order.
58+
59+
## Lists sidetab on book pages
60+
61+
There is a sidetab on each books page which shows the Lists it is in, if it is in any.
62+
This is great for finding similar books suggested by the community.
63+
64+
## Saving Lists
65+
66+
Lists can be 'saved' or bookmarked using the button in the top right when viewing it.
67+
There is a tab on the main Lists page which shows all your saved Lists, allowing you to find it later.
68+
69+
## Embedding Lists on other websites
70+
71+
If you have a blog or personal website, you are able to embed a List from Bookwyrm onto it.
72+
Find the section 'Embed this list on a website' below sorting and adding books, then copy the embed code.
73+
This is in the form of an iframe and can be pasted directly into your website.
74+
75+
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
---
2+
Title: Main Menu & Timelines
3+
Date: 2025-09-06
4+
Order: 1
5+
---
6+
7+
## Your Books view
8+
9+
In the top-left of the page (or top of the page on mobile) you will find a small selection of your books.
10+
It will include up to 5 books, from your Currently Reading, Read and To Read reading status shelves.
11+
12+
To see all of them, you may need to *horizontally* scroll, or pull on the horizontal scroll bar.
13+
14+
If you have 3 or 4 currently reading, the To Read section will not be displayed.
15+
Similarly, if all 5 are currently reading, the Read section won't be available either.
16+
However, if you have more than 5 currently reading, it will still only show 5 of them.
17+
18+
By clicking on one of these books, it becomes the focus of the interact and review section.
19+
20+
### Interact & Review section
21+
22+
Below the display of your books is a section that displays basic information about the selected book, and lets you interact with it.
23+
It includes:
24+
25+
- The book's title, linking to its main page.
26+
- The name of the author, linking to the author's page.
27+
- The [update reading status](/shelves.html#updating-reading-status) button for that book.
28+
- Tabs to select a type of status you might want to [post about the book](/posting-statuses.html). The options are Review, Comment or Quote.
29+
- An input form for the selected type of status.
30+
31+
On mobile, you can temporarily hide this section by pressing the X in the top-right corner of it.
32+
33+
## Reading Goal
34+
35+
If you scroll down below the Your Books and post form, you will see your progress towards your reading goal this year.
36+
37+
As a new user you will see a prompt to set your reading goal when you start using BookWyrm.
38+
Otherwise, you can set it by navigating to **Your Profile > Reading Goal**.
39+
Once set, that is also where you can see your progress and all the books you've read this year.
40+
41+
Try setting a goal that is achievable, and will motivate you to read often.
42+
43+
44+
## Search & Barcode Reader
45+
46+
On the top of the home page is a search box, which lets you search for books, authors, users or [lists](/lists.html).
47+
48+
Beside it is a barcode reader which lets you easily find a book by scanning its ISBN barcode using the device camera.
49+
This is especially useful if you're in a bookstore or the library!
50+
51+
## Timelines
52+
53+
Timelines are filled with **statuses** from people you **follow** on Bookwyrm.
54+
It's how you keep up with what your friends are reading, reviewing and recommending.
55+
They take up 2/3 of the screen, or on mobile are found below the reading goal section.
56+
57+
### Following other users
58+
59+
As a new user, you will be suggested some accounts to follow.
60+
You can also search for your friend's username to find and follow them.
61+
If they are using a different BookWyrm website than you (for example, `bookwyrm.social` and `ramblingreaders.org`)
62+
then you can still follow them - but you will need to use their full account name including the instance domain name, like this:
63+
64+
`user@example.com` or `arthur@ramblingreaders.org`
65+
66+
### Home Timeline
67+
68+
Your Home Timeline is a chronological feed of all the statuses about books posted by people you follow.
69+
This includes their reading status updates (want to read, started reading, finished, etc), reviews, ratings, comments, and quotes that they've shared.
70+
Read more about [types of statuses here](/posting-statuses.html).
71+
72+
Your Home Timeline also includes any statuses that people you follow have **boosted**.
73+
This is similar to reposting or reblogging on other platforms, and means that status has been shared into your Timeline.
74+
Boosting is the best way to share good reviews with your followers, and helps them find interesting people to follow.
75+
This is especially useful since there is no algorithm deciding what to show you,
76+
only the real humans that you've decided to follow.
77+
78+
If you follow people on other fediverse apps, such as Mastodon, you will not find their normal text posts in your timeline.
79+
However, posts they boost or their replies to other posts will be included in it.
80+
81+
### Books Timeline
82+
83+
Your Books Timeline is a chronological feed that collects statuses posted about books that you have in [your shelves](/shelves.html).
84+
85+
It might not display *all* statuses, if your BookWyrm website doesn't know about some
86+
87+
### Interacting with statuses
88+
89+
You can reply to any status in your timeline to start a discussion, and boost or like the status.
90+
Under 'More Options' there is a link to send a direct message to the poster, report the status, or block them.
91+
92+
### Filtering Timelines
93+
94+
Both timelines have a Filters menu which lets you filter what types of statuses you'd like to see in it.
95+
You can include or exclude Reviews, Comments, Quotations, or Everything Else (including reading status updates).
96+
Then click the 'Apply filters' button to reload the timeline with the new filters.
97+
98+
A little badge called 'Filters are applied' will be shown after filters are changed,
99+
but this disappears after another page reload even though filters are still in effect.
100+
101+
## Navigation to other pages
102+
103+
There are many links within the main menu to navigate to other pages on BookWyrm.
104+
105+
### Top menu bar
106+
107+
In the top bar is the search box to go to the search page, and links to [Lists](/lists.html), Discover (recent statuses from the local instance), and [Your Books](/shelves.html).
108+
109+
On the right hand side is your profile icon and name.
110+
When clicked, it has links to your Profile, the Directory of other users, your Direct Messages, Settings, and the Log Out button.
111+
112+
On the far right is the Notifications button.
113+
It will display a number if you have unread notifications.
114+
115+
On mobile, some of these options will be collapsed into a 3 dots option which will show them.
116+
117+
### Footer
118+
119+
The website footer also includes links related to the administration of the site, link to this documentation and to re-start the Guided Tour.
120+
121+
If you are using a free BookWyrm instance, there might be a link to financially support the admins in the footer.
122+
Public instances require many hours of management and up to several hundred dollars a year to run.
123+
If you like using your BookWyrm site, please consider supporting them to keep it online and running smoothly!
124+

content/using_bookwyrm/posting-statuses.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
Title: Posting statuses
3-
Date: 2022-04-30
4-
Order: 1
2+
Title: Posting Statuses
3+
Date: 2025-05-26
4+
Order: 5
55
---
66

77
Posting on BookWyrm starts with a book.
88
Users can comment on in-progress or recently read books from the "Your books" section, or from a book's landing page.
99
From there, users can reply and start a conversation.
1010
BookWyrm posts can include formatting like bold, italics and links using [Markdown](https://www.markdownguide.org/cheat-sheet/).
1111

12-
If you're familiar with [posting on Mastodon](https://docs.joinmastodon.org/user/posting/), you'll find that BookWyrm statuses have analogous visibility settings, content warnings, and mentions. However, polls, custom emoji, and attachments are not supported yet.
12+
Bookwyrm statuses also have [visibility settings](/privacy-controls.html) which control who is able to see and interact with them.
1313

1414
## Types of statuses
1515

@@ -26,6 +26,17 @@ There are three types of posts users can create directly in response to books: r
2626
| Rating || | |
2727
| Title field || | |
2828

29+
#### Spoiler alerts
30+
31+
Spoiler alerts (also known as content warnings) are useful to give people a warning before they read a status that might spoil the plot of a book they want to read.
32+
Usually just putting "contains spoilers" or something similar is sufficient, but you can be more specific, especially if your status discusses potentially sensitive topics.
33+
34+
#### Star ratings
35+
36+
A star rating can be added to reviews, or added on its own by clicking the stars below a book.
37+
It is a 5-star scale, and half stars can be added by double clicking on the star.
38+
For example, if you want to rate 2.5 stars, you'd click on 3 stars then click again on the third star to make it half.
39+
When viewing a book or reviews, the star ratings are hidden until the user selects "Show rating".
2940

3041
### Reading status updates
3142

0 commit comments

Comments
 (0)