interfacerproject / interfacer-gui

Evolution of Zenflow-gui for Interfacer project
7 stars 6 forks source link

import from repo: existing relative links from origin repo don't work in GUI #555

Closed mikelovic closed 1 year ago

mikelovic commented 1 year ago

Existing relative links in the readme file of origin repo are imported with

example for https://beta.interfacer.dyne.org/de/project/063DZKXF73Q9MS9VB19Z8X0KC4 -> Schematic

image

link: :red_circle:https://beta.interfacer.dyne.org/de/project/ :red_circle: build/mppt-1210-hus_schematic.pdf

from json import: "# 10A MPPT Charge Controller with USB\n\nDevelopment Stage Evaluation phase\n\nUser manual: HTML / PDF\n\nSchematic: [PDF file](:red_circle: build/mppt-1210-hus_schematic.pdf)\n\nBill of Materials: CSV file or interactive HTML BOM\n\nFirmware repository: LibreSolar/charge-controller-firmware\n\nCharge controller PCB\n\n## Features:\n\n- 12V battery voltage\n- 40V max. solar input (36 to 48-cell panels, ideally so-called 12V panels with 36 cells)\n- 10A max. charge current\n- 10A max. load output current\n- Low-power 32bit ARM MCU (STM32L072)\n- Expandable via Olimex Universal Extension Connector (UEXT) featuring\n I2C, Serial and SPI interface (e.g. used for display, WIFI communication, etc.)\n- USB charging\n- High-side load switching\n\n## Built-in protection:\n\n- Overvoltage\n- Undervoltage\n- Overcurrent\n- PV short circuit\n- PV reverse polarity\n- Battery reverse polarity (destructive, fuse is blown)\n\n## Manual\n\nThe manual is auto-generated from the markdown files in the manual subfolder. See here for further information regarding the automated deployment.\n\nYou can contribute to the manual by cloning the repository to your private GitHub workspace and sending pull-requests with upates you made.\n"

can rootlink be filled with? :red_circle:https://github.com/LibreSolar/mppt-1210-hus/blob/main :red_circle: