Tokubara

Results 7 issues of Tokubara

When I use `BTags` command with markdown files, I often get this error: ``` sort: string comparison failed: Illegal byte sequence ``` With the commit, the problem is fixed. The...

The given example in the doc `:PandocTemplate save fancy_article pdf -Vdocumentclass=memoir -Vmainfont='Helvetica Neue'` will not work, because vim will pass as 'args', it must be double quote. So I think...

For example, I cannot search this entry with "rd". ``` ***** word word ``` ![image](https://github.com/alphapapa/org-ql/assets/32409331/c71c6aea-c694-4c8a-a082-b9aa3acd9839) But I can search this entry with "word". ![image](https://github.com/alphapapa/org-ql/assets/32409331/bd174724-8052-4cb1-88d0-0d8ad7e38685) I haven't find the description of...

enhancement
help wanted
discussion

I think it would be great if `find-file-in-directory` sets its `:category` to be `'file` and performs like `'file`(I mean target is "~/path/to/file"), so that we can define useful actions like...

The plugin in this repo fails when multiple terminal windows exists. I change the `get_terminal_windows` function so that it will get terminal window only in current tab. I also add...

The default sql formatter sqlformat doesn't work. For example: ```sql CREATE TABLE student ( sid INT PRIMARY KEY, name VARCHAR(16), login VARCHAR(32) UNIQUE, age SMALLINT, gpa FLOAT ); ``` format...

Often, multiple classes in a project have methods with the same name, making it difficult to distinguish between them using `counsel-etags`. For instance, in a project, there are multiple classes...