+1
Under review

Cannot distinguish long file/directory names

Herman Hilberink 10 years ago in General updated 10 years ago 2
As in renaming or moving files, make it possible to always view naming in auto fit mode instead of the length being truncated
+1
Completed

Adjustable line height

Alexander 10 years ago in General updated by Alexander Blach (Developer) 3 years ago 7 1 duplicate

Hi,


It would be nice if we could adjust the line height. The current default line height seems a bit cramped and it would ease reading text if we could increase the height a bit.


Thanks!

Ale

+1

dropbox

German Porta 12 years ago in General updated 12 years ago 2

Hello, could see again the option that can edit files directly from dropbox, as it is with iCloud? thanks
+1

Display which file was more recently updated between Dropbox and local

Kyle Reynolds 13 years ago in General 0

No automatic syncing is easy to work around, but when you Upload This or Download Latest, you're firing blind — I propose a warning for when the file on-server has changed since download.

0
Under review

More features for Textastic 10.7.x+

CS Geek 4 weeks ago in General updated 4 weeks ago 4

I have a few ideas, although I am not sure whether they are bugs or merely unimplemented.

First things first, function descriptors would be extremely nice. It'd make it a lot easier to use functions; i propose that they could be user-defined and/or built-in. something such as how VSCode does it would be amazing.

Second, I've noticed that imports don't have autocomplete, which is terrible. It's really frustrating to have modules in which you cant autocomplete the path to them (particularly namespace-style modules, accessed with the "@" symbol.).

Third, we need autocomplete/suggestions. It's so tedious to code without being able to see functions without typing them all out after looking in the relevant file (especially if they're from an external module, such as React.).

Also, if possible, it would be nice to have a way to customize the editor, such as something like style editing.

This lack of ease-of-use makes me, and probably people that think like me, want to either switch to another editor or make our own.

If needed, I can provide examples as well.

0
Under review

Markdown: Lightweight YAML Frontmatter support on browser

Ryo 3 months ago in General updated by Alexander Blach (Developer) 3 months ago 1

When editing documents with YAML Frontmatter (https://pandoc.org/MANUAL.html#extension-yaml_metadata_block), it could be quite nice to have the option to expose title alongside or in place of filename. 

0

Please consider NextCloud in the Cloud-Services

puls72s 3 months ago in General 0

Sure, we can do webDAV, but it would be easier to share.


0
Under review

Donations

TextasticS 4 months ago in General updated by Alexander Blach (Developer) 4 months ago 1

I definitely bought Pro for $70, but I'd like to see an option for future donations. I abhor "subscription only" and will always believe in "free or to support buy the app; donate as you will".

0
Answered

Recognize syntax elements for theme customization

Nutilius 4 months ago in General updated 4 months ago 2

Is any way to recognize keywords for theme correlated to syntax of specified language? I’ve changed theme using tmTheme-Editor and most of my files is colored by using new definitions but markdown files started to be  black & white. 

I don’t know what keywords are responsible for markdown syntax highlighting. 

Piotr

0
Answered

Is there a way to load script files located in a different directories

GHamsz 7 months ago in General updated 7 months ago 21

Just wondering if you support loading JavaScript files that are not located in the same folder as the html file?


I have the following folder structure…

Textastic/Library

Textastic/Filters

Textastic/CanvasPlay

the html file in CanvasPlay includes the following script files..
../Library/script.js
../Filters/script.js

script.js

script.js loads, but not the other files.


am I missing something, or does your viewer not support this?