VOOZH about

URL: https://openrepos.net/comment/25730

⇱ Notizen.md | OpenRepos.net β€” Community Repository System


Skip to main content

You are here

Notizen.md

Submitted by fooxl on Fri, 2021/05/21 - 16:10
Rating: 
4.733335
Your rating: None Average: 4.7 (15 votes)

A browser and editor for markdown formatted notes, which are organized in a directory structure.

You can now select between two different view modes (see settings on first page).

https://github.com/fuchsmich/notizenmd

(Sorry for still missing references to projects, which my work bases on.)

Please tell me about your experience with the two different renderings (webView and textArea). Which you like better, if you'd like to keep both. I don't know, if I want to maintain both of them.

Any ideas for the content of the cover page?

Keywords:

Changelog: 

 v0.6.5

  •  remove onError from FileModel

v0.6.4

  • remove contentaction from DirectoryPickerPage.qml

v0.6.3

  • swedish translation

v0.6.2

  • fix unnecessary contentaction

v0.6.1

  • fixed issue opening index.html in browser.

v0.6

  • Basic link handling (external/internal)
  • About.qml (references to other projects)
  • fix toggle html

v0.5

  • Cheatsheet no edit etc
  • Move WebView/TextArea into components, switch with states

v0.4

  • Attach cheatsheet to editor

v0.3

  • Started translation (german)
  • Append extension on adding note
  • Option editing on adding note (remember choice)
  • View html (for debugging)
  • Switch view on the fly

v0.2

  • Edit Notes
  • Set folder when changing path manually
  • Create note
  • Choose Webview or TextArea

v0.1

  • Namefilter not working?
  • Settings filefilter
  • Disable unused actions (edit, new note)
  • Select folder in Pulldown
  • Sorting

Comments

paolomi

Thu, 2022/06/23 - 21:59

Permalink

Great app! :) It would perfect if you add "undo" and "redo" in "edit" mode. You can copy them from foil notes. Thanks a lot!

fooxl

Mon, 2022/06/27 - 10:52

Permalink

Thank you for your comment. I'm sorry, but I'm not using SailfishOS anymore, hence I stopped the developement of my apps.

aerique

Sun, 2021/05/30 - 13:49

Permalink

Hi, thanks for Notized.md. It has been my preferred note-taking solution on Sailfish for a while now.

One thing I would like is if bullets / checkboxes from the previous line would be copied to the new line.

Another thing would be for checked boxes to be hidden from view.

These should both be optional and off by default but it would make Notizen perfect for my groceries.

Once I have time I'm planning to check out the source and see if I can add these features myself.

Oh yes, the TextArea view has my preference.

fooxl

Mon, 2021/05/31 - 10:22

Permalink

Thanks for your comment!

> One thing I would like is if bullets / checkboxes from the previous line would be copied to the new line.

Good idea, I can give it a try. I guess we have to react on onEnterPressed and/or on onReturnPressed of the TextArea.

> Another thing would be for checked boxes to be hidden from view.

This should probably be done in a stylesheet (css). But I'm afraid this would trag in c++ code, which I want to avoid. https://doc.qt.io/qt-5/qtextdocument.html#defaultStyleSheet-prop

lxmx

Fri, 2020/11/27 - 12:43

Permalink

pkcon refresh didn't return any errors and when I ran pkcon update it downloaded a couple of irrelevant packages e.g. flatpak-runner

lxmx

Fri, 2020/11/27 - 12:35

Permalink

