-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Feature Request] Create Plain Text Note #604
Comments
Markdown is already plain text though. How would this feature work exactly? |
Hi. Well, in my experience Joplin does not save as plain text. I'd like
to write a plain text file in either Joplin or my synchronized location and
be able to edit it in Joplin/synchronized location with no formatting
additions.
Example is to create testfile.txt
Contents: This is a plain text file. This is a test.
I'd like to edit this in Joplin, but also continue seeing it at my
synchronized location as testfile.txt with no other formatting at all.
…On Mon, Jun 11, 2018 at 12:20 PM, Laurent Cozic ***@***.***> wrote:
Markdown is already plain text though. How would this feature work exactly?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#604 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABtFZtBHpbTpozVLaREjA9cwCO6DzLrVks5t7sMWgaJpZM4UjO2q>
.
|
Are you sure Joplin is the right tool for you, then? Sounds like you just want text notes in folders. Why use Joplin at all? |
Because plain text files means that markdown files will also be properly
synced with Joplin. Quite a useful thing to have!
…On Mon, Jun 11, 2018 at 11:20 PM, Ladislav Benc ***@***.***> wrote:
Are you sure Joplin is the right tool for you, then? Sounds like you just
want text notes in folders. Why use Joplin at all?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#604 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABtFZpyZHc6Q_WnolQ6fvH9n-uxZgg18ks5t713JgaJpZM4UjO2q>
.
|
I think you are referring to the meta information that Joplin keeps in the files. To my knowledge, this is the very basis Joplin is able to sync and attach files, etc. To remove this, the information would need to be stored elsewhere and require a serious rework of the whole application. I can imagine the owner wouldn't be too keen to do that. |
Removing the metadata is indeed not possible, however in the next release there will be feature to open a note in an external editor which might do the trick. |
This fails, for example:
Some of the asterisks are removed and the backticks are removed from user, so the SQL fails when copied directly from note. To function correctly, must switch to edit mode before copying. This is likely always a problem with markup, as other notation systems will overlap with the meta-expressions, e.g. XML vs nearly any technical text. |
Would be great to have a method to direct copy a note entirely and have it be as entered rather than as displayed, though of course it's pretty frightening to have your entered text seem to have been massed with seemingly arbitrarily. |
Possible workaround enclose code (as above) in:
|
Moreover, if you select all, copy in right-hand pane on macOS or in view (not edit) mode on Android Pie (both downloaded and installed today, i.e. the latest posted versions), the pasted text will look like the right-hand pane. In other words missing characters such that it will error out. On Android, if the text is enclosed in triple backticks, and is then select all, copied in view mode, after the text is pasted into SQL query app, it will execute correctly. On Android, in edit mode but without triple backticks, select all, copy then paste executes correctly. Not sure where the problem is but I've verified this issue several times on both macOS and Android. The notebook itself was authored on macOS and is treated as readonly on Android. |
Further problem: If on macOS (1.0.167, 32865f0) enclose the SQL in triple backticks, use the notebook/note on Android (1.0.305, September 10, 2019) (in view mode) select all, copy, then paste into RemoDB, the SQL will execute but all the newlines will have been removed (very hard to read).
becomes
On the other hand, if in edit mode on Android, I select all, manually exclude the triple backticks from the selection, copy, then the pasted text is fine (as in the top example above). So apparently I have a choice (as my macOS/Android executables work anyway) between tedious extra work to use the SQL "cheatsheet" or wrong display of code that will copy correctly in edit mode. |
I'd like to request the ability to create a note as plain text, with no formatting. This could also benefit issue #316 and issue #228
The text was updated successfully, but these errors were encountered: