AlephNote
This commit is contained in:
parent
9c0e372027
commit
a48a9655b1
@ -610,7 +610,6 @@ html, body {
|
|||||||
.programs_pnl_content .programs_pnl_entry:hover {
|
.programs_pnl_content .programs_pnl_entry:hover {
|
||||||
box-shadow: 0 0 8px #000000; }
|
box-shadow: 0 0 8px #000000; }
|
||||||
.programs_pnl_content .programs_pnl_img {
|
.programs_pnl_content .programs_pnl_img {
|
||||||
min-height: 140px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -621,7 +620,7 @@ html, body {
|
|||||||
.programs_pnl_content .programs_pnl_center {
|
.programs_pnl_content .programs_pnl_center {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: flex-end;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
|
@ -59,7 +59,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.programs_pnl_img {
|
.programs_pnl_img {
|
||||||
min-height: 140px;
|
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
@ -75,7 +74,7 @@
|
|||||||
.programs_pnl_center {
|
.programs_pnl_center {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: flex-end;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
color: black;
|
color: black;
|
||||||
|
BIN
www/data/images/program_thumbnails/AlephNote.png
Normal file
BIN
www/data/images/program_thumbnails/AlephNote.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
@ -165,12 +165,7 @@ try {
|
|||||||
|
|
||||||
//TODO printed books 2 hp
|
//TODO printed books 2 hp
|
||||||
//TODO programs (sort out)
|
//TODO programs (sort out)
|
||||||
//TODO befunge runner for bef-blog + euler
|
|
||||||
//TODO fast
|
//TODO fast
|
||||||
//TODO gzip (?)
|
//TODO gzip (?)
|
||||||
//TODO better gh widget
|
//TODO better gh widget
|
||||||
//TODO remove db table prefixes
|
//TODO remove db table prefixes
|
||||||
//TODO highlight active header TAB
|
|
||||||
|
|
||||||
//TODO +AlephNote
|
|
||||||
//TODO +CannonConquest
|
|
57
www/statics/programs/AlephNote_description.md
Normal file
57
www/statics/programs/AlephNote_description.md
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
# AlephNote
|
||||||
|
|
||||||
|
An extensible, lightweight desktop note client for multiple back-ends
|
||||||
|
|
||||||
|
![](https://raw.githubusercontent.com/Mikescher/AlephNote/master/docs/preview.png)
|
||||||
|
|
||||||
|
AlephNote is a lightweight note taking desktop app usable with multiple back-ends:
|
||||||
|
|
||||||
|
### Standard Note
|
||||||
|
|
||||||
|
With the StandardNotePlugin your notes get synced with a [Standard File server](https://standardnotes.org/).
|
||||||
|
Your notes are locally encrypted and cannot be read from anyone but you
|
||||||
|
|
||||||
|
### Simplenote
|
||||||
|
|
||||||
|
With the SimpleNotePlugin you can sync your notes with the free [SimpleNote](https://simplenote.com/) online service
|
||||||
|
|
||||||
|
### Nextcloud/owncloud notes
|
||||||
|
|
||||||
|
The NextcloudPlugin syncs your notes with the [notes app](https://github.com/nextcloud/notes) running on you own private Nextcloud/Owncloud instance
|
||||||
|
|
||||||
|
### Local
|
||||||
|
|
||||||
|
You can also simply not use a remote back-end and either use the HeadlessPlugin (don't sync the notes anywhere) or the FilesystemPlugin (sync the notes with another folder).
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Simply download the latest [release](https://github.com/Mikescher/AlephNote/releases/latest) and extract it where you want (all settings etc are portable).
|
||||||
|
By default the program automatically searches for new versions and downloads them.
|
||||||
|
If there is demand for an installer I could make one, but personally I like portable programs more.
|
||||||
|
|
||||||
|
|
||||||
|
## System Requirements
|
||||||
|
|
||||||
|
Windows Version:
|
||||||
|
- dotNet 4.6 or higher
|
||||||
|
- Windows 7 or higher
|
||||||
|
|
||||||
|
Linux version
|
||||||
|
- TBA
|
||||||
|
|
||||||
|
## Special Features
|
||||||
|
|
||||||
|
- Fully featured [scintilla editor](http://www.scintilla.org/) for text display
|
||||||
|
- In-editor markdown rendering (similar to [qownnotes](http://www.qownnotes.org/))
|
||||||
|
- Interactive highlighting of checkbox lists (e.g. TODO lists)
|
||||||
|
- Clickable + highlighted links
|
||||||
|
- Drop files/text directly into app to create notes
|
||||||
|
- Sort notes into folders
|
||||||
|
- Simulate folders for notes with remote provider that do not support folders (path is encoded in filename)
|
||||||
|
- Customizable shortcuts
|
||||||
|
- Automatic local backup to git repository (and optional pushing to remote repository)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[MIT](https://github.com/Mikescher/AlephNote/blob/master/LICENSE)
|
@ -559,4 +559,22 @@ return
|
|||||||
'github' => 'https://github.com/Mikescher/GridDominance',
|
'github' => 'https://github.com/Mikescher/GridDominance',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
[
|
||||||
|
'name' => 'AlephNote',
|
||||||
|
'internal_name' => 'AlephNote',
|
||||||
|
'category' => 'Tool',
|
||||||
|
'stars' => 5,
|
||||||
|
'ui_language' => 'English',
|
||||||
|
'prog_language' => 'C#',
|
||||||
|
'short_description' => 'Lightweight note taking client for Simplenote/Standard-Notes/Nextcloud/Local',
|
||||||
|
'add_date' => '2017-02-26',
|
||||||
|
'urls' =>
|
||||||
|
[
|
||||||
|
'download' => 'https://github.com/Mikescher/AlephNote//releases',
|
||||||
|
'github' => 'https://github.com/Mikescher/AlephNote/',
|
||||||
|
'homepage' => 'https://mikescher.github.io/AlephNote/',
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user