-
Notifications
You must be signed in to change notification settings - Fork 469
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
Add links to anchor or node in other cherrytree file #2609
Comments
As an experimenter I often browse these feature requests. And often find "workarounds" to apply to my own workflow. In your case I would exploit the CherryTree command line features and create a link which opens remote CT via command line. For a deeper understansing of my own thinking, install Recoll, index your entire desktop, then apply queries such as "ext:ctd" (list all files with extension *.ctd). My workflow centres on using Recoll as the indexer of every CT document in my desktop. Your connection can then be via recoll command line. Such as |
Add link for a cherrytree file and add the node or anchor in the link.
link my_file.ctx -anchor anchor_name -> open the file my_file.ctx and go directly to the anchor named "anchor_name"
link my_file.cth -node node_name -> open the file my_file.ctx and go directly to the node "node_name"
Describe the solution you'd like
A clear and concise description of what you want to happen.
The text was updated successfully, but these errors were encountered: