mirror of
https://github.com/scotttomaszewski/obsidian-disciples-journal.git
synced 2026-07-22 05:42:13 +00:00
Preparation for release
This commit is contained in:
parent
10fe3e9acf
commit
61bae6aac6
3 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.0
|
||||
|
||||
- Adds settings to hide footnotes
|
||||
|
||||
## 0.8.1
|
||||
|
||||
- Adds `cssclasses: hide-dj-passage-properties` to passage notes to hide the noise
|
||||
|
|
|
|||
|
|
@ -80,8 +80,11 @@ Access plugin settings in Settings → Disciples Journal:
|
|||
|
||||
- **Display Settings**:
|
||||
- Toggle inline verse and full passage rendering
|
||||
- Show/hide navigation for verse references
|
||||
- Hide footnotes in rendered passages
|
||||
- Hide footnotes in hover preview popups
|
||||
- Customize verse font size
|
||||
|
||||
|
||||
- **Bible Version Settings**:
|
||||
- Currently supports English Standard Version (ESV)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "disciples-journal",
|
||||
"name": "Disciples Journal",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Embed Bible references and passages in your notes and read the Bible in Obsidian.",
|
||||
"author": "Scott Tomaszewski (Xentis)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue