Jan-Stefan Janetzky

Results 25 issues of Jan-Stefan Janetzky

You have a screen capture of a live transformation in the readme, that could be perfectly vanilla javascript with: ```javascript console.log(["a", "b"].includes(searchItem)) ``` as someone knowing their languages, I usually...

documentation

![image](https://github.com/mdelobelle/metadatamenu/assets/559564/4d69f5ce-9dfe-48f2-8be3-8baf1328d6a1) I've step debugged this to come to this solution. now the plugin loads clean when obsidian starts.

https://github.com/adifyr/obsidian-chat-view/blob/79f331583593a6d23015d4a8753961b3c73d4f67/styles.css#L1 > Refused to load the stylesheet 'https://unpkg.com/[email protected]/dist/katex.min.css' because it violates the following Content Security Policy directive: "style-src 'unsafe-inline' 'self' https://fonts.googleapis.com". Note that 'style-src-elem' was not explicitly set, so 'style-src'...

an upgrade would be appropriate https://nvd.nist.gov/vuln/detail/CVE-2019-12816

https://github.com/LBF38/obsidian-syncthing-integration/blob/2cf0f7ec5b4af53befd2b9591645d271e8aabbb1/src/data/syncthing_android_datasource.ts#L27-L31 hello there. I'd like to inform you, that [this fork](https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid) exists. ([github](https://github.com/Catfriend1/syncthing-android)) I'll try to figure out a way to launch it from this addon. If I succeed, I'd...

feature

Hey there! I'd like to see some self-managing workflows like Zettelkasten taught in boot.dev. It would be decent to give new programmers a view into managing knowledge and keeping track...

this request comes from [discord](https://discord.com/channels/686053708261228577/1014259487445622855/1228383816171782166) I find it a interesting way to extend filter capabilities in both dql and plain js, thus I'm leaving this here as a reminder to...

feature-request

![image](https://github.com/blacksmithgu/obsidian-dataview/assets/559564/a04e64d7-4619-4dec-a331-b7f3dd268a3c) the above image is the result of this code: ````markdown ```dataviewjs const root = dv.component.component.containerEl; dv.span("def: has context? " + ("ctx" in root ? root.ctx : "no")); if (!("ctx"...

feature-request

**Describe the bug** unnecessary cpu acceleration through a third-party plugin **To Reproduce** Steps to reproduce the behavior: 1. enable the plugin 2. cold start obsidian 3. open task manager and...

In regards to #26 and the accent filter switch: Actually enabling stripping accents, will prevent accents to be added to the visual part of the link: ![image](https://github.com/Ebonsignori/obsidian-at-symbol-linking/assets/559564/0d468b2f-3c0b-4c15-8eee-c2d465b6e202)

bug