No description
Find a file
Radek Kozak 6479149f33
Bump version to 0.7.1
Signed-off-by: Radek Kozak <radoslaw.kozak@gmail.com>
2021-03-10 12:21:06 +01:00
.github/workflows chore: Add config for easier local development 2020-12-28 14:39:56 +01:00
src chore: Better explanation of what Writer Mode does 2021-03-10 12:18:17 +01:00
.gitignore chore: Add config for easier local development 2020-12-28 14:39:56 +01:00
config.env.example chore: Add config for easier local development 2020-12-28 14:39:56 +01:00
manifest.json Bump version to 0.7.1 2021-03-10 12:21:06 +01:00
package.json Bump version to 0.7.1 2021-03-10 12:21:06 +01:00
README.md Update README.md 2021-01-03 17:57:48 +01:00
rollup.config.js chore: Add config for easier local development 2020-12-28 14:39:56 +01:00
styles.css refactor: Comment for compatibility sake 2021-02-15 19:36:03 +01:00
tsconfig.json Initial commit 2020-11-26 13:35:51 +01:00
versions.json Bump version to 0.7.1 2021-03-10 12:21:06 +01:00

Discordian Plugin

Discordian Plugin accompanies Discordian Theme, allowing you to customize it from the Obsidian Settings panel.

This plugin is not required to use Discordian Theme, but highly recommended.

Available settings

  • Writer Mode
  • Flat Andy Mode
  • Paragraph Focus with customizable fade out
  • Readable line length
  • Dark note headers (as an option for defaults)
  • Customizable font sizes for notes and File Explorer

Contribute

Found some quirks? Want to propose some new functionality? You can easily follow these simple steps:

  1. File an issue discussing proposed changes or found bug
  2. If you want to contribute solution on your own please
    • clone this repo
    • npm i to install dependencies
    • create config.env from config.env.example and set it accordingly
    • npm run dev to start compilation and development in watch mode
    • do your magic
  3. Commit your work
    • use commit message that best describes changes you've just made. If possible, link it to relevant issue
    • DO NOT build or commit main.js directly ! It will be autogenerated and handled by CI server.

Now sip your coffee and wait for my swift response or PR merge. Thanks !