nano icon indicating copy to clipboard operation
nano copied to clipboard

how to use python?

Open vinniec opened this issue 2 years ago • 1 comments

I'm trying neutrinotes but following the guidelines I can't run python. In order:

  1. I activated Show Hidden to see the hidden notes and two files appear (~neutrinote_shortcuts.txt and ~neutrinote_app_data.txt), but ~neutrinote_settings_data has not appeared.
  2. Then I created it. In the guide does not say if it is necessary .txt suffix like the other two hidden file, I tried both with and without extension.
  3. Inside this file I put the com.appmindlab.nano.pref_parse_python line but yet I don't understand how I have to set true, with a space? an equal sign?
  4. after I click on restore app data
  5. Then I create a file and put the test code inside:
<script type="text/python">
  from browser import document
  document <= "Hello world !"
</script>
  1. wgen I select markdown view nothing happens.

Could you explain exactly how to activate Python?

vinniec avatar Sep 26 '22 13:09 vinniec

Please try these steps:

  1. Tap Backup App Data (side navigation menu).
  2. Add com.appmindlab.nano.pref_parse_python|true to ~neutrinote_settings_data.
  3. Tap Restore App Data.

appml avatar Sep 26 '22 15:09 appml