mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #107] Feature request: Annotating articles #77
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ibnishak on GitHub (Aug 1, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/107
Please add the ability to add annotations to the articles.
@RadhiFadlillah commented on GitHub (Aug 27, 2019):
I'm sorry, but I don't think I could do this.
First, I don't think annotation is the task for bookmark manager like Shiori. Second (and the main reason), it's quite hard to do and I think it will add too much complexity to code base.
Unfortunately, Shiori's code is not really nice right now, mostly because of new support for archiving web page. There are several parts of code that IMHO too convoluted and repeated multiple times, which make it a bit hard to read.
@8bitgentleman commented on GitHub (Mar 27, 2020):
@RadhiFadlillah I know you're not keen on adding annotation to shiori but have you considered integrating an open source annotation platform into shiori instead? I'm specifically thinking of hypothes.is which can be embedded into applications, websites, and interfaces and works with either a publicly hosted central server or your own self-hosted solution. All their code is on github and their documentation is pretty good.
@Mohan-cloud commented on GitHub (Feb 21, 2021):
I also think this will be a useful feature. Can this be revisited?
@KhaaL commented on GitHub (Jun 28, 2024):
For those who want annotation built in, omnivore has this capability built-in, but I think its too big for if you have a small amount of users.
I recently discovered Shiori and find it really awesome - even though I sorely miss highlighting text, I respect @RadhiFadlillah decision to keep the codebase small and lean.
@fmartingr commented on GitHub (Jun 28, 2024):
Right now what I do is get the epub from the bookmark and annotate it in my tablet. Is not really convenient but easy to capture thoughts. Quotes go on to obsidian.
Just curious, since this issue predates me, how would this look on the UI? What are the expectations?
@Monirzadeh commented on GitHub (Jun 28, 2024):
If i remmember correctly With koreader we can send back annotated to server.
The hard part is how we should store annotates in database for each article? while user can update readable version and it possible that specific part change in article after update