Ivana
Ivana
Framework: express I want to reuse the schema defined with the specific content type. If I put the schema I want to reuse under the top-level `components` section, it works...
## Environment Joplin version: 2.9.17 Platform: Windows and Android OS specifics: ## Steps to reproduce 1. Open [this note](https://github.com/laurent22/joplin/files/11287416/note.md) 2. Wait for rendering. ## Describe what you expected to happen...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
I know we can create a link by `\href` with MathJax. ```tex $$ \href{https://this.is.a.doc/}{\text{this is a doc}} $$ ``` However, it seems that `\href` only works when the link starts...
### Operating system Android ### Joplin version 2.13.10 ### Desktop version info _No response_ ### Current behaviour ## Minimal example code ``` $$ \begin{alignat}{3} 1 &= 1 \\ 10 &=...
I cannot import scripts from gist on Chrome. After inserting the link, the first click of the button will not respond and the second click will result in an error...
I can modify the settings in the setting panel, but the new settings will be replaced by the old settings set at initialization after restarting Firefox. The workaround is deleting...
There are two answers in [this article](https://cofacts.g0v.tw/article/3poo9cbo1l1yk). One of the answers has been deleted by the author, but the line bot still replies all of the two answers including the...
https://github.com/crazymykl/rust-koans/blob/c6e819324ce5f455fd2954fa67fc321b674240b5/src/koans/vec.rs#L105-L112 The case above raise a warning: ```shell warning: variable does not need to be mutable --> src/koans/vec.rs:109:9 | 109 | let mut vector = vec![""; 0]; | ----^^^^^^ |...
https://github.com/crazymykl/rust-koans/blob/c6e819324ce5f455fd2954fa67fc321b674240b5/src/koans/vec.rs#L160-L172 Maybe, the tests above will be better if there are hint lines as below. ```rust // Reversing a Vec is pretty easy in Rust #[test] fn reverse_vecs() { let...