All Projects → darcy-shen → marketo

darcy-shen / marketo

Licence: other
Re-borned

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
CMake
9771 projects
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to marketo

MIF
Файлик M.I.F. от проекта @plafonlinux
Stars: ✭ 41 (-44.59%)
Mutual labels:  kde
timekeeper
Time Keeper - QML plasmoid for KDE
Stars: ✭ 14 (-81.08%)
Mutual labels:  kde
kde-plasmoid-betterinlineclock
Your usual clock widget, just way better and on a single line!
Stars: ✭ 18 (-75.68%)
Mutual labels:  kde
Fedora-KDE-Minimal-Install-Guide
Guide to install KDE Plasma desktop environment on a minimal Fedora installation
Stars: ✭ 125 (+68.92%)
Mutual labels:  kde
soundkonverter
soundKonverter is in maintenance mode, PRs are welcome.
Stars: ✭ 89 (+20.27%)
Mutual labels:  kde
darkine-kde
Darkine KDE - Theme for KDE Plasma 5 desktop > Mirror of https://git.rokin.in/Rokin/darkine-kde
Stars: ✭ 41 (-44.59%)
Mutual labels:  kde
wallpaper-engine-kde-plugin
A kde wallpaper plugin integrating wallpaper engine
Stars: ✭ 639 (+763.51%)
Mutual labels:  kde
plasma-docker
Plasmoid for KDE Plasma to control docker containers
Stars: ✭ 38 (-48.65%)
Mutual labels:  kde
konsole-snazzy
Elegant Konsole theme with bright colors
Stars: ✭ 21 (-71.62%)
Mutual labels:  kde
konfsave
Easy saving and switching between multiple KDE configurations.
Stars: ✭ 42 (-43.24%)
Mutual labels:  kde
Aritim-Dark
A Dark theme for both KDE and GTK based DEs, deeply inspired by the Ayu Dark color palette
Stars: ✭ 90 (+21.62%)
Mutual labels:  kde
kali-desktop
🐳 Kali Linux desktop running in Docker on any operating system, in your web browser or a VNC client, with Kali top10 tools pre-installed.
Stars: ✭ 72 (-2.7%)
Mutual labels:  kde
KDynamic
An Alternative to MacOS Mojave Dynamic Theme and Wallpaper Changer
Stars: ✭ 48 (-35.14%)
Mutual labels:  kde
awesome-widgets
Minimalistic Plasmoid set
Stars: ✭ 60 (-18.92%)
Mutual labels:  kde
kcm-colorful
Make your KDE Plasma colorful.
Stars: ✭ 126 (+70.27%)
Mutual labels:  kde
konsave
Konsave lets use save your Linux customization and restore them very easily!
Stars: ✭ 336 (+354.05%)
Mutual labels:  kde
La Capitaine Icon Theme
La Capitaine is an icon pack designed to integrate with most desktop environments. The set of icons takes inspiration from the latest iterations of macOS and Google's Material Design.
Stars: ✭ 1,858 (+2410.81%)
Mutual labels:  kde
plasma-dotfiles
In this repository I intend to keep configuration files that I deem important, in addition to the theme customizations that I make to have a consistent working environment.
Stars: ✭ 58 (-21.62%)
Mutual labels:  kde
secret-service
Service to keep secrets of applications
Stars: ✭ 56 (-24.32%)
Mutual labels:  kde
EmojiRunner
Search for emojis in Krunner and copy/paste them
Stars: ✭ 33 (-55.41%)
Mutual labels:  kde

Marketo

A KDE application for note taking with the power of lightweight markup language.

It is bundled with a separated Markdown editor.

Features

  • Use katepart as the default editor (cool vim mode)

  • Partially support CommonMark

  • Live Preview(auto sync between two views)

  • Real-time fenced-code highlight

  • MathJax support

    Rendering when editing

Planning

  • Integrated with baloo for search
  • Git support
  • Support blog post generating

For User

See Installation Guide to install Marketo.

Starting Marknoto, you will see the guide - The Home Note.

For Developer

Dependencies

You need to install libmdcpp first.

Also you need to install many other dependencies for compiling. Please see the CMakeLists.txt file for more info.

Compile

Then follow these instructions:

cd /tmp
git clone https://github.com/sadhen/marketo.git
cd marketo
git submodule init
git submodule update
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local ..
make
make install

NOTE: $HOME is your home directory. The above instructions will install Marketo in $HOME/.local.

Run it

cd ~/.local/bin/
./marknoto # this will launch the note-taking application
./markpado # this will launch the Markdown editor

License

GPL v3

Copyright © 2014,2015 Darcy Shen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].