Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Python read and extract code snippets saved in the .ctx file? #2654

Open
SadSock opened this issue Feb 12, 2025 · 1 comment
Open

Can Python read and extract code snippets saved in the .ctx file? #2654

SadSock opened this issue Feb 12, 2025 · 1 comment

Comments

@SadSock
Copy link

SadSock commented Feb 12, 2025

I want to create a neovim plugin that can automatically insert the code snippets I have saved in CherryTree.

@gitvectors
Copy link

You can consider *.ctx file as an xml database to extract code elements using Python plugin: https://docs.python.org/3/library/xml.etree.elementtree.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants