Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image preview not showing - this.$attachmentResolver is null #6672

Open
1 task
rimusport opened this issue Nov 20, 2024 · 1 comment
Open
1 task

image preview not showing - this.$attachmentResolver is null #6672

rimusport opened this issue Nov 20, 2024 · 1 comment
Labels

Comments

@rimusport
Copy link

Short summary of the issue

  • Markdown syntax is not properly rendered in text

I used this docker-compose config

version: '2'

volumes:
  nextcloud:
  db:

services:
  db:
    image: mariadb:10.6
    restart: always
    command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
    volumes:
      - db:/var/lib/mysql
    environment:
      - MYSQL_ROOT_PASSWORD=
      - MYSQL_PASSWORD=
      - MYSQL_DATABASE=nextcloud
      - MYSQL_USER=nextcloud

  app:
    image: nextcloud
    restart: always
    ports:
      - 8080:80
    links:
      - db
    volumes:
      - nextcloud:/var/www/html
    environment:
      - MYSQL_PASSWORD=
      - MYSQL_DATABASE=nextcloud
      - MYSQL_USER=nextcloud
      - MYSQL_HOST=db

Screenshot

Image

Details

  • Nextcloud version: 30.0.2
@rimusport rimusport added the bug Something isn't working label Nov 20, 2024
@mejo-
Copy link
Member

mejo- commented Dec 3, 2024

Dear @rimusport, I guess the screenshot is from the deck app, right? Text doesn't support inline attachments/images there. That's also why adding attachments in the editor lists the attachments for the deck card instead and doesn't allow to inline them.

I guess that you added some markdown syntax that referenced an image? How did you come to this result?

Technical background: The limitation is because the editor content is not bound to a markdown file (with a corresponding file ID) in deck. And that would be required to have an attachments folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants