BertS 0 Posted October 23, 2020 Posted October 23, 2020 In the Dutch translation of the Note editor -> Add -> Code block is incorrect. The correct translation is "Codeblok" (noun) instead of "Codeblokkeren" (=verb).
VinceBokk 0 Posted December 22, 2020 Posted December 22, 2020 Hi BertS, I try to get info about codeblock. What it is doing en how you can work with it. Have you links where i can find more info?
BertS 0 Posted December 22, 2020 Author Posted December 22, 2020 Hi VinceBokk, That codeblock option can be found in the Note editor -> Add (the blue circle/+) dropdown (where also the options are to add a table, checkbox etc.). What it does is to format the text that you enter as code. Hope this helps. Bert
VinceBokk 0 Posted December 23, 2020 Posted December 23, 2020 Oke thanks for your info. And whick code can be put in it. I'm searching some examples so i can get an idea what i can do with codeblocks.
Mike P 3,058 Posted December 23, 2020 Posted December 23, 2020 53 minutes ago, VinceBokk said: Oke thanks for your info. And whick code can be put in it. I'm searching some examples so i can get an idea what i can do with codeblocks. It's very limited. It is just plain black monospaced text. There is no formatting or language specific options. I do find it usedul for small snipets of code if I'm making notes about some new trick I've learned. The easiest way of inserting a code block is to type three back ticks followed by enter.
VinceBokk 0 Posted December 23, 2020 Posted December 23, 2020 ok so that's the purpose of codeblocks. I thought that it was a possibility to automise Evernote. Thanks for responding!!
Level 5 PinkElephant 9,000 Posted December 23, 2020 Level 5 Posted December 23, 2020 It is important if you write code (= computer programs) that you produce a clean, plain text without invisible characters. This type of characters can ruin the execution of a program. Monospaced, because a single or a double space bar can produce different code as well. This is the meaning of code block text. You can use it for any text, it will just not allow for any formatting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now