-
Notifications
You must be signed in to change notification settings - Fork 3
How can i use the Export file? #8
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
Comments
The file is in JSON format. It is slightly broken because it includes a newline where you cannot have one when you import it back in. For example, if you have
the exported JSON will look like
You can't directly import this back in because you will need There are many tools to manage JSON files, try |
I have created a PR #11 which attempts to remove the stray newline in the "replace" key. Perhaps the final newline in "with" should go away as well? |
Thank you for the update.
…On Sun, Nov 17, 2024 at 6:45 AM tripleee ***@***.***> wrote:
I have created a PR #11
<#11> which attempts to
remove the stray newline in the "replace" key. Perhaps the final newline in
"with" should go away as well?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3LLCFK2OPZ2ILXA4SKAYYT2BB6VLAVCNFSM6AAAAABHMCMN62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGIYDENRVGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I seemed to have restored my backup somehow.. I do not remember how... but
it's working as expected. so I apologize for getting back to you so late.
Happy New Year!
…On Sat, Jan 11, 2025 at 10:19 PM Dipp Labs ***@***.***> wrote:
Thank you for the update.
On Sun, Nov 17, 2024 at 6:45 AM tripleee ***@***.***> wrote:
> I have created a PR #11
> <#11> which attempts to
> remove the stray newline in the "replace" key. Perhaps the final newline in
> "with" should go away as well?
>
> —
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A3LLCFK2OPZ2ILXA4SKAYYT2BB6VLAVCNFSM6AAAAABHMCMN62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBRGIYDENRVGI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
I am trying to clean up all my replacements bc i have a lot and some may be dups.
How can I use the export file, make the changes I need to make, and then import it back in?
The export file is very hard to read....
Does anyone have a PHP Script or something else that will allow me to export the export file into a format where it can be read in a .txt file or can someone help point me in the right direction on how to use the export file from TextFast so it's more readable.
I have a lot of text replacements that I may have dups of or may want to combine...
I tried to use XML/JSON sites to try and make it more readable but not sure if the export file is XML format.... What format is the export file? JSON or is the export file a different format?
It would be nice to have it exported into a .txt file that I can then use in an editor to make changes better instead of changing it in the plugin in the browser. Then I would need a way to import that file back into the plugin.
Does anyone have any ideas on the best way to do this other than just going through the entire plugin via the browser?
The text was updated successfully, but these errors were encountered: