テキストエディタ(縦書き・横書き)

Contains ads
5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

[Introduction]
-Speaking of a text editor, it is horizontal writing.
In most cases, horizontal writing is sufficient, but sometimes I wanted to write vertically.
Therefore, we have created an app that allows you to edit text in vertical display.
On Android, vertical writing characters cannot be output, so horizontal writing characters are converted and displayed.
Therefore, if you change the font, the vertical writing display may be corrupted.

[Notes for each Android OS version]
■ Android 10
・ Enhanced security support (Ver2.31)
Because the security was strengthened in Android 10, it became impossible to access the storage "shizuha".
Therefore, in Androd 10, the folder of "shizuha" is changed to "Android / data / net.shizuha.texteditor / files".

If you are using Androd 10, please replace "shizuha" in the storage with "Android / data / net.shizuha.texteditor / files" in the following explanation.

If you uninstall this application, the files in "Android / data / net.shizuha.texteditor / files" will also disappear.
Therefore, when uninstalling, please back up the necessary files.

[Required authority]
・ WRITE_EXTERNAL_STORAGE
The message "Do you want to allow access to photos, media, and files in your device?" Is displayed.
It is given to save the created file in the terminal.

・ GET_ACCOUNTS
The message "Do you want to allow access to your contacts?" Is displayed.
It is given for account selection when reading and writing files on Google Drive.

・ RECORD_AUDIO
This is the authority to use when using the function to transcribe characters from voice.

[How to use]
■ Display
・ Vertical display / horizontal display is possible.
Please switch on the setting screen.

・ Background image setting (Ver2.0)
The background image can be set by selecting the background from "Settings".

・ Line spacing (Ver2.17)
If the space between lines is narrow and difficult to see, set the line spacing on the setting screen.

・ Indentation (Ver2.17)
In the case of a general text editor, the first line is not indented.
Therefore, the text data is indented by putting a blank at the beginning, but we have added a setting so that it is indented and displayed even if there is no blank.
Is it a long-awaited vertical display?

・ Window mode (Ver3.0)
Added a mode that can display multiple texts by displaying each text for each window.

■ Font switching
・ You can change the font.
The procedure is as follows.
1. Save the file to "shizuha / TextEditor / Font" in the internal storage
2. Specify the font file on the setting screen

・ If you change the font, the vertical display may be corrupted.
There, you can adjust the position of the characters.
The procedure is as follows.
1. Save the JSON file in "shizuha / TextEditor / CharSetting" of the internal storage
2. Specify the font file on the setting screen
* As for the JSON file, the default file is output only once when it is started, so please modify it.

■ Macro
・ Functions can be added.
The procedure is as follows.
1. Save the HTML file in the internal storage "shizuha / TextEditor / Tool"
2. Select the tool button (wrench icon) and select the HTML file from the list.
* The search / replace / switch function is created as an HTML file. When started, the HTML file of the search / replace / switch function is output only once. If you want to add functions, please refer to this file.

■ File
・ You can display the files that can be obtained with Uri (Ver1.14).
For normal files, read and write files in "shizuha / TextEditor / File".
However, if the user selects a file that can be acquired by Uri (for example, a file on the SD card), it can be handled.
For the file to be acquired by Uri, select "Open (Uri)" and select the file.
The range that can be selected in the file acquired by Uri depends on the model and Android version, so it may not work as expected depending on the terminal you are using.
* From Ver2.5, it has been changed so that the same thing can be done by tapping the Uri folder on the folder browsing screen.

・ You can change the save destination of the file (Ver1.16) (Android 5.0 or higher)
By default, when you create a new file and save it with a name, the file is saved in "shizuha / TextEditor / File".
If you select a save destination folder on the setting screen, it will be saved in the selected folder when you create a new one and save it or save it with a name.

・ Integrate "Open" and "Open (Uri)" (Ver1.20)
Changed to display the list of internal folders and folders specified by Uri by "Open".
Along with that, the operation was changed to save after specifying the folder with "Save As".

・ Save file to Google Drive (Ver2.5)
When you open the file, a folder called Google Drive is displayed, so tap it to select the account to open, and then a list of Google Drive of the selected account will be displayed.
To cancel, long-tap the folder called Google Drive.

・ Save file to One Drive (Personal) (Ver2.21)
When you open the file, a folder called One Drive is displayed, so tap it to display the screen for entering the account to open, and enter it to use it.
* It seems that the files that can be handled for Personal are up to 4M.
To cancel, long-tap the folder called Google Drive.

■ Printing
・ Printing (Ver2.4)
Print was added to the file menu. When you tap Print, the print preview screen is displayed, and you can print from there.
* To print, you need to install the plug-in of each manufacturer that supports the printer.

■ Automatic save
・ Suspend save (Ver2.22)
It is a function to save when the application is suspended.
* Files for which the save destination has not been decided (for example, files that have been newly created and have never been saved) are not saved because it is unknown where to save them.

・ End save (Ver2.22)
It is a save function when a dialog as to whether or not to save is displayed when the application is closed by pressing the clear key.
* Files for which the save destination has not been decided (for example, files that have been newly created and have never been saved) are not saved because it is unknown where to save them.

■ Voice reading / reading (Ver2.39)
The text will be read aloud.
* Depends on the TTS settings of the terminal.

It also inputs text from voice.
A beep sounds at the beginning and end of voice input.
Updated on
Sep 27, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Files and docs and App info and performance
No data collected
Learn more about how developers declare collection
Data is encrypted in transit
Data can’t be deleted

What's new

・細かい不具合修正