Skip to content

sublimeless_zk-pre-0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@renerocksai renerocksai released this 20 May 12:30
· 7 commits to master since this release

New features:

  • Auto-indent in side-bar
    • plays nicely with the bulleted lists in search results
    • increases readability in saved searches
    • wrap
  • better initial split ratio of main window
  • fix #76 : an irregular filename crashes slzk in refcount search
  • fix #78 : app doesn't start if recent file removed from disk
  • fix #79 : show note counts in search results
  • fix #77 : find-in-files: pre-fill with selected text
  • see #45 : improved find-in-files, supports
    • ""fixed strings containing blanks, using double quotes""
    • !!negation, also for !!""fixed strings!!""
    • free standing !! like here are ambiguous and removed
    • !! are always safe in the middle or at the end of a word/fixed string.
  • fix #83 : Deleting the file sublimeless_zk-state.json prevents slzk from starting
  • fix #85 : auto-save only if file has changed (play nicely with sublime_zk in parallel)
  • fixed: option+↑ and option+↓ move the cursor by paragraph, which is the usual key binding.
  • fix #87: open files panel
    • this panel is hidden by default. You can show it by:
    • Menu: View > Toggle Open Files Panel
    • Keyboard Shortcut shift + alt/opt + K
    • Command Palette: "Toggle Open Files Panel"
    • leftpanel
  • fixed #86 : make ui fonts customizable.
    • in the settings file (not a theme) --> command palette: "Settings..." to edit
    • ui.editorinfo is the information about auto-indent, etc, plus word- and line-counts
    • ui.notepanel is the new open files panel

Example Settings:

    "ui.font.face": "Arial",
    "ui.font.size": 14,
    "ui.tabs.font.face": "Arial",
    "ui.tabs.font.size": 14,
    "ui.statusbar.font.face": "Arial",
    "ui.statusbar.font.size": 14,
    "ui.editorinfo.font.face": "Arial",
    "ui.editorinfo.font.size": 14,
    "ui.notepanel.font.face": "Arial",
    "ui.notepanel.font.size": 14,
  • fixed #84 : malformatted note freezes the app
    • list continuations have changed because of this, too:
* item
  continuation
    * sub-item
      continuation
      
      even with empty lines
        * sub-sub-item
            but be careful with the empty or continuation lines!
            they must be indented at least up until the previous `*`
            if not, you start a code block
            this can be tricky with non-monospaced fonts
    * sub-item 2
  • fixed #88 : make hyperlinks clickable
    • cool for viewing external images
    • cool for clicking on links to web-sites
    • cool to open links to other apps like DevonThink or The Archive
      • example: [link to devon-think](x-devonthink-item://3240FC0C-E669-461A-8814-2D078A619E77?page=0)
  • fixed #57 : Re-load file if changed on disk
    • Asks before doing so
    • checks roughly every second
    • if you ignore re-loading, then changes will be ignored until you save the file
      • external changes after your save will trigger asking for re-load again

See the README for intstructions.

Released files:

  • macOS: sublimeless_zk-pre-0.9-macOS.app.zip
  • Windows 10: sublimeless_zk-pre-0.9-win10.zip
  • Linux: sublimeless_zk-pre-0.9-linux.tar.gz