No description
Find a file
2023-07-20 09:31:38 +02:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs Upgrade esbuild to v0.17.x (#47) 2023-01-25 13:49:50 -05:00
Frontmatter.ts first version 2023-07-19 15:31:57 +02:00
LICENSE add MIT LICENSE 2023-07-19 15:40:39 +02:00
main.ts address comments from Obsidian review 2023-07-20 09:31:38 +02:00
manifest.json address comments from Obsidian review 2023-07-20 09:31:38 +02:00
package-lock.json first version 2023-07-19 15:31:57 +02:00
package.json address comments from Obsidian review 2023-07-20 09:31:38 +02:00
README.md address comments from Obsidian review 2023-07-20 09:31:38 +02:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Upgrade dependencies, add strictNullChecks. 2022-06-24 15:41:39 -04:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json address comments from Obsidian review 2023-07-20 09:31:38 +02:00
Writeas.ts first version 2023-07-19 15:31:57 +02:00

Obsidian Writeas Plugin

What?

An Obsidian plugin to publish posts to https://write.as.

Disclosure

  1. This plugin publishes content using the Internet
  2. This plugin requires an account with https://write.as

How?

  1. Set your username and password in the plugin settings
  2. Add writeas_collection into your frontmatter, set it to a collection/blog that you own (this must be set)
  3. Run Publish/update to writeas (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.

API Documentation

See https://developers.write.as/docs