ritchie

Results 65 comments of ritchie

I agree. There's a python module for ics files, it would make things much easier but I have not tried it personally myself. In theory you could: 1. Export the...

@gokcehan I'm trying to display help in the preview, the problem is when I'm on a directory I can't see the output. Currently using Yad dialog box as a work...

Mine hangs on linux tried both appImage and yay AUR. Both of them hang on a small directory.

Same here, I have no use for the done card. It would be nice if I could check it and send it automatically to archive.

**Update:** For anyone else reading hopefully this will help out. Try `espanso launcher` if it works then your problem is elsewhere. In my case, I think espanso assumes that I'm...

This is a good idea. For a heading only highlight the words: ```json "tag": "\s+\w+\s\w+" ``` OR do your own comments (js,sh,vimscript,lua). One line comment. Search for a non-word followed...

@masatake I did follow your steps but I can't seem to get the same output as you. This is the output that I'm getting: Command ```sh ctags/ctags --options=mymd.ctags --fields=+'{extras}' -o...

I tested it with my [markdown repo](https://github.com/rickalex21/markdown-test) and it looks like that works when I do the tag like this: ```vim :tag linux@markdowndir/code/python.md ``` Is there a way where I...

@masatake >The options you specified in your .ctags files might conflict with mymd.ctags. >Revise your .ctags files. I'm not sure what I need to revise I used the files that...