Search found 1660 matches

by Petko
Fri Mar 03, 2023 9:58 am
Forum: General Discussion & Support
Topic: How to edit the custom library?
Replies: 3
Views: 1046

Re: How to edit the custom library?

Misukasten wrote: Wed Mar 01, 2023 10:45 am Hi,
accidentally I added a wrong word into the custom library. Where can I find the library to delete it from there?
Thank your for help!
Michael
This will be added as an option in some of the next versions.
by Petko
Fri Mar 03, 2023 9:57 am
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2738

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay?

Wow! Given how busy you must already be with MyInfo, I can't thank you enough. This opens doors for MyInfo that have never been open before: at work . As you might guess, I'm an old programmer, but a very new MyInfo user. I'll study it well, and find good ways to marry both disciplines. You can dow...
by Petko
Sun Feb 26, 2023 11:09 am
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2738

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay?

Yes, you are right about that. You may need a SQLite extension for reading the files. It is embedded in MyInfoCore.dll, but you will need it as a separate DLL. I will upload both 32- and 64-bit versions and make it available for download.
by Petko
Tue Feb 21, 2023 12:27 pm
Forum: General Discussion & Support
Topic: [fixed] Subscript formatting fails
Replies: 4
Views: 1312

Re: [fixed] Subscript formatting fails

Fixed in MyInfo 7.3 (build 7714).
by Petko
Tue Feb 21, 2023 9:38 am
Forum: General Discussion & Support
Topic: Driving automation from MyInfo data -- is reading the SQLite file directly okay? [Yes]
Replies: 13
Views: 2738

Re: Driving automation from MyInfo data -- is reading the SQLite file directly okay?

You can read MyInfo 7 files, because they use a combination of free file formats (SQLite & HTML). The file format is not documented, but it is pretty stable and it should work that way. However, writing in MyInfo files from a script is not a good idea, because for some operations MyInfo does ext...
by Petko
Tue Feb 21, 2023 9:29 am
Forum: General Discussion & Support
Topic: Treating ☐ (checkbox) as a bullet
Replies: 5
Views: 1244

Re: Treating ☐ (checkbox) as a bullet

Why not just use the checkbox functionality of the note editor (Insert > Checkbox) and use Intdent/Outdent to form a hierarchy?
by Petko
Tue Feb 21, 2023 9:26 am
Forum: General Discussion & Support
Topic: [fixed] Subscript formatting fails
Replies: 4
Views: 1312

Re: [confirmed] Subscript formatting fails

This will be fixed in the next MyInfo 7 update. Thank you for spotting it!
by Petko
Mon Feb 13, 2023 7:52 am
Forum: General Discussion & Support
Topic: "Rename tag" not available in drop-down Tag menu
Replies: 1
Views: 802

Re: "Rename tag" not available in drop-down Tag menu

That happens if a notebook is read-only, but as probably this is not the case, can you just try to exit and open MyInfo again? Also, does it happen for all notes and different notebooks?
by Petko
Tue Feb 07, 2023 1:36 pm
Forum: General Discussion & Support
Topic: [fixed] Starting batch files and other scripts in their own directories
Replies: 5
Views: 1219

Re: [confirmed 2rel] Starting batch files and other scripts in their own directories

I've read it, but at this time the fix of the working directory is what is possible. I will keep the other suggestions in mind though..
by Petko
Mon Feb 06, 2023 3:03 pm
Forum: General Discussion & Support
Topic: [fixed] Starting batch files and other scripts in their own directories
Replies: 5
Views: 1219

Re: [confirmed] Starting batch files and other scripts in their own directories

Thanks for the good words and for the issue you have found. It will be fixed in the next update.
by Petko
Fri Dec 30, 2022 4:11 pm
Forum: Suggestions
Topic: Some features I wish we had
Replies: 2
Views: 1572

Re: Some features I wish we had

Thanks for the suggestions! I am considering some Go To (Note) dialog improvements, which may allow going to sections too (or selecting which items to search: Notes, Sections, etc). As for the AutoCopy, please note that there is a Global Paste (Paste Clipboard Content Into MyInfo) command which may ...