Geoffrey McGill
Geoffrey McGill
You can add raw HTML directly into the content of your `.md` page. ```html Add raw HTML into your content. ``` Hope this helps.
Can you provide a simplified example of what you would like to do?
Currently, it is not possible to configure separate light and dark (day and night) Page or Folder icons, but we have this feature request on our priority list. If you...
These shortcuts all seem to work as expected on macos. The shortcuts function the same in the Retype live editor in a web browsers and editing the file in Visual...
Editing multiple instances of the same word does not appear to work the same when in the Retype live editor as it does in Visual Studio Code. In VS Code,...
Thanks for the suggestion. There is a way to get something similar working using **includes**. The first step is to create the file `_includes/frank.md` and use the following content: ```yml...
Interesting idea, although not exactly possible with the current options within Retype. I can flag this as a feature request. Something kinda similar would be [`visibility: protected`](https://retype.com/configuration/page/#protected), but those Pages...
Hi @fredahrens. Thanks for the report. Can you confirm which version of Retype you are using by running the command `retype --version`?
I have reproduced and we are looking into this issue. The steps required to reproduce: 1. Add a valid key to your wallet using `retype wallet --add key-here` 2. Create...
Hi @fredahrens. As a temp workaround, the following command should build your project: ``` retype build --secret "" ``` We are working on a fix so the including `--secret ""`...