Samuel Hobl
Samuel Hobl
I am curious if `[[wikilinks]]` is something that glow might support one day.
This PR aims to improve the calendar view by integrating with vscode theme. Here we make use of vscode theme editor background token and set calendar-view's background to it. task:...
This PR aims to remove an accidentially added semicolon into the render function of the preview view.
## Background This has been adressed in https://github.com/dendronhq/dendron/pull/3272. It came up again https://github.com/dendronhq/dendron/issues/2175#issuecomment-1204441903. [[Inconsistent Layout of Mobile View|dendron://private/task.2022.07.17.inconsistent-layout-of-mobile-view]] ## Solution - [`dc4f42c` (#3346)](https://github.com/dendronhq/dendron/pull/3346/commits/dc4f42cd3c75a7d4484e1e28c18737036f6f2015) makes sure the layout does not can...
Maybe this should not be part of tree-sitter-markdown since its not part of [CommonMark Spec](https://spec.commonmark.org/) or [Github flavored markdown](https://github.github.com/gfm/) so just opening up the question of supporting [wikilinks](https://www.mediawiki.org/wiki/Help:Links#Internal_links).
I posted this issue before on https://github.com/facebook/jest/issues/3959 and https://github.com/lodash/babel-plugin-lodash/issues/179 Using babel-plugin-lodash, collectCoverage enabled and a lodash function as show below imported from test file, results into an error. ```javascript import...
Hey, nice work. I love the checkbox feature from bullets.vim. What do you think about adding this?
## Summary As a developer I want to be able to use "not equal" and "not in equal" so that the filter possibilities from [nql][1] are covered. Reference: https://discord.com/channels/835168149439643678/835172431836479508/960161463597662300 ###...
This PRs aim is to collect the scattered css styles back into common-all. Specifically the scss styles for dendron-plugin-views and nextjs-template. It adds two new scss files `main-next.scss` and `main-plugin.scss`...