sailfish-qml harbour-notiz
enmd > error.txt
[D] unknown:0 - Using Wayland-EGL
[D] unknown:0 - Got library name: "/usr/lib/qt5/qml/
io/thp/pyotherside/libpyothersideplugin.so"
[W] unknown:13 - file:///usr/share/harbour-notizenmd/
qml/harbour-notizenmd.qml:13:9: Type NotesBrowser una
vailable
NotesBrowser {
^
[W] unknown:7 - file:///usr/share/harbour-notizenmd/q
ml/pages/NotesBrowser.qml:7:1: module "org.nemomobile
.contentaction" is not installed
import org.nemomobile.contentaction 1.0
^
^C
Here is what I got

fooxl

Fri, 2020/11/27 - 12:58

Permalink

Thank you for this interessting find. It seems I missed a dependency. Installing it by

pkcon install nemo-qml-plugin-contentaction

should solve it for now.

lxmx

Fri, 2020/11/27 - 18:11

Permalink

It did. Thank you very much!

fooxl

Wed, 2021/01/06 - 12:25

Permalink

Fixed with version v0.6.2

lxmx

Fri, 2020/11/27 - 07:46

Permalink

Sure. First of all, when I install the app from Storeman the first thing I see there is that there is an update available, from 0.6-10.8.1 to 0.6.1-10.9.1. Which is weird because I'm assuming it should just install the newest version by default. No matter if I install the update or not, when I launch the app all I can see is the white screen. Nothing else. The cover is also a blank white page. Is there a command I can run to help debug this?

fooxl

Fri, 2020/11/27 - 11:50

Permalink

First of all, when I install the app from Storeman the first thing I see there is that there is an update available, from 0.6-10.8.1 to 0.6.1-10.9.1.

This sounds to me like sth is messed up with the repos you configured. Maybe running pkcon refresh from command helps or shows some errors.

Is there a command I can run to help debug this?

You can run the app by enetring sailfish-qml harbour-notizenmd in the command line. It should show some errors to you, when the white screen appears.

lxmx

Mon, 2020/11/23 - 06:44

Permalink

Could you please fix the app for 3.4.0
24? It is currently showing a blank white screen :((

fooxl

Mon, 2020/11/23 - 10:22

Permalink

For me it works. But I'm currently working on some improvements, there will be a new version soon.

When does the white screen appear? Can you browse the notes?

Provide more info about the problem.

lxmx

Sun, 2020/06/21 - 02:47

Permalink

Also would be great if it was possible to invoke Notizen.md with a certain file to use as an editor (from e.g. a file manager)

lxmx

Mon, 2020/06/08 - 06:32

Permalink

I love this app. Prefer the textArea rendering. Only thing to wish for is if the cover displayed an extract of the currently viewed text. Just like the SMS app does.

fooxl

Sun, 2020/06/21 - 11:03

Permalink

Thanks for your comment.

Good idea, and should be hard to implement.

heiko

Sun, 2019/05/26 - 16:18

Permalink

Thank you for this App. You work is very much appreciated!

I personally prefer the TextArea rendering.

Have you ever thought of creating an outline based on the headlines for each note? An outline would make the navigation in large notes easier.

My idea on how to use the cover page: display the beginning of the current note in the current folder. The two buttons on the cover page can be used switch to the previous or next note in the current folder. A click on the cover page takes you directly to the selected note. 

Thanks for this app!
I really prefer TextArea rendering.
Notes are synced with sailsync app (unfortunatly manually...).
Some new features maybe useful :
- possibility to search in Notes,
- possibility to filter Nites with tags.
Thanks again!

fooxl

Fri, 2019/05/24 - 10:29

Permalink

Thanks for your comment!

Is there an existing concept for tags in mardown styled notes? Could you give an example?

Any chance webdav with nextcloud could be added?

Try the Sailsync Owncloud app, it works quite well.

fooxl

Fri, 2018/08/17 - 14:08

Permalink

There's always a chance although in this case it's very, very low. ;)

Are there no standalone clients for webdav?

I can confirm an issue with screen size as well. It's reproducable on Sailfish running on Xperia X Compact (so bigger than Jolla 1 screen size). Just create a new note with option "edit" enabled.

fooxl

Fri, 2018/05/04 - 16:25

Permalink

Ok, thanks for the report.

norayr

Sun, 2018/04/15 - 11:42

Permalink

i like the transparent view, which is in the style of sailfish applications. I assume web view is the white background and black text, it's not convenient, and very hard for my eyes. Also i like sailfish because u don't have dark or metallic styled widgets' but your style is generated with ambience.

fooxl

Tue, 2018/04/17 - 13:13

Permalink

Thank you for your input.

norayr

Sat, 2018/04/14 - 13:19

Permalink

wow looks amazing.

installing.

Is this one the successor of your todo.txt App, or will both of them further developed?

fooxl

Thu, 2018/04/12 - 15:55

Permalink

The current plan is to keep them separate and develope both.

That sounds great, thank you! :D

Pages