enchant97 / note-mark

Note Mark is a lighting fast and minimal; web-based Markdown notes app.
https://notemark.docs.enchantedcode.co.uk/
GNU Affero General Public License v3.0
297 stars 6 forks source link

(BUG) Can't create notebook when one does not already exist #181

Closed MBeggiato closed 7 months ago

MBeggiato commented 7 months ago

Is there an existing issue for this?

Is This A Security Issue?

Describe The Problem

I just installed it and the ui is missing almost all features. I don't have any buttons to create notes: image

Expected Behavior

image

Steps To Reproduce

Build using the following docker compose: `# file: docker-compose.yml

built-for: 0.10.0

version: "3"

volumes: data:

services: note-mark: image: ghcr.io/enchant97/note-mark-aio:0.10 restart: unless-stopped volumes:

Environment

Docker Engine Community V 24.0.6 Ubuntu 22.04.2 LTS

Extra Context

No response

enchant97 commented 7 months ago

Great catch! I am working on a fix right now. Instead of a greyed out 'My Notes' button there will instead be a 'New Book' button.

enchant97 commented 7 months ago

The new version is building now. Will be published as 0.11.1. https://github.com/enchant97/note-mark/actions/runs/7739500384