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.
- 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
Found some quirks? Want to propose some new functionality? You can easily follow these simple steps:
- File an issue discussing proposed changes or found bug
- If you want to contribute solution on your own please
- clone this repo
npm i
to install dependencies- create
config.env
fromconfig.env.example
and set it accordingly npm run dev
to start compilation and development in watch mode- do your magic
- 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 !