mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 16:25:49 +03:00
[GH-ISSUE #195] More adequate documentation for lay people needed. #172
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#172
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 @slipgatekid on GitHub (Mar 1, 2018).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/195
The note taking and organizational aspect of the program is fairly straight forward and exciting to use. However, as a non-programmer the documentation isn't complete enough for more extended use beyond the demo. Questions arise such as, how does one run the program offline? Launching the downloaded index.html brings up a page with a version stamp and that's it. Also, the github page suggests to use the demo at foxusa, this would be fine but the documentation doesn't describe how to configure the demo to save notes locally, and I'm not talking about exporting them to a zip file. What is the replication url setting? Is it possible for a user to configure the app to save directly to services like dropbox? I would love to use OpenNote more extensively but until these questions can be answered it will remain a curiousity. Thanks.
edit: After installing the latest OpenNote version on my website it looks like the editor CKEditor does not ship with OpenNote. Are there instructions for getting this to work?
@JLiscom commented on GitHub (Mar 11, 2018):
@slipgatekid
I feel you. I use this every day. Its put out there so other people can use if it fits their use case. Not enough community involvement to get a pulse on how technical the documentation needs to be. I don't know what you don't know. So I write for me.
It just works. Once you load the site in your browser it gets saved. You simply go to the site when you are offline.
The url you connect to couchdb with. See the install.md for some examples
No. Mostly because I have tried to keep in the oss ecosystem. I have seen that dropbox integrations are popular. It is not something I would use so it hasn't made its way into the project.
Don't know about this one. Have seen this a couple of times. In the most recent release I have pulled out CKEditor in favor of markdown(like github). I do need to update the screenshots.
@slipgatekid commented on GitHub (Mar 27, 2018):
Other issues aside, the fact that you are moving Opennote to markdown is a huge disappointment to me. As someone who sees WYSIWYG formatting as an integral part of note taking, Markdown is useless to me. Opennote is/was the remaining cross-platform note taking app that uses a richtext editor. I wish software designers and programmers could see beyond their narrow focus on this issue.