Seongmin Lee

Results 46 issues of Seongmin Lee

Waiting for Neovim v0.11 release because these subcommands are using `vim.fn.getregionpos()` api

As `norg_meta` syntax doesn't use quotes for strings, parser cannot distinguish `true` as a boolean and `true` as literal string. Same thing goes for numbers too. So I suggest to...

Currently link location syntax (that one under `{...}`) is bit unorganized imo. - file location `{:this:}` (for norg files) - line number `{123}` - URL `{https://example.com}` - detached modifier `{*...

# Why do we need macros Let's start from the common use-case for macros: - to write things that cannot represented in Norg's common markups. (e.g. codeblocks) - to embed...

``` - - second list item ``` Several reasons: - More consistent writing experience. When user type `- ` in line start, they will immediately see the list item bullet....