Levi Zim

Results 124 comments of Levi Zim

For now the theme is a global static variable. To implement custom themes, it need to be loaded from `main` func. Unfortunately this would require static mut variable. But anyway...

Themes should be loaded from `ProjectDirs::data_dir()/themes` first (user level themes) and if not found then `path_to_tracexec_binary/../share/tracexec/themes`.

The search feature caches all the lines in string representation to make it memory-contiguous, which would double the memory usage. Ideally the regex should be able to work on chunks...

I haven't implemented any shell-completion in any project, but https://github.com/clap-rs/clap/tree/master/clap_complete looks like the way to go.

> while it overall looks good, Thank! > while it overall looks good, we don't have any riscv support in the CI. It looks like there's a PR adding that:...

With the riscv64 CI in place, I think it is time to revive this PR. (Thanks to @TimePrinciple)

Thank you. I will create a wiki or community contributed section later. Actually I planed to add another advanced transform that directly works on markdown AST, which might be better...

I have created the [wiki](https://github.com/kxxt/obsidian-advanced-paste/wiki) and make it editable by anyone. You can share your script there. Think up a good title and create a wiki page: ![image](https://github.com/kxxt/obsidian-advanced-paste/assets/18085551/81df67fb-ea90-420a-bffc-20a877027099) and put...

Thanks for opening this issue. Unfortunately, I don't have any iOS devices to test with. I can't offer any help without error logs provided by you.

> Obsidian's paste system Obsidian itself doesn't expose any paste related APIs, that's why this plugin uses a lots of hacks to hook it. There is a clipboard manager in...