mirror of
https://github.com/encima/obsidian-writeas-plugin.git
synced 2026-07-22 08:20:32 +00:00
Updated README to include documentation on configuring and using a self-hosted WriteFreely instance
This commit is contained in:
parent
e49d20ec8d
commit
2f18cad78a
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -2,18 +2,22 @@
|
|||
|
||||
## What?
|
||||
|
||||
Publish notes to https://write.as.
|
||||
Publish notes to https://write.as or a self-hosted [WriteFreely](https://writefreely.org/) instance.
|
||||
|
||||
## Disclosure
|
||||
|
||||
1. This plugin publishes content using the Internet
|
||||
2. This plugin requires an account with https://write.as
|
||||
2. This plugin requires an account with https://write.as or a self-hosted
|
||||
[WriteFreely](https://writefreely.org/)
|
||||
|
||||
## How?
|
||||
|
||||
1. Set your username and password in the plugin settings
|
||||
1. Set your username, password, and optionally your WriteFreely instance URL
|
||||
in the plugin settings
|
||||
2. Add `writeas_collection` into your frontmatter, set it to a collection/blog
|
||||
that you own (this **must** be set)
|
||||
- If you're using a self-hosted WriteFreely instance in single-user mode,
|
||||
the `writeas_collection` value must be equal to your username
|
||||
3. Run `Publish/update` (or use alt+shift+p)
|
||||
4. The plugin will add the ID and the post URL to your frontmatter. Subsequent
|
||||
publish commands will then update the same post.
|
||||
|
|
|
|||
Loading…
Reference in a new issue