Tohid
Tohid
KaTeX already supports _Join function_(symbol: ⋈, function: `\Join`) but not it's branches such as: * Left Outer Join(⟕ symbol) * Right Outer Join(⟖) * Full Outer Join(⟗) I think they...
With this configuration enabled, the site is not rendered correctly. ```yaml toggles: slugify_html_links: True ``` One effect I noticed was that after `> COMPILING HTML FROM MARKDOWN CODE (C:\prj\obsidian\output\md\index.md)` message,...
Let's take this diagram as an example: ```md --- title: Machine Learning Workflow --- flowchart TB DR([Data Retrieval]) --> DS[(DataSet)] --> Blocks --> M[Modeling] --> E{Model Evaluation & Tuning} -->...
Comparing this: ```md --- tags: [test] --- line one --- line two ``` With this: ```md line one --- line two ``` we can see that separator line(---) between "line...
Package is no longer working with latest version of setuptools(v 58 or higher). upgrading dependencies(or at least celery) may fix the issue. Full error: ``` Collecting django-audiofield Using cached django-audiofield-0.10.1.tar.gz...
Here are two suggestions which are similar in implementation and will improve output by allowing folders as notes and hiding notes' attachment folder. both provide features that are available in...
**Description** In RSS file's description tags, anchors are included, however tags such as toggle lists, numbered lists and horizontal ruler are striped. Visit `lib/rss.xml` file and checkout content of ``...
Feature Request: Adding XML Sitemap for notes I noticed that google is quite reluctant to crawl my KB compared to blog posts, Sitemap may help with it. XML sitemaps also...
**Describe the bug** When opening notes, tag color in meta-panel(note's property section) is not applied, unless certain actions is taken(as mentioned bellow under **Additional context**). **Versions:** - Obsidian Version :...
I'm Installing cargo-binstall(latest: v1.10.22) in windows 10 with rust(x86_64-pc-windows-msvc - 1.84.1) using `cargo install cargo-binstall`. I got this error while compiling packages: ``` Compiling binstalk-downloader v0.13.11 error[E0560]: struct `NameServerConfig` has...