Why bother?
- Doing it this way is totes easy
- I am doing it now.
- I want to explore writing posts in Joplin and publishing here
Code block
from package import function
def my_function(input1, input2):
output = float(input1) / float(input2)
return output
input1 = input("give me a number:")
input2 = input("give me another number:")
output = my_function(input1, input2)
print("The answer is:", output)
I got to this point and the native WordPress editor started getting in my way. This is exactly why I am looking at alternative ways to create posts. The native editor should not create the friction that it does. It should be invisible and effortless.
Image
I don’t know why, but the editor just would not allow me to type or input or select anything prior to hitting the “Back” button a couple of times. An editor that does not allow editing is useless